@charset "UTF-8";

/* ==========================================================================
   Project: Choco See Brand Page - SP Optimized Styles
   Scope: #feature-brand-chocosee (The 2nd Barrier)
   ========================================================================== */
#feature-brand-chocosee {
  /************ sp (Mobile First Logic) ************/
}

@media screen and (max-width: 768px) {
  #feature-brand-chocosee {
    /* 仮想html・body設定（外側のサイトを汚染しないよう結界内に限定） */
    font-size: 62.5%;
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    background-color: #fefef2;
  }

  #feature-brand-chocosee article,
  #feature-brand-chocosee section,
  #feature-brand-chocosee div,
  #feature-brand-chocosee p,
  #feature-brand-chocosee li {
    font-size: calc(1.6 * var(--base-rem));
    line-height: 1.6;
  }

  #feature-brand-chocosee a.arrow {
    font-size: calc(1.6 * var(--base-rem));
  }

  #feature-brand-chocosee #page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1000;
  }

  #feature-brand-chocosee .pc {
    display: none !important;
  }

  #feature-brand-chocosee .sp {
    display: block !important;
  }

  #feature-brand-chocosee .br_sp {
    display: block;
  }

  #feature-brand-chocosee .mod-prodPanel {
    background-color: #fff;
  }

  #feature-brand-chocosee {
    /************ ham menu (内部パーツとしての制御) ************/
  }

  #feature-brand-chocosee .menu {
    position: fixed;
    top: 21px;
    right: 16px;
    width: 37px;
    height: 23px;
    z-index: 1000;
    background-color: transparent;
    border: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  #feature-brand-chocosee .menu span {
    position: absolute;
    left: 3px;
    width: 27px;
    height: 3px;
    /* background-color: #fff; */
    background: #333;
    z-index: 10;
    background-blend-mode: multiply;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #feature-brand-chocosee .menu span:nth-of-type(1) {
    top: 0;
  }

  #feature-brand-chocosee .menu span:nth-of-type(2) {
    top: 10px;
  }

  #feature-brand-chocosee .menu span:nth-of-type(3) {
    bottom: 0;
  }

  #feature-brand-chocosee .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  #feature-brand-chocosee .menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  #feature-brand-chocosee .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }

  #feature-brand-chocosee {
    /************ article inner ************/
  }

  #feature-brand-chocosee article {
    background-color: #fefef2;
    width: 100%;
    margin: 0 auto;
  }

  #feature-brand-chocosee .inner {
    max-width: 568px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 3%;
  }

  #feature-brand-chocosee {
    /************ header ************/
  }

  #feature-brand-chocosee #header {
    background-image: none;
    background-color: #fefef2;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #feature-brand-chocosee #header .header-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  #feature-brand-chocosee #header .header-inner .header-logo {
    z-index: 10;
    position: absolute;
    float: none;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background-color: #fad5a3;
    background-color: rgba(250, 213, 163, .9);
    margin: 0
  }

  #feature-brand-chocosee #header .header-inner .header-logo h1 {
    max-width: 160px;
    width: 43%;
    margin: 0 auto 0 3.5%;
    z-index: 10000;
  }

  #feature-brand-chocosee #header .header-inner .header-logo h1 a {
    display: block;
    line-height: 1em;
  }

  #feature-brand-chocosee #header .header-inner .nav-logo {
    z-index: 0;
    position: absolute;
    float: none;
    max-width: 100%;
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background-color: #fad5a3
  }

  #feature-brand-chocosee #header .header-inner .nav-logo h1 {
    max-width: 160px;
    width: 43%;
    margin: 0 auto 0 3.5%;
    z-index: 10000;
  }

  #feature-brand-chocosee #header .mainimg-sp {
    padding: 0;
    margin: 0 auto;
  }

  #feature-brand-chocosee #header .mainimg-sp img {
    margin-top: -3.9%;
    width: 100%;
    max-width: 100%;
  }

  #feature-brand-chocosee #header .main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mix-blend-mode: multiply;
  }

  #feature-brand-chocosee #header .main .main-img {
    max-width: 730px;
    width: 85%;
    margin: 76% auto 0 auto;
  }

  #feature-brand-chocosee #header .main .main-img h2 {
    text-align: center;
  }

  #feature-brand-chocosee #header .main .main-img h2 img:last-child {
    width: 74%;
    margin: 6% auto 0 auto;
  }

  #feature-brand-chocosee #header .main-bk {
    margin: 0 auto;
    padding: 70px 0 0 0;
    background-image: url(/img/brand/chocosee/sp-main.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
  }

  #feature-brand-chocosee #header #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    background-color: #ffffff;
    display: inline;
  }

  #feature-brand-chocosee #header #nav.active {
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    background: rgba(0, 0, 0, .75);
    height: 100vh
  }

  #feature-brand-chocosee #header #nav ul {
    display: block;
    margin: 70px 0 0 0;
    background-color: #fff;
  }

  #feature-brand-chocosee #header #nav ul li {
    list-style-type: none;
    border-top: 1px solid #7e7e7e;
    padding: 0;
  }

  #feature-brand-chocosee #header #nav ul li a {
    font-size: calc(1.9 * var(--base-rem));
    display: block;
    padding: 18px 0;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #333;
    border-bottom: none
  }

  #feature-brand-chocosee #header #nav .page-link {
    padding: 0 12vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #feature-brand-chocosee #header #nav .page-link a {
    font-weight: normal;
    font-size: calc(1.4 * var(--base-rem));
  }

  #feature-brand-chocosee #header #nav .share .share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10vw;
  }

  #feature-brand-chocosee #header #nav .share .share-list li {
    border: none;
    padding: 0 12vw;
  }

  #feature-brand-chocosee #header #nav .share .share-list li img {
    max-width: 110%;
    width: 110%;
  }

  #feature-brand-chocosee {
    /************ section all ************/
  }

  #feature-brand-chocosee .h3-box {
    margin: 0 auto;
    padding: 3vw 0;
  }

  #feature-brand-chocosee .h3-box h3 {
    text-align: center;
  }

  #feature-brand-chocosee .h3-box h3 img {
    max-width: 420px;
    width: 100%;
  }

  #feature-brand-chocosee .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #feature-brand-chocosee .ornament {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 20%;
    margin: 0 auto;
  }

  #feature-brand-chocosee .list-detail {
    max-width: 96%;
    width: 96%;
    -webkit-box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }

  #feature-brand-chocosee .list-detail .list-detail-in {
    margin: 0 auto;
    width: 100%;
  }

  #feature-brand-chocosee {
    /************ introduction ************/
  }

  #feature-brand-chocosee #introduction {
    padding: 20vw 0 3vw 0;
  }

  #feature-brand-chocosee #introduction h2 img {
    width: 95%;
  }

  #feature-brand-chocosee #introduction h3 {
    padding-top: 4vw;
    font-size: calc(2.4 * var(--base-rem));
  }

  #feature-brand-chocosee #introduction .inner {
    padding-bottom: 24vw;
  }

  #feature-brand-chocosee #introduction .inner p {
    font-weight: bold;
    padding: 5vw 0 6vw 0;
    line-height: 1.7;
  }

  #feature-brand-chocosee #introduction .inner a {
    zoom: 1;
  }

  #feature-brand-chocosee #introduction .top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 300px;
  }

  #feature-brand-chocosee #introduction .top-links a {
    margin-bottom: 4vw;
  }

  #feature-brand-chocosee .top-links__bn-link {
    padding: 0 60px;
  }

  #feature-brand-chocosee {
    /************ brand ************/
  }

  #feature-brand-chocosee #brand {
    padding: 32vw 3vw 6vw 3vw;
    background-color: #face93;
    position: relative;
    overflow-x: hidden;
  }

  #feature-brand-chocosee #brand .inner {
    padding: 0;
    position: relative;
  }

  #feature-brand-chocosee #brand .h2-box {
    padding-top: 30vw;
  }

  #feature-brand-chocosee #brand .h2-box h2 {
    font-size: calc(2.4 * var(--base-rem));
  }

  #feature-brand-chocosee #brand .brand-list h4 {
    font-size: calc(2.3 * var(--base-rem));
    font-weight: bold;
    text-align: center;
  }

  #feature-brand-chocosee #brand .brand-list h4 img {
    display: block;
    margin: 0 auto 6vw auto;
  }

  #feature-brand-chocosee #brand .brand-list h5 {
    position: relative;
  }

  #feature-brand-chocosee #brand .brand-list h5 img {
    max-width: 100%;
    width: 100%;
  }

  #feature-brand-chocosee #brand .brand-list h5 .photo-image {
    position: absolute;
    left: 6vw;
    top: 22.5vw;
    max-width: 52px;
    width: 17%
  }

  #feature-brand-chocosee #brand .inner .ornament4,
  #feature-brand-chocosee #brand .inner .ornament5 {
    top: -5vw
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de1 {
    padding: 0;
    margin: 9vw auto 12vw auto;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg)
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de1 .br-li-de-in {
    padding: 12% 0 16% 0;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg)
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de1 .br-li-de-in .text p {
    width: 80%;
    margin: 2vw auto 9vw auto;
    text-align: left;
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de1 .br-li-de-sum {
    padding: 0 3vw;
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de1 .br-li-de-sum p {
    font-size: calc(1.4 * var(--base-rem));
    padding: 0 6vw 9vw 4vw;
    margin: 0;
    text-align: right
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de2 {
    padding: 0;
    margin: 9vw auto 16vw auto;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in {
    padding: 7% 0;
    -webkit-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg)
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .flex-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 9vw;
    display: block;
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .flex-box h4 img {
    width: 95%;
    margin: 0 auto;
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .flex-box div p {
    font-size: calc(1.4 * var(--base-rem));
    text-align: right;
    margin-bottom: 6vw;
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .text p {
    max-width: 80%;
    width: 80%;
    margin: 2vw auto 9vw auto;
    padding: 0;
    text-align: left
  }

  #feature-brand-chocosee {
    /************ infomation ************/
  }

  #feature-brand-chocosee #infomation {
    color: #341817;
    padding: 36vw 1vw 10vw 1vw;
  }

  #feature-brand-chocosee #infomation h4 {
    font-size: calc(2.3 * var(--base-rem));
    font-weight: bold;
  }

  #feature-brand-chocosee #infomation p {
    font-size: calc(1.6 * var(--base-rem));
    line-height: 1.8;
    margin-bottom: 11vw;
  }

  #feature-brand-chocosee #infomation a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    background-color: #fff;
    max-width: 350px;
    width: 90%;
    min-height: 80px;
  }

  #feature-brand-chocosee #infomation a:hover {
    opacity: 0.6;
  }

  #feature-brand-chocosee #infomation a span {
    background: url(/img/brand/chocosee/icon-pagelink.png) no-repeat right 3 center/18px;
    padding-right: 24px;
  }

  #feature-brand-chocosee {
    /************ lineup ************/
  }

  #feature-brand-chocosee .lineup {
    font-size: calc(1.6 * var(--base-rem));
    background: #fff;
    padding: 6vw 0 30vw 0;
    text-align: center;
  }

  #feature-brand-chocosee .lineup .h3-box {
    margin-bottom: 9vw;
  }

  #feature-brand-chocosee #brand .lineup {
    background: #face93;
    padding: 26vw 0;
  }

  #feature-brand-chocosee {
    /************ footer ************/
  }

  #feature-brand-chocosee footer .inner {
    padding: 27vw 0 6vw 0;
  }

  #feature-brand-chocosee footer .inner .footer-link {
    border-bottom: 1px solid #111;
    display: none;
  }

  #feature-brand-chocosee footer .inner .footer-info {
    padding: 4vw 0;
    display: block;
  }

  #feature-brand-chocosee footer .inner .footer-info .logo img {
    width: 50%;
    max-width: 200px;
    padding-bottom: 5.6vw;
  }

  #feature-brand-chocosee footer .inner .footer-info .copyright {
    font-size: 11px;
  }

  #feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .flex-box div {
    max-width: 100%;
  }
}


.pane-header {
  position: relative;
  z-index: 100;
  background: #fff;
}

@media screen and (max-width: 768px) {

  /*   #feature-brand-chocosee #header #nav ul {
    margin: 95px 0 0 0;
  } */
  #feature-brand-chocosee .menu {
    display: none;
  }
}
