@charset "UTF-8";
/* =================================
common
================================= */
.pankuzu {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 55px;
  font-size: 12px;
  line-height: 1.8;
  text-align: left; }
  .pankuzu li {
    display: inline-block; }
    .pankuzu li:nth-child(n+2):before {
      content: '－'; }
  .pankuzu a {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 0.3em; }
    .pankuzu a:hover {
      text-decoration: none; }

.jm h2, .jm h3, .jm h4 {
  font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
  font-weight: bold;
  letter-spacing: .2em; }

@media screen and (max-width: 768px) {
  .pankuzu {
    width: 90%;
    margin: 15px auto 35px;
    font-size: 11px; } }
/* =================================
Lineup
================================= */
.lineup {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .lineup h2 {
    font-size: 42px;
    margin-bottom: 45px; }
  .lineup .primary {
    position: relative;
    max-width: 1200px;
    height: 580px;
    margin: 0 auto 105px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .lineup .primary .h3-wrap {
      background: rgba(255, 255, 255, 0.8);
      padding: 40px 0;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      max-width: 1200px; }
    .lineup .primary h3 strong {
      font-size: 50px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: .2em;
      text-shadow: 0 0 40px white; }
    .lineup .primary h3 span {
      display: block;
      line-height: 1;
      font-size: 18px;
      letter-spacing: 0.2em;
      margin-top: 15px;
      font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
    .lineup .primary .ico01 {
      position: absolute;
      top: 65px;
      right: 235px;
      width: 16%;
      max-width: 184px; }
    .lineup .primary .ico02 {
      position: absolute;
      top: 35px;
      right: 25px;
      width: 16%;
      max-width: 192px; }
    .lineup .primary .ico-deco {
      position: absolute; }
  .lineup .h4-wrap {
    position: relative;
    z-index: -1;
    padding: 335px 0 140px;
    margin-top: -335px;
    margin-bottom: -70px;
    background: url("../images/common/bg.webp") no-repeat center/cover;
    background-color: rgba(255, 255, 255, 0.55);
    background-blend-mode: lighten; }
    .lineup .h4-wrap h4 {
      font-size: 30px;
      margin-bottom: 5px; }
  .lineup .h4-sub {
    display: block;
    font-size: 18px;
    margin: 0 auto;
    line-height: 2; }
    .lineup .h4-sub span {
      display: inline-block; }
  .lineup .point-area {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto; }
    .lineup .point-area .box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 130px; }
      .lineup .point-area .box .img-wrap {
        position: relative;
        max-width: 480px; }
      .lineup .point-area .box .txt-wrap {
        width: 47%;
        max-width: 475px; }
      .lineup .point-area .box dl {
        margin-bottom: 18px;
        text-align: left; }
      .lineup .point-area .box dt {
        margin-bottom: 10px;
        margin-left: 10px; }
        .lineup .point-area .box dt img {
          width: auto;
          height: 54px; }
      .lineup .point-area .box dd span {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0.1em;
        color: #fff;
        background: #AE97EB;
        padding: 8px 12px;
        display: inline-block;
        font-feature-settings: "palt"; }
      .lineup .point-area .box p {
        font-size: 14px;
        line-height: 2.3;
        letter-spacing: .12em;
        text-align: left; }
    .lineup .point-area .box01 .txt-wrap {
      margin-top: 120px; }
    .lineup .point-area .box02 {
      flex-direction: row-reverse; }
  .lineup .list-area {
    background: #F9F6F1;
    padding: 140px 0; }
    .lineup .list-area .inner {
      box-sizing: border-box;
      padding: 100px 0;
      width: 95%;
      max-width: 1500px;
      background-image: url(../images/lineup/list_bg_top_pc.png), url(../images/lineup/list_bg_btm_pc.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center top, center bottom; }
    .lineup .list-area .bg-white {
      background: #fff;
      width: 100%;
      position: relative;
      padding: 10px 100px;
      box-sizing: border-box;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
      row-gap: 40px; }
      .lineup .list-area .bg-white:before, .lineup .list-area .bg-white:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
      .lineup .list-area .bg-white:before {
        left: 1.25%;
        border-left: 2px solid #EADE7A;
        border-image: linear-gradient(to bottom, #DECC70 0%, #9B713B 20%, #7B4722 35%, #EBD06B 65%, #DECC70 100%);
        border-image-slice: 1; }
      .lineup .list-area .bg-white:after {
        right: 1.25%;
        border-right: 2px solid #EADE7A;
        border-image: linear-gradient(to bottom, #DECC70 0%, #9B713B 20%, #7B4722 35%, #EBD06B 65%, #DECC70 100%);
        border-image-slice: 1; }
    .lineup .list-area .midashi {
      max-width: 633px;
      width: 49%; }
      .lineup .list-area .midashi dl {
        max-width: 480px;
        margin: 0 auto;
        padding-bottom: 45px;
        background-image: linear-gradient(to right, #333 2px, transparent 2px);
        background-size: 6px 2px;
        background-repeat: repeat-x;
        background-position: center bottom; }
      .lineup .list-area .midashi dt {
        font-size: 24px;
        position: relative;
        margin-bottom: 30px; }
        .lineup .list-area .midashi dt:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          height: 100%;
          background-image: linear-gradient(to right, #333 2px, transparent 2px);
          background-size: 6px 2px;
          background-repeat: repeat-x;
          background-position: center; }
        .lineup .list-area .midashi dt span {
          position: relative;
          z-index: 1;
          display: inline-block;
          background: #fff;
          padding: 0 15px; }
      .lineup .list-area .midashi dd {
        font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
        display: inline-block;
        position: relative;
        z-index: 1;
        width: 200px;
        text-align: left;
        line-height: 1; }
        .lineup .list-area .midashi dd:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: -1;
          margin: auto;
          border-bottom: 30px solid #EDDEF7; }
        .lineup .list-area .midashi dd strong {
          font-size: 130px;
          font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
          letter-spacing: -0.06em;
          line-height: 1; }
        .lineup .list-area .midashi dd span {
          font-size: 28px;
          font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
          transform: rotate(90deg);
          display: block;
          position: absolute;
          top: 56px;
          right: -22px;
          letter-spacing: .2em;
          line-height: 1; }
    .lineup .list-area .box {
      max-width: 303px;
      width: 24%;
      margin: 0; }
      .lineup .list-area .box:hover {
        opacity: 1; }
      .lineup .list-area .box h5 {
        border-radius: 20px;
        font-size: 24px;
        font-weight: bold;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        line-height: 1;
        letter-spacing: .05em;
        color: #fff;
        padding: 10px 0;
        margin-bottom: 25px; }
      .lineup .list-area .box .img-wrap {
        position: relative;
        margin-bottom: 25px;
        transition: .4s all; }
        .lineup .list-area .box .img-wrap:hover {
          transform: scale(1.05, 1.05);
          transition: .4s all; }
        .lineup .list-area .box .img-wrap .package img {
          max-width: 180px;
          box-shadow: 18px 16px 5px rgba(0, 0, 0, 0.1); }
      .lineup .list-area .box dt {
        font-size: 14px;
        font-weight: bold;
        font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
        margin-bottom: 8px; }
      .lineup .list-area .box dd {
        font-size: 18px;
        font-weight: bold; }
  .lineup .other-lineup {
    padding: 120px 0 0; }
    .lineup .other-lineup h4 {
      font-size: 30px;
      margin-bottom: 80px; }
    .lineup .other-lineup .flex-wrap {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      max-width: 1300px;
      margin: 0 auto; }
    .lineup .other-lineup .other-link {
      display: inline-block;
      margin-bottom: 50px;
      transition: .4s all; }
      .lineup .other-lineup .other-link:hover {
        opacity: 1;
        transform: scale(1.02, 1.02);
        transition: .4s all; }
    .lineup .other-lineup .box-anniversary .other-link {
      margin-bottom: 50px; }
    .lineup .other-lineup ul {
      width: 100%;
      max-width: 620px;
      margin: 0 auto;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      row-gap: 10px; }
    .lineup .other-lineup li {
      width: 19%;
      max-width: 119px; }
    .lineup .other-lineup .box-anniversary li {
      width: 30%;
      max-width: 200px; }
    .lineup .other-lineup dl {
      margin-bottom: 40px; }
    .lineup .other-lineup dt {
      font-size: 28px;
      font-weight: bold;
      font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
      margin-bottom: 20px;
      letter-spacing: .2em;
      line-height: 1.5; }
      .lineup .other-lineup dt span {
        font-size: 14px;
        font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        display: block;
        letter-spacing: .15em;
        margin-top: 15px; }
    .lineup .other-lineup dd {
      font-size: 12px; }

@media screen and (max-width: 1575px) {
  .lineup .list-area .inner {
    padding: 6.3% 0; } }
@media screen and (max-width: 768px) {
  .lineup h2 {
    font-size: 25px;
    margin-bottom: 30px; }
  .lineup .primary {
    height: 89vw;
    margin-bottom: 80px;
    background-size: cover; }
    .lineup .primary .h3-wrap {
      padding: 15px 0; }
    .lineup .primary h3 {
      width: 61vw;
      margin-left: 4vw; }
      .lineup .primary h3 strong {
        font-size: 27px; }
      .lineup .primary h3 span {
        font-size: 12px;
        margin-top: 8px; }
    .lineup .primary .ico01 {
      max-width: none;
      width: 23vw;
      top: 6vw;
      right: 3vw; }
    .lineup .primary .ico02 {
      max-width: none;
      width: 23vw;
      top: 34vw;
      right: 3vw; }
    .lineup .primary .ico-deco {
      max-width: none; }
  .lineup .h4-wrap {
    padding: 70px 0;
    margin-top: 0;
    margin-bottom: -40px; }
    .lineup .h4-wrap h4 {
      font-size: 22px;
      margin-bottom: 5px; }
  .lineup .h4-sub {
    font-size: 15px;
    width: 90%; }
  .lineup .point-area {
    width: 85%; }
    .lineup .point-area .box {
      margin-bottom: 60px;
      display: block; }
      .lineup .point-area .box .img-wrap {
        width: 60%;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: -60px; }
      .lineup .point-area .box .txt-wrap {
        width: 100%;
        max-width: none;
        position: relative; }
      .lineup .point-area .box dl {
        margin-bottom: 12px; }
      .lineup .point-area .box dt {
        margin-bottom: 5px;
        margin-left: 5px; }
        .lineup .point-area .box dt img {
          height: 35px; }
      .lineup .point-area .box dd span {
        font-size: 16.5px;
        padding: 5px 8px; }
      .lineup .point-area .box p {
        font-size: 12px; }
    .lineup .point-area .box01 .txt-wrap {
      margin-top: 0; }
  .lineup .list-area {
    padding: 80px 0; }
    .lineup .list-area .inner {
      padding: 9.5% 0;
      background-image: url(../images/lineup/list_bg_top.png), url(../images/lineup/list_bg_btm.png); }
    .lineup .list-area .bg-white {
      position: relative;
      padding: 1% 7%;
      row-gap: 25px;
      align-items: flex-start; }
      .lineup .list-area .bg-white:before, .lineup .list-area .bg-white:after {
        border-width: .2vw; }
      .lineup .list-area .bg-white:before {
        left: 1.85%; }
      .lineup .list-area .bg-white:after {
        right: 1.85%; }
    .lineup .list-area .midashi {
      max-width: none;
      width: 100%; }
      .lineup .list-area .midashi dl {
        max-width: 350px;
        padding-bottom: 30px; }
      .lineup .list-area .midashi dt {
        font-size: 18px;
        margin-bottom: 15px; }
        .lineup .list-area .midashi dt span {
          padding: 0 12px; }
      .lineup .list-area .midashi dd {
        width: 130px; }
        .lineup .list-area .midashi dd:after {
          border-width: 20px; }
        .lineup .list-area .midashi dd strong {
          font-size: 85px; }
        .lineup .list-area .midashi dd span {
          font-size: 20px;
          top: 34px;
          right: -13px; }
    .lineup .list-area .box {
      max-width: none;
      width: 47%; }
      .lineup .list-area .box h5 {
        font-size: 3.5vw;
        padding: 8px 0;
        margin-bottom: 18px; }
      .lineup .list-area .box .img-wrap {
        margin-bottom: 18px; }
        .lineup .list-area .box .img-wrap .package img {
          max-width: none;
          width: 60%;
          box-shadow: 2vw 1.7vw 0.7vw rgba(0, 0, 0, 0.08); }
      .lineup .list-area .box dt {
        font-size: 12px;
        margin-bottom: 3px;
        line-height: 1.5; }
      .lineup .list-area .box dd {
        font-size: 14px;
        letter-spacing: 0.05em; }
  .lineup .other-lineup {
    padding: 70px 0 0;
    width: 90%;
    margin: 0 auto 30px; }
    .lineup .other-lineup h4 {
      font-size: 22px;
      margin-bottom: 45px; }
    .lineup .other-lineup .flex-wrap {
      max-width: none;
      display: block; }
    .lineup .other-lineup .box {
      margin-bottom: 70px; }
      .lineup .other-lineup .box:last-of-type {
        margin-bottom: 0; }
    .lineup .other-lineup .other-link, .lineup .other-lineup .box-anniversary .other-link {
      width: 80%;
      margin-bottom: 25px; }
    .lineup .other-lineup ul {
      max-width: none;
      row-gap: 1vw; }
    .lineup .other-lineup li {
      width: 19%;
      max-width: none; }
    .lineup .other-lineup dl {
      margin-bottom: 25px; }
    .lineup .other-lineup dt {
      font-size: 20px;
      margin-bottom: 12px; }
      .lineup .other-lineup dt span {
        font-size: 12px;
        margin-top: 10px; }
    .lineup .other-lineup dd {
      font-size: 11px; } }
/* =================================
Lineup photopick
================================= */
.lineup.photopick .primary {
  background-image: url("../images/lineup/photopick/main_pc.jpg"); }
  .lineup.photopick .primary .ico-deco {
    right: -50px;
    bottom: -65px;
    max-width: 380px; }
.lineup.photopick .point-area .box03 .txt-ico {
  position: absolute;
  top: -48px;
  left: -62px;
  max-width: 480px; }
.lineup.photopick .list-area .box .img-wrap .mask {
  max-width: 186px;
  position: absolute;
  right: -15px;
  bottom: -32px; }
.lineup.photopick .list-area .box01 h5 {
  background: #3BC6ED; }
.lineup.photopick .list-area .box01 dd {
  color: #3bc6ed; }
.lineup.photopick .list-area .box02 h5 {
  background: #0077C0; }
.lineup.photopick .list-area .box02 dd {
  color: #0077C0; }
.lineup.photopick .list-area .box03 h5 {
  background: #7ADDFD; }
.lineup.photopick .list-area .box03 dd {
  color: #7ADDFD; }
.lineup.photopick .list-area .box04 h5 {
  background: #FAC957; }
.lineup.photopick .list-area .box04 dd {
  color: #FAC957; }
.lineup.photopick .list-area .box05 h5 {
  background: #FD8F2B; }
.lineup.photopick .list-area .box05 dd {
  color: #FD8F2B; }
.lineup.photopick .list-area .box06 h5 {
  background: #FFA5B1; }
.lineup.photopick .list-area .box06 dd {
  color: #FFA5B1; }
.lineup.photopick .list-area .box07 h5 {
  background: #E51D37; }
.lineup.photopick .list-area .box07 dd {
  color: #E51D37; }
.lineup.photopick .list-area .box08 h5 {
  background: #BF2428; }
.lineup.photopick .list-area .box08 dd {
  color: #BF2428; }
.lineup.photopick .list-area .box09 h5 {
  background: #3DC0B5; }
.lineup.photopick .list-area .box09 dd {
  color: #3DC0B5; }
.lineup.photopick .list-area .box10 h5 {
  background: #9FE1CB; }
.lineup.photopick .list-area .box10 dd {
  color: #9FE1CB; }

@media screen and (max-width: 768px) {
  .lineup.photopick .primary {
    background-image: url("../images/lineup/photopick/main.jpg"); }
    .lineup.photopick .primary .ico-deco {
      right: -2vw;
      bottom: -6vw;
      width: 34vw; }
  .lineup.photopick .point-area .box03 .txt-ico {
    top: -7vw;
    left: -6vw;
    max-width: none;
    width: 58vw; }
  .lineup.photopick .list-area .box .img-wrap .mask {
    width: 63%;
    max-width: none;
    right: -2vw;
    bottom: -4vw; } }
/* =================================
Lineup selection
================================= */
.lineup.selection .primary {
  background-image: url("../images/lineup/selection/main_pc.jpg"); }
  .lineup.selection .primary .ico-deco {
    right: 30px;
    bottom: -42px;
    max-width: 316px; }
.lineup.selection .list-area .box .img-wrap .sticker {
  max-width: 94px;
  position: absolute;
  top: 0;
  right: 9px; }
.lineup.selection .list-area .box01 h5 {
  background: #025587; }
.lineup.selection .list-area .box01 dd {
  color: #025587; }
.lineup.selection .list-area .box02 h5 {
  background: #56C2E8; }
.lineup.selection .list-area .box02 dd {
  color: #56C2E8; }
.lineup.selection .list-area .box03 h5 {
  background: #F0E939; }
.lineup.selection .list-area .box03 dd {
  color: #F0E939; }
.lineup.selection .list-area .box04 h5 {
  background: #F7A72A; }
.lineup.selection .list-area .box04 dd {
  color: #F7A72A; }
.lineup.selection .list-area .box05 h5 {
  background: #F8CB56; }
.lineup.selection .list-area .box05 dd {
  color: #F8CB56; }
.lineup.selection .list-area .box06 h5 {
  background: #FF652C; }
.lineup.selection .list-area .box06 dd {
  color: #FF652C; }
.lineup.selection .list-area .box07 h5 {
  background: #0095C1; }
.lineup.selection .list-area .box07 dd {
  color: #0095C1; }
.lineup.selection .list-area .box08 h5 {
  background: #EC73AE; }
.lineup.selection .list-area .box08 dd {
  color: #EC73AE; }
.lineup.selection .list-area .box09 h5 {
  background: #FDB227; }
.lineup.selection .list-area .box09 dd {
  color: #FDB227; }
.lineup.selection .list-area .box10 h5 {
  background: #005A38; }
.lineup.selection .list-area .box10 dd {
  color: #005A38; }

@media screen and (max-width: 768px) {
  .lineup.selection .primary {
    background-image: url("../images/lineup/selection/main.jpg"); }
    .lineup.selection .primary .ico-deco {
      right: 2vw;
      bottom: -7vw;
      width: 34vw; }
  .lineup.selection .list-area .box .img-wrap .sticker {
    width: 31.5%;
    max-width: none;
    right: 1vw; } }
/* =================================
Lineup anniversary
================================= */
.lineup.anniversary .primary {
  background-image: url("../images/lineup/100th_anniversary/main_pc.jpg"); }
  .lineup.anniversary .primary .ico-deco {
    right: -5px;
    bottom: -22px;
    max-width: 222px; }
  .lineup.anniversary .primary .h3-wrap {
    padding: 30px 0; }
  .lineup.anniversary .primary h3 strong {
    font-size: 48px;
    line-height: 1.2; }
.lineup.anniversary .h4-wrap {
  background-image: url("../images/lineup/100th_anniversary/100_bg.webp");
  background-position-y: bottom;
  background-blend-mode: inherit; }
.lineup.anniversary .cart-area-bg {
  background: url("../images/lineup/100th_anniversary/100_bg.webp") no-repeat center/cover;
  padding: 80px 0; }
.lineup.anniversary .cart-area {
  background: #fff;
  box-sizing: border-box;
  padding: 50px 50px 35px;
  margin: 0 auto;
  width: 100%;
  max-width: 980px; }
  .lineup.anniversary .cart-area .tit {
    font-size: 24px; }
  .lineup.anniversary .cart-area .box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .lineup.anniversary .cart-area .cart-img {
    max-width: 210px;
    margin: 0 auto; }
  .lineup.anniversary .cart-area figcaption {
    margin-top: 5px;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0px 15px;
    border-radius: 30px;
    border: 1px solid #303030; }
  .lineup.anniversary .cart-area .price {
    font-size: 20px;
    font-weight: bold;
    max-width: 400px;
    width: 42%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: inherit; }
    .lineup.anniversary .cart-area .price .font-S {
      font-size: 16px; }
    .lineup.anniversary .cart-area .price strong {
      font-size: 38px;
      font-weight: bold; }
  .lineup.anniversary .cart-area .cart-btn {
    background: #020100;
    border: 1px solid #020100;
    box-sizing: border-box;
    width: 40%;
    max-width: 280px;
    padding: 16px 0;
    margin: 0; }
    .lineup.anniversary .cart-area .cart-btn span {
      padding: 5px 0 5px 40px;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: .2em;
      background: url("../images/common/cart_ico.png") no-repeat left center/26px; }
    .lineup.anniversary .cart-area .cart-btn:hover {
      background: #fff;
      opacity: 1; }
      .lineup.anniversary .cart-area .cart-btn:hover span {
        color: #333;
        background-image: url("../images/common/cart_ico_hover.png"); }
.lineup.anniversary .list-area {
  background: url("../images/lineup/100th_anniversary/list_area_bg.webp") no-repeat center/cover; }
  .lineup.anniversary .list-area .inner {
    background-image: url(../images/lineup/100th_anniversary/list_bg_top_pc.png), url(../images/lineup/100th_anniversary/list_bg_btm_pc.png); }
  .lineup.anniversary .list-area .bg-white {
    padding: 10px 30px;
    box-sizing: border-box;
    display: block;
    background-image: url("../images/lineup/100th_anniversary/ico_edition_01.png"), url("../images/lineup/100th_anniversary/ico_edition_02.png");
    background-position: 11% 0,89% 0;
    background-size: 416px;
    background-repeat: no-repeat; }
    .lineup.anniversary .list-area .bg-white:before, .lineup.anniversary .list-area .bg-white:after {
      border-image: linear-gradient(180deg, #a5a59d 0%, #8d8e89 100%);
      border-image-slice: 1; }
    .lineup.anniversary .list-area .bg-white:before {
      left: 1.15%;
      border-left: 5.5pt solid #969690; }
    .lineup.anniversary .list-area .bg-white:after {
      right: 1.15%;
      border-right: 5.5pt solid #969690; }
  .lineup.anniversary .list-area .midashi-annanniversary {
    margin-bottom: 65px; }
    .lineup.anniversary .list-area .midashi-annanniversary h4 {
      font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
      .lineup.anniversary .list-area .midashi-annanniversary h4 img {
        max-width: 356px;
        margin: 0 auto 25px; }
      .lineup.anniversary .list-area .midashi-annanniversary h4 figcaption {
        font-size: 24px;
        line-height: 1.7; }
  .lineup.anniversary .list-area .flex-area {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .lineup.anniversary .list-area .box {
    width: 33%;
    max-width: 380px; }
    .lineup.anniversary .list-area .box h5 {
      position: relative;
      margin-bottom: 35px; }
      .lineup.anniversary .list-area .box h5 img {
        max-width: 92px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto; }
      .lineup.anniversary .list-area .box h5 span {
        font-weight: bold;
        font-size: 24px;
        border-radius: 30px;
        padding: 10px 0 10px 80px;
        display: block;
        box-sizing: border-box; }
    .lineup.anniversary .list-area .box .package {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      width: 90%;
      margin: 0 auto 25px; }
      .lineup.anniversary .list-area .box .package img {
        box-shadow: 18px 16px 5px rgba(0, 0, 0, 0.1); }
      .lineup.anniversary .list-area .box .package picture img {
        max-width: 186px; }
      .lineup.anniversary .list-area .box .package .sticker {
        max-width: 122px;
        margin-bottom: 8px; }
  .lineup.anniversary .list-area .box01 h5 span {
    background: #ff7e1c; }
  .lineup.anniversary .list-area .box01 dd {
    color: #ff7e1c; }
  .lineup.anniversary .list-area .box02 h5 span {
    background: #00ccee; }
  .lineup.anniversary .list-area .box02 dd {
    color: #00ccee; }
  .lineup.anniversary .list-area .box03 h5 span {
    background: #00aea8; }
  .lineup.anniversary .list-area .box03 dd {
    color: #00aea8; }
.lineup.anniversary .note {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .lineup.anniversary .primary {
    background-image: url("../images/lineup/100th_anniversary/main.jpg"); }
    .lineup.anniversary .primary .ico-deco {
      right: 1vw;
      bottom: -5vw;
      width: 31vw; }
    .lineup.anniversary .primary .h3-wrap {
      padding: 15px 0; }
    .lineup.anniversary .primary h3 strong {
      font-size: min(7vw, 27px); }
  .lineup.anniversary .cart-area {
    padding: 35px 20px;
    width: 80%;
    max-width: 400px; }
    .lineup.anniversary .cart-area .tit {
      font-size: 20px;
      margin-bottom: 20px;
      display: block; }
    .lineup.anniversary .cart-area .box-wrap {
      display: block; }
    .lineup.anniversary .cart-area figure {
      margin-bottom: 15px; }
    .lineup.anniversary .cart-area .cart-img {
      max-width: 150px;
      margin: 0 auto; }
    .lineup.anniversary .cart-area figcaption {
      font-size: 15px;
      padding: 0px 10px;
      display: inline-block; }
    .lineup.anniversary .cart-area .price {
      font-size: 18px;
      display: block;
      text-align: center;
      margin: 0 auto 20px;
      line-height: 1.6;
      width: 100%; }
      .lineup.anniversary .cart-area .price span {
        display: inline-block; }
      .lineup.anniversary .cart-area .price strong {
        font-size: 28px; }
    .lineup.anniversary .cart-area .cart-btn {
      width: 100%;
      max-width: 250px;
      padding: 12px 0;
      margin: 0 auto; }
      .lineup.anniversary .cart-area .cart-btn span {
        padding: 3px 0 3px 32px;
        font-size: 14px;
        background-size: 20px; }
  .lineup.anniversary .list-area .inner {
    background-position: center .1%, center 99.9%;
    background-image: url(../images/lineup/100th_anniversary/list_bg_top.png), url(../images/lineup/100th_anniversary/list_bg_btm.png); }
  .lineup.anniversary .list-area .bg-white {
    padding: 1% 7%;
    align-items: flex-start;
    background-position: 8% 0,92% 0;
    background-size: 25%; }
    .lineup.anniversary .list-area .bg-white:before, .lineup.anniversary .list-area .bg-white:after {
      border-width: .68vw; }
    .lineup.anniversary .list-area .bg-white:before {
      left: 1.9%; }
    .lineup.anniversary .list-area .bg-white:after {
      right: 1.9%; }
  .lineup.anniversary .list-area .midashi-annanniversary {
    margin-bottom: 30px; }
    .lineup.anniversary .list-area .midashi-annanniversary h4 img {
      max-width: 200px;
      width: 70%;
      margin-bottom: 15px; }
    .lineup.anniversary .list-area .midashi-annanniversary h4 figcaption {
      font-size: 18px; }
      .lineup.anniversary .list-area .midashi-annanniversary h4 figcaption span {
        display: inline-block; }
  .lineup.anniversary .list-area .flex-area {
    display: block; }
  .lineup.anniversary .list-area .box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px; }
    .lineup.anniversary .list-area .box:last-of-type {
      margin-bottom: 0; }
    .lineup.anniversary .list-area .box h5 {
      margin-bottom: 18px; }
      .lineup.anniversary .list-area .box h5 img {
        max-width: 55px; }
      .lineup.anniversary .list-area .box h5 span {
        font-size: min(18px, 5vw);
        text-align: left;
        padding: 8px 0 8px 65px; }
    .lineup.anniversary .list-area .box .package img {
      box-shadow: 18px 16px 5px rgba(0, 0, 0, 0.1); }
    .lineup.anniversary .list-area .box .package picture {
      width: 50%; }
      .lineup.anniversary .list-area .box .package picture img {
        max-width: none; }
    .lineup.anniversary .list-area .box .package .sticker {
      max-width: none;
      width: 40%; }
  .lineup.anniversary .list-area .note {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    padding: 0; } }
/* =================================
item
================================= */
.item h2 {
  font-size: 38px;
  font-weight: bold;
  font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
  padding: 0 0 125px; }
.item .bg-area {
  background-repeat: no-repeat;
  padding-bottom: 100px; }
.item .inner {
  max-width: 880px; }
.item .item-main {
  width: 100%;
  display: inline-block;
  margin: -70px auto 75px;
  position: relative;
  z-index: 1; }
  .item .item-main__img img {
    max-width: 293px;
    box-shadow: 85px 65px 15px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    padding-top: 20px; }
  .item .item-main .copy_disney {
    text-align: center;
    margin-bottom: 90px; }
  .item .item-main .ico {
    position: absolute; }
  .item .item-main .ico-gold {
    top: 190px;
    left: 55px;
    max-width: 181px; }
  .item .item-main p {
    font-size: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 0;
    right: -20px;
    text-align: left;
    line-height: 2.1;
    letter-spacing: 0.15em; }
    .item .item-main p span {
      font-weight: bold; }
    .item .item-main p.font-S {
      font-size: 28px; }
  .item .item-main strong.note {
    font-size: 75%;
    position: absolute;
    right: -10px; }
  .item .item-main ul {
    display: flex;
    align-items: center;
    justify-content: center; }
  .item .item-main li {
    margin: 0 10px;
    width: 23%;
    max-width: 200px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    background: #fff;
    border-color: #d4b355;
    position: relative; }
    .item .item-main li .step {
      width: 48px;
      height: 48px;
      display: flex;
      border-radius: 50%;
      background: #00aba4;
      color: #fff;
      font-weight: bold;
      font-size: 12px;
      line-height: .9;
      letter-spacing: 0;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: -40px;
      flex-flow: column;
      padding-top: 5px;
      box-sizing: border-box; }
      .item .item-main li .step strong {
        font-weight: bold;
        font-size: 18px; }
    .item .item-main li div {
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .item .item-main figure img {
    width: auto;
    height: 64px;
    margin: 8px auto 0; }
  .item .item-main figcaption {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0; }
  .item .item-main p.note {
    font-size: 12px;
    position: static;
    writing-mode: unset;
    text-align: center;
    margin-top: 15px; }
  .item .item-main .ico_sale {
    max-width: 200px;
    position: absolute;
    top: -30px;
    left: 8%; }
.item .switch-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 110px; }
  .item .switch-area .left-area {
    position: relative;
    width: 52%;
    max-width: 456px;
    height: 456px;
    /*img{
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	margin: auto;
    	max-height: 456px;
    	object-fit: cover;
    }*/ }
    .item .switch-area .left-area figcaption {
      position: absolute;
      right: 2%;
      bottom: 2%; }
  .item .switch-area .right-area {
    width: 49%;
    max-width: 410px; }
  .item .switch-area ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .item .switch-area li {
    width: 32%;
    max-width: 127px;
    cursor: pointer;
    box-sizing: border-box;
    border: 2px solid transparent; }
    .item .switch-area li:hover {
      opacity: .5;
      transition: all .2s ease-in; }
    .item .switch-area li.is-active {
      border: 2px solid #d4b355; }
    .item .switch-area li a {
      display: block;
      width: 100%; }
  .item .switch-area .appeal-area {
    position: relative;
    background: #fff;
    border-width: 6px;
    border-style: solid;
    box-sizing: border-box;
    padding: 12px 0 3px 0;
    margin: 125px 0 0 auto;
    max-width: 377px; }
    .item .switch-area .appeal-area .ribbon {
      padding: 4px 0 8px;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      display: inline-block;
      letter-spacing: .15em;
      position: absolute;
      top: -21px;
      left: 0;
      right: 0;
      margin: auto; }
    .item .switch-area .appeal-area div {
      display: flex;
      align-items: center;
      justify-content: center; }
      .item .switch-area .appeal-area div .appeal-ico {
        max-width: 107px;
        margin-right: 5px; }
      .item .switch-area .appeal-area div dt {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 8px;
        letter-spacing: .03em; }
      .item .switch-area .appeal-area div dd {
        font-size: 24px;
        font-weight: bold; }
    .item .switch-area .appeal-area .ico-mini {
      position: absolute; }
.item .sticker-area {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 85px; }
  .item .sticker-area .tit {
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
    .item .sticker-area .tit:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      z-index: -1;
      margin: auto;
      width: 100%;
      border-bottom-width: 4px;
      border-bottom-style: dotted; }
    .item .sticker-area .tit span {
      display: inline-block;
      border-radius: 35px;
      text-align: center;
      line-height: 1.5;
      padding: 10px 35px;
      font-size: 25px;
      font-weight: bold;
      position: relative;
      border-width: 5px;
      border-style: solid; }
    .item .sticker-area .tit strong {
      font-size: 30px;
      font-weight: bold; }
  .item .sticker-area .img-wrap {
    width: 100%;
    margin: 0 auto; }
    .item .sticker-area .img-wrap .box {
      width: 29%;
      max-width: 276px;
      display: inline-block;
      margin: 0px 5px 35px;
      position: relative; }
    .item .sticker-area .img-wrap .num {
      width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px;
      border-radius: 50%;
      position: absolute;
      top: -19px;
      left: 0;
      right: 0;
      margin: auto; }
    .item .sticker-area .img-wrap img {
      box-sizing: border-box;
      border-width: 2px;
      border-style: solid; }
  .item .sticker-area .copy_disney {
    text-align: center;
    margin-top: -4em;
    margin-bottom: 3em; }
  .item .sticker-area p {
    font-size: 14px;
    line-height: 2.3; }
.item .recommend-area {
  margin-bottom: 100px; }
  .item .recommend-area .tit {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.15em;
    display: block; }
  .item .recommend-area ul {
    width: 100%;
    max-width: 860px; }
  .item .recommend-area li {
    background-color: #fff;
    background-size: 44px;
    background-position: 2% center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    padding: 20px 20px 20px 70px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.6;
    border-width: 2px;
    border-style: solid; }
    .item .recommend-area li:last-of-type {
      margin-bottom: 0; }
.item .hexagon-area .tit, .item .howtouse-area .tit {
  display: block;
  margin: 0 auto 45px;
  padding: 10px 0;
  width: 100%;
  max-width: 290px;
  color: #fff;
  letter-spacing: .15em;
  font-size: 18px;
  font-weight: bold;
  font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif; }
.item .hexagon-area {
  margin-bottom: 100px; }
  .item .hexagon-area .box-wrap {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
  .item .hexagon-area .box {
    max-width: 236px;
    width: 27%;
    margin: 0 3%; }
    .item .hexagon-area .box img {
      margin: 0 auto 20px; }
    .item .hexagon-area .box dt {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: .2em;
      margin-bottom: 25px; }
    .item .hexagon-area .box dd {
      font-size: 14px;
      line-height: 1.7;
      text-align: left;
      margin: 0 auto; }
.item .howtouse-area {
  margin-bottom: 100px; }
  .item .howtouse-area .box-wrap {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .item .howtouse-area .box {
    max-width: 240px;
    width: 30%; }
    .item .howtouse-area .box .circle {
      max-width: 240px;
      width: 100%;
      height: 240px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
      position: relative; }
      .item .howtouse-area .box .circle img {
        max-width: 128px; }
    .item .howtouse-area .box p {
      font-size: 14px;
      text-align: left; }
    .item .howtouse-area .box:nth-child(-n+2) .circle:after {
      content: '';
      position: absolute;
      top: 0;
      left: auto;
      width: 0;
      height: 0;
      right: -15%;
      bottom: 0;
      margin: auto;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left-width: 17px;
      border-left-style: solid; }
.item .cart-area {
  background: #fff;
  box-sizing: border-box;
  padding: 45px 5% 40px;
  margin: 0 auto;
  width: 100%;
  max-width: 850px; }
  .item .cart-area .tit {
    font-size: 24px; }
  .item .cart-area .box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2em; }
  .item .cart-area .cart-img {
    max-width: 214px; }
    .item .cart-area .cart-img.L-size {
      max-width: 215px; }
  .item .cart-area .copy_disney {
    text-align: center; }
  .item .cart-area .price {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    column-gap: .5em; }
    .item .cart-area .price strong {
      font-size: 38px;
      font-weight: bold; }
  .item .cart-area .cart-btn {
    background: #020100;
    border: 1px solid #020100;
    box-sizing: border-box;
    width: 40%;
    max-width: 280px;
    padding: 16px 0;
    margin: 0; }
    .item .cart-area .cart-btn span {
      padding: 5px 0 5px 40px;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: .2em;
      background: url("../images/common/cart_ico.png") no-repeat left center/26px; }
    .item .cart-area .cart-btn:hover {
      background: #fff;
      opacity: 1; }
      .item .cart-area .cart-btn:hover span {
        color: #333;
        background-image: url("../images/common/cart_ico_hover.png"); }
  .item .cart-area .shop_btn_area {
    display: flex;
    align-items: center;
    column-gap: 1em;
    margin-top: .5em; }
  .item .cart-area .shop_btn {
    max-width: 200px;
    padding: .3em 1em .3em 1.8em;
    box-sizing: border-box; }
    .item .cart-area .shop_btn:last-of-type {
      margin-bottom: 0; }
    .item .cart-area .shop_btn img {
      max-width: 100px; }
.item .other-lineup {
  padding-top: 85px; }
  .item .other-lineup .deco {
    display: inline-block;
    padding: 20px 45px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .15em;
    background-image: url("../images/lineup/ico_line_R.png"), url("../images/lineup/ico_line_L.png");
    background-repeat: no-repeat;
    background-position: left center, right center;
    background-size: 30px;
    box-sizing: border-box; }
  .item .other-lineup .tit {
    display: block;
    font-size: 30px;
    font-weight: bold;
    font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
    letter-spacing: .2em;
    margin-bottom: 60px; }
  .item .other-lineup .slider-area {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto; }
    .item .other-lineup .slider-area.no-slider .box {
      width: 28%;
      max-width: 208px;
      display: inline-block; }
  .item .other-lineup .box {
    margin: 0 25px;
    position: relative;
    cursor: pointer; }
    .item .other-lineup .box:hover img, .item .other-lineup .box:hover dl, .item .other-lineup .box:hover .jm-btn {
      text-decoration: none;
      opacity: .5;
      transition: all .2s ease-in; }
    .item .other-lineup .box a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .item .other-lineup .box img {
      width: 89%;
      max-width: 182px;
      margin-left: 0;
      margin-right: auto;
      margin-bottom: 30px;
      box-shadow: 18px 18px 5px rgba(0, 0, 0, 0.08); }
    .item .other-lineup .box dl {
      margin-bottom: 20px; }
    .item .other-lineup .box dt {
      font-size: 12px;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 8px; }
    .item .other-lineup .box dd {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
      .item .other-lineup .box dd.p-color01 {
        color: #3bc6ed; }
      .item .other-lineup .box dd.p-color02 {
        color: #0077C0; }
      .item .other-lineup .box dd.p-color03 {
        color: #7ADDFD; }
      .item .other-lineup .box dd.p-color04 {
        color: #FAC957; }
      .item .other-lineup .box dd.p-color05 {
        color: #FD8F2B; }
      .item .other-lineup .box dd.p-color06 {
        color: #FFA5B1; }
      .item .other-lineup .box dd.p-color07 {
        color: #E51D37; }
      .item .other-lineup .box dd.p-color08 {
        color: #BF2428; }
      .item .other-lineup .box dd.p-color09 {
        color: #3DC0B5; }
      .item .other-lineup .box dd.p-color10 {
        color: #9FE1CB; }
      .item .other-lineup .box dd.s-color01 {
        color: #025587; }
      .item .other-lineup .box dd.s-color02 {
        color: #56C2E8; }
      .item .other-lineup .box dd.s-color03 {
        color: #F0E939; }
      .item .other-lineup .box dd.s-color04 {
        color: #F7A72A; }
      .item .other-lineup .box dd.s-color05 {
        color: #F8CB56; }
      .item .other-lineup .box dd.s-color06 {
        color: #FF652C; }
      .item .other-lineup .box dd.s-color07 {
        color: #0095C1; }
      .item .other-lineup .box dd.s-color08 {
        color: #EC73AE; }
      .item .other-lineup .box dd.s-color09 {
        color: #FDB227; }
      .item .other-lineup .box dd.s-color10 {
        color: #005A38; }
      .item .other-lineup .box dd.s-color11 {
        color: #ff7e1c; }
      .item .other-lineup .box dd.s-color12 {
        color: #07afcd; }
      .item .other-lineup .box dd.s-color13 {
        color: #00aba4; }
    .item .other-lineup .box .jm-btn {
      width: auto;
      display: block; }
  .item .other-lineup .slick-arrow {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 1;
    width: 38px;
    height: 38px; }
  .item .other-lineup .slick-prev, .item .other-lineup .slick-next {
    top: 28%; }
  .item .other-lineup .slick-prev {
    left: -25px; }
  .item .other-lineup .slick-next {
    right: -25px; }
  .item .other-lineup .slick-arrow:before {
    content: "" !important;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }
  .item .other-lineup .slick-prev:before {
    left: 0;
    right: -3px;
    transform: rotate(-135deg); }
  .item .other-lineup .slick-next:before {
    left: -3px;
    right: 0;
    transform: rotate(45deg); }
  .item .other-lineup .copy_disney {
    max-width: 980px;
    margin: 1em auto 0;
    width: 90%; }

@media screen and (max-width: 768px) {
  .item h2 {
    font-size: 25px;
    padding-bottom: 18vw;
    width: 90%;
    margin: 0 auto; }
  .item .bg-area {
    padding-bottom: 60px; }
  .item .item-main {
    margin: -11vw auto 60px; }
    .item .item-main__img img {
      max-width: none;
      width: 45%;
      padding-top: 3vw;
      box-shadow: 8vw 8vw 2vw rgba(0, 0, 0, 0.05); }
    .item .item-main .copy_disney {
      margin-bottom: 30px; }
    .item .item-main .ico-gold {
      top: 18vw;
      left: -0.5vw;
      max-width: none;
      width: 23vw; }
    .item .item-main .ico {
      max-width: none; }
    .item .item-main p {
      font-size: 20px;
      line-height: 2;
      margin-bottom: 30px;
      writing-mode: inherit;
      position: static;
      text-align: center;
      position: static; }
      .item .item-main p span {
        display: inline-block; }
      .item .item-main p.font-S {
        font-size: 20px; }
    .item .item-main ul {
      display: block; }
    .item .item-main li {
      margin: 0 3px 12px;
      width: 31%;
      min-width: 150px;
      max-width: none;
      border-radius: 8px;
      display: inline-block;
      vertical-align: top; }
      .item .item-main li:last-of-type {
        margin-bottom: 0; }
      .item .item-main li .step {
        width: 40px;
        height: 40px;
        font-size: 11px;
        top: -35px; }
        .item .item-main li .step strong {
          font-size: 16px; }
      .item .item-main li div {
        height: 130px; }
    .item .item-main figure img {
      height: 45px;
      margin-top: 5px; }
    .item .item-main figcaption {
      font-size: 14px;
      line-height: 1.5; }
    .item .item-main .ico_sale {
      max-width: none;
      width: 27%;
      top: -3%; }
  .item .switch-area {
    display: block;
    max-width: 400px;
    margin: 0 auto 70px; }
    .item .switch-area .left-area {
      max-width: none;
      width: 80%;
      height: 72vw;
      min-height: auto;
      max-height: 320px;
      margin: 0 auto 12px;
      /*img{
      	max-height: none;
      	//min-height: auto;
      	object-fit: cover;
      }*/ }
    .item .switch-area .right-area {
      width: 100%;
      max-width: none; }
    .item .switch-area li {
      width: 31%;
      max-width: none; }
    .item .switch-area .appeal-area {
      border-width: 4px;
      padding: 15px 8px 5px 8px;
      margin: 55px auto 0;
      max-width: 340px; }
      .item .switch-area .appeal-area .ribbon {
        padding: 7px 0 7px;
        font-size: 13px;
        width: 250px !important;
        top: -19px; }
      .item .switch-area .appeal-area div .appeal-ico {
        max-width: 70px; }
      .item .switch-area .appeal-area div dt {
        font-size: 13px;
        margin-bottom: 2px; }
      .item .switch-area .appeal-area div dd {
        font-size: 18px; }
  .item .sticker-area {
    width: 90%;
    margin-bottom: 50px;
    text-align: center; }
    .item .sticker-area .tit {
      margin-bottom: 40px; }
      .item .sticker-area .tit:after {
        content: none; }
      .item .sticker-area .tit span {
        padding: 15px 25px;
        font-size: 17px;
        border: 0; }
      .item .sticker-area .tit strong {
        font-size: 20px; }
    .item .sticker-area .img-wrap {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 20px; }
      .item .sticker-area .img-wrap .box {
        width: 45%;
        max-width: none;
        display: inline-block;
        margin: 0px 0.5vw 3.5vw; }
      .item .sticker-area .img-wrap .num {
        font-size: 16px;
        width: 25px;
        height: 25px;
        top: -12.5px; }
    .item .sticker-area p {
      font-size: 12px;
      display: inline-block;
      text-align: left; }
  .item .recommend-area {
    margin-bottom: 60px; }
    .item .recommend-area .tit {
      margin-bottom: 25px;
      font-size: 18px; }
    .item .recommend-area li {
      background-size: 30px;
      background-position: 12px center;
      margin-bottom: 10px;
      padding: 12px 15px 12px 55px;
      font-size: 16px; }
  .item .hexagon-area .tit, .item .howtouse-area .tit {
    margin-bottom: 30px;
    padding: 5px 0;
    max-width: 230px;
    font-size: 15px; }
  .item .hexagon-area {
    margin-bottom: 70px; }
    .item .hexagon-area .box-wrap {
      row-gap: 20px; }
    .item .hexagon-area .box {
      width: 44%;
      display: block; }
      .item .hexagon-area .box:last-of-type {
        margin-bottom: 0; }
      .item .hexagon-area .box:nth-child(3) {
        width: 100%;
        max-width: none; }
      .item .hexagon-area .box img {
        max-width: 120px;
        margin-bottom: 15px; }
      .item .hexagon-area .box dl {
        text-align: center;
        display: inline-block; }
      .item .hexagon-area .box dt {
        font-size: 14px;
        margin-bottom: 15px;
        letter-spacing: .15em; }
      .item .hexagon-area .box dd {
        width: 100%;
        font-size: 12px; }
  .item .howtouse-area {
    margin-bottom: 60px; }
    .item .howtouse-area .box-wrap {
      display: block;
      max-width: 450px; }
    .item .howtouse-area .box {
      width: 48%;
      max-width: none;
      display: inline-block;
      vertical-align: top; }
      .item .howtouse-area .box .circle {
        max-width: none;
        width: 36vw;
        height: 36vw;
        max-width: 180px;
        max-height: 180px;
        margin: 0 auto 12px; }
        .item .howtouse-area .box .circle img {
          max-width: 100px;
          width: 20vw; }
      .item .howtouse-area .box p {
        font-size: 12px;
        width: 80%;
        margin: 0 auto; }
      .item .howtouse-area .box:first-of-type .circle:after {
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-width: 16px; }
      .item .howtouse-area .box:first-of-type .circle:after {
        top: 0;
        left: 0;
        right: -127%;
        bottom: 0; }
      .item .howtouse-area .box:nth-child(2) .circle:after {
        content: none; }
      .item .howtouse-area .box:nth-child(3) {
        margin-top: 40px;
        width: 100%; }
        .item .howtouse-area .box:nth-child(3) .circle:after {
          content: "";
          position: absolute;
          top: -136%;
          left: 0;
          right: 0;
          bottom: 0;
          transform: rotate(90deg);
          width: 0;
          height: 0;
          margin: auto;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left-width: 16px;
          border-left-style: solid; }
        .item .howtouse-area .box:nth-child(3) p {
          display: inline-block;
          text-align: left;
          width: auto; }
  .item .cart-area {
    padding: 35px 20px;
    width: 80%;
    max-width: 400px; }
    .item .cart-area .tit {
      font-size: 20px;
      margin-bottom: 20px;
      display: block; }
    .item .cart-area .box-wrap {
      display: block; }
    .item .cart-area .cart-img {
      max-width: 150px;
      margin: 0 auto; }
      .item .cart-area .cart-img.L-size {
        max-width: 150px; }
    .item .cart-area .copy_disney {
      margin-bottom: 15px; }
    .item .cart-area .price {
      font-size: 18px;
      display: block;
      text-align: center;
      margin: 0 auto 20px;
      line-height: 1.6;
      width: 100%; }
      .item .cart-area .price span {
        display: inline-block; }
      .item .cart-area .price strong {
        font-size: 28px; }
    .item .cart-area .cart-btn {
      width: 100%;
      max-width: 250px;
      padding: 12px 0;
      margin: 0 auto; }
      .item .cart-area .cart-btn span {
        padding: 3px 0 3px 32px;
        font-size: 14px;
        background-size: 20px; }
    .item .cart-area .shop_btn_area {
      display: block;
      max-width: 200px;
      margin: 0 auto; }
    .item .cart-area .shop_btn {
      max-width: none;
      margin: 0 auto 1em;
      padding: .3em .6em; }
      .item .cart-area .shop_btn:before {
        left: 7%; }
      .item .cart-area .shop_btn:last-of-type_ {
        margin-bottom: 0; }
      .item .cart-area .shop_btn img {
        max-width: 80px;
        margin: 0 auto; }
  .item .other-lineup {
    padding-top: 50px; }
    .item .other-lineup .deco {
      padding: 10px 35px;
      margin-bottom: 10px;
      font-size: 16px;
      background-size: 18px;
      max-width: 90%; }
    .item .other-lineup .tit {
      font-size: 22px;
      margin-bottom: 40px; }
    .item .other-lineup .slider-area {
      width: 95%;
      max-width: 500px; }
      .item .other-lineup .slider-area.no-slider .box {
        width: 43%;
        max-width: none; }
    .item .other-lineup .box {
      margin: 0 2vw; }
      .item .other-lineup .box img {
        width: 89%;
        max-width: none;
        margin-bottom: 20px;
        box-shadow: 4vw 3vw 1.5vw rgba(0, 0, 0, 0.08); }
      .item .other-lineup .box dl {
        margin-bottom: 15px; }
      .item .other-lineup .box dt {
        font-size: 11px;
        margin-bottom: 5px; }
      .item .other-lineup .box dd {
        font-size: 14px;
        margin-bottom: 12px; }
    .item .other-lineup .slick-arrow {
      width: 30px;
      height: 30px; }
    .item .other-lineup .slick-prev, .item .other-lineup .slick-next {
      top: 0;
      bottom: 0;
      margin: auto; }
    .item .other-lineup .slick-prev {
      left: 5px; }
    .item .other-lineup .slick-next {
      right: 5px; } }
/* =================================
item photopick_01
================================= */
.item.photopick_01 .bg-area {
  background-color: #EBF5FF;
  background-image: url("../images/lineup/photopick/01/bg_ico_01.png"), url("../images/lineup/photopick/01/bg_ico_01.png");
  background-position: 5% 16.5%, 94% 43%;
  background-size: 229px; }
.item.photopick_01 .item-main .ico01 {
  max-width: 159px;
  top: 135px;
  left: 142px;
  z-index: -1; }
.item.photopick_01 .item-main .ico02 {
  max-width: 150px;
  top: 330px;
  right: 195px; }
.item.photopick_01 .item-main figcaption {
  color: #00BADE; }
.item.photopick_01 .switch-area .appeal-area {
  border-color: #00BADE; }
  .item.photopick_01 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/photopick/01/ribbon.png); }
  .item.photopick_01 .switch-area .appeal-area .ico-mini {
    max-width: 85px;
    left: 10px;
    top: -45px; }
.item.photopick_01 .recommend-area li {
  color: #00BADE;
  border-color: #00BADE;
  background-image: url(../images/lineup/photopick/01/check.png); }
.item.photopick_01 .hexagon-area .tit, .item.photopick_01 .howtouse-area .tit {
  background: #00BADE; }
.item.photopick_01 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_01 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #00BADE; }
.item.photopick_01 .cart-area .price {
  color: #00BADE; }

@media screen and (max-width: 768px) {
  .item.photopick_01 .bg-area {
    background-position: -5% 16%, 105% 51%;
    background-size: 28vw; }
  .item.photopick_01 .item-main .ico01 {
    width: 22vw;
    top: 25vw;
    right: 5vw;
    left: auto; }
  .item.photopick_01 .item-main .ico02 {
    top: 19vw;
    right: -2vw;
    width: 16vw; }
  .item.photopick_01 .switch-area .appeal-area .ico-mini {
    max-width: 75px;
    left: -10px;
    top: -40px; } }
/* =================================
item photopick_02
================================= */
.item.photopick_02 .bg-area {
  background-color: #F2FEFF;
  background-image: url("../images/lineup/photopick/02/bg_ico_01.png"), url("../images/lineup/photopick/02/bg_ico_01.png");
  background-position: 1% 15%, 99% 40.5%;
  background-size: 384px; }
.item.photopick_02 .item-main .ico01 {
  max-width: 129px;
  top: 78px;
  left: 134px; }
.item.photopick_02 .item-main .ico02 {
  max-width: 172px;
  top: 264px;
  right: 167px; }
.item.photopick_02 .item-main .ico03 {
  max-width: 130px;
  top: 91px;
  right: 153px; }
.item.photopick_02 .item-main figcaption {
  color: #0077C0; }
.item.photopick_02 .switch-area .appeal-area {
  border-color: #0077C0; }
  .item.photopick_02 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/photopick/02/ribbon.png); }
.item.photopick_02 .recommend-area li {
  color: #0077C0;
  border-color: #0077C0;
  background-image: url(../images/lineup/photopick/02/check.png); }
.item.photopick_02 .hexagon-area .tit, .item.photopick_02 .howtouse-area .tit {
  background: #0077C0; }
.item.photopick_02 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_02 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #0077C0; }
.item.photopick_02 .cart-area .price {
  color: #0077C0; }

@media screen and (max-width: 768px) {
  .item.photopick_02 .bg-area {
    background-position: -16% 14.5%, 116% 45.9%;
    background-size: 46vw; }
  .item.photopick_02 .item-main .ico01 {
    width: 14vw;
    top: 5vw;
    left: 8vw; }
  .item.photopick_02 .item-main .ico02 {
    top: 43vw;
    right: 11.4vw;
    width: 18vw; }
  .item.photopick_02 .item-main .ico03 {
    top: 19vw;
    right: 5vw;
    width: 16vw; } }
/* =================================
item photopick_03
================================= */
.item.photopick_03 .bg-area {
  background-color: #E9F7EA;
  background-image: url("../images/lineup/photopick/03/bg_ico_01.png"), url("../images/lineup/photopick/03/bg_ico_02.png");
  background-position: 0 22%, 100% 45.5%;
  background-size: 293px; }
.item.photopick_03 .item-main .ico01 {
  max-width: 246px;
  top: 30px;
  left: 136px;
  z-index: -1; }
.item.photopick_03 .item-main .ico02 {
  max-width: 175px;
  top: 411px;
  right: 218px; }
.item.photopick_03 .item-main .ico03 {
  max-width: 94px;
  top: 85px;
  right: 187px; }
.item.photopick_03 .item-main figcaption {
  color: #7addfd; }
.item.photopick_03 .switch-area .appeal-area {
  border-color: #7addfd; }
  .item.photopick_03 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/photopick/03/ribbon.png); }
.item.photopick_03 .recommend-area li {
  color: #7addfd;
  border-color: #7addfd;
  background-image: url(../images/lineup/photopick/03/check.png); }
.item.photopick_03 .hexagon-area .tit, .item.photopick_03 .howtouse-area .tit {
  background: #7addfd; }
.item.photopick_03 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_03 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #7addfd; }
.item.photopick_03 .cart-area .price {
  color: #7addfd; }

@media screen and (max-width: 768px) {
  .item.photopick_03 .bg-area {
    background-position: 0px 12%, 100% 44.2%;
    background-size: 38vw; }
  .item.photopick_03 .item-main .ico01 {
    width: 23vw;
    top: 4vw;
    left: 10vw; }
  .item.photopick_03 .item-main .ico02 {
    top: 58vw;
    right: 18vw;
    width: 19vw; }
  .item.photopick_03 .item-main .ico03 {
    width: 14vw;
    top: 23vw;
    right: 7vw; } }
/* =================================
item photopick_04
================================= */
.item.photopick_04 .bg-area {
  background-color: #FFFFEA;
  background-image: url("../images/lineup/photopick/04/bg_ico_01.png"), url("../images/lineup/photopick/04/bg_ico_01.png");
  background-position: 2% 20%, 96.5% 39%;
  background-size: 329px; }
.item.photopick_04 .item-main .ico01 {
  max-width: 122px;
  top: 78px;
  left: 178px;
  z-index: -1; }
.item.photopick_04 .item-main .ico02 {
  max-width: 126px;
  top: 412px;
  right: 258px; }
.item.photopick_04 .item-main .ico03 {
  max-width: 137px;
  top: 266px;
  right: 188px;
  z-index: -1; }
.item.photopick_04 .item-main figcaption {
  color: #fac957; }
.item.photopick_04 .switch-area .appeal-area {
  border-color: #fac957; }
  .item.photopick_04 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/photopick/04/ribbon.png); }
.item.photopick_04 .recommend-area li {
  color: #fac957;
  border-color: #fac957;
  background-image: url(../images/lineup/photopick/04/check.png); }
.item.photopick_04 .hexagon-area .tit, .item.photopick_04 .howtouse-area .tit {
  background: #fac957; }
.item.photopick_04 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_04 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #fac957; }
.item.photopick_04 .cart-area .price {
  color: #fac957; }

@media screen and (max-width: 768px) {
  .item.photopick_04 .bg-area {
    background-position: -13% 16%, 109% 45.9%;
    background-size: 39vw; }
  .item.photopick_04 .item-main .ico01 {
    width: 14vw;
    top: -1vw;
    left: 14vw; }
  .item.photopick_04 .item-main .ico02 {
    top: 57vw;
    right: 20vw;
    width: 17vw; }
  .item.photopick_04 .item-main .ico03 {
    top: 36vw;
    right: 11vw;
    width: 18vw; } }
/* =================================
item photopick_05
================================= */
.item.photopick_05 .bg-area {
  background-color: #FFF7EB;
  background-image: url("../images/lineup/photopick/05/bg_ico_01.png"), url("../images/lineup/photopick/05/bg_ico_02.png");
  background-position: 0 21.5%, 100% 44%;
  background-size: 290px; }
.item.photopick_05 .item-main .ico01 {
  max-width: 269px;
  top: -20px;
  left: 82px;
  z-index: -1; }
.item.photopick_05 .item-main .ico02 {
  max-width: 210px;
  top: 347px;
  right: 173px; }
.item.photopick_05 .item-main figcaption {
  color: #fd8f2b; }
.item.photopick_05 .switch-area .appeal-area {
  border-color: #fd8f2b; }
  .item.photopick_05 .switch-area .appeal-area .ribbon {
    width: 288px;
    background-image: url(../images/lineup/photopick/05/ribbon.png); }
.item.photopick_05 .recommend-area li {
  color: #fd8f2b;
  border-color: #fd8f2b;
  background-image: url(../images/lineup/photopick/05/check.png); }
.item.photopick_05 .hexagon-area .tit, .item.photopick_05 .howtouse-area .tit {
  background: #fd8f2b; }
.item.photopick_05 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_05 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #fd8f2b; }
.item.photopick_05 .cart-area .price {
  color: #fd8f2b; }

@media screen and (max-width: 768px) {
  .item.photopick_05 .bg-area {
    background-position: 0% 16%, 100% 46.5%;
    background-size: 36vw; }
  .item.photopick_05 .item-main .ico01 {
    width: 32vw;
    top: -4vw;
    left: 4vw; }
  .item.photopick_05 .item-main .ico02 {
    top: 50vw;
    right: 9vw;
    width: 25vw; } }
/* =================================
item photopick_06
================================= */
.item.photopick_06 .bg-area {
  background-color: #FFF6F7;
  background-image: url("../images/lineup/photopick/06/bg_ico_01.png"), url("../images/lineup/photopick/06/bg_ico_01.png");
  background-position: 2% 14.5%, 100% 39.5%;
  background-size: 327px; }
.item.photopick_06 .item-main .ico01 {
  max-width: 149px;
  top: 125px;
  left: 213px; }
.item.photopick_06 .item-main .ico02 {
  max-width: 112px;
  top: 58px;
  right: 173px; }
.item.photopick_06 .item-main figcaption {
  color: #FB8897; }
.item.photopick_06 .switch-area .appeal-area {
  border-color: #FB8897; }
  .item.photopick_06 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/photopick/06/ribbon.png); }
  .item.photopick_06 .switch-area .appeal-area .ico-mini {
    max-width: 80px;
    left: -6px;
    top: -37px; }
.item.photopick_06 .recommend-area li {
  color: #FB8897;
  border-color: #FB8897;
  background-image: url(../images/lineup/photopick/06/check.png); }
.item.photopick_06 .hexagon-area .tit, .item.photopick_06 .howtouse-area .tit {
  background: #FB8897; }
.item.photopick_06 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_06 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #FB8897; }
.item.photopick_06 .cart-area .price {
  color: #FB8897; }

@media screen and (max-width: 768px) {
  .item.photopick_06 .bg-area {
    background-position: -3% 15.5%, 108% 46.6%;
    background-size: 40vw; }
  .item.photopick_06 .item-main .ico01 {
    width: 24vw;
    top: 9vw;
    left: 11vw; }
  .item.photopick_06 .item-main .ico02 {
    top: 16vw;
    right: 5.4vw;
    width: 13vw; }
  .item.photopick_06 .switch-area .appeal-area .ico-mini {
    max-width: 62px;
    left: -14px;
    top: -35px; } }
/* =================================
item photopick_07
================================= */
.item.photopick_07 .bg-area {
  background-color: #FCE8EB;
  background-image: url("../images/lineup/photopick/07/bg_ico_01.png"), url("../images/lineup/photopick/07/bg_ico_01.png");
  background-position: 5% 20.5%, 94% 44.5%;
  background-size: 173px; }
.item.photopick_07 .item-main .ico01 {
  max-width: 201px;
  top: 45px;
  left: 88px;
  z-index: -1; }
.item.photopick_07 .item-main .ico02 {
  max-width: 88px;
  top: 66px;
  right: 182px; }
.item.photopick_07 .item-main .ico03 {
  max-width: 134px;
  top: 412px;
  right: 234px; }
.item.photopick_07 .item-main figcaption {
  color: #E51D37; }
.item.photopick_07 .switch-area .appeal-area {
  border-color: #E51D37; }
  .item.photopick_07 .switch-area .appeal-area .ribbon {
    width: 288px;
    background-image: url(../images/lineup/photopick/07/ribbon.png); }
.item.photopick_07 .recommend-area li {
  color: #E51D37;
  border-color: #E51D37;
  background-image: url(../images/lineup/photopick/07/check.png); }
.item.photopick_07 .hexagon-area .tit, .item.photopick_07 .howtouse-area .tit {
  background: #E51D37; }
.item.photopick_07 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_07 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #E51D37; }
.item.photopick_07 .cart-area .price {
  color: #E51D37; }

@media screen and (max-width: 768px) {
  .item.photopick_07 .bg-area {
    background-position: -4% 15%, 104% 46%;
    background-size: 28vw; }
  .item.photopick_07 .item-main .ico01 {
    width: 22vw;
    top: 0;
    left: 2vw; }
  .item.photopick_07 .item-main .ico02 {
    top: 24vw;
    right: 4.4vw;
    width: 13vw; }
  .item.photopick_07 .item-main .ico03 {
    top: 55vw;
    right: 19vw;
    width: 14vw; } }
/* =================================
item photopick_08
================================= */
.item.photopick_08 .bg-area {
  background-color: #FFF8E5;
  background-image: url("../images/lineup/photopick/08/bg_ico_01.png"), url("../images/lineup/photopick/08/bg_ico_02.png");
  background-position: 0% 22%, 100% 42.5%;
  background-size: 384px; }
.item.photopick_08 .item-main .ico01 {
  max-width: 182px;
  top: 28px;
  left: 150px;
  z-index: -1; }
.item.photopick_08 .item-main .ico02 {
  max-width: 121px;
  top: 366px;
  right: 222px; }
.item.photopick_08 .item-main .ico03 {
  max-width: 75px;
  top: 91px;
  right: 205px; }
.item.photopick_08 .item-main figcaption {
  color: #BF2428; }
.item.photopick_08 .switch-area .appeal-area {
  border-color: #BF2428; }
  .item.photopick_08 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/photopick/08/ribbon.png); }
.item.photopick_08 .recommend-area li {
  color: #BF2428;
  border-color: #BF2428;
  background-image: url(../images/lineup/photopick/08/check.png); }
.item.photopick_08 .hexagon-area .tit, .item.photopick_08 .howtouse-area .tit {
  background: #BF2428; }
.item.photopick_08 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_08 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #BF2428; }
.item.photopick_08 .cart-area .price {
  color: #BF2428; }

@media screen and (max-width: 768px) {
  .item.photopick_08 .bg-area {
    background-position: -10% 15.5%, 108% 46%;
    background-size: 36vw; }
  .item.photopick_08 .item-main .ico01 {
    width: 20vw;
    top: -2vw;
    left: 9vw; }
  .item.photopick_08 .item-main .ico02 {
    top: 53vw;
    right: 16.4vw;
    width: 15vw; }
  .item.photopick_08 .item-main .ico03 {
    top: 22vw;
    right: 8vw;
    width: 13vw; } }
/* =================================
item photopick_09
================================= */
.item.photopick_09 .bg-area {
  background-color: #F3FFF0;
  background-image: url("../images/lineup/photopick/09/bg_ico_01.png"), url("../images/lineup/photopick/09/bg_ico_01.png");
  background-position: 5% 19%, 95% 43%;
  background-size: 223px; }
.item.photopick_09 .item-main .ico01 {
  max-width: 193px;
  top: 25px;
  left: 146px;
  z-index: -1; }
.item.photopick_09 .item-main .ico02 {
  max-width: 84px;
  top: 106px;
  right: 218px;
  z-index: -1; }
.item.photopick_09 .item-main .ico03 {
  max-width: 132px;
  bottom: 195px;
  right: 245px; }
.item.photopick_09 .item-main figcaption {
  color: #3dc0b5; }
.item.photopick_09 .switch-area .appeal-area {
  border-color: #3dc0b5; }
  .item.photopick_09 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/photopick/09/ribbon.png); }
.item.photopick_09 .recommend-area li {
  color: #3dc0b5;
  border-color: #3dc0b5;
  background-image: url(../images/lineup/photopick/09/check.png); }
.item.photopick_09 .hexagon-area .tit, .item.photopick_09 .howtouse-area .tit {
  background: #3dc0b5; }
.item.photopick_09 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_09 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #3dc0b5; }
.item.photopick_09 .cart-area .price {
  color: #3dc0b5; }

@media screen and (max-width: 768px) {
  .item.photopick_09 .bg-area {
    background-position: -7% 14%, 107% 49.2%;
    background-size: 32vw; }
  .item.photopick_09 .item-main .ico01 {
    width: 23vw;
    top: 1vw;
    left: 12vw; }
  .item.photopick_09 .item-main .ico02 {
    top: 17vw;
    right: 14vw;
    width: 12vw; }
  .item.photopick_09 .item-main .ico03 {
    width: 17vw;
    top: 56vw;
    right: 18vw; } }
/* =================================
item photopick_10
================================= */
.item.photopick_10 .bg-area {
  background-color: #FBFDF1;
  background-image: url("../images/lineup/photopick/10/bg_ico_01.png"), url("../images/lineup/photopick/10/bg_ico_02.png");
  background-position: 0 20%, 100% 43.5%;
  background-size: 292px; }
.item.photopick_10 .item-main .ico01 {
  max-width: 311px;
  top: 20px;
  left: 84px;
  z-index: -1; }
.item.photopick_10 .item-main .ico02 {
  max-width: 174px;
  top: 351px;
  right: 202px; }
.item.photopick_10 .item-main .ico03 {
  max-width: 99px;
  top: 125px;
  right: 192px; }
.item.photopick_10 .item-main figcaption {
  color: #9FE1CB; }
.item.photopick_10 .switch-area .appeal-area {
  border-color: #9FE1CB; }
  .item.photopick_10 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/photopick/10/ribbon.png); }
.item.photopick_10 .recommend-area li {
  color: #9FE1CB;
  border-color: #9FE1CB;
  background-image: url(../images/lineup/photopick/10/check.png); }
.item.photopick_10 .hexagon-area .tit, .item.photopick_10 .howtouse-area .tit {
  background: #9FE1CB; }
.item.photopick_10 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.photopick_10 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #9FE1CB; }
.item.photopick_10 .cart-area .price {
  color: #9FE1CB; }

@media screen and (max-width: 768px) {
  .item.photopick_10 .bg-area {
    background-position: 0 15%, 100% 46.2%;
    background-size: 37vw; }
  .item.photopick_10 .item-main .ico01 {
    width: 34vw;
    top: 4vw;
    left: 4vw; }
  .item.photopick_10 .item-main .ico02 {
    top: 53vw;
    right: 13vw;
    width: 17vw; }
  .item.photopick_10 .item-main .ico03 {
    max-width: none;
    width: 17vw;
    top: 22vw;
    right: 1vw; } }
/* =================================
item selection_01
================================= */
.item.selection_01 .bg-area {
  background-color: #E5F4FA;
  background-image: url("../images/lineup/selection/01/bg_ico_01.png"), url("../images/lineup/selection/01/bg_ico_01.png");
  background-position: 2% 13.5%, 98.5% 31.5%;
  background-size: 298px; }
.item.selection_01 .item-main .ico01 {
  max-width: 134px;
  bottom: 174px;
  left: 204px; }
.item.selection_01 .item-main .ico02 {
  max-width: 142px;
  top: 168px;
  right: 142px; }
.item.selection_01 .item-main figcaption {
  color: #025587; }
.item.selection_01 .switch-area .appeal-area {
  border-color: #025587; }
  .item.selection_01 .switch-area .appeal-area .ribbon {
    width: 288px;
    background-image: url(../images/lineup/selection/01/ribbon.png); }
.item.selection_01 .sticker-area .tit:after {
  border-bottom-color: #025587; }
.item.selection_01 .sticker-area .tit span {
  background: #C3DCE9;
  border-color: #E5F4FA; }
.item.selection_01 .sticker-area .tit strong {
  color: #025587; }
.item.selection_01 .sticker-area .img-wrap .num {
  background: #025587; }
.item.selection_01 .sticker-area .img-wrap img {
  border-color: #025587; }
.item.selection_01 .recommend-area li {
  color: #025587;
  border-color: #025587;
  background-image: url(../images/lineup/selection/01/check.png); }
.item.selection_01 .hexagon-area .tit, .item.selection_01 .howtouse-area .tit {
  background: #025587; }
.item.selection_01 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_01 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #025587; }
.item.selection_01 .cart-area .price {
  color: #025587; }

@media screen and (max-width: 768px) {
  .item.selection_01 .bg-area {
    background-position: -2% 15.3%, 107% 60%;
    background-size: 39vw; }
  .item.selection_01 .item-main .ico01 {
    top: 48vw;
    left: 15vw;
    width: 14vw; }
  .item.selection_01 .item-main .ico02 {
    top: 22vw;
    right: 2vw;
    width: 19vw; } }
/* =================================
item selection_02
================================= */
.item.selection_02 .bg-area {
  background-color: #F3F9FD;
  background-image: url("../images/lineup/selection/02/bg_ico_01.png"), url("../images/lineup/selection/02/bg_ico_01.png");
  background-position: 1% 15%, 99% 32.5%;
  background-size: 328px; }
.item.selection_02 .item-main .ico01 {
  max-width: 139px;
  bottom: 173px;
  left: 229px; }
.item.selection_02 .item-main .ico02 {
  max-width: 132px;
  top: 168px;
  right: 156px; }
.item.selection_02 .item-main p {
  font-size: 31px;
  letter-spacing: 0.15em; }
.item.selection_02 .item-main figcaption {
  color: #56C2E8; }
.item.selection_02 .switch-area .appeal-area {
  border-color: #56C2E8; }
  .item.selection_02 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/selection/02/ribbon.png); }
.item.selection_02 .sticker-area .tit:after {
  border-bottom-color: #56C2E8; }
.item.selection_02 .sticker-area .tit span {
  background: #DCF1FA;
  border-color: #F3F9FD; }
.item.selection_02 .sticker-area .tit strong {
  color: #56C2E8; }
.item.selection_02 .sticker-area .img-wrap .num {
  background: #56C2E8; }
.item.selection_02 .sticker-area .img-wrap img {
  border-color: #56C2E8; }
.item.selection_02 .recommend-area li {
  color: #56C2E8;
  border-color: #56C2E8;
  background-image: url(../images/lineup/selection/02/check.png); }
.item.selection_02 .hexagon-area .tit, .item.selection_02 .howtouse-area .tit {
  background: #56C2E8; }
.item.selection_02 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_02 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #56C2E8; }
.item.selection_02 .cart-area .price {
  color: #56C2E8; }

@media screen and (max-width: 768px) {
  .item.selection_02 .bg-area {
    background-position: -2% 14.3%, 107% 54.6%;
    background-size: 39vw; }
  .item.selection_02 .item-main .ico01 {
    top: 50vw;
    left: 15vw;
    width: 18vw; }
  .item.selection_02 .item-main .ico02 {
    top: 21vw;
    right: 2vw;
    width: 19vw; }
  .item.selection_02 .item-main p {
    font-size: 20px;
    letter-spacing: inherit; } }
/* =================================
item selection_03
================================= */
.item.selection_03 .bg-area {
  background-color: #FEFDEF;
  background-image: url("../images/lineup/selection/03/bg_ico_01.png"), url("../images/lineup/selection/03/bg_ico_01.png");
  background-position: 1% 11%, 97% 30.5%;
  background-size: 284px; }
.item.selection_03 .item-main .ico01 {
  max-width: 143px;
  top: 89px;
  left: 184px; }
.item.selection_03 .item-main .ico02 {
  max-width: 163px;
  top: 156px;
  right: 175px; }
.item.selection_03 .item-main figcaption {
  color: #D1CA20; }
.item.selection_03 .switch-area .appeal-area {
  border-color: #F0E932; }
  .item.selection_03 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/selection/03/ribbon.png); }
.item.selection_03 .sticker-area .tit:after {
  border-bottom-color: #D1CA20; }
.item.selection_03 .sticker-area .tit span {
  background: #FCFAD3;
  border-color: #FEFDEF; }
.item.selection_03 .sticker-area .tit strong {
  color: #D1CA20; }
.item.selection_03 .sticker-area .img-wrap .num {
  background: #D1CA20; }
.item.selection_03 .sticker-area .img-wrap img {
  border-color: #D1CA20; }
.item.selection_03 .recommend-area li {
  color: #D1CA20;
  border-color: #D1CA20;
  background-image: url(../images/lineup/selection/03/check.png); }
.item.selection_03 .hexagon-area .tit, .item.selection_03 .howtouse-area .tit {
  background: #D1CA20; }
.item.selection_03 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_03 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #D1CA20; }
.item.selection_03 .cart-area .price {
  color: #D1CA20; }

@media screen and (max-width: 768px) {
  .item.selection_03 .bg-area {
    background-position: -7% 13.3%, 105% 55.3%;
    background-size: 37vw; }
  .item.selection_03 .item-main .ico01 {
    top: 53vw;
    left: 13vw;
    width: 16vw; }
  .item.selection_03 .item-main .ico02 {
    top: 8vw;
    right: 2vw;
    width: 19vw; } }
/* =================================
item selection_04
================================= */
.item.selection_04 .bg-area {
  background-color: #FFF8EA;
  background-image: url("../images/lineup/selection/04/bg_ico_01.png"), url("../images/lineup/selection/04/bg_ico_01.png");
  background-position: 2% 11.5%, 99.5% 30.5%;
  background-size: 354px; }
.item.selection_04 .item-main .ico01 {
  max-width: 172px;
  bottom: 191px;
  left: 207px; }
.item.selection_04 .item-main .ico02 {
  max-width: 98px;
  top: 178px;
  right: 162px; }
.item.selection_04 .item-main figcaption {
  color: #F7A72A; }
.item.selection_04 .item-main li:nth-last-of-type(2) figcaption {
  letter-spacing: -.1em; }
.item.selection_04 .switch-area .appeal-area {
  border-color: #F7A72A; }
  .item.selection_04 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/selection/04/ribbon.png); }
.item.selection_04 .sticker-area .tit:after {
  border-bottom-color: #F7A72A; }
.item.selection_04 .sticker-area .tit span {
  background: #FEECCD;
  border-color: #FFF8EA; }
.item.selection_04 .sticker-area .tit strong {
  color: #F7A72A; }
.item.selection_04 .sticker-area .img-wrap .num {
  background: #F7A72A; }
.item.selection_04 .sticker-area .img-wrap img {
  border-color: #F7A72A; }
.item.selection_04 .recommend-area li {
  color: #F7A72A;
  border-color: #F7A72A;
  background-image: url(../images/lineup/selection/04/check.png); }
.item.selection_04 .hexagon-area .tit, .item.selection_04 .howtouse-area .tit {
  background: #F7A72A; }
.item.selection_04 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_04 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #F7A72A; }
.item.selection_04 .cart-area .price {
  color: #F7A72A; }

@media screen and (max-width: 768px) {
  .item.selection_04 .bg-area {
    background-position: -3% 13.8%, 113% 59.4%;
    background-size: 40vw; }
  .item.selection_04 .item-main .ico01 {
    top: 37vw;
    left: auto;
    width: 19vw;
    right: 9vw; }
  .item.selection_04 .item-main .ico02 {
    top: 17vw;
    right: 4vw;
    width: 12vw; } }
/* =================================
item selection_05
================================= */
.item.selection_05 .bg-area {
  background-color: #FEFAF1;
  background-image: url("../images/lineup/selection/05/bg_ico_01.png"), url("../images/lineup/selection/05/bg_ico_01.png");
  background-position: 4% 13%, 97.5% 30.5%;
  background-size: 223px; }
.item.selection_05 .item-main .ico01 {
  max-width: 104px;
  top: 68px;
  left: 178px; }
.item.selection_05 .item-main .ico02 {
  max-width: 366px;
  bottom: 163px;
  left: 238px; }
.item.selection_05 .item-main .ico03 {
  max-width: 164px;
  top: 192px;
  right: 124px; }
.item.selection_05 .item-main figcaption {
  color: #f8cb56; }
.item.selection_05 .switch-area .appeal-area {
  border-color: #f8cb56; }
  .item.selection_05 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/selection/05/ribbon.png); }
.item.selection_05 .sticker-area .tit:after {
  border-bottom-color: #f8cb56; }
.item.selection_05 .sticker-area .tit span {
  background: #FDF3DA;
  border-color: #FEFAF1; }
.item.selection_05 .sticker-area .tit strong {
  color: #f8cb56; }
.item.selection_05 .sticker-area .img-wrap .num {
  background: #f8cb56; }
.item.selection_05 .sticker-area .img-wrap img {
  border-color: #f8cb56; }
.item.selection_05 .recommend-area li {
  color: #f8cb56;
  border-color: #f8cb56;
  background-image: url(../images/lineup/selection/05/check.png); }
.item.selection_05 .hexagon-area .tit, .item.selection_05 .howtouse-area .tit {
  background: #f8cb56; }
.item.selection_05 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_05 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #f8cb56; }
.item.selection_05 .cart-area .price {
  color: #f8cb56; }

@media screen and (max-width: 768px) {
  .item.selection_05 .bg-area {
    background-position: -3% 13.3%, 103% 58.8%;
    background-size: 29vw; }
  .item.selection_05 .item-main .ico01 {
    left: auto;
    width: 12vw;
    top: 9vw;
    right: 4vw; }
  .item.selection_05 .item-main .ico02 {
    top: 55vw;
    left: 17vw;
    width: 50vw; }
  .item.selection_05 .item-main .ico03 {
    top: 25vw;
    right: -1vw;
    width: 24vw; } }
/* =================================
item selection_06
================================= */
.item.selection_06 .bg-area {
  background-color: #FFF2E9;
  background-image: url("../images/lineup/selection/06/bg_ico_01.png"), url("../images/lineup/selection/06/bg_ico_01.png");
  background-position: -1% 10.5%, 99% 32%;
  background-size: 315px; }
.item.selection_06 .item-main .ico01 {
  max-width: 92px;
  top: 183px;
  left: 223px; }
.item.selection_06 .item-main .ico02 {
  max-width: 146px;
  top: 92px;
  right: 183px; }
.item.selection_06 .item-main figcaption {
  color: #FF652C; }
.item.selection_06 .switch-area .appeal-area {
  border-color: #FF652C; }
  .item.selection_06 .switch-area .appeal-area .ribbon {
    width: 288px;
    background-image: url(../images/lineup/selection/06/ribbon.png); }
.item.selection_06 .sticker-area .tit:after {
  border-bottom-color: #FF652C; }
.item.selection_06 .sticker-area .tit span {
  background: #FFDDCD;
  border-color: #FFF2E9; }
.item.selection_06 .sticker-area .tit strong {
  color: #FF652C; }
.item.selection_06 .sticker-area .img-wrap .num {
  background: #FF652C; }
.item.selection_06 .sticker-area .img-wrap img {
  border-color: #FF652C; }
.item.selection_06 .recommend-area li {
  color: #FF652C;
  border-color: #FF652C;
  background-image: url(../images/lineup/selection/06/check.png); }
.item.selection_06 .hexagon-area .tit, .item.selection_06 .howtouse-area .tit {
  background: #FF652C; }
.item.selection_06 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_06 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #FF652C; }
.item.selection_06 .cart-area .price {
  color: #FF652C; }

@media screen and (max-width: 768px) {
  .item.selection_06 .bg-area {
    background-position: -3% 13.3%, 113% 54.8%;
    background-size: 40vw; }
  .item.selection_06 .item-main .ico01 {
    left: auto;
    width: 12vw;
    top: 26vw;
    right: 15vw; }
  .item.selection_06 .item-main .ico02 {
    top: 9vw;
    right: 1vw;
    width: 16vw; } }
/* =================================
item selection_07
================================= */
.item.selection_07 .bg-area {
  background-color: #EBF7FA;
  background-image: url("../images/lineup/selection/07/bg_ico_01.png"), url("../images/lineup/selection/07/bg_ico_01.png");
  background-position: 3% 11%, 98% 31.5%;
  background-size: 253px; }
.item.selection_07 .item-main .ico01 {
  max-width: 218px;
  top: -15px;
  left: 160px;
  z-index: -1; }
.item.selection_07 .item-main .ico02 {
  max-width: 88px;
  top: 242px;
  right: 183px; }
.item.selection_07 .item-main figcaption {
  color: #0095c1; }
.item.selection_07 .item-main li:nth-last-of-type(2) figcaption {
  letter-spacing: -.1em; }
.item.selection_07 .switch-area .appeal-area {
  border-color: #0095C1; }
  .item.selection_07 .switch-area .appeal-area .ribbon {
    width: 288px;
    letter-spacing: 0;
    background-image: url(../images/lineup/selection/07/ribbon.png); }
.item.selection_07 .sticker-area .tit:after {
  border-bottom-color: #0095c1; }
.item.selection_07 .sticker-area .tit span {
  background: #C8E8F2;
  border-color: #EBF7FA; }
.item.selection_07 .sticker-area .tit strong {
  color: #0095c1; }
.item.selection_07 .sticker-area .img-wrap .num {
  background: #0095c1; }
.item.selection_07 .sticker-area .img-wrap img {
  border-color: #0095c1; }
.item.selection_07 .recommend-area li {
  color: #0095c1;
  border-color: #0095c1;
  background-image: url(../images/lineup/selection/07/check.png); }
.item.selection_07 .hexagon-area .tit, .item.selection_07 .howtouse-area .tit {
  background: #0095C1; }
.item.selection_07 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_07 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #0095C1; }
.item.selection_07 .cart-area .price {
  color: #0095c1; }

@media screen and (max-width: 768px) {
  .item.selection_07 .bg-area {
    background-position: -7% 14.5%, 102% 58.6%;
    background-size: 32vw; }
  .item.selection_07 .item-main .ico01 {
    left: auto;
    width: 30vw;
    top: -1vw;
    right: 7vw; }
  .item.selection_07 .item-main .ico02 {
    top: 34vw;
    right: 2vw;
    width: 12vw; }
  .item.selection_07 .item-main li:nth-last-of-type(2) figcaption {
    letter-spacing: 0; } }
/* =================================
item selection_08
================================= */
.item.selection_08 .bg-area {
  background-color: #FDF1F7;
  background-image: url("../images/lineup/selection/08/bg_ico_01.png"), url("../images/lineup/selection/08/bg_ico_01.png");
  background-position: 2.5% 13%, 98% 31%;
  background-size: 280px; }
.item.selection_08 .item-main .ico01 {
  max-width: 84px;
  top: 300px;
  left: 235px; }
.item.selection_08 .item-main .ico02 {
  max-width: 94px;
  top: 142px;
  right: 213px; }
.item.selection_08 .item-main figcaption {
  color: #ec73ae; }
.item.selection_08 .item-main li:nth-last-of-type(2) figcaption {
  letter-spacing: -.1em;
  font-size: 15px; }
.item.selection_08 .switch-area .appeal-area {
  border-color: #EC73AE; }
  .item.selection_08 .switch-area .appeal-area .ribbon {
    width: 288px;
    background-image: url(../images/lineup/selection/08/ribbon.png); }
.item.selection_08 .sticker-area .tit:after {
  border-bottom-color: #ec73ae; }
.item.selection_08 .sticker-area .tit span {
  background: #FADEEC;
  border-color: #FDF1F7; }
.item.selection_08 .sticker-area .tit strong {
  color: #ec73ae; }
.item.selection_08 .sticker-area .img-wrap .num {
  background: #EC73AE; }
.item.selection_08 .sticker-area .img-wrap img {
  border-color: #EC73AE; }
.item.selection_08 .recommend-area li {
  color: #ec73ae;
  border-color: #ec73ae;
  background-image: url(../images/lineup/selection/08/check.png); }
.item.selection_08 .hexagon-area .tit, .item.selection_08 .howtouse-area .tit {
  background: #ec73ae; }
.item.selection_08 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_08 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #ec73ae; }
.item.selection_08 .cart-area .price {
  color: #ec73ae; }

@media screen and (max-width: 768px) {
  .item.selection_08 .bg-area {
    background-position: -9% 13.9%, 107% 59.4%;
    background-size: 34vw; }
  .item.selection_08 .item-main .ico01 {
    left: auto;
    width: 11vw;
    top: 36vw;
    right: 16vw; }
  .item.selection_08 .item-main .ico02 {
    top: 21vw;
    right: 4vw;
    width: 12vw; }
  .item.selection_08 .item-main li:nth-last-of-type(2) figcaption {
    letter-spacing: 0; } }
/* =================================
item selection_09
================================= */
.item.selection_09 .bg-area {
  background-color: #FFFAF1;
  background-image: url("../images/lineup/selection/09/bg_ico_01.png"), url("../images/lineup/selection/09/bg_ico_01.png");
  background-position: 3% 12.5%, 100% 30.5%;
  background-size: 280px; }
.item.selection_09 .item-main .ico01 {
  max-width: 110px;
  top: 165px;
  left: 218px; }
.item.selection_09 .item-main .ico02 {
  max-width: 122px;
  top: 132px;
  right: 171px; }
.item.selection_09 .item-main figcaption {
  color: #fdb227; }
.item.selection_09 .switch-area .appeal-area {
  border-color: #FDB227; }
  .item.selection_09 .switch-area .appeal-area .ribbon {
    width: 288px;
    background-image: url(../images/lineup/selection/09/ribbon.png); }
.item.selection_09 .sticker-area .tit:after {
  border-bottom-color: #fdb227; }
.item.selection_09 .sticker-area .tit span {
  background: #FFEFD3;
  border-color: #FFFAF1; }
.item.selection_09 .sticker-area .tit strong {
  color: #fdb227; }
.item.selection_09 .sticker-area .img-wrap .num {
  background: #fdb227; }
.item.selection_09 .sticker-area .img-wrap img {
  border-color: #fdb227; }
.item.selection_09 .recommend-area li {
  color: #fdb227;
  border-color: #fdb227;
  background-image: url(../images/lineup/selection/09/check.png); }
.item.selection_09 .hexagon-area .tit, .item.selection_09 .howtouse-area .tit {
  background: #FDB227; }
.item.selection_09 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_09 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #FDB227; }
.item.selection_09 .cart-area .price {
  color: #fdb227; }

@media screen and (max-width: 768px) {
  .item.selection_09 .bg-area {
    background-position: -9% 13%, 115% 56%;
    background-size: 37vw; }
  .item.selection_09 .item-main .ico01 {
    left: auto;
    width: 14vw;
    top: 27vw;
    right: 13vw; }
  .item.selection_09 .item-main .ico02 {
    top: 9vw;
    right: -3vw;
    width: 16vw; } }
/* =================================
item selection_10
================================= */
.item.selection_10 .bg-area {
  background-color: #F4F5EB;
  background-image: url("../images/lineup/selection/10/bg_ico_01.png"), url("../images/lineup/selection/10/bg_ico_01.png");
  background-position: 2.5% 13%, 99.5% 31.5%;
  background-size: 311px; }
.item.selection_10 .item-main .ico01 {
  max-width: 223px;
  top: 122px;
  left: 118px;
  z-index: -1; }
.item.selection_10 .item-main .ico02 {
  max-width: 141px;
  top: 168px;
  right: 142px; }
.item.selection_10 .item-main figcaption {
  color: #005a38; }
.item.selection_10 .switch-area .appeal-area {
  border-color: #005a38; }
  .item.selection_10 .switch-area .appeal-area .ribbon {
    width: 251px;
    background-image: url(../images/lineup/selection/10/ribbon.png); }
.item.selection_10 .sticker-area .tit:after {
  border-bottom-color: #005a38; }
.item.selection_10 .sticker-area .tit span {
  background: #D0DED0;
  border-color: #F4F5EB; }
.item.selection_10 .sticker-area .tit strong {
  color: #005a38; }
.item.selection_10 .sticker-area .img-wrap .num {
  background: #005a38; }
.item.selection_10 .sticker-area .img-wrap img {
  border-color: #005a38; }
.item.selection_10 .recommend-area li {
  color: #005a38;
  border-color: #005a38;
  background-image: url(../images/lineup/selection/10/check.png); }
.item.selection_10 .hexagon-area .tit, .item.selection_10 .howtouse-area .tit {
  background: #005a38; }
.item.selection_10 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.selection_10 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #005a38; }
.item.selection_10 .cart-area .price {
  color: #005a38; }

@media screen and (max-width: 768px) {
  .item.selection_10 .bg-area {
    background-position: -3% 14.3%, 107% 55.8%;
    background-size: 36vw; }
  .item.selection_10 .item-main .ico01 {
    left: auto;
    width: 31vw;
    top: 17vw;
    right: 2vw; }
  .item.selection_10 .item-main .ico02 {
    top: 13vw;
    left: auto;
    right: 1vw;
    width: 19vw; } }
/* =================================
item anniversary_01
item anniversary_02
item anniversary_03
================================= */
.item.anniversary_01 .switch-area .appeal-area,
.item.anniversary_02 .switch-area .appeal-area,
.item.anniversary_03 .switch-area .appeal-area {
  padding: 20px 0 10px 0; }
.item.anniversary_01 .sticker-area .copy_disney,
.item.anniversary_02 .sticker-area .copy_disney,
.item.anniversary_03 .sticker-area .copy_disney {
  margin: 1em auto 0; }
.item.anniversary_01 .sticker-area .img-wrap,
.item.anniversary_02 .sticker-area .img-wrap,
.item.anniversary_03 .sticker-area .img-wrap {
  width: 100%;
  max-width: 532px; }
  .item.anniversary_01 .sticker-area .img-wrap img,
  .item.anniversary_02 .sticker-area .img-wrap img,
  .item.anniversary_03 .sticker-area .img-wrap img {
    border: 0; }
.item.anniversary_01 .other-lineup .copy_disney,
.item.anniversary_02 .other-lineup .copy_disney,
.item.anniversary_03 .other-lineup .copy_disney {
  text-align: center;
  margin-top: 2em; }
.item.anniversary_01 .hexagon-area .box dt,
.item.anniversary_02 .hexagon-area .box dt,
.item.anniversary_03 .hexagon-area .box dt {
  line-height: 1.3; }

@media screen and (max-width: 768px) {
  .item.anniversary_01 .sticker-area .img-wrap,
  .item.anniversary_02 .sticker-area .img-wrap,
  .item.anniversary_03 .sticker-area .img-wrap {
    width: 75%;
    max-width: 300px; } }
/* =================================
item anniversary_01
================================= */
.item.anniversary_01 .bg-area {
  background-color: #fff0d6;
  background-image: url("../images/lineup/100th_anniversary/01/bg_ico_01.png"), url("../images/lineup/100th_anniversary/01/bg_ico_02.png");
  background-position: 3% 14%, 100% 31.5%;
  background-size: 280px; }
.item.anniversary_01 .item-main .ico01 {
  max-width: 115px;
  top: 305px;
  left: 218px; }
.item.anniversary_01 .item-main .ico02 {
  max-width: 148px;
  top: 125px;
  right: 141px; }
.item.anniversary_01 .item-main figcaption {
  color: #fd8a33; }
.item.anniversary_01 .switch-area .appeal-area {
  border-color: #fd8a33; }
  .item.anniversary_01 .switch-area .appeal-area .ribbon {
    width: 288px;
    background-image: url(../images/lineup/100th_anniversary/01/ribbon.png);
    font-size: 14.5px;
    letter-spacing: .1em;
    padding: 6px 0;
    top: -22px; }
  .item.anniversary_01 .switch-area .appeal-area div dd {
    line-height: 1.2; }
.item.anniversary_01 .sticker-area .tit:after {
  border-bottom-color: #fd8a33; }
.item.anniversary_01 .sticker-area .tit span {
  background: #ffe1be;
  border-color: #fff0d6;
  padding: 10px 115px; }
.item.anniversary_01 .sticker-area .tit strong {
  color: #fd8a33; }
.item.anniversary_01 .recommend-area li {
  color: #fd8a33;
  border-color: #fd8a33;
  background-image: url(../images/lineup/100th_anniversary/01/check.png); }
.item.anniversary_01 .hexagon-area .tit, .item.anniversary_01 .howtouse-area .tit {
  background: #fd8a33; }
.item.anniversary_01 .hexagon-area .note {
  font-size: 60%;
  vertical-align: top; }
.item.anniversary_01 .hexagon-area p.note {
  text-align: right;
  margin-top: 20px; }
.item.anniversary_01 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.anniversary_01 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #fd8a33; }
.item.anniversary_01 .cart-area .price {
  color: #fd8a33; }

@media screen and (max-width: 768px) {
  .item.anniversary_01 .bg-area {
    background-position: -9% 10%, 115% 54.5%;
    background-size: 45vw; }
  .item.anniversary_01 .item-main .ico01 {
    width: 13vw;
    top: 46vw;
    right: auto;
    left: 18vw; }
  .item.anniversary_01 .item-main .ico02 {
    top: 23vw;
    right: 4vw;
    width: 18vw; }
  .item.anniversary_01 .item-main strong.note {
    right: auto; }
  .item.anniversary_01 .item-main p.note {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 0; }
  .item.anniversary_01 .switch-area .appeal-area .ribbon {
    font-size: 12.5px;
    padding: 5px 0;
    top: -18px; }
  .item.anniversary_01 .sticker-area .tit span {
    padding: 10px 25px; }
  .item.anniversary_01 .hexagon-area p.note {
    margin-top: 15px;
    text-align: left; } }
/* =================================
item anniversary_02
================================= */
.item.anniversary_02 .bg-area {
  background-color: #e5fafd;
  background-image: url("../images/lineup/100th_anniversary/02/bg_ico_01.png"), url("../images/lineup/100th_anniversary/02/bg_ico_01.png");
  background-position: 3% 12.5%, 100% 31.5%;
  background-size: 298px; }
.item.anniversary_02 .item-main .ico01 {
  max-width: 114px;
  top: 138px;
  left: 216px; }
.item.anniversary_02 .item-main .ico02 {
  max-width: 138px;
  top: 150px;
  right: 143px; }
.item.anniversary_02 .item-main figcaption {
  color: #07afcd; }
.item.anniversary_02 .switch-area .appeal-area {
  border-color: #07afcd; }
  .item.anniversary_02 .switch-area .appeal-area .ribbon {
    width: 325px;
    background-image: url(../images/lineup/100th_anniversary/02/ribbon.png);
    letter-spacing: .15em;
    font-size: 14.5px;
    padding: 10px 0;
    top: -26px; }
.item.anniversary_02 .sticker-area .tit:after {
  border-bottom-color: #07afcd; }
.item.anniversary_02 .sticker-area .tit span {
  background: #c8f3fb;
  border-color: #e5fafd; }
.item.anniversary_02 .sticker-area .tit strong {
  color: #07afcd; }
.item.anniversary_02 .recommend-area li {
  color: #07afcd;
  border-color: #07afcd;
  background-image: url(../images/lineup/100th_anniversary/02/check.png); }
.item.anniversary_02 .hexagon-area .tit, .item.anniversary_02 .howtouse-area .tit {
  background: #07afcd; }
.item.anniversary_02 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.anniversary_02 .howtouse-area .box:nth-child(3) .circle::after {
  border-left-color: #07afcd; }
.item.anniversary_02 .cart-area .price {
  color: #07afcd; }

@media screen and (max-width: 768px) {
  .item.anniversary_02 .bg-area {
    background-position: -9% 15%, 115% 53%;
    background-size: 42vw; }
  .item.anniversary_02 .item-main .ico01 {
    width: 14vw;
    top: 22vw;
    left: 20vw; }
  .item.anniversary_02 .item-main .ico02 {
    top: 22vw;
    right: 4vw;
    width: 19vw; }
  .item.anniversary_02 .switch-area .appeal-area .ribbon {
    width: 280px !important;
    font-size: 12.5px;
    padding: 8px 0;
    top: -21px; } }
/* =================================
item anniversary_03
================================= */
.item.anniversary_03 .bg-area {
  background-color: #e7fffe;
  background-image: url("../images/lineup/100th_anniversary/03/bg_ico_01.png"), url("../images/lineup/100th_anniversary/03/bg_ico_01.png");
  background-position: 3% 14%, 100% 29.5%;
  background-size: 298px; }
.item.anniversary_03 .item-main li:nth-last-of-type(2) figcaption {
  letter-spacing: -.1em;
  font-size: 15px; }
.item.anniversary_03 .item-main .ico01 {
  max-width: 113px;
  top: 298px;
  left: 216px; }
.item.anniversary_03 .item-main .ico02 {
  max-width: 142px;
  top: 120px;
  right: 150px; }
.item.anniversary_03 .item-main figcaption {
  color: #00aba4; }
.item.anniversary_03 .switch-area .appeal-area {
  border-color: #00aba4; }
  .item.anniversary_03 .switch-area .appeal-area .ribbon {
    width: 345px;
    background-image: url(../images/lineup/100th_anniversary/03/ribbon.png);
    letter-spacing: .15em;
    font-size: 14px;
    padding: 10px 0;
    top: -26px; }
  .item.anniversary_03 .switch-area .appeal-area div dd {
    line-height: 1.2; }
.item.anniversary_03 .sticker-area .tit:after {
  border-bottom-color: #00aba4; }
.item.anniversary_03 .sticker-area .tit span {
  background: #c8f3fb;
  border-color: #e7fffe;
  padding: 10px 115px; }
.item.anniversary_03 .sticker-area .tit strong {
  color: #00aba4; }
.item.anniversary_03 .recommend-area li {
  color: #00aba4;
  border-color: #00aba4;
  background-image: url(../images/lineup/100th_anniversary/03/check.png); }
.item.anniversary_03 .hexagon-area .tit, .item.anniversary_03 .howtouse-area .tit {
  background: #00aba4; }
.item.anniversary_03 .howtouse-area .box-wrap {
  max-width: 1000px; }
.item.anniversary_03 .howtouse-area .box {
  max-width: 215px; }
  .item.anniversary_03 .howtouse-area .box:nth-child(3) .circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    width: 0;
    height: 0;
    right: -15%;
    bottom: 0;
    margin: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left-width: 17px;
    border-left-style: solid;
    border-left-color: #00aba4; }
  .item.anniversary_03 .howtouse-area .box:nth-child(-n+2) .circle::after, .item.anniversary_03 .howtouse-area .box:nth-child(3) .circle::after {
    border-left-color: #00aba4; }
  .item.anniversary_03 .howtouse-area .box .circle {
    max-width: 215px;
    height: 215px; }
.item.anniversary_03 .cart-area .price {
  color: #00aba4; }

@media screen and (max-width: 768px) {
  .item.anniversary_03 .bg-area {
    background-position: -9% 10%, 135% 49.5%;
    background-size: 55vw; }
  .item.anniversary_03 .item-main p {
    margin-bottom: 40px; }
  .item.anniversary_03 .item-main li {
    margin-bottom: 45px; }
    .item.anniversary_03 .item-main li:last-of-type {
      margin-bottom: 0; }
  .item.anniversary_03 .item-main li:nth-last-of-type(2) figcaption {
    letter-spacing: 0; }
  .item.anniversary_03 .item-main .ico01 {
    width: 14vw;
    top: 43vw;
    left: 19vw; }
  .item.anniversary_03 .item-main .ico02 {
    top: 17vw;
    right: 6vw;
    width: 19vw; }
  .item.anniversary_03 .switch-area .appeal-area .ribbon {
    width: 280px !important;
    font-size: 11.5px;
    padding: 7px 0;
    top: -19px; }
  .item.anniversary_03 .sticker-area .tit span {
    padding: 10px 25px; }
  .item.anniversary_03 .howtouse-area {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .item.anniversary_03 .howtouse-area .box-wrap {
      max-width: 450px; }
    .item.anniversary_03 .howtouse-area .box {
      max-width: none; }
      .item.anniversary_03 .howtouse-area .box .circle {
        max-width: none;
        width: 36vw;
        height: 36vw;
        max-width: 180px; }
      .item.anniversary_03 .howtouse-area .box:nth-child(3) {
        width: 48%;
        margin-top: 0; }
        .item.anniversary_03 .howtouse-area .box:nth-child(3) .circle::after {
          transform: inherit;
          top: 0;
          left: 0;
          right: -127%;
          bottom: 0;
          border-top-width: 7px;
          border-bottom-width: 7px;
          border-left-width: 16px; } }
/* =================================
item 購入するボタン
================================= */
.item .sticky-fade {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1; }
.item .btn_float {
  width: 100px;
  height: 100px;
  background: #fff;
  border: .08em solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin-bottom: .5em; }
  .item .btn_float:last-of-type {
    margin-bottom: 0; }
  .item .btn_float img {
    width: 80%; }

@media print, screen and (max-width: 768px) {
  .item .sticky-fade {
    right: 10px;
    bottom: 10px; }
  .item .btn_float {
    width: 65px;
    height: 65px;
    margin-bottom: .3em; } }
/* =================================
Concept
================================= */
.concept h2 {
  font-size: 42px;
  margin-bottom: 50px; }
.concept .primary {
  position: relative;
  z-index: 1;
  padding-bottom: 75px; }
  .concept .primary:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    height: 645px;
    background: url("../images/common/bg.webp") no-repeat center/cover;
    background-color: rgba(255, 255, 255, 0.55);
    background-blend-mode: lighten; }
  .concept .primary__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative; }
  .concept .primary img {
    max-width: 1008px;
    margin-left: auto;
    margin-bottom: 80px; }
    .concept .primary img.sp {
      display: none; }
  .concept .primary dt {
    font-size: 32px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 0;
    left: -20px;
    text-align: left;
    line-height: 2.1;
    letter-spacing: 0.2em; }
  .concept .primary dd {
    font-size: 15px;
    line-height: 2.7; }
.concept .solution-area {
  padding: 100px 0 160px; }
  .concept .solution-area .box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 130px;
    padding-bottom: 120px;
    position: relative; }
    .concept .solution-area .box:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border: 0; }
      .concept .solution-area .box:last-of-type:after {
        content: none; }
    .concept .solution-area .box:after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      content: "";
      width: 100%;
      height: 1px;
      background: #303030; }
  .concept .solution-area .h3-wrap {
    margin-bottom: 35px;
    display: flex;
    align-items: center; }
  .concept .solution-area .ico-wrap {
    background: #D1ADEC;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px; }
    .concept .solution-area .ico-wrap img {
      width: auto;
      height: 50px; }
  .concept .solution-area h3 strong {
    font-weight: bold;
    font-size: 32px;
    font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
    display: inline-block;
    margin-right: 8px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D1ADEC;
    vertical-align: baseline;
    transform: skewX(-18deg);
    letter-spacing: 0.12em;
    line-height: 1; }
  .concept .solution-area h3 span {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    vertical-align: baseline; }
  .concept .solution-area dt {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 20px; }
  .concept .solution-area dd {
    font-size: 14px;
    line-height: 2.3; }
  .concept .solution-area .ico-txt {
    max-width: 147px;
    margin-left: auto;
    margin-right: 15%; }
  .concept .solution-area .img-area {
    max-width: 340px; }
  .concept .solution-area .box01 .h3-wrap {
    justify-content: center; }
  .concept .solution-area .box02, .concept .solution-area .box03 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .concept .solution-area .box02 .h3-wrap, .concept .solution-area .box03 .h3-wrap {
      justify-content: flex-start; }
    .concept .solution-area .box02 dl, .concept .solution-area .box03 dl {
      text-align: left; }
  .concept .solution-area .box02 .txt-area {
    margin-right: 30px; }
  .concept .solution-area .box03 {
    flex-direction: row-reverse; }
    .concept .solution-area .box03 .txt-area {
      margin-left: 30px; }
.concept .map-area {
  background: #FAF7FD;
  padding: 135px 0; }
  .concept .map-area dl {
    margin-bottom: 55px; }
  .concept .map-area dt {
    font-size: 28px;
    font-weight: bold;
    font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
    margin-bottom: 30px;
    letter-spacing: .2em;
    line-height: 1.8; }
  .concept .map-area dd {
    font-size: 15px;
    line-height: 2.3; }
  .concept .map-area .center-wrap {
    width: 100%;
    max-width: 990px;
    margin: 0 auto 90px;
    position: relative; }
    .concept .map-area .center-wrap__line {
      font-size: 12px;
      font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
      font-weight: bold;
      color: #d1adec;
      writing-mode: vertical-rl;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      height: 100%;
      text-align: left; }
      .concept .map-area .center-wrap__line:after {
        content: '';
        border-right: 1px solid #d1adec;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        margin: auto;
        margin-right: 11px;
        height: 475px; }
    .concept .map-area .center-wrap .img-map {
      max-width: 960px;
      margin-left: auto;
      box-shadow: 0px 0px 70px rgba(87, 29, 130, 0.25); }
    .concept .map-area .center-wrap .map-ico {
      position: absolute;
      max-width: 150px; }
    .concept .map-area .center-wrap .map-ico01 {
      top: 320px;
      left: 150px; }
    .concept .map-area .center-wrap .map-ico02 {
      top: 100px;
      left: 330px; }
    .concept .map-area .center-wrap .map-ico03 {
      top: 105px;
      right: 190px; }
  .concept .map-area .logo {
    max-width: 256px;
    margin: 0 auto; }
.concept + footer {
  margin-top: 0; }

@media screen and (max-width: 768px) {
  .concept h2 {
    font-size: 25px;
    width: 90%;
    margin: 0 auto 30px; }
  .concept .primary {
    padding-bottom: 50px; }
    .concept .primary:after {
      height: 100vw;
      min-height: 530px; }
    .concept .primary img {
      max-width: none;
      width: 72%;
      margin-left: auto;
      margin-bottom: 20vw;
      height: 76vw; }
      .concept .primary img.pc {
        display: none; }
      .concept .primary img.sp {
        display: block; }
    .concept .primary dl {
      text-align: center;
      width: 90%;
      margin: 0 auto; }
    .concept .primary dt {
      font-size: 5vw;
      left: 3vw; }
    .concept .primary dd {
      font-size: 13px;
      text-align: left;
      display: inline-block; }
      .concept .primary dd br {
        display: none; }
  .concept .solution-area {
    padding: 60px 0 90px; }
    .concept .solution-area .box {
      margin: 0 auto 70px;
      padding-bottom: 70px; }
      .concept .solution-area .box:after {
        width: 90vw; }
    .concept .solution-area .h3-wrap {
      margin-bottom: 20px;
      justify-content: flex-start; }
    .concept .solution-area .ico-wrap {
      width: 50px;
      height: 50px;
      margin-right: 18px; }
      .concept .solution-area .ico-wrap img {
        height: 40px; }
    .concept .solution-area h3 {
      width: calc(100% - 55px);
      text-align: left; }
      .concept .solution-area h3 strong {
        display: block;
        font-size: 24px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding-bottom: 8px; }
      .concept .solution-area h3 span {
        font-size: 16px; }
    .concept .solution-area dl {
      margin-bottom: 30px; }
      .concept .solution-area dl br {
        display: none; }
    .concept .solution-area dt {
      display: block;
      text-align: left;
      font-size: 18px;
      margin-bottom: 12px; }
    .concept .solution-area dd {
      display: block;
      text-align: left;
      font-size: 12px; }
    .concept .solution-area .ico-txt {
      max-width: 90px;
      margin-right: 5%; }
    .concept .solution-area .img-area {
      max-width: 500px;
      width: 100%;
      height: 180px;
      margin: 0 auto;
      object-fit: cover;
      object-position: center -7vw; }
    .concept .solution-area .box01 {
      width: 90%; }
      .concept .solution-area .box01 dl {
        margin-bottom: 10px; }
    .concept .solution-area .box02, .concept .solution-area .box03 {
      display: block;
      width: 100%; }
      .concept .solution-area .box02 .txt-area, .concept .solution-area .box03 .txt-area {
        width: 90%;
        margin: 0 auto; }
  .concept .map-area {
    padding: 90px 0; }
    .concept .map-area dl {
      width: 90%;
      margin: 0 auto 40px;
      text-align: center; }
    .concept .map-area dt {
      font-size: 22px;
      margin-bottom: 20px; }
    .concept .map-area dd {
      font-size: 13px;
      display: inline-block;
      text-align: left; }
    .concept .map-area .center-wrap {
      width: 90%;
      margin-bottom: 50px; }
      .concept .map-area .center-wrap__line {
        line-height: 1;
        font-size: 2.5vw;
        letter-spacing: .5vw; }
        .concept .map-area .center-wrap__line:after {
          margin-right: 1.1vw;
          height: 25vw; }
      .concept .map-area .center-wrap .img-map {
        max-width: none;
        width: 95%;
        box-shadow: 0px 0px 10vw rgba(87, 29, 130, 0.25); }
      .concept .map-area .center-wrap .map-ico {
        max-width: none;
        width: 23vw; }
      .concept .map-area .center-wrap .map-ico01 {
        top: 4vw;
        left: 20vw; }
      .concept .map-area .center-wrap .map-ico02 {
        top: auto;
        left: 3vw;
        right: 0;
        bottom: 4vw;
        margin: auto; }
      .concept .map-area .center-wrap .map-ico03 {
        top: 4vw;
        right: 16vw; }
    .concept .map-area .logo {
      max-width: 150px; } }
@media screen and (max-width: 380px) {
  .concept .solution-area h3 strong {
    font-size: 6.2vw; } }
/* =================================
News
================================= */
.news h2 {
  font-size: 42px;
  margin-bottom: 100px; }
.news .news-wrap {
  max-width: 1000px; }
  .news .news-wrap li {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d9d9d9; }
    .news .news-wrap li:last-of-type {
      margin-bottom: 0; }
  .news .news-wrap a {
    margin: 0; }
  .news .news-wrap .left_area img {
    max-width: 340px;
    width: auto; }
  .news .news-wrap .right-area {
    max-width: 620px;
    width: 62%;
    text-align: left; }
  .news .news-wrap dl {
    margin-bottom: 15px; }
  .news .news-wrap dt {
    margin-bottom: 15px;
    font-family: "century-gothic", Century Gothic, CenturyGothic, Futura, AppleGothic, sans-serif;
    line-height: 1;
    letter-spacing: .1em; }
  .news .news-wrap span {
    vertical-align: middle;
    display: inline-block; }
  .news .news-wrap .cate {
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #CDCDCD;
    width: 110px;
    margin-right: 20px;
    padding: 3px 0; }
  .news .news-wrap .day {
    font-size: 12px;
    color: #999; }
  .news .news-wrap dd {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6; }
  .news .news-wrap h3 {
    font-family: inherit; }
  .news .news-wrap h4 {
    font-size: 15px;
    font-family: inherit; }
  .news .news-wrap p {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 1.8; }
    .news .news-wrap p:last-of-type {
      margin-bottom: 0; }
  .news .news-wrap .bold {
    font-weight: bold; }
  .news .news-wrap .red {
    color: #ef3434; }
  .news .news-wrap .flex_wrap {
    display: flex;
    column-gap: 1.5em;
    margin-top: .5em; }
    .news .news-wrap .flex_wrap .shop_btn {
      max-width: 130px;
      padding: .5em 1em .5em 1.8em;
      box-sizing: border-box; }
  .news .news-wrap .jm-btn {
    font-family: inherit;
    text-align: center;
    margin-top: 1%;
    background: #020100;
    color: #fff;
    font-weight: bold; }
  .news .news-wrap .no_link {
    opacity: .3;
    pointer-events: none; }
  .news .news-wrap .more {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 15px;
    color: #ae97eb; }
    .news .news-wrap .more span {
      position: relative;
      padding-right: 20px;
      display: inline-block; }
      .news .news-wrap .more span:after {
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 1px #ae97eb;
        border-right: solid 1px #ae97eb;
        position: absolute;
        top: 0;
        right: 5px;
        bottom: 0;
        margin: auto;
        transform: rotate(45deg); }

@media screen and (max-width: 768px) {
  .news h2 {
    font-size: 25px;
    width: 90%;
    margin: 0 auto 50px; }
  .news .news-wrap li {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 40px; }
  .news .news-wrap .left_area img {
    max-width: none;
    width: 42%;
    float: right;
    margin-left: 4%;
    margin-bottom: 2%; }
  .news .news-wrap .copy_disney {
    float: right;
    clear: both;
    margin-top: -1em; }
  .news .news-wrap .right-area {
    max-width: none;
    width: 100%;
    text-align: left; }
  .news .news-wrap dl {
    margin-bottom: 12px; }
  .news .news-wrap dt {
    margin-bottom: 12px; }
  .news .news-wrap span {
    display: block; }
  .news .news-wrap .cate {
    font-size: 12px;
    width: 100px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 2px 0; }
  .news .news-wrap .day {
    font-size: 11px;
    text-align: left;
    padding: 0; }
  .news .news-wrap dd {
    font-size: 14px; }
  .news .news-wrap h4 {
    font-size: 13px; }
  .news .news-wrap p {
    font-size: 12px;
    line-height: 1.6; }
  .news .news-wrap .flex_wrap {
    column-gap: 0.8em; }
  .news .news-wrap .more {
    position: static;
    padding: 5px 0;
    margin-top: 10px;
    display: block;
    font-size: 14px; } }
/* =================================
下層共通
================================= */
.faq h2, .faq h3, .faq h4, .shop_list h2, .shop_list h3, .shop_list h4, .about h2, .about h3, .about h4, .privacy h2, .privacy h3, .privacy h4, .guide h2, .guide h3, .guide h4, .contact h2, .contact h3, .contact h4 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
.faq h2, .shop_list h2, .about h2, .privacy h2, .guide h2, .contact h2 {
  margin-bottom: 60px;
  font-size: 28px; }

@media print, screen and (max-width: 768px) {
  .faq h2, .shop_list h2, .about h2, .privacy h2, .guide h2, .contact h2 {
    font-size: 20px;
    margin-bottom: 40px; } }
/* =================================
よくあるご質問
================================= */
.faq .faq-menu {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 3.5%;
  row-gap: 30px;
  margin-bottom: 60px;
  /*&:after{
  	content: '';
  	display: block;
  	width: 31%;
  }*/ }
  .faq .faq-menu li {
    width: 31%; }
  .faq .faq-menu a {
    border: 1px solid #333;
    padding: 15px 20px;
    font-size: 16px;
    display: block;
    text-align: center; }
.faq .bg-area {
  padding-top: 80px;
  background: url("../images/common/bg.webp") no-repeat center/cover;
  background-attachment: fixed; }
.faq .faq-section h3 {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 22px;
  text-align: center;
  padding: 25px 0; }
.faq .faq-section ul.inner {
  max-width: 750px;
  padding-top: 80px;
  padding-bottom: 80px; }
  .faq .faq-section ul.inner li {
    background: #fff;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.8;
    text-align: left;
    letter-spacing: .1em; }
    .faq .faq-section ul.inner li:last-of-type {
      margin-bottom: 0; }
  .faq .faq-section ul.inner .title {
    position: relative;
    cursor: pointer;
    padding: 30px 55px 30px 20px;
    font-size: 18px; }
    .faq .faq-section ul.inner .title:before, .faq .faq-section ul.inner .title:after {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      content: '';
      width: 15px;
      height: 1px;
      background: #333;
      transition: all .2s ease-in; }
    .faq .faq-section ul.inner .title:before {
      right: 20px;
      transform: rotate(0deg); }
    .faq .faq-section ul.inner .title:after {
      right: 20px;
      transform: rotate(90deg); }
    .faq .faq-section ul.inner .title.close:before {
      transform: rotate(45deg); }
    .faq .faq-section ul.inner .title.close:after {
      transform: rotate(-45deg); }
    .faq .faq-section ul.inner .title p {
      padding-left: 60px; }
  .faq .faq-section ul.inner .box {
    font-size: 15px;
    display: none;
    margin: 0 20px;
    padding-bottom: 30px; }
  .faq .faq-section ul.inner .box-inner {
    border-top: 1px solid #333;
    padding-top: 28px;
    padding-left: 60px;
    position: relative; }
  .faq .faq-section ul.inner .txt-q, .faq .faq-section ul.inner .txt-a {
    font-size: 20px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .faq .faq-section ul.inner .txt-q {
    background: #AE97EB;
    border: 1px solid #AE97EB;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .faq .faq-section ul.inner .txt-a {
    border: 1px solid #AE97EB;
    color: #AE97EB;
    position: absolute;
    top: 20px;
    left: 0; }
  .faq .faq-section ul.inner .red {
    color: #c70719; }
  .faq .faq-section ul.inner p {
    margin-bottom: 1em; }
    .faq .faq-section ul.inner p:last-of-type {
      margin-bottom: 0; }
  .faq .faq-section ul.inner .border {
    border: 1px solid #333;
    text-align: center;
    line-height: 1.7;
    padding: 20px 40px;
    margin: 0;
    display: block;
    width: 70%;
    position: relative;
    box-sizing: border-box; }
    .faq .faq-section ul.inner .border:before {
      content: '';
      width: 10px;
      height: 10px;
      border-top: solid 1px #333;
      border-right: solid 1px #333;
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      margin: auto;
      transform: rotate(45deg); }
  .faq .faq-section ul.inner .card {
    margin-top: 20px; }
    .faq .faq-section ul.inner .card li {
      display: inline-block;
      margin: 0;
      margin-right: 20px;
      padding: 0; }
      .faq .faq-section ul.inner .card li:last-of-type {
        margin-right: 0; }
    .faq .faq-section ul.inner .card img {
      width: auto;
      height: 50px; }
  .faq .faq-section ul.inner .mt {
    margin-top: 1em; }
  .faq .faq-section ul.inner .mb {
    margin-bottom: 1em; }
.faq + footer {
  margin-top: 0; }

@media screen and (max-width: 768px) {
  .faq .faq-menu {
    display: block;
    margin-bottom: 40px; }
    .faq .faq-menu li {
      width: 100%;
      margin-bottom: 20px; }
      .faq .faq-menu li:last-of-type {
        margin-bottom: 0; }
    .faq .faq-menu a {
      padding: 12px 15px;
      font-size: 15px; }
  .faq .bg-area {
    padding-top: 40px; }
  .faq .faq-section h3 {
    font-size: 17px;
    padding: 18px 0; }
  .faq .faq-section ul.inner {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px; }
    .faq .faq-section ul.inner li {
      margin-bottom: 18px; }
    .faq .faq-section ul.inner .title {
      padding: 15px 40px 15px 15px;
      font-size: 15px;
      justify-content: flex-start; }
      .faq .faq-section ul.inner .title:before, .faq .faq-section ul.inner .title:after {
        width: 12px; }
      .faq .faq-section ul.inner .title:before {
        right: 15px; }
      .faq .faq-section ul.inner .title:after {
        right: 15px; }
      .faq .faq-section ul.inner .title p {
        padding-left: 48px; }
    .faq .faq-section ul.inner .box {
      font-size: 13px;
      margin: 0 15px;
      padding-bottom: 30px; }
    .faq .faq-section ul.inner .box-inner {
      padding-top: 15px;
      padding-left: 48px; }
    .faq .faq-section ul.inner .txt-q, .faq .faq-section ul.inner .txt-a {
      font-size: 18px;
      width: 35px;
      height: 35px; }
    .faq .faq-section ul.inner .txt-a {
      top: 15px; }
    .faq .faq-section ul.inner a {
      padding: 15px 35px 15px 15px;
      width: 100%;
      max-width: 450px; }
      .faq .faq-section ul.inner a:before {
        right: 15px; }
    .faq .faq-section ul.inner .border {
      width: 100%;
      padding: 10px 30px 10px 15px; }
      .faq .faq-section ul.inner .border:before {
        right: 15px; }
    .faq .faq-section ul.inner .card li {
      margin-right: 15px;
      margin-bottom: 10px; }
    .faq .faq-section ul.inner .card img {
      height: 30px; } }
/* =================================
お取り扱い店
================================= */
.shop_list table {
  max-width: 800px;
  border-collapse: collapse;
  border-top: 1px solid #333; }
.shop_list th, .shop_list td {
  padding: 15px;
  border-bottom: 1px solid #333; }
.shop_list th {
  width: 30%;
  font-weight: bold;
  line-height: 3; }
.shop_list td {
  width: 70%;
  text-align: left;
  line-height: 3;
  font-size: .9em; }
  .shop_list td li {
    display: inline-block;
    margin-right: 15px; }
  .shop_list td a {
    text-decoration: underline; }
    .shop_list td a:hover {
      text-decoration: none; }

@media print, screen and (max-width: 768px) {
  .shop_list table, .shop_list th, .shop_list td {
    display: block;
    box-sizing: border-box; }
  .shop_list table {
    width: 90%; }
  .shop_list th, .shop_list td {
    width: 100%; }
  .shop_list th {
    border: 0;
    text-align: left;
    padding: 20px 0 0;
    line-height: inherit; }
    .shop_list th br {
      display: none; }
  .shop_list td {
    line-height: 2.3;
    padding: 10px 0 20px; } }
/* =================================
会社概要
================================= */
.about table {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  font-size: .9em; }
.about th, .about td {
  text-align: left;
  padding: 15px 20px;
  border-bottom: 1px solid #ae97eb; }
.about th {
  width: 23%;
  font-weight: bold; }
.about a {
  text-decoration: underline; }
  .about a:hover {
    text-decoration: none; }

@media screen and (max-width: 768px) {
  .about th, .about td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0; }
  .about th {
    border: 0;
    padding-bottom: 0; }
  .about td {
    padding-top: 5px; }
  .about tr:first-of-type th {
    padding-top: 0; } }
/* =================================
プライバシーポリシー
================================= */
.privacy .inner {
  text-align: left;
  max-width: 1000px;
  font-size: .85em;
  line-height: 1.5;
  letter-spacing: .1em; }
.privacy .box {
  margin-bottom: 2em; }
  .privacy .box:last-of-type {
    margin-bottom: 0; }
.privacy p {
  margin-bottom: 1em; }
  .privacy p:last-of-type {
    margin-bottom: 0; }
.privacy h3 {
  margin-bottom: .5em;
  letter-spacing: .1em; }
.privacy .red {
  text-decoration: underline;
  display: inline-block;
  color: #e22f59; }
  .privacy .red:hover {
    text-decoration: none; }

/* =================================
ご利用ガイド
================================= */
.guide {
  background: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  .guide .section {
    margin-bottom: 60px;
    text-align: left; }
    .guide .section:last-of-type {
      margin-bottom: 0; }
  .guide h3 {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 1px solid #333; }
  .guide .box {
    margin-bottom: 20px;
    line-height: 1.7;
    letter-spacing: .1em;
    font-size: 15px;
    font-feature-settings: "palt"; }
    .guide .box:last-of-type {
      margin-bottom: 0; }
  .guide h4 {
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: inherit; }
  .guide .box li, .guide p {
    font-size: .9em; }
  .guide .box li {
    margin-bottom: 8px;
    padding-left: 3.5em;
    text-indent: -1.4em; }
    .guide .box li:last-of-type {
      margin-bottom: 0; }
    .guide .box li li {
      padding-left: 1em; }
  .guide p {
    margin-bottom: 8px;
    padding-left: 2em; }
    .guide p:last-of-type {
      margin-bottom: 0; }
  .guide .box a {
    display: inline;
    text-decoration: underline; }
    .guide .box a:hover {
      text-decoration: none; }
  .guide .card {
    margin-top: 20px; }
    .guide .card li {
      display: inline-block;
      margin: 0;
      margin-right: 20px;
      padding: 0; }
      .guide .card li:last-of-type {
        margin-right: 0; }
    .guide .card img {
      width: auto;
      height: 70px; }
  .guide .img-wiz {
    max-width: 468px;
    margin-bottom: 20px;
    padding-left: 20px;
    display: inline-block;
    box-sizing: border-box; }
  .guide .img-au {
    max-width: 306px;
    margin-bottom: 20px;
    padding-left: 20px;
    display: inline-block; }
  .guide .purple {
    color: #AE97EB; }
  .guide .red {
    color: #f80017; }
  .guide .PT {
    padding-top: 8px; }
  .guide .PB {
    padding-bottom: 8px; }

@media screen and (max-width: 768px) {
  .guide .section {
    width: 90%;
    margin: 0 auto 50px; }
    .guide .section:last-of-type {
      margin-bottom: 70px; }
  .guide .box li {
    padding-left: 2em; }
  .guide p {
    padding-left: .5em; }
  .guide h3 {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 15px; }
  .guide .card li {
    margin-right: 15px;
    margin-bottom: 10px; }
  .guide .card img {
    height: 40px; }
  .guide .box {
    font-size: 14px; }
  .guide h4 {
    font-size: 15px; } }
/* =================================
お問い合わせ
================================= */
.contact .inner {
  text-align: left;
  max-width: 1000px;
  letter-spacing: .1em; }
.contact .red {
  color: #e22f59; }
.contact .intro {
  margin-bottom: 3em; }
.contact th, .contact td {
  border-bottom: 1px solid #ae97eb;
  vertical-align: middle;
  padding: 1em;
  word-break: break-word; }
.contact th {
  width: 20%;
  font-weight: bold; }
.contact td div {
  margin-bottom: .8em; }
  .contact td div:last-of-type {
    margin-bottom: 0; }
.contact td .red {
  margin-top: .5em; }
.contact .add span {
  display: block;
  margin-bottom: .3em; }
.contact .required {
  color: #fff;
  background: #e22f59;
  padding: 0.3em;
  float: right;
  font-weight: bold;
  font-size: .85em; }
.contact input, .contact select, .contact textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: inherit;
  font-size: inherit;
  letter-spacing: .1em;
  line-height: inherit;
  padding: 10px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  background: #f4eaee;
  word-break: break-word;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
.contact .size01 {
  max-width: 420px; }
.contact .size02 {
  max-width: 160px; }
.contact .size03 {
  max-width: 230px; }
.contact .btn_area {
  margin-top: 2em;
  text-align: center; }
  .contact .btn_area .btn_wrap {
    display: inline-block;
    position: relative; }
    .contact .btn_area .btn_wrap:after {
      content: "";
      position: absolute;
      top: 2px;
      right: 1em;
      bottom: 0;
      width: 7px;
      height: 7px;
      margin: auto;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }
  .contact .btn_area input, .contact .btn_area a {
    background: #333;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 1.5em 0;
    border: 2px solid #333;
    width: 100%; }
    .contact .btn_area input:hover, .contact .btn_area a:hover {
      text-decoration: none;
      opacity: .5;
      transition: all .2s ease-in; }
  .contact .btn_area input {
    min-width: 240px; }
  .contact .btn_area a {
    max-width: 240px; }
  .contact .btn_area .ERR {
    font-weight: bold;
    margin-bottom: 1em; }
.contact .ERR {
  color: #e22f59; }

.contact.confirm .inner {
  max-width: 800px; }
.contact.confirm .btn_area input {
  width: 47%;
  max-width: 160px;
  min-width: inherit;
  margin: 0 1%; }
  .contact.confirm .btn_area input#back {
    background: #fff;
    color: #333;
    border: 2px solid #333; }

.contact.completion p {
  text-align: center; }

@media print, screen and (max-width: 768px) {
  .contact .intro {
    margin-bottom: 2em; }
  .contact th, .contact td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0; }
  .contact th {
    border-bottom: 0;
    padding-bottom: 0; }
  .contact td {
    padding-top: .5em;
    margin-bottom: .5em; }
  .contact .required {
    float: none;
    margin-left: .5em; }

  .contact.completion p {
    text-align: left; } }
/* =================================
shopping（LP）
================================= */
/*.shopping header{
	display: none;
}*/
.mainn {
  width: 100%;
  max-width: 600px;
  padding-top: 115px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  /*アコーディオン共通*/
  /* FAQ */
  /*全成分*/ }
  .mainn:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../images/common/bg.webp");
    z-index: -1; }
  .mainn img {
    display: block;
    width: 100%;
    height: auto; }
  .mainn a {
    display: block; }
    .mainn a:hover {
      opacity: 0.5;
      transition: all .2s ease-in; }
  .mainn .relative-wrap, .mainn .relative_wrap {
    position: relative; }
  .mainn video {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .mainn .abs {
    position: absolute;
    backface-visibility: hidden;
    opacity: 0; }
  .mainn .abs_center {
    left: 0;
    right: 0;
    margin: auto; }
  .mainn .opa1 {
    opacity: 1 !important; }
  .mainn .c_btn {
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0; }
  .mainn .btn_wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 0.8em;
    margin: auto; }
    .mainn .btn_wrap a {
      animation: scale 1.5s ease-in-out infinite; }
  .mainn .accordion__container .title {
    cursor: pointer; }
  .mainn .accordion__container .box {
    display: none; }
  .mainn .faq_area {
    margin: 0 auto;
    padding: 5% 0;
    background: #e4f0f7;
    letter-spacing: .05em;
    text-align: left;
    line-height: 1.5;
    font-size: min(3.8vw, 18px); }
  .mainn .faq_area dl {
    margin: 0 auto 3%;
    background: #fff;
    width: 90%;
    border-radius: .5em; }
  .mainn .faq_area dl:last-of-type {
    border: 0;
    margin-bottom: 0; }
  .mainn .faq_area dt {
    position: relative;
    padding: 5% 11% 5% 5%;
    font-weight: bold; }
  .mainn .faq_area dt:before,
  .mainn .faq_area dt:after {
    content: '';
    position: absolute;
    top: 0;
    right: 3%;
    bottom: 0;
    margin: auto;
    width: min(5vw, 25px);
    height: min(0.8vw, 4px);
    background: #eb788b;
    transition: all .2s ease-in;
    border-radius: 10px; }
  .mainn .faq_area dt:before {
    transform: rotate(0deg); }
  .mainn .faq_area dt:after {
    transform: rotate(90deg); }
  .mainn .faq_area dt.close:before {
    transform: rotate(45deg); }
  .mainn .faq_area dt.close:after {
    transform: rotate(-45deg); }
  .mainn .faq_area dd {
    background: #fff;
    padding: 5% 0;
    margin: 0 auto;
    width: 90%;
    border-top: .08em solid #333; }
  .mainn .seibun_area {
    letter-spacing: 0; }
  .mainn .seibun_area dt {
    padding: 1em 3em;
    display: block;
    color: #fff;
    background: #25190d;
    position: relative;
    font-size: min(12px, 3vw); }
  .mainn .seibun_area dt:after {
    content: "";
    position: absolute;
    top: -4px;
    right: 5%;
    bottom: 0;
    width: .5em;
    height: .5em;
    margin: auto;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(135deg);
    transition: all .2s ease-in; }
  .mainn .seibun_area dt.close:after {
    transform: rotate(-45deg);
    top: 0; }
  .mainn .seibun_area dd {
    padding: 3% 5%;
    background: #fff;
    text-align: left;
    font-size: min(3.3vw, 11px);
    line-height: 1.5; }

.mainn.uvstick_anime .c_btn_single {
  top: 59%;
  width: 80%; }
.mainn.uvstick_anime .c_btn_2set {
  top: 68%;
  width: 84%;
  right: 13px; }
.mainn.uvstick_anime .c_btn_3set {
  top: 78.5%;
  width: 95%;
  right: 16px;
  animation: scale 1.5s ease-in-out infinite; }
.mainn.uvstick_anime .c_btn_green {
  top: 67%;
  width: 90%; }
.mainn.uvstick_anime .c_btn_green2 {
  top: 56%;
  width: 90%; }
@keyframes scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.mainn.uvstick_anime .mv {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
.mainn.uvstick_anime #intro .img01 {
  width: 38%;
  top: 3%;
  left: 2%; }
.mainn.uvstick_anime #intro .img02 {
  width: 57%;
  right: 1%;
  top: 2%; }
.mainn.uvstick_anime #intro .img03 {
  width: 62%;
  top: 15%;
  left: 4%; }
.mainn.uvstick_anime #intro .img04 {
  width: 57%;
  top: 58%; }
.mainn.uvstick_anime .cart_area .btn_wrap {
  top: 77.5%;
  left: 0;
  right: 0;
  width: 90%; }
  .mainn.uvstick_anime .cart_area .btn_wrap a {
    width: 32%; }
.mainn.uvstick_anime .green_cart .btn_wrap, .mainn.uvstick_anime .pink_cart .btn_wrap {
  right: 5.2%;
  width: 70%; }
  .mainn.uvstick_anime .green_cart .btn_wrap a, .mainn.uvstick_anime .pink_cart .btn_wrap a {
    width: 32%; }
.mainn.uvstick_anime .green_cart .btn_wrap {
  top: 81%; }
.mainn.uvstick_anime .pink_cart .btn_wrap {
  top: 66%; }
.mainn.uvstick_anime #compact .img01 {
  width: 58%;
  top: 3%; }
.mainn.uvstick_anime #compact .img02 {
  width: 78%;
  top: 45%; }
.mainn.uvstick_anime #compact .img03 {
  width: 52%;
  top: 86%; }
.mainn.uvstick_anime #skintype .img01 {
  width: 44.5%;
  top: 26%;
  left: 5%; }
.mainn.uvstick_anime #skintype .img02 {
  width: 44.5%;
  top: 25%;
  right: 5%; }
.mainn.uvstick_anime #green_contents .img01 {
  width: 17%;
  left: 7%;
  top: 8.7%; }
.mainn.uvstick_anime #green_contents .img02 {
  width: 46%;
  right: 9%;
  top: 27%; }
.mainn.uvstick_anime #green_contents .img03 {
  width: 95%;
  top: 40%; }
.mainn.uvstick_anime #green_contents .img04 {
  width: 46%;
  top: 65.7%; }
.mainn.uvstick_anime #green_contents .img05 {
  width: 30.5%;
  left: 12.3%;
  bottom: 10%; }
.mainn.uvstick_anime #pink_contents .img01 {
  width: 18%;
  left: 5.3%;
  top: 9.3%; }
.mainn.uvstick_anime #pink_contents .img02 {
  width: 97%;
  top: 30%; }
.mainn.uvstick_anime #pink_contents .img03 {
  width: 65%;
  top: 26.5%; }
.mainn.uvstick_anime #pink_contents .img04 {
  width: 88%;
  top: 56.5%;
  left: 10%; }
.mainn.uvstick_anime #pink_contents .img05 {
  width: 48.5%;
  top: 53%; }
.mainn.uvstick_anime #pink_contents .img06 {
  width: 90%;
  bottom: 9.5%;
  left: -4%; }
.mainn.uvstick_anime #pink_contents .img07 {
  width: 43.5%;
  bottom: 20.3%; }
.mainn.uvstick_anime #howto .img01 {
  width: 39%;
  top: 56%;
  right: 0; }
.mainn.uvstick_anime #howto .img02 {
  width: 54%;
  top: 81.5%;
  left: 5%; }
.mainn.uvstick_anime .fadeDown {
  animation: fadeDown 1s both; }
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.mainn.uvstick_anime .fadeLeft {
  animation: fadeLeft 1.5s 0s both; }
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.mainn.uvstick_anime .fadeRight {
  animation: fadeRight 1.5s 0s both; }
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.mainn.uvstick_anime .fuwafuwa {
  opacity: 1 !important;
  animation: fuwaFuwa ease-in-out infinite alternate 1s; }
@keyframes fuwaFuwa {
  0% {
    transform: translate(0, 0px); }
  100% {
    transform: translate(0, -7px); } }
.mainn.uvstick_anime .delay1 {
  animation-delay: 1s; }

.mainn.uvcream_all_anime .c_btn_single {
  top: 62%;
  width: 80%; }
.mainn.uvcream_all_anime .c_btn_2set {
  top: 71%;
  width: 84%;
  right: 13px; }
.mainn.uvcream_all_anime .c_btn_3set {
  top: 81.5%;
  width: 95%;
  right: 20px;
  animation: scale 1.5s ease-in-out infinite; }
.mainn.uvcream_all_anime .c_btn_green {
  top: 3%;
  width: 90%; }
@keyframes scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.mainn.uvcream_all_anime .mv {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
.mainn.uvcream_all_anime #intro_wrap > img:first-child {
  width: 74%;
  left: -1%;
  top: 3%; }
.mainn.uvcream_all_anime #intro_wrap > img:nth-child(2) {
  width: 59%;
  top: 48%; }
.mainn.uvcream_all_anime .cart_area .btn_wrap {
  top: 81%;
  left: 0;
  right: 0;
  width: 90%; }
  .mainn.uvcream_all_anime .cart_area .btn_wrap a {
    width: 32%; }
.mainn.uvcream_all_anime .green_cart .btn_wrap, .mainn.uvcream_all_anime .blue_cart .btn_wrap {
  right: 7.2%;
  width: 70%; }
  .mainn.uvcream_all_anime .green_cart .btn_wrap a, .mainn.uvcream_all_anime .blue_cart .btn_wrap a {
    width: 32%; }
.mainn.uvcream_all_anime .green_cart .btn_wrap {
  top: 31.5%; }
.mainn.uvcream_all_anime .blue_cart .btn_wrap {
  top: 43%; }
.mainn.uvcream_all_anime #debut_wrap > img:first-child {
  width: 61%;
  top: 25%; }
.mainn.uvcream_all_anime #skintype_wrap div {
  width: 93%;
  display: flex;
  justify-content: space-between;
  top: 22%;
  opacity: 1; }
.mainn.uvcream_all_anime #skintype_wrap div > img {
  width: 49%; }
.mainn.uvcream_all_anime #green_wrap .gr01 img:first-of-type {
  width: 17%;
  left: 4%;
  top: 5.7%; }
.mainn.uvcream_all_anime #green_wrap .gr01 img:nth-of-type(2) {
  width: 41%;
  right: -3%;
  top: 4.3%; }
.mainn.uvcream_all_anime #green_wrap .gr02 img:first-of-type {
  width: 45%;
  right: 10%;
  top: 20.5%; }
.mainn.uvcream_all_anime #green_wrap .gr02 img:nth-of-type(2) {
  width: 96%;
  top: 31%; }
.mainn.uvcream_all_anime #green_wrap .gr03 img:first-of-type {
  width: 52%;
  left: 7%;
  top: 53%; }
.mainn.uvcream_all_anime #green_wrap .gr03 img:nth-of-type(2) {
  width: 96%;
  top: 60.5%; }
.mainn.uvcream_all_anime #green_wrap .gr04 img:first-of-type {
  width: 48%;
  top: 73.5%; }
.mainn.uvcream_all_anime #green_wrap .gr04 img:nth-of-type(2) {
  width: 29%;
  bottom: 8%;
  left: 13%; }
.mainn.uvcream_all_anime #blue_wrap .bl01 img:first-of-type {
  width: 17%;
  left: 4%;
  top: 5.9%; }
.mainn.uvcream_all_anime #blue_wrap .bl01 img:nth-of-type(2) {
  width: 41%;
  right: -3%;
  top: 3%; }
.mainn.uvcream_all_anime #blue_wrap .bl02 img:first-of-type {
  width: 41%;
  left: 6%;
  top: 22%; }
.mainn.uvcream_all_anime #blue_wrap .bl02 img:nth-of-type(2) {
  width: 100%;
  top: 26%; }
.mainn.uvcream_all_anime #blue_wrap .bl03 img:first-of-type {
  width: 47%;
  left: 7%;
  top: 42.5%; }
.mainn.uvcream_all_anime #blue_wrap .bl03 img:nth-of-type(2) {
  width: 96%;
  top: 55.5%; }
.mainn.uvcream_all_anime #blue_wrap .bl04 img:first-of-type {
  width: 48%;
  top: 71.6%; }
.mainn.uvcream_all_anime #blue_wrap .bl04 img:nth-of-type(2) {
  width: 33%;
  bottom: 9.7%;
  left: 13%; }
.mainn.uvcream_all_anime #howto_wrap > img:first-child {
  width: 62%;
  right: 0;
  top: 35%; }
.mainn.uvcream_all_anime #howto_wrap > img:nth-child(2) {
  width: 86%;
  top: 56.3%;
  left: 4%;
  z-index: 99; }
.mainn.uvcream_all_anime #howto_wrap > img:nth-child(3) {
  top: 60%; }
.mainn.uvcream_all_anime #howto_wrap > img:nth-child(4) {
  width: 43%;
  top: 73.5%;
  right: 10%;
  z-index: 99; }
.mainn.uvcream_all_anime #howto_wrap > img:last-child {
  position: relative;
  z-index: 9; }
.mainn.uvcream_all_anime .zoomIn {
  animation: zoomIn 1s cubic-bezier(0.98, 0.02, 0.87, 0.98) alternate infinite; }
@keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(0.3); }
  100% {
    transform: scale(2); } }
.mainn.uvcream_all_anime .fadeDown {
  animation: fadeDown 1s both; }
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.mainn.uvcream_all_anime .fadeLeft {
  animation: fadeLeft 1 1.5s both; }
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.mainn.uvcream_all_anime .fadeRight {
  animation: fadeRight 1 1s both; }
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.mainn.uvcream_all_anime .fuwafuwa {
  opacity: 1 !important;
  animation: fuwaFuwa ease-in-out infinite alternate 1s; }
@keyframes fuwaFuwa {
  0% {
    transform: translate(0, 0px); }
  100% {
    transform: translate(0, -7px); } }
.mainn.uvcream_all_anime .delay05 {
  animation-delay: .5s; }

.mainn.hand_cream .btn_wrap {
  top: 64%;
  right: 7%;
  width: 60%; }
  .mainn.hand_cream .btn_wrap a {
    width: 48%; }

@media screen and (max-width: 768px) {
  .mainn {
    max-width: none;
    padding-top: 80px;
    margin-bottom: 0; } }
