/*
* top.css
*
*/
@font-face {
  font-family: "A1GothicStd-Light";

  src: url("../font/A1GothicStd-Light.woff2") format("woff2"), url("../font/A1GothicStd-Light.woff") format("woff");
}

@font-face {
  font-family: "A1GothicStd-Medium";

  src: url("../font/A1GothicStd-Medium.woff2") format("woff2"), url("../font/A1GothicStd-Medium.woff") format("woff");
}

@font-face {
  font-family: "A1GothicStd-Regular";

  src: url("../font/A1GothicStd-Regular.woff2") format("woff2"), url("../font/A1GothicStd-Regular.woff") format("woff");
}

.rf-a1-L {
  font-family: "A1GothicStd-Light";
}

.rf-a1-M {
  font-family: "A1GothicStd-Medium";
}

.rf-a1-R {
  font-family: "A1GothicStd-Regular";
}

.wf-roboto {
  font-family: "Roboto", sans-serif;
}

.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}

/* --------------------------------
  loading
-------------------------------- */
.load {
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd900;

  -ms-touch-action: none;
  /* for *IE10 */
      touch-action: none;
}
.load.is-opening {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.645, 0.045, 0.355, 1); 
  -webkit-transform: translateY(-100%); 
      -ms-transform: translateY(-100%); 
          transform: translateY(-100%);
}
.load.is-hide {
  visibility: hidden; 
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .load_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 412px;
    height: 650px; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.load_inner.is-animation .load_content {
  -webkit-animation: noren 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s 1 alternate forwards;
          animation: noren 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s 1 alternate forwards;
}

.load_inner.is-animation .load_bg {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.load_inner.is-animation .load_title {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.load_inner.is-animation .load_obj02 {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.load_inner.is-animation .load_logo {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; 
  -webkit-transform: scale(1); 
      -ms-transform: scale(1); 
          transform: scale(1);
  margin: 0;
}

.load_inner.is-animation .load_obj01 {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.load_inner.is-animation .load_txt {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
@media screen and (min-width: 768px) {
  .load_inner.is-animation .load_txt {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.load_inner.is-animation .icon.-loadpc,
.load_inner.is-animation .icon.-load {
  opacity: 1;
  -webkit-transition: opacity 0.5s 2.5s;
  transition: opacity 0.5s 2.5s;
}

.load_inner.is-animation .load_line i {
  -webkit-animation: lineAnim 1.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 3s infinite;
          animation: lineAnim 1.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 3s infinite;
}
@media screen and (min-width: 768px) {
  .load_inner.is-animation .load_line i {
    -webkit-animation: lineAnimPc 1.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 3s infinite;
            animation: lineAnimPc 1.8s cubic-bezier(0.25, 0.25, 0.75, 0.75) 3s infinite;
  }
}

.load_line {
  overflow: hidden; 
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 4vh;
  left: 0;
  margin: auto;
  width: 2px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .load_line {
    position: relative;
    bottom: -10px;
    width: 3px;
    height: 37px;
  }
}
.load_line i {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); 
  background-color: #ffd900;
}
@media screen and (min-width: 768px) {
  .load_line i {
    width: 3px;
    height: 37px;
    -webkit-transform: translateY(-37px);
        -ms-transform: translateY(-37px);
            transform: translateY(-37px);
  }
}

.load_content {
  position: relative;
  top: -8vw;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); 
  -webkit-transform-origin: 54% top; 
      -ms-transform-origin: 54% top; 
          transform-origin: 54% top;
}
@media screen and (min-width: 768px) {
  .load_content {
    position: static;
    margin: auto;
    width: 412px;
    height: 573px;
  }
}

.load_bg {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

.load_logo {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.load_bg,
.load_logo,
.load_title,
.load_obj01,
.load_obj02 {
  opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .load_bg,
  .load_logo,
  .load_title,
  .load_obj01,
  .load_obj02 {
    right: 0;
    margin: auto;
    width: 412px;
    height: 573px;
  }
}

.load_txt {
  opacity: 0; 
  position: absolute;
  right: 0;
  bottom: 18vw;
  left: 0;
  margin: auto;
  text-align: center;
  text-indent: 0.8vw;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .load_txt {
    position: static;
    text-indent: 0; 
    font-size: 16px;
  }
}

/* --------------------------------
  keyVisual
-------------------------------- */
.keyVisual {
  overflow: hidden; 
  position: relative;
  width: 100%;
  height: 100%;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}

.keyVisual_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-calc(100% - 16vw);
  height: calc(100% - 16vw);
}
@media screen and (min-width: 768px) {
  .keyVisual_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
}

.keyVisual_arrange {
  position: relative;
  height: 33.33333%; 

  -webkit-flex-basis: 33.333333%; 

      -ms-flex-preferred-size: 33.333333%; 

          flex-basis: 33.333333%;
}
@media screen and (min-width: 768px) {
  .keyVisual_arrange {
    overflow: hidden; 
    height: 100%;
  }
  .keyVisual_arrange.-katachi {
    background: url(../img/katachi/kv_bg.jpg) center/720px 50px repeat;
  }
  .keyVisual_arrange.-tashizan {
    background: url(../img/tashizan/kv_bg.jpg) center/720px 50px repeat;
  }
  .keyVisual_arrange.-kakezan {
    background: url(../img/kakezan/kv_bg.jpg) center/720px 50px repeat;
  }
}

@media screen and (min-width: 768px) {
  .keyVisual_list {
    opacity: 0;
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
    -webkit-transform: translate(0, 50px);
        -ms-transform: translate(0, 50px);
            transform: translate(0, 50px);
    -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  .keyVisual_list.is-active {
    opacity: 1;
    -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .keyVisual_list .slick-list,
  .keyVisual_list .slick-track {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .keyVisual_item {
    width: 100%;
    height: 100%;
  }
  .keyVisual_item picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .keyVisual_item img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s, -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 1s; 
    -webkit-transform: scale(1); 
        -ms-transform: scale(1); 
            transform: scale(1);
    font-family: "object-fit: cover;";

    -o-object-fit: cover;

       object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .keyVisual_btn {
    width: 100%;
    height: 100%;
  }
}

.keyVisual_title {
  position: absolute;
  z-index: 101;
  bottom: 0;
  letter-spacing: 0.25em;
  pointer-events: none;
  font-size: 10.66667vw;
  line-height: 0.75;

  mix-blend-mode: multiply;
}
.keyVisual_title.-blue {
  color: #54f5ff;
}
.keyVisual_title.-yellow {
  right: -4.8vw;
  letter-spacing: 0.4em; 
  color: #ffe92f;
}
.keyVisual_title.-pink {
  letter-spacing: 0.6em; 
  color: #ffd2d2;
}

/* --------------------------------
  lineup
-------------------------------- */
.lineup {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #f6f3ed; 

  -ms-grid-columns: (1fr)[9]; 

      grid-template-columns: repeat(9, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}
.lineup img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lineup_ttl {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.lineup_ttl.-katachi {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
.lineup_ttl.-tashizan {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
}
.lineup_ttl.-kakezan {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/10;
}

.lineup_lead {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.lineup_lead.-katachi {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.lineup_lead.-tashizan {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.lineup_lead.-kakezan {
  -ms-grid-column: 7;
  -ms-grid-column-span: 1;
  grid-column: 7/8;
}

.lineup_btn {
  overflow: hidden; 
  position: relative;
}
.lineup_btn:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.lineup_btn:hover img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); 
  -webkit-transform: scale(1.1); 
      -ms-transform: scale(1.1); 
          transform: scale(1.1);
}
.lineup_btn:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.15s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.15s cubic-bezier(0, 0, 0.58, 1);
}
.lineup_btn[data-tabindex="1"] {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.lineup_btn[data-tabindex="1"]:after {
  background: rgba(248, 229, 103, 0.8) url(../img/tab_daizu_01.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="2"] {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.lineup_btn[data-tabindex="2"]:after {
  background: rgba(248, 229, 103, 0.8) url(../img/tab_daizu_02.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="3"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.lineup_btn[data-tabindex="3"]:after {
  background: rgba(248, 229, 103, 0.8) url(../img/tab_daizu_03.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="4"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.lineup_btn[data-tabindex="4"]:after {
  background: rgba(248, 229, 103, 0.8) url(../img/tab_daizu_04.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="5"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.lineup_btn[data-tabindex="5"]:after {
  background: rgba(248, 229, 103, 0.8) url(../img/tab_daizu_05.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="6"] {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
}
.lineup_btn[data-tabindex="6"]:after {
  background: rgba(254, 189, 162, 0.8) url(../img/tab_daizu_01.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="7"] {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
}
.lineup_btn[data-tabindex="7"]:after {
  background: rgba(254, 189, 162, 0.8) url(../img/tab_daizu_02.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="8"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.lineup_btn[data-tabindex="8"]:after {
  background: rgba(254, 189, 162, 0.8) url(../img/tab_daizu_03.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="9"] {
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.lineup_btn[data-tabindex="9"]:after {
  background: rgba(254, 189, 162, 0.8) url(../img/tab_daizu_04.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="10"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
}
.lineup_btn[data-tabindex="10"]:after {
  background: rgba(254, 189, 162, 0.8) url(../img/tab_daizu_05.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="11"] {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 8;
  -ms-grid-column-span: 1;
  grid-column: 8/9;
}
.lineup_btn[data-tabindex="11"]:after {
  background: rgba(141, 231, 252, 0.8) url(../img/tab_daizu_01.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="12"] {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
  grid-column: 9/10;
}
.lineup_btn[data-tabindex="12"]:after {
  background: rgba(141, 231, 252, 0.8) url(../img/tab_daizu_02.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="13"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 1;
  grid-column: 7/8;
}
.lineup_btn[data-tabindex="13"]:after {
  background: rgba(141, 231, 252, 0.8) url(../img/tab_daizu_03.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="14"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 8;
  -ms-grid-column-span: 1;
  grid-column: 8/9;
}
.lineup_btn[data-tabindex="14"]:after {
  background: rgba(141, 231, 252, 0.8) url(../img/tab_daizu_04.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="15"] {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 9;
  -ms-grid-column-span: 1;
  grid-column: 9/10;
}
.lineup_btn[data-tabindex="15"]:after {
  background: rgba(141, 231, 252, 0.8) url(../img/tab_daizu_05.png) center/80px 58px no-repeat;
}

/* --------------------------------
  basic
-------------------------------- */
.basic {
  background-color: #f6f3ed;
}

.basic_process {
  margin-top: 9.6vw;
}
@media screen and (min-width: 768px) {
  .basic_process {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 56px auto 0;
    padding: 42px 20px 0;
    max-width: 1240px;
    height: 423px;
  }
}

.basic_item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .basic_item.-one.is-active .basic_title {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .basic_item.-one.is-active .basic_img {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .basic_item.-one.is-active .basic_txt {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .basic_item.-two.is-active .basic_title {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .basic_item.-two.is-active .basic_img {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .basic_item.-two.is-active .basic_txt {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .basic_item.-three.is-active .basic_title {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  .basic_item.-three.is-active .basic_img {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  .basic_item.-three.is-active .basic_txt {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
}
@media screen and (min-width: 1190px) {
  .basic_item.-one {
    -webkit-flex-basis: 399px;
        -ms-flex-preferred-size: 399px;
            flex-basis: 399px;
  }
  .basic_item.-two {
    -webkit-flex-basis: 396px;
        -ms-flex-preferred-size: 396px;
            flex-basis: 396px;
  }
  .basic_item.-three {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  .basic_item.-one {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
  .basic_item.-two {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
  .basic_item.-three {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .basic_item.-one {
    height: 48.26667vw;
  }
  .basic_item.-two {
    margin-top: 6.4vw;
    height: 46.93333vw;
  }
  .basic_item.-two.is-active .basic_img {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .basic_item.-two.is-active .basic_title {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .basic_item.-two.is-active .basic_txt {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .basic_item.-three {
    margin-top: 6.4vw;
    height: 48.8vw;
  }
  .basic_item.-three.is-active .basic_img {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .basic_item.-three.is-active .basic_title {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .basic_item.-three.is-active .basic_txt {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
}

.basic_title {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 32.53333vw;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.basic_title.is-active,
.is-active .basic_title {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .basic_title {
    width: 177px;
  }
}
.basic_item.-one .basic_title {
  top: 1.86667vw;
  left: 54.2%;
}
@media screen and (min-width: 768px) {
  .basic_item.-one .basic_title {
    top: 0;
    left: 0;
  }
}
.basic_item.-two .basic_title {
  top: 12vw;
  left: 13%;
}
@media screen and (min-width: 768px) {
  .basic_item.-two .basic_title {
    top: 0;
    left: 0;
  }
}
.basic_item.-three .basic_title {
  top: 6.13333vw;
  left: 54.2%;
}
@media screen and (min-width: 768px) {
  .basic_item.-three .basic_title {
    top: 0;
    left: 0;
  }
}

.basic_txt {
  opacity: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  text-align: left;
  font-size: 4.8vw;
  line-height: 1.44444;
}
.basic_txt.is-active,
.is-active .basic_txt {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .basic_txt {
    letter-spacing: 0.08em; 
    font-size: 20px;
    line-height: 1.5;
  }
}
.basic_item.-one .basic_txt {
  top: 14.93333vw;
  left: 54%;
}
@media screen and (min-width: 768px) {
  .basic_item.-one .basic_txt {
    top: 279px;
  }
}
@media screen and (min-width: 1200px) {
  .basic_item.-one .basic_txt {
    left: 176px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .basic_item.-one .basic_txt {
    left: 0;
  }
}
.basic_item.-two .basic_txt {
  top: 25.06667vw;
  left: 13%;
}
@media screen and (min-width: 768px) {
  .basic_item.-two .basic_txt {
    top: 279px;
  }
}
@media screen and (min-width: 1200px) {
  .basic_item.-two .basic_txt {
    left: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .basic_item.-two .basic_txt {
    left: 0;
  }
}
.basic_item.-three .basic_txt {
  top: 19.2vw;
  left: 54.2%;
}
@media screen and (min-width: 768px) {
  .basic_item.-three .basic_txt {
    top: 279px;
  }
}
@media screen and (min-width: 1200px) {
  .basic_item.-three .basic_txt {
    left: 165px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .basic_item.-three .basic_txt {
    left: 0;
  }
}

.basic_img {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 60vw;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.basic_img.is-active,
.is-active .basic_img {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}
@media screen and (min-width: 1021px) {
  .basic_img {
    top: 77px;
    width: 303px;
  }
  .basic_img.-illust {
    margin-top: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .basic_img {
    top: 77px;
    width: 29vw;
  }
}
.basic_item.-one .basic_img {
  left: 0;
}
.basic_item.-one .basic_img.-anime {
  height: 50.13333vw;
  -webkit-animation: basic1 0.8s steps(2) infinite;
          animation: basic1 0.8s steps(2) infinite; 
  background: url(../img/basic/anime_01_sm.png) no-repeat;
  background-size: 60vw 100.26667vw;
}
@media screen and (min-width: 768px) {
  .basic_item.-one .basic_img.-anime {
    height: 235px;
    -webkit-animation: basicPc 0.8s steps(2) infinite;
            animation: basicPc 0.8s steps(2) infinite; 
    background: url(../img/basic/anime_01_lg.png) no-repeat;
    background-size: 303px 470px;
  }
}
.basic_item.-two .basic_img {
  right: 0;
}
@media screen and (min-width: 768px) {
  .basic_item.-two .basic_img {
    right: auto;
  }
}
.basic_item.-two .basic_img.-anime {
  height: 46.93333vw;
  -webkit-animation: basic2 0.8s steps(2) infinite;
          animation: basic2 0.8s steps(2) infinite; 
  background: url(../img/basic/anime_02_sm.png) no-repeat;
  background-size: 60vw 93.86667vw;
}
@media screen and (min-width: 768px) {
  .basic_item.-two .basic_img.-anime {
    height: 235px;
    -webkit-animation: basicPc 0.8s steps(2) infinite;
            animation: basicPc 0.8s steps(2) infinite; 
    background: url(../img/basic/anime_02_lg.png) no-repeat;
    background-size: 303px 470px;
  }
}
.basic_item.-three .basic_img {
  left: 0;
}
.basic_item.-three .basic_img.-anime {
  height: 49.33333vw;
  -webkit-animation: basic3 0.8s steps(2) infinite;
          animation: basic3 0.8s steps(2) infinite; 
  background: url(../img/basic/anime_03_sm.png) no-repeat;
  background-size: 60vw 98.66667vw;
}
@media screen and (min-width: 768px) {
  .basic_item.-three .basic_img.-anime {
    height: 235px;
    -webkit-animation: basicPc 0.8s steps(2) infinite;
            animation: basicPc 0.8s steps(2) infinite; 
    background: url(../img/basic/anime_03_lg.png) no-repeat;
    background-size: 303px 470px;
  }
}

.basic_line {
  position: absolute;
  right: 0;
  bottom: -10.13333vw;
  left: 0;
  margin: auto;
  width: 4.8vw;
}
.basic_item.-two .basic_line {
  bottom: -0.53333vw;
}

/* fiverule */
.fiverule {
  margin-top: 15.73333vw;
}
@media screen and (min-width: 768px) {
  .fiverule {
    margin: 77px auto 0;
    width: 674px;
  }
}

.fiverule_title {
  opacity: 0;
  position: relative;
  margin: auto;
  width: 76vw;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.fiverule_title.is-active,
.is-active .fiverule_title {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .fiverule_title {
    width: 400px;
  }
}

.fiverule_list {
  opacity: 0;
  margin-top: 10.26667vw;
  padding: 0 8vw;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.fiverule_list.is-active,
.is-active .fiverule_list {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .fiverule_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 82px auto 0;
    padding: 0; 

    -webkit-flex-wrap: wrap; 

        -ms-flex-wrap: wrap; 

            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fiverule_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list; 

  -webkit-box-align: center; 

  -webkit-align-items: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (min-width: 768px) {
  .fiverule_item {
    width: 46.5%; 

    -webkit-box-align: start; 

    -webkit-align-items: flex-start; 

        -ms-flex-align: start; 

            align-items: flex-start;
  }
  .fiverule_item:nth-child(1),
  .fiverule_item:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .fiverule_item:nth-child(2) {
    -webkit-transform: translateY(-28px);
        -ms-transform: translateY(-28px);
            transform: translateY(-28px);

    -webkit-box-ordinal-group: 3;

    -webkit-order: 2;

        -ms-flex-order: 2;

            order: 2;
  }
  .fiverule_item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .fiverule_item:nth-child(5) {
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);

    -webkit-box-ordinal-group: 3;

    -webkit-order: 2;

        -ms-flex-order: 2;

            order: 2;
  }
}
.fiverule_item p {
  text-align: left; 
  font-size: 3.73333vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fiverule_item p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.fiverule_item small {
  font-size: 2.66667vw;
}
@media screen and (min-width: 768px) {
  .fiverule_item small {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
  }
}
.fiverule_item:before {
  content: "0" counter(list) ".";
  margin-right: 2.13333vw;
  -webkit-transform: translateY(-0.53333vw);
      -ms-transform: translateY(-0.53333vw);
          transform: translateY(-0.53333vw);
  font-family: "Noto Sans JP";
  font-size: 4.26667vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .fiverule_item:before {
    margin-right: 13px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    font-size: 16px;
  }
}
.fiverule_item + .fiverule_item {
  margin-top: 2.93333vw;
}
@media screen and (min-width: 768px) {
  .fiverule_item + .fiverule_item {
    margin-top: 0px;
  }
}

.fiverule_notes {
  opacity: 0;
  position: relative;
  margin: 6.66667vw auto 0;
  padding: 5.33333vw 6.66667vw;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 89.33333vw;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  background-color: #fff;
}
.fiverule_notes.is-active,
.is-active .fiverule_notes {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}
@media screen and (min-width: 768px) {
  .fiverule_notes {
    margin-top: 50px;
    padding: 33px 0px 34px;
    width: 670px;
  }
}

.fiverule_txt1 {
  text-align: left;
  letter-spacing: -0.02em; 
  font-size: 3.2vw;
  line-height: 1.58333;
}
@media screen and (min-width: 768px) {
  .fiverule_txt1 {
    text-align: center; 
    font-size: 16px;
    line-height: 1.5;
  }
}

.fiverule_txt2 {
  margin-top: 3.2vw;
  font-size: 3.46667vw;
  font-weight: bold;
  line-height: 1.46154;
}
@media screen and (min-width: 768px) {
  .fiverule_txt2 {
    margin-top: 13px;
    font-size: 20px;
    line-height: 1.5;
  }
}

/* --------------------------------
  product
-------------------------------- */
.product {
  background: url(../img/product/bg_sm.png) left 15.7vw no-repeat;
  background-size: 57.86667vw 8.26667vw;
}
@media screen and (min-width: 768px) {
  .product {
    background: url(../img/product/bg_lg.png) left 90px/470px 66px no-repeat;
  }
}

.product_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13.86667vw;
  padding: 0 2.13333vw 0 5.33333vw; 

  -webkit-flex-wrap: wrap; 

      -ms-flex-wrap: wrap; 

          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .product_list {
    margin: 44px auto 0;
    padding: 0;
    max-width: 940px; 
    -webkit-transform: translateX(33px); 
        -ms-transform: translateX(33px); 
            transform: translateX(33px);
    justify-content: center;
  }
}

.product_item {
  text-align: center!important;
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  text-align: left;
  -webkit-flex-basis: 44vw;
      -ms-flex-preferred-size: 44vw;
          flex-basis: 44vw;
}
.product_item.is-active,
.is-active .product_item {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}
.product_item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.product_item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.product_item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.product_item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.product_item:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.product_item:nth-child(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.product_item:nth-child(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.product_item:nth-child(8) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@media (max-width: 767.98px) {
  .product_item:nth-child(n+3) {
    margin-top: 8.8vw;
  }
}
@media (min-width: 768px) {
  .product_item {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
  .product_item:nth-child(n+4) {
    margin-top: 70px;
  }
}

.product_link {
  display: block;
  position: relative;
  padding-left: 2.66667vw;
  cursor: pointer; 
  text-decoration: none;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .product_link {
    padding-left: 0;
  }
}
.no-touchevents .product_link:hover .product_img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); 
  -webkit-transform: scale(1.1); 
      -ms-transform: scale(1.1); 
          transform: scale(1.1);
  -webkit-transform-origin: left 71%;
      -ms-transform-origin: left 71%;
          transform-origin: left 71%;
}

.product_feature {
  position: relative;
  height: 37.86667vw;
}
@media screen and (min-width: 768px) {
  .product_feature {
    height: 180px;
  }
}

.product_obj {
  position: absolute;
  top: 9.33333vw;
  left: 4vw;
  width: 32vw;
}
@media screen and (min-width: 768px) {
  .product_obj {
    top: 50px;
    left: 0;
    width: 153px;
  }
}

.product_img {
  position: absolute;
  top: 0;
  left: 14.4vw;
  width: 31.46667vw;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform-origin: left 71%;
      -ms-transform-origin: left 71%;
          transform-origin: left 71%;
}
@media screen and (min-width: 768px) {
  .product_img {
    top: 0;
    left: 47px;
    width: 163px;
  }
}

.product_caption {
  display: inline-block;
  padding: 0 2.66667vw;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 2.66667vw;
  font-weight: bold; 
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .product_caption {
    padding: 1px 17px;
    border-width: 2px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 13px;
    margin-left: -50%;
  }
}

.product_name {
  margin-top: 0.53333vw;
  font-size: 3.46667vw;
  font-weight: bold;
  line-height: 1.61538;
}
@media screen and (min-width: 768px) {
  .product_name {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.875;
    margin-left: -50%;
  }
}
.product_name .bg {
  display: inline;
  padding: 0 2px 4px; 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #221e1f), color-stop(85%, #221e1f), color-stop(85%, transparent), to(transparent)); 
  background: -webkit-linear-gradient(transparent 80%, #221e1f 80%, #221e1f 85%, transparent 85%, transparent 100%); 
  background: linear-gradient(transparent 80%, #221e1f 80%, #221e1f 85%, transparent 85%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .product_name .bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, transparent), color-stop(83%, #221e1f), color-stop(85%, #221e1f), color-stop(85%, transparent), to(transparent));
    background: -webkit-linear-gradient(transparent 83%, #221e1f 83%, #221e1f 85%, transparent 85%, transparent 100%);
    background: linear-gradient(transparent 83%, #221e1f 83%, #221e1f 85%, transparent 85%, transparent 100%);
  }
}
.product_name small {
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  .product_name small {
    display: inline-block;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 14px;
  }
}

.product_recommend {
  position: absolute;
  top: -1.06667vw;
  left: 2.66667vw;
  width: 10.66667vw;
}
@media screen and (min-width: 768px) {
  .product_recommend {
    top: -13px;
    left: -21px;
    width: 54px;
  }
}

.product_note {
  margin-top: 1.06667vw;
  font-size: 2.66667vw;
}
@media screen and (min-width: 768px) {
  .product_note {
    margin-top: 4px;
    font-size: 12px;
  }
}

.product_btn {
  margin-top: 10.66667vw;
}
@media screen and (min-width: 768px) {
  .product_btn {
    margin-top: 98px;
  }
}

/* --------------------------------
  kakigori
-------------------------------- */
.kakigori {
  position: absolute;
  z-index: 101;
  right: 5.33333vw;
  bottom: 37.33333vw;
}
@media (min-width: 768px) {
  .kakigori {
    right: 57px;
    bottom: 95px;
  }
}
.kakigori[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.2s;
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.2s;
}
.kakigori[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.kakigori_link {
  display: block;
  width: 36vw;
}
@media (min-width: 768px) {
  .kakigori_link {
    width: 489px;
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .kakigori_link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.15s cubic-bezier(0, 0, 0.58, 1);
    transition: opacity 0.15s cubic-bezier(0, 0, 0.58, 1);
  }
}

.kakigori_btn {
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 14px;
  -webkit-border-radius: 50%;
          border-radius: 50%; 
  width: 46px;
  height: 46px;
  background-color: #221e1f;
  -webkit-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.09);
}
@media (max-width: 767.98px) {
  .kakigori_btn {
    top: 0.8vw;
    right: -1.6vw;
    width: 9.06667vw;
    height: 9.06667vw;
  }
}
.kakigori_btn:before,
.kakigori_btn:after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.kakigori_btn:before {
  top: 13px;
  left: 22px;
  width: 2px;
  height: 21px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767.98px) {
  .kakigori_btn:before {
    top: 9px;
    left: 16px;
    height: 17px;
  }
}
.kakigori_btn:after {
  top: 22px;
  left: 13px;
  width: 21px;
  height: 2px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (max-width: 767.98px) {
  .kakigori_btn:after {
    top: 16px;
    left: 9px;
    width: 17px;
  }
}
@media (min-width: 768px) {
  .kakigori_btn {
    -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .kakigori_btn:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.15s cubic-bezier(0, 0, 0.58, 1);
    transition: opacity 0.15s cubic-bezier(0, 0, 0.58, 1);
  }
}


@media screen and (min-width: 768px) {
  .note_txt {
    display: block;
    font-size: 12px;
    line-height: 1.3;
  }
}
.product_obj {
  position: relative;
}
.product_obj.icon-new::before {
  content: '';
  display: block;
  background: url(../img/icon_new.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 10px;
  bottom: 35px;
  width: 33px;
  padding-top: 33px;
}
@media screen and (max-width: 767px) {
  .product_obj.icon-new::before {
    left: calc(15 / 750 * 100vw);
    bottom: calc(55 / 750 * 100vw);
    /* width: 55px;
    padding-top: 55px; */
    width: calc(55 / 750 * 100vw);
    padding-top: calc(55 / 750 * 100vw);
  }
  .note_txt {
    font-size: calc(22 / 750 * 100vw);
  }

}