@charset "utf-8";
/* CSS Document */
.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";
}

/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #221e1f;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline; 
  color: #221e1f;
}
a:visited {
  color: #221e1f;
}
a:hover {
  text-decoration: none; 
  color: #221e1f;
}
a:active {
  text-decoration: none; 
  color: #221e1f;
}
a[href^="tel:"]:hover {
  color: #221e1f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

[type="button"] {
  border: 0; 
  min-height: auto;
  cursor: pointer;
  background-color: transparent;
}
[data-whatinput="mouse"] [type="button"]:focus,
[data-whatinput="touch"] [type="button"]:focus {
  outline: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.u-btn {
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  background-color: transparent;
  background-image: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@-webkit-keyframes basic1 {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -100.26667vw;
  }
}

@keyframes basic1 {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -100.26667vw;
  }
}

@-webkit-keyframes basic2 {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -93.86667vw;
  }
}

@keyframes basic2 {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -93.86667vw;
  }
}

@-webkit-keyframes basic3 {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -98.66667vw;
  }
}

@keyframes basic3 {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -98.66667vw;
  }
}

@-webkit-keyframes basicPc {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -470px;
  }
}

@keyframes basicPc {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -470px;
  }
}

@-webkit-keyframes animSoyBound {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  20% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  45% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  55% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animSoyBound {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  20% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  30% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  45% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  55% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes lineAnim {
  0% {
    opacity: 1; 
    -webkit-transform: translateY(-100%); 
            transform: translateY(-100%);
  }
  97% {
    opacity: 1; 
    -webkit-transform: translateY(100%); 
            transform: translateY(100%);
  }
  98% {
    opacity: 0; 
    -webkit-transform: translateY(100%); 
            transform: translateY(100%);
  }
  99% {
    opacity: 0; 
    -webkit-transform: translateY(-100%); 
            transform: translateY(-100%);
  }
  100% {
    opacity: 1; 
    -webkit-transform: translateY(-100%); 
            transform: translateY(-100%);
  }
}

@keyframes lineAnim {
  0% {
    opacity: 1; 
    -webkit-transform: translateY(-100%); 
            transform: translateY(-100%);
  }
  97% {
    opacity: 1; 
    -webkit-transform: translateY(100%); 
            transform: translateY(100%);
  }
  98% {
    opacity: 0; 
    -webkit-transform: translateY(100%); 
            transform: translateY(100%);
  }
  99% {
    opacity: 0; 
    -webkit-transform: translateY(-100%); 
            transform: translateY(-100%);
  }
  100% {
    opacity: 1; 
    -webkit-transform: translateY(-100%); 
            transform: translateY(-100%);
  }
}

@-webkit-keyframes lineAnimPc {
  0% {
    opacity: 1; 
    -webkit-transform: translateY(-37px); 
            transform: translateY(-37px);
  }
  97% {
    opacity: 1; 
    -webkit-transform: translateY(37px); 
            transform: translateY(37px);
  }
  98% {
    opacity: 0; 
    -webkit-transform: translateY(37px); 
            transform: translateY(37px);
  }
  99% {
    opacity: 0; 
    -webkit-transform: translateY(-37px); 
            transform: translateY(-37px);
  }
  100% {
    opacity: 1; 
    -webkit-transform: translateY(-37px); 
            transform: translateY(-37px);
  }
}

@keyframes lineAnimPc {
  0% {
    opacity: 1; 
    -webkit-transform: translateY(-37px); 
            transform: translateY(-37px);
  }
  97% {
    opacity: 1; 
    -webkit-transform: translateY(37px); 
            transform: translateY(37px);
  }
  98% {
    opacity: 0; 
    -webkit-transform: translateY(37px); 
            transform: translateY(37px);
  }
  99% {
    opacity: 0; 
    -webkit-transform: translateY(-37px); 
            transform: translateY(-37px);
  }
  100% {
    opacity: 1; 
    -webkit-transform: translateY(-37px); 
            transform: translateY(-37px);
  }
}

@-webkit-keyframes noren {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes noren {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

html,
body,
.container {
  height: 100%;
}

body {
  position: relative;

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

          font-feature-settings: "palt";
}

html {
  overflow-y: scroll;
}
html.is-drawerOpen {
  overflow: hidden;
}
html.top {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.1s;
}
html.is-load {
  opacity: 1;
}

.c-section {
  position: relative;
  margin-top: -15.73333vw;
  padding: 29.6vw 0 16vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-section {
    overflow: hidden; 
    margin-top: -90px;
    padding: 166px 0 120px;
  }
}

.c-title {
  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-indent: 10px;
  letter-spacing: 0.15em;
  font-size: 7.2vw;
  font-weight: normal;
  line-height: 1.5;
}
.c-title small {
  letter-spacing: 0.15em; 
  font-size: 4.53333vw;
}
@media screen and (min-width: 768px) {
  .c-title small {
    font-size: 25px;
  }
}
.product .c-title {
  letter-spacing: -0.05em;
  line-height: 1.14;
}
.c-title.is-active,
.is-active .c-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) {
  .c-title {
    text-indent: 0px; 
    font-size: 34px;
  }
}
.c-title.-campaign {
  text-indent: -1.6vw; 
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .c-title.-campaign {
    text-indent: 0;
  }
}
.c-title .c-title_no {
  font-size: 80%;
}
.c-title .c-title_ki {
  font-size: 7.73333vw;
}
@media screen and (min-width: 768px) {
  .c-title .c-title_ki {
    margin-left: -5px;
    font-size: 38px;
  }
}

.c-subtitle {
  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%;
  letter-spacing: 0.1em;
  color: #a8a8a8;
  font-size: 2.66667vw;
  line-height: 1.1;
}
.c-subtitle.is-active,
.is-active .c-subtitle {
  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) {
  .c-subtitle {
    text-indent: -11px;
    letter-spacing: 0.18em; 
    font-size: 13px;
  }
}
.c-subtitle.-mt {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .c-subtitle.-mt {
    margin-top: 8px;
  }
}

.c-line {
  vertical-align: super; 
  font-size: 0;
}
.c-line span {
  display: inline-block;
  width: 0.53333vw;
  height: 2px;
  background-color: #221e1f;
}
@media screen and (min-width: 768px) {
  .c-line span {
    width: 2px;
  }
}
.c-line span:nth-child(1) {
  width: 3.73333vw;
}
@media screen and (min-width: 768px) {
  .c-line span:nth-child(1) {
    width: 22px;
  }
}
.c-line span:nth-child(n+2) {
  margin-left: 0.8vw;
}
@media screen and (min-width: 768px) {
  .c-line span:nth-child(n+2) {
    margin-left: 3px;
  }
}
@media screen and (min-width: 768px) {
  .c-line.-close {
    position: absolute;
    top: 45px;
    left: 80px;
  }
}

.c-btn {
  position: relative;
  margin: auto;
  border: 2px solid #221e1f;
  -webkit-border-radius: 6.66667vw;
          border-radius: 6.66667vw; 
  width: 57.33333vw;
  height: 13.33333vw;
}
@media screen and (min-width: 768px) {
  .c-btn {
    border-width: 3px;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    width: 227px;
    height: 50px;
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
}
.no-touchevents .c-btn:hover {
  -webkit-transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: background-color 0.2s cubic-bezier(0, 0, 0.58, 1); 
  background-color: #221e1f;
}
.no-touchevents .c-btn:hover a {
  -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1); 
  color: #fff;
}
.no-touchevents .c-btn:hover .icon.-link {
  -webkit-transition: fill 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: fill 0.2s cubic-bezier(0, 0, 0.58, 1); 

  fill: #fff;
}
.c-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
  letter-spacing: 0.1em; 
  font-size: 3.73333vw;
  font-weight: bold;

  -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;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    -webkit-transition: color 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: color 0.3s cubic-bezier(0, 0, 0.58, 1); 
    text-indent: -17px;
    font-size: 18px;
  }
}

.icon.-menu {
  height: 3.6vw;
  fill: #221e1f;
}
@media screen and (min-width: 768px) {
  .icon.-menu {
    width: 180px;
    height: 16px;
    -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);
  }
}

.icon.-menuen {
  display: block;
  margin: auto;
  width: 6.8vw;
  height: 1.6vw;
  fill: #a8a8a8;
}
@media screen and (min-width: 768px) {
  .icon.-menuen {
    margin: 8px 0 0 0;
    width: 30px;
    height: 8px;
    -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);
  }
}

.icon.-basicbar {
  height: 3.6vw;
  fill: #221e1f;
}
@media screen and (min-width: 768px) {
  .icon.-basicbar {
    width: 160px;
    height: 16px;
    -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);
  }
}

.icon.-basicbaren {
  display: block;
  margin: auto;
  height: 1.73333vw;

  fill: #a8a8a8;
}
@media screen and (min-width: 768px) {
  .icon.-basicbaren {
    margin: 8px 0 0 0;
    width: 30px;
    height: 8px;
    -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);
  }
}

.icon.-productbar {
  width: 21.6vw;
  height: 3.46667vw;

  fill: #221e1f;
}
@media screen and (min-width: 768px) {
  .icon.-productbar {
    width: 160px;
    height: 16px;
    -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);
  }
}

.icon.-productbaren {
  display: block;
  margin: auto;
  width: 9.06667vw;
  height: 1.73333vw;

  fill: #a8a8a8;
}
@media screen and (min-width: 768px) {
  .icon.-productbaren {
    margin: 8px 0 0 0;
    width: 38px;
    height: 8px;
    -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);
  }
}

.icon.-kvtxt {
  opacity: 0.8;
  position: absolute;
  z-index: 2;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  max-width: 1239px;
  height: 15.738vw;
  max-height: 195px;
  pointer-events: none; 

  fill: #fff;
}

.icon.-load {
  opacity: 0; 
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  width: 2px;
  height: 40px;

  fill: #fff;
}

.icon.-loadpc {
  opacity: 0; 
  width: 3px;
  height: 37px;

  fill: #fff;
}

.icon.-soy {
  position: absolute;
  z-index: -1;
  top: 2.4vw;
  left: 8vw;
  width: 6.26667vw;
  height: 4.66667vw;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px); 

  fill: #fee246;
}
@media screen and (min-width: 768px) {
  .icon.-soy {
    top: 19px;
    left: 122px;
    width: 36px;
    height: 26px;
  }
}
.is-menu .l-menubar_item:nth-child(1) .icon.-soy,
.is-basic .l-menubar_item:nth-child(2) .icon.-soy,
.is-product .l-menubar_item:nth-child(3) .icon.-soy {
  -webkit-animation: animSoyBound 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
          animation: animSoyBound 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

.icon.-sns {
  width: 9.46667vw;
  height: 9.46667vw;
}
@media screen and (min-width: 768px) {
  .icon.-sns {
    width: 46px;
    height: 46px;
  }
}

.icon .icon_01 {
  fill: #fff;
}

.icon .icon_02 {
  fill: #90949e;
}

.icon.-basic {
  margin-top: -10.66667vw;
  width: 5.6vw;
  height: 9.33333vw;
}
.icon.-basic .basic1,
.icon.-basic .basic2,
.icon.-basic .basic3 {
  stroke: #f6f3ed;
  fill: #f6f3ed;
}
.is-active .icon.-basic .basic1 {
  -webkit-transition: all 1s 0.2s;
  transition: all 1s 0.2s; 

  fill: #ccc;
  stroke: #ccc;
}
.is-active .icon.-basic .basic2 {
  -webkit-transition: all 0.1s 0.1s;
  transition: all 0.1s 0.1s; 

  fill: #ccc;
  stroke: #ccc;
}
.is-active .icon.-basic .basic3 {
  -webkit-transition: all 0.1s 0s;
  transition: all 0.1s 0s; 

  fill: #ccc;
  stroke: #ccc;
}

.icon.-basicpc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -69px;
  margin: auto;
  width: 42px;
  height: 3px;

  stroke: #f6f3ed;
  fill: #f6f3ed;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .icon.-basicpc {
    left: -10%;
  }
}
.is-active.-two .icon.-basicpc {
  -webkit-transition: all 1s 0.3s;
  transition: all 1s 0.3s; 

  fill: #ccc;
  stroke: #ccc;
}
.is-active.-three .icon.-basicpc {
  -webkit-transition: all 1s 1.1s;
  transition: all 1s 1.1s; 

  fill: #ccc;
  stroke: #ccc;
}

.icon.-link {
  position: absolute;
  top: 0;
  right: 14.13333vw;
  bottom: 0;
  margin: auto;
  width: 2.66667vw;
  height: 2.66667vw;
  pointer-events: none; 

  fill: #221e1f;
}
@media screen and (min-width: 768px) {
  .icon.-link {
    right: 45px;
    width: 14px;
    height: 14px;
    -webkit-transition: fill 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: fill 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
}

.icon.-lineRule {
  position: absolute;
  right: 0;
  bottom: -8vw;
  left: 0;
  margin: auto;
  width: 0.8vw;
  height: 6.93333vw;

  fill: #ccc;
}

.icon.-lineRulepc {
  position: absolute;
  right: 0;
  bottom: -50px;
  left: 0;
  margin: auto;
  width: 4px;
  height: 32px;

  fill: #ccc;
}

.icon.-lineLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6.93333vw;
  margin: auto;
  width: 10.66667vw;
  height: 0.53333vw;
  pointer-events: none; 

  fill: #221e1f;
}

.icon.-lineLinkpc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -42px;
  margin: auto;
  width: 42px;
  height: 3px;
  pointer-events: none; 

  fill: #221e1f;
}

.icon.-lineDot {
  position: absolute;
  width: 10.13333vw;
  height: 10.13333vw;

  stroke: #221e1f;
  stroke-width: 2px;
  stroke-dasharray: 4 4;
  stroke-linecap: butt;
  fill: none;
}
.icon.-lineDot:nth-of-type(1) {
  top: -1.86667vw;
  left: -1.06667vw;
}
.icon.-lineDot:nth-of-type(2) {
  right: -1.6vw; 
  bottom: -1.86667vw;
}

.icon.-lineDotpc {
  position: absolute;
  width: 59px;
  height: 59px;

  stroke: #221e1f;
  stroke-width: 2px;
  stroke-dasharray: 4 4;
  stroke-linecap: butt;
  fill: none;
}
.icon.-lineDotpc.-t {
  top: -10px;
  left: -10px;
}
.icon.-lineDotpc.-b {
  right: -12px; 
  bottom: -15px;
}

.icon.-drawer {
  position: absolute;
  top: 2.13333vw;
  bottom: 0;
  left: 17.5%;
  margin: auto;
  width: 10.66667vw;
  height: 0.53333vw;
  pointer-events: none; 

  fill: #221e1f;
}

.icon.-drawerpc {
  position: absolute;
  top: 8px;
  left: -67px;
  width: 49px;
  height: 4px;
  pointer-events: none; 

  fill: #221e1f;
}

.drawer {
  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;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 16vw);
  height: calc(100% - 16vw);
}
@media screen and (min-width: 768px) {
  .drawer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
  }
}
@media screen and (max-width: 767px) {
  .drawer {
    overflow-x: hidden;
  }
}

.drawer[aria-hidden] {
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
}

.drawer[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}
.drawer[aria-hidden="false"] .drawer_inner {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); 
  -webkit-transform: translateY(0); 
      -ms-transform: translateY(0); 
          transform: translateY(0);
}

.drawer[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.drawer[aria-hidden="true"] .drawer_inner {
  -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);
}
.drawer[aria-hidden="true"] .drawer_inner:nth-child(odd) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  .drawer[aria-hidden="true"] .drawer_inner:nth-child(odd) {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.drawer[aria-hidden="true"] .drawer_inner:nth-child(even) {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .drawer[aria-hidden="true"] .drawer_inner:nth-child(even) {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.drawer_inner {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

.drawer_item {
  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: relative;
  width: 100%;
  height: 42.66667vw; 

  -webkit-box-pack: center; 

  -webkit-justify-content: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer_item.-katachi {
  background-color: rgba(162, 254, 231, 0.8);
}
.drawer_item.-tashizan {
  background-color: rgba(254, 189, 162, 0.8);
}
.drawer_item.-kakezan {
  background-color: rgba(253, 254, 162, 0.8);
}
@media screen and (min-width: 768px) {
  .drawer_item {
    height: 100%;
  }
}


.drawer_title {
  display: block;
  -webkit-transform: translate(2.13333vw, -0.53333vw);
      -ms-transform: translate(2.13333vw, -0.53333vw);
          transform: translate(2.13333vw, -0.53333vw); 
  letter-spacing: 0.1em;
  font-size: 5.33333vw;
  font-weight: bold;
}
@media screen and (min-width: 800px) {
  .drawer_title {
    -webkit-transform: translate(31px, 16px);
        -ms-transform: translate(31px, 16px);
            transform: translate(31px, 16px); 
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .drawer_title {
    -webkit-transform: translate(31px, 16px);
        -ms-transform: translate(31px, 16px);
            transform: translate(31px, 16px); 
    font-size: 20px;
  }
}

.drawer_txt {
  display: block;
  width: 25.33333vw;
  -webkit-transform: translate(-5.06667vw, 0);
      -ms-transform: translate(-5.06667vw, 0);
          transform: translate(-5.06667vw, 0);
}
@media screen and (min-width: 800px) {
  .drawer_txt {
    width: 148px;
    -webkit-transform: translate(10px, 18px);
        -ms-transform: translate(10px, 18px);
            transform: translate(10px, 18px);
  }
}
@media screen and (min-width: 768px) and (max-width: 799px) {
  .drawer_txt {
    width: 110px;
    -webkit-transform: translate(10px, 18px);
        -ms-transform: translate(10px, 18px);
            transform: translate(10px, 18px);
  }
}

.l-footer {
  padding: 4vw 0 3.46667vw;
  background-color: #f6f3ed;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 15px 0 17px;
  }
}

.l-footer_logo {
  margin: 4vw auto 2.66667vw;
  width: 30.13333vw;
  -webkit-transform: translateX(-1.6vw);
      -ms-transform: translateX(-1.6vw);
          transform: translateX(-1.6vw);
}
@media screen and (min-width: 768px) {
  .l-footer_logo {
    margin: 20px auto 14px;
    width: 300px;
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  .l-footer_logo.-kakigori {
    margin: 80px auto 24px;
  }
}
.l-footer_logo a {
  display: block;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.no-touchevents .l-footer_logo a:hover {
  opacity: 0.75; 
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); 
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-footer_copyright {
  text-align: center;
  letter-spacing: 0.05em; 
  font-size: 2.66667vw;
}
@media screen and (min-width: 768px) {
  .l-footer_copyright {
    font-size: 10px;
  }
}


.modal {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

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

          font-feature-settings: "palt";
}

.modal[aria-hidden] {
  -webkit-transition: opacity 0s, visibility 0s;
  transition: opacity 0s, visibility 0s;
}

.modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .modal[aria-hidden="true"] {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.modal_dialog,
.modal_content,
.l-tabUI_body,
.l-tabUI_tabpanel {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12vw;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .modal_dialog,
  .modal_content,
  .l-tabUI_body,
  .l-tabUI_tabpanel {
    padding-top: 0;
  }
}

.modal_dialog[aria-expanded] {
  overflow: hidden;
  -webkit-transition: visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.3s;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.3s, -webkit-transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); 
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .modal_dialog[aria-expanded] {
    -webkit-transition: visibility 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: visibility 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.6s;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
}

.modal_dialog[aria-expanded="true"] {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.modal_dialog[aria-expanded="false"] {
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.modal_btns {
  display: inline-block;
  position: relative;
  width: 19.33333vw;
  height: 8vw; 
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .modal_btns {
    width: 105px;
    height: 34px;
  }
}

.modal_close {
  position: relative;
  -webkit-border-radius: 0 30px 30px 0;
          border-radius: 0 30px 30px 0;
  width: 19.33333vw;
  background-color: #221e1f;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 8vw;
}
@media screen and (min-width: 768px) {
  .modal_close {
    margin-left: -35px;
    -webkit-border-radius: 0 17px 17px 0;
            border-radius: 0 17px 17px 0;
    width: 115px;
    -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: translateX(0px); 
        -ms-transform: translateX(0px); 
            transform: translateX(0px);
    text-indent: 26px;
    font-size: 14px;
    line-height: 34px;
  }
  .modal_close:hover {
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); 
    -webkit-transform: translateX(10px); 
        -ms-transform: translateX(10px); 
            transform: translateX(10px);
  }
}
#katachiModal .modal_close {
  position: absolute;
  top: 0;
  left: 0;
}

#tashizanModal .modal_close {
  position: absolute;
  top: 0;
  left: 0;
}

#kakezanModal .modal_close {
  position: absolute;
  top: 0;
  left: 0;
}
.modal_header {
  position: absolute;
  z-index: 1;
  top: 0;
  padding-top: 4.8vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal_header {
    padding-top: 30px;
  }
}

.modal_heading {
  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;
  margin-top: -8.8vw;
  text-align: center;
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .modal_heading {
    margin: -35px 0 0 132px;
    text-align: left;
  }
}

.modal_subtitle {
  font-size: 2.66667vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .modal_subtitle {
    font-size: 18px;
    line-height: 180%;
  }
}

.modal_title {
  font-size: 3.7vw;
  line-height: 1.2;
	letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .modal_title {
    -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
            transform: translateX(-3px);
    font-size: 18px;
    line-height: inherit;
  }
}

/* --------------------------------
  modal内のタブ
-------------------------------- */
.l-tabUI_tablist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 0 5.33333vw 2.66667vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tablist {
    right: 50px;
    bottom: 50px;
    padding: 0;
    width: 340px;
  }
}

.l-tabUI_item {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}
@media screen and (min-width: 768px) {
  .l-tabUI_item {
    -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
            flex-basis: 60px;
  }
}
.l-tabUI_item:nth-child(n+2) {
  margin-left: 1.33333vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_item:nth-child(n+2) {
    margin-left: 10px;
  }
}
.l-tabUI_item img {
  width: 100%;
}

.l-tabUI_tab {
  display: block;
  position: relative;
  width: 100%;
}

/* タブ - 選択 */
#katachiModal .l-tabUI_item .l-tabUI_tab[aria-selected="true"]:before {
  background-color: rgba(162, 254, 231, 0.8);
}

#tashizanModal .l-tabUI_item .l-tabUI_tab[aria-selected="true"]:before {
  background-color: rgba(254, 189, 162, 0.8);
}

#kakezanModal .l-tabUI_item .l-tabUI_tab[aria-selected="true"]:before {
  background-color: rgba(253, 254, 162, 0.8);
}

.l-tabUI_item:nth-child(1) .l-tabUI_tab[aria-selected="true"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url() center/10.66667vw 7.73333vw no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_item:nth-child(1) .l-tabUI_tab[aria-selected="true"]:before {
    background-size: 40px auto;
  }
}

.l-tabUI_item:nth-child(2) .l-tabUI_tab[aria-selected="true"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url() center/10.66667vw 7.73333vw no-repeat;
}
	
.l-tabUI_item:nth-child(3) .l-tabUI_tab[aria-selected="true"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url() center/10.66667vw 7.73333vw no-repeat;
}
	
@media screen and (min-width: 768px) {
  .l-tabUI_item:nth-child(2) .l-tabUI_tab[aria-selected="true"]:before {
    background-size: 40px auto;
  }
	  .l-tabUI_item:nth-child(3) .l-tabUI_tab[aria-selected="true"]:before {
    background-size: 40px auto;
  }
}


/* タブ - 非選択 */
.l-tabUI_tab[aria-selected="false"] {
  overflow: hidden;
}
.l-tabUI_tab[aria-selected="false"] .l-tabUI_line {
  display: none;
}
.l-tabUI_tab[aria-selected="false"] img {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1), -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), opacity 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
  -webkit-transform: scale(1); 
      -ms-transform: scale(1); 
          transform: scale(1);
}
.no-touchevents .l-tabUI_tab[aria-selected="false"]:hover img {
  opacity: 1; 
  -webkit-transition: opacity 0.15s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); 
  transition: opacity 0.15s cubic-bezier(0, 0, 0.58, 1), -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), opacity 0.15s cubic-bezier(0, 0, 0.58, 1); 
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.15s cubic-bezier(0, 0, 0.58, 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);
}

/* タブパネル - 非表示 */
.l-tabUI_tabpanel[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
}
.l-tabUI_tabpanel[aria-hidden="true"] .l-tabUI_btn {
  pointer-events: none;
}

/* タブパネル - 表示 */
.l-tabUI_tabpanel[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
}

@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel[aria-hidden] {
    text-align: center;
  }
}

#katachiModal .l-tabUI_tabpanel[aria-hidden].-one {
  background: url(https://htbjapan.com/bongbongsheetmask/img/bg_01_sm.jpg) center 60%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel[aria-hidden].-one {
    ;
  }
}

#katachiModal .l-tabUI_tabpanel[aria-hidden].-two {
  background: url() center 60%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel[aria-hidden].-two {;
  }
}

#katachiModal .l-tabUI_tabpanel[aria-hidden].-three {
  background: url() center 60%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel[aria-hidden].-three {
    background: url() center/100% auto no-repeat;
  }
}


#tashizanModal .l-tabUI_tabpanel[aria-hidden].-one {
  background: url(https://htbjapan.com/bongbongsheetmask/img/bg_01_tea.jpg) center 60%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel[aria-hidden].-one {
    background: url(https://htbjapan.com/bongbongsheetmask/img/bg_pearl_lg.jpg) center/100% auto no-repeat;
  }
}

#tashizanModal .l-tabUI_tabpanel[aria-hidden].-two {
  background: url() center 83%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel[aria-hidden].-two {;
  }
}

#tashizanModal .l-tabUI_tabpanel[aria-hidden].-three {
  background: url() center 84%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel[aria-hidden].-three {
    background: url() center/100% auto no-repeat;
  }
}

.l-tabUI_line {
  position: absolute;
  top: -1.06667vw;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .l-tabUI_line {
    top: -16px;
  }
}
#katachiModal .l-tabUI_line span {
  background-color: #f8e567;
}
#tashizanModal .l-tabUI_line span {
  background-color: #fdc0a7;
}
#kakezanModal .l-tabUI_line span {
  background-color: #94e8fb;
}

/* カルーセル ---------------- */

.katachiCarousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.katachiCarousel .slick-list,
.katachiCarousel .slick-track,
.katachiCarousel .katachiCarousel_item {
  height: 100%;
}

.katachiCarousel_item {
  position: relative;
  padding-top: 12vw;
}
	
.tashizanCarousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tashizanCarousel .slick-list,
.tashizanCarousel .slick-track,
.tashizanCarousel .tashizanCarousel_item {
  height: 100%;
}

.tashizanCarousel_item {
  position: relative;
  padding-top: 12vw;
}

	
	
.kakezanCarousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kakezanCarousel .slick-list,
.kakezanCarousel .slick-track,
.kakezanCarousel .kakezanCarousel_item {
  height: 100%;
}

.kakezanCarousel_item {
  position: relative;
  padding-top: 12vw;
}
@media screen and (min-width: 768px) {
  .kakezanCarousel_item {
    padding-top: 0;
  }
}
.l-tabUI_tabpanel.-one .kakezanCarousel_item.-one {
  background: url(https://htbjapan.com/bongbongsheetmask/img/bg_01_pearl.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
	.l-tabUI_tabpanel.-one .katachiCarousel_item.-one {
    background: url(https://htbjapan.com/bongbongsheetmask/img/bg_cica_lg.jpg) center/100% auto no-repeat;
  }
 
	
	.l-tabUI_tabpanel.-one .tashizanCarousel_item.-one {
    background: url(https://htbjapan.com/bongbongsheetmask/img/bg_teatree_lg.jpg) center/100% auto no-repeat;
  }

	
  .l-tabUI_tabpanel.-one .kakezanCarousel_item.-one {
    background: url(https://htbjapan.com/bongbongsheetmask/img/bg_pearl_lg.jpg) center/100% auto no-repeat;
  }

}
.l-tabUI_tabpanel.-one .kakezanCarousel_item.-two {
  background: url(https://htbjapan.com/bongbongsheetmask/img/bg_02_pearl.jpg) center 70%/100% auto no-repeat;
}
	
@media screen and (min-width: 768px) {
	.l-tabUI_tabpanel.-one .katachiCarousel_item.-two {
    background: url(https://htbjapan.com/bongbongsheetmask/img/bg_cica_lg01.jpg) center/100% auto no-repeat;
  }
	
	.l-tabUI_tabpanel.-one .tashizanCarousel_item.-two {
    background: url(https://htbjapan.com/bongbongsheetmask/img/bg_01_2_lg.jpg) center/100% auto no-repeat;
  }
	
  .l-tabUI_tabpanel.-one .kakezanCarousel_item.-two {
    background: url(https://htbjapan.com/bongbongsheetmask/img/bg_peal_lg01.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-one .kakezanCarousel_item.-three {
  background: url() center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-one .kakezanCarousel_item.-three {
    background: url() center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-two .kakezanCarousel_item.-one {
  background: url() center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-one {
    background: url() center/100% auto no-repeat;
  }
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-one img {
    margin: auto;
  }
}
.l-tabUI_tabpanel.-two .kakezanCarousel_item.-two {
  background: url() center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-two {
    background: url() center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-two .kakezanCarousel_item.-three {
  background: url() center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-three {
    background: url() center/100% auto no-repeat;
  }
}

.l-tabUI_tabpanel.-three .kakezanCarousel_item.-one {
  background: url() center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-three .kakezanCarousel_item.-one {
    background: url() center/100% auto no-repeat;
  }
  .l-tabUI_tabpanel.-three .kakezanCarousel_item.-one img {
    margin: auto;
  }
}
.l-tabUI_tabpanel.-three .kakezanCarousel_item.-two {
  background: url() center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-three .kakezanCarousel_item.-two {
    background: url() center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-three .kakezanCarousel_item.-three {
  background: url() center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .<strong>l-tabUI_tabpanel</strong>.-three .kakezanCarousel_item.-three {
    background: url() center/100% auto no-repeat;
  }
}


@media screen and (min-width: 768px) {
	  .katachiCarousel_img {
    float: left; 
    margin-right: 55px;
  }
	  .tashizanCarousel_img {
    float: left; 
    margin-right: 55px;
  }
  .kakezanCarousel_img {
    float: left; 
    margin-right: 55px;
  }
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  width: 10.66667vw;
  height: 10.66667vw;
  cursor: pointer; 
  background-color: transparent;
  background-image: none;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
	
	.katachiCarousel .slick-arrow {
    width: 130px;
    height: 60px;
  }
	
	.tashizanCarousel .slick-arrow {
    width: 130px;
    height: 60px;
  }
	
  .kakezanCarousel .slick-arrow {
    width: 130px;
    height: 60px;
  }
}
.no-touchevents .slick-arrow:hover:before {
  -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);
}
.slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #221e1f;
  border-right: 1px solid #221e1f;
  width: 6.4vw;
  height: 6.4vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); 
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .slick-arrow:after {
    border-width: 1px; 
    width: 40px;
    height: 40px;
  }
}
.slick-arrow.slick-prev {
  left: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: 72px;
  }
}
.slick-arrow.slick-prev:after {
  left: 0.53333vw;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-prev:after {
    left: 3px;
  }
}
.slick-arrow.slick-next {
  right: 5.33333vw;
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next {
    right: 72px;
  }
  .kakezanCarousel .slick-arrow.slick-next {
    right: 62px;
  }
}
.slick-arrow.slick-next:after {
  left: -0.53333vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .slick-arrow.slick-next:after {
    left: -3px;
  }
  .kakezanCarousel .slick-arrow.slick-next:after {
    left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .kakezanCarousel .slick-arrow.slick-next {
    text-indent: -71px;
    font-family: "Noto Sans JP"; 
    font-size: 16px;
    font-weight: bold;
  }
}

.l-tabUI_inner {
  margin: 7.33333vw auto 0;
  padding: 6.66667vw;
  -webkit-border-radius: 2px;
          border-radius: 2px; 
  width: 81.33333vw;
  height: 114.53333vw;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-tabUI_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 15px 55px 15px 15px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    width: 900px;
    height: 450px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s; 
    -webkit-transform: scale(0.9); 
        -ms-transform: scale(0.9); 
            transform: scale(0.9);
    text-align: left;
    -webkit-box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.1);
  }
  .slick-active .l-tabUI_inner {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .l-tabUI_position {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 550px;
    height: 100%; 

    -webkit-box-pack: center; 

    -webkit-justify-content: center; 

        -ms-flex-pack: center; 

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

.l-tabUI_desc {
  position: absolute;
  bottom: 22.4vw;
  padding: 0 9.33333vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-tabUI_desc {
    display: block;
    position: static;
    padding: 0;
    width: 240px;
    text-align: left;
  }
	.katachiCarousel_item .l-tabUI_desc {
    width: 240px;
  }
	.tashizanCarousel_item .l-tabUI_desc {
    width: 240px;
  }
  .kakezanCarousel_item .l-tabUI_desc {
    width: 240px;
  }
}

.l-tabUI_label {
  display: inline-block;
  padding: 0 3.73333vw;
  border: 1px solid #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  letter-spacing: 0.03em; 
  font-size: 2.66667vw;
  line-height: 5vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_label {
    padding: 5px 13px;
    border-width: 2px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 12px;
    line-height: 1.2;
	  text-align: left;
  }
	.katachiCarousel_item .l-tabUI_label {
    font-size: 15px;
    font-weight: bold;
  }
	.tashizanCarousel_item .l-tabUI_label {
    font-size: 15px;
    font-weight: bold;
  }
  .kakezanCarousel_item .l-tabUI_label {
    font-size: 15px;
    font-weight: bold;
  }
}
.l-tabUI_label strong {
  vertical-align: -0.26667vw; 
  font-size: 3.46667vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_label strong {
    vertical-align: -2px; 
    font-size: 18px;
  }
}

.l-tabUI_material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-tabUI_material {
    display: block;
  }
}

.l-tabUI_list {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.l-tabUI_list.-wide {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.l-tabUI_txt {
  margin-top: 0.53333vw;
  letter-spacing: 0.03em; 
  font-size: 3.2vw;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .l-tabUI_txt {
    margin-top: 4px;
    padding: 0;
    text-align: left; 
    font-size: 16px;
    line-height: 1.875;
  }
	.katachiCarousel_item .l-tabUI_txt {
    margin-top: 10px;
    line-height: 1.5;
  }
	.tashizanCarousel_item .l-tabUI_txt {
    margin-top: 10px;
    line-height: 1.5;
  }
  .kakezanCarousel_item .l-tabUI_txt {
    margin-top: 10px;
    line-height: 1.5;
  }
}
.l-tabUI_txt.-indent {
  padding-left: 0.6em;
  text-indent: -1em;
}
.l-tabUI_txt.-indent02 {
  padding-left: 1em;
  text-indent: -1em;
}

.l-tabUI_notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.66667vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_notes {
    margin-top: 10px;
    font-size: 12px;
  }
}

.l-tabUI_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.4vw;
  letter-spacing: -0.04em;
  font-size: 4vw;
  line-height: 1.2; 

  -webkit-box-align: baseline; 

  -webkit-align-items: baseline; 

      -ms-flex-align: baseline; 

          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .l-tabUI_title {
    margin-top: 47px;
    -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
            transform: translateX(-15px);
    white-space: nowrap; 
	 margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: bold;
  }
}

.l-tabUI_index {
  letter-spacing: 0.1em; 
  font-size: 2.93333vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_index {
    margin-right: 10px;
    font-size: 16px;
  }
}

.l-tabUI_img {
  float: right;
}
@media screen and (min-width: 768px) {
  .l-tabUI_img {
    float: none!important;
	text-align: left!important;
  }
}
#katachiModal .l-tabUI_tabpanel.-one .l-tabUI_img {
  width: 40vw;
}
	
#tashizanModal .l-tabUI_tabpanel.-one .l-tabUI_img {
  width: 40vw;
}
	
#kakezanModal .l-tabUI_tabpanel.-one .l-tabUI_img {
  width: 40vw;
}
	
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel.-one .l-tabUI_img {
    width: 240x;
    text-align: left!important;
	  margin-left: 0px;
  }
}

@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel.-one .l-tabUI_img {
    width: 240x;
    text-align: left!important;
  }
}


.l-tabUI_btn[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
}

.l-tabUI_btn[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.l-tabUI_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #221e1f;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 10.66667vw;
  height: 10.66667vw;
  font-size: 2.66667vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_btn {
    width: 58px;
    height: 58px;
    font-size: 16px; 
    line-height: 58px;
  }
}
.is-ie .l-tabUI_btn {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.l-tabUI_btn.-prev {
  left: 6.66667vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_btn.-prev {
    left: 62px;
  }
}
.l-tabUI_btn.-prev:before {
  content: ""; 
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.93333vw;
  margin: auto;
  border-top: 1px solid #221e1f;
  border-right: 1px solid #221e1f;
  width: 1.33333vw;
  height: 1.33333vw;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .l-tabUI_btn.-prev:before {
    left: -15px;
    width: 12px;
    height: 12px;
  }
}
.l-tabUI_btn.-next {
  right: 6.66667vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_btn.-next {
    right: 62px;
  }
}
.l-tabUI_btn.-next:before {
  content: ""; 
  position: absolute;
  top: 0;
  right: -2.93333vw;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #221e1f;
  border-right: 1px solid #221e1f;
  width: 1.33333vw;
  height: 1.33333vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .l-tabUI_btn.-next:before {
    right: -15px;
    width: 12px;
    height: 12px;
  }
}

.l-menubar {
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
  height: 16vw;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-menubar {
    height: 90px;
  }
}
.l-menubar.is-fixed {
  position: fixed;
  top: 0;
}

.l-menubar_list {
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  position: relative;
  z-index: 1;
  height: 16vw;

}
@media screen and (min-width: 768px) {
  .l-menubar_list {
    margin: auto;
    max-width: 1100px;
    height: 90px;
  }
}

.l-menubar_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  text-align: center;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 33.33333%;
  -webkit-flex: 33.33333%;
      -ms-flex: 33.33333%;
          flex: 33.33333%;
}
.l-menubar_item + .l-menubar_item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 12vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), color-stop(50%, #d2d2d2), color-stop(50%, transparent), to(transparent));
  background-image: -webkit-linear-gradient(top, #d2d2d2 0%, #d2d2d2 50%, transparent 50%, transparent 100%);
  background-image: linear-gradient(to bottom, #d2d2d2 0%, #d2d2d2 50%, transparent 50%, transparent 100%);
  background-size: 4px 4px;
}
@media screen and (min-width: 768px) {
  .l-menubar_item + .l-menubar_item:before {
    height: 38px;
  }
}
@media screen and (min-width: 768px) {
  .no-touchevents .l-menubar_item:hover svg:not(.-soy) {
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .l-menubar_item:nth-child(1):before,
  .l-menubar_item:nth-child(3):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 38px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), color-stop(50%, #d2d2d2), color-stop(50%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(top, #d2d2d2 0%, #d2d2d2 50%, transparent 50%, transparent 100%);
    background-image: linear-gradient(to bottom, #d2d2d2 0%, #d2d2d2 50%, transparent 50%, transparent 100%);
    background-size: 4px 4px;
  }
  .l-menubar_item:nth-child(1):before {
    left: 0;
  }
  .l-menubar_item:nth-child(3):after {
    right: 0;
  }
}

.l-menubar_txt {
  padding: 2.66667vw 0;
  width: 100%;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-menubar_txt {
    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;
    padding: 0;
	 line-height: 150%;
	  font-size: 2rem;
    height: 100%; 

    -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;
  }
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.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: #6be3c0;

  -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 {
}

.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);
}

.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: -2px;
  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: 8vw;
  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() center/720px 50px repeat;background-color: #72e4c2;
  }
  .keyVisual_arrange.-tashizan {
    background: url() center/720px 50px repeat;background-color: #f7cdd1;
  }
  .keyVisual_arrange.-kakezan {
    background: url() center/720px 50px repeat;background-color: #f6ed6a;
  }
}

@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.-green {
  color: #4ad9b0;
}
.keyVisual_title.-yellow {
	letter-spacing: 0.6em; 
  color: #ffe92f;
}
.keyVisual_title.-pink {
    right: -4.8vw;
  letter-spacing: 0.4em; 
  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(91, 212, 176, 0.8) url(https://htbjapan.com/bongbongsheetmask/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(91, 212, 176, 0.8) url(https://htbjapan.com/bongbongsheetmask/img/tab_daizu_01.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="4"]:after {
  background: rgba(254, 189, 162, 0.8) url(https://htbjapan.com/bongbongsheetmask/img/tab_daizu_01.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="5"] {
  -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="5"]:after {
  background: rgba(254, 189, 162, 0.8) url(https://htbjapan.com/bongbongsheetmask/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: 8;
  -ms-grid-column-span: 1;
  grid-column: 8/9;
}
.lineup_btn[data-tabindex="7"]:after {
  background: rgba(248, 229, 103, 0.8) url(https://htbjapan.com/bongbongsheetmask/img/tab_daizu_01.png) center/80px 58px no-repeat;
}
.lineup_btn[data-tabindex="8"] {
  -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="8"]:after {
  background: rgba(248, 229, 103, 0.8) url(https://htbjapan.com/bongbongsheetmask/img/tab_daizu_01.png) center/80px 58px no-repeat;
}

/* --------------------------------
  basic
-------------------------------- */
.basic {background-image:url(https://htbjapan.com/bongbongsheetmask/img/img_bg_wht_wll.jpg);background-position:50%;background-size:cover;}

.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 130px;
    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: relative;
  z-index: 1;
  width: 70%;
  -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: 100%;
  }
}
.basic_item.-one .basic_title {
  top: 1.86667vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .basic_item.-one .basic_title {
    top: 0;
    left: 0;
  }
}
.basic_item.-two .basic_title {
  top: 2vw;
  left: 10%;
}
@media screen and (min-width: 768px) {
  .basic_item.-two .basic_title {
    top: 0;
    left: 0;
  }
}
.basic_item.-three .basic_title {
  top: 6.13333vw;
  left: 0%;
}
@media screen and (min-width: 768px) {
  .basic_item.-three .basic_title {
    top: 0;
    left: 0;
  }
}
.basic_item.-four .basic_title {
  top: 1.86667vw;
  left: 10%;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .basic_item.-four .basic_title {
    top: 0;
    left: 0;
  }
}
.basic_item.-five .basic_title {
  top: 18vw;
  left: 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .basic_item.-five .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: 1.7rem;
  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: 30.93333vw;
  left: 12%;
}
@media screen and (min-width: 768px) {
  .basic_item.-one .basic_txt {
    top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .basic_item.-one .basic_txt {
    left: 145px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .basic_item.-one .basic_txt {
    left: 0;
  }
}
.basic_item.-two .basic_txt {
  top: 30.93333vw;
  left: 19%;
}
@media screen and (min-width: 768px) {
  .basic_item.-two .basic_txt {
    top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .basic_item.-two .basic_txt {
    left: 115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .basic_item.-two .basic_txt {
    left: 0;
  }
}
.basic_item.-three .basic_txt {
  top: 36vw;
  left: 12%;
}
@media screen and (min-width: 768px) {
  .basic_item.-three .basic_txt {
    top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .basic_item.-three .basic_txt {
    left: 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .basic_item.-three .basic_txt {
    left: 0;
  }
}
	
.basic_item.-four .basic_txt {
  top: 29vw;
  left: 20%;
}
@media screen and (min-width: 768px) {
  .basic_item.-four .basic_txt {
    top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .basic_item.-four .basic_txt {
    left: 145px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .basic_item.-four .basic_txt {
    left: 0;
  }
}
.basic_item.-five .basic_txt {
  top: 43vw;
  left: 12%;
}
@media screen and (min-width: 768px) {
  .basic_item.-five .basic_txt {
    top: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .basic_item.-five .basic_txt {
    left: 115px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .basic_item.-five .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: 257px;
    width: 303px;
  }
  .basic_img.-illust {
    margin-top: -15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .basic_img {
    top: 257px;
    width: 29vw;
	width: 100%;
  }
}
.basic_item.-one .basic_img {
  right: 0;
  width: 50%;
  top: 20.93333vw;
	
}

.basic_item.-two .basic_img {
  right: 0px;
  width: 40%;
	top: 32vw;
}

.basic_item.-three .basic_img {
 right: 0;
 width: 40%;
 top: 32vw;
}
	
.basic_item.-four .basic_img {
  right: 10px;
  width: 30%;
  top: 30vw;
	
}
	
.basic_item.-five .basic_img {
  right: 8px;
  width: 45%;
	top: 43vw;
}

@media screen and (min-width: 768px) {
	
	.basic_item.-one .basic_img {
	top: 257px;
    right: 0px;
	width: 100%;
  }
	
  .basic_item.-two .basic_img {
    top: 257px;
    right: 0px;
	width: 100%;
  }
	.basic_item.-three .basic_img {
    top: 257px;
    right: 0px;
	width: 100%;
  }
	.basic_item.-four .basic_img {
    top: 257px;
    right: 0px;
	width: 100%;
  }
	.basic_item.-five .basic_img {
    top: 257px;
    right: 0px;
	width: 100%;
  }
}

.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: 40.73333vw;
}
@media screen and (min-width: 768px) {
  .fiverule {
    margin: 150px auto 0;
	  width: 980px;
  }
}

.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: 50px 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 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:;
}
.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: 10px 0px 34px;
    width: 980px;
  }
}

.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-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .product { background-color: #f7f7f7;
  }
}

.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);
  }
}

.product_item {
  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+5) {
    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;
  }
}

.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;
  }
}
.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);
  }
}
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#eee;
}