@charset "UTF-8";
/*
* main.css
*
*/
@font-face {
  font-family: "A1GothicStd-Light";

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

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

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

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

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

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

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

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

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

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

/* ------------------------
  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 {
  width: 15.73333vw;
  height: 3.6vw;

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

  fill: #221e1f;
}
@media screen and (min-width: 768px) {
  .icon.-basicbar {
    width: 71px;
    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;
  width: 7.33333vw;
  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: 94px;
    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;
}
.icon.-x {
  width: 4.46667vw;
  height: 4.46667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .icon.-sns {
    width: 46px;
    height: 46px;
  }
  .icon.-x {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

.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(248, 229, 103, 0.8);
}
.drawer_item.-tashizan {
  background-color: rgba(254, 189, 162, 0.8);
}
.drawer_item.-kakezan {
  background-color: rgba(141, 231, 252, 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: 13.86667vw 0 3.46667vw;
  background-color: #f6f3ed;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 110px 0 17px;
  }
}

.l-footer_logo {
  margin: 13.33333vw 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: 120px auto 14px;
    width: 143px;
    -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;
  }
}

.l-footer_share {
  position: relative;
  letter-spacing: 0.1em; 
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .l-footer_share {
    font-size: 19px;
  }
}
.l-footer_share:before,
.l-footer_share:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 4.53333vw;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .l-footer_share:before,
  .l-footer_share:after {
    height: 21px;
  }
}
.l-footer_share:before {
  -webkit-transform: translate(-6.13333vw, 1.06667vw) rotate(-30deg);
      -ms-transform: translate(-6.13333vw, 1.06667vw) rotate(-30deg);
          transform: translate(-6.13333vw, 1.06667vw) rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .l-footer_share:before {
    -webkit-transform: translate(-29px, 4px) rotate(-30deg);
        -ms-transform: translate(-29px, 4px) rotate(-30deg);
            transform: translate(-29px, 4px) rotate(-30deg);
  }
}
.l-footer_share:after {
  -webkit-transform: translate(5.33333vw, 1.06667vw) rotate(30deg);
      -ms-transform: translate(5.33333vw, 1.06667vw) rotate(30deg);
          transform: translate(5.33333vw, 1.06667vw) rotate(30deg);
}
@media screen and (min-width: 768px) {
  .l-footer_share:after {
    -webkit-transform: translate(27px, 4px) rotate(30deg);
        -ms-transform: translate(27px, 4px) rotate(30deg);
            transform: translate(27px, 4px) rotate(30deg);
  }
}

.l-footer_snsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vw; 

  -webkit-box-pack: center; 

  -webkit-justify-content: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer_snsWrap {
    margin-top: 20px;
  }
}

.l-footer_sns {
  display: block;
}
.l-footer_sns a {
  display: block;
  -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);
  position: relative;
}
.no-touchevents .l-footer_sns a:hover {
  -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);
}
.l-footer_sns + .l-footer_sns {
  margin-left: 6.66667vw;
}
@media screen and (min-width: 768px) {
  .l-footer_sns + .l-footer_sns {
    margin-left: 30px;
  }
}

.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: 17.33333vw;
  height: 8vw; 
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .modal_btns {
    width: 85px;
    height: 34px;
  }
}

.modal_close {
  position: relative;
  -webkit-border-radius: 0 30px 30px 0;
          border-radius: 0 30px 30px 0;
  width: 17.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: -15px;
    -webkit-border-radius: 0 17px 17px 0;
            border-radius: 0 17px 17px 0;
    width: 95px;
    -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);
  }
}
#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: 12px;
    line-height: 1;
  }
}

.modal_title {
  font-size: 4vw;
  line-height: 1.2;
}
@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(248, 229, 103, 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(141, 231, 252, 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(../img/tab_daizu_01.png) 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(../img/tab_daizu_02.png) 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 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tab_daizu_03.png) center/10.66667vw 7.73333vw no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_item:nth-child(3) .l-tabUI_tab[aria-selected="true"]:before {
    background-size: 40px auto;
  }
}

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

.l-tabUI_item:nth-child(5) .l-tabUI_tab[aria-selected="true"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/tab_daizu_05.png) center/10.66667vw 7.73333vw no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_item:nth-child(5) .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(../img/katachi/bg_01_sm.jpg) center 60%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel[aria-hidden].-one {
    background: url(../img/katachi/bg_01_lg.jpg) center/100% auto no-repeat;
  }
}

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

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

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

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

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

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

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

#tashizanModal .l-tabUI_tabpanel[aria-hidden].-four {
  background: url(../img/tashizan/bg_04.jpg) center 86%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel[aria-hidden].-four {
    background: url(../img/tashizan/bg_04_lg.jpg) center/100% auto no-repeat;
  }
}

#tashizanModal .l-tabUI_tabpanel[aria-hidden].-five {
  background: url(../img/tashizan/bg_05.jpg) center 82%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel[aria-hidden].-five {
    background: url(../img/tashizan/bg_05_lg.jpg) 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;
}

/* カルーセル ---------------- */
.tashizanCarousel {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.tashizanCarousel .slick-list {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .tashizanCarousel .slick-list {
    height: auto;
  }
}
.tashizanCarousel .slick-track {
  position: absolute;
  top: auto;
  bottom: 22.4vw;
}
@media screen and (min-width: 768px) {
  .tashizanCarousel .slick-track {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .tashizanCarousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: auto;
    bottom: 0;
    left: 130px;
    width: 210px;
    height: auto;
    text-align: left; 

    -webkit-box-align: center; 

    -webkit-align-items: center; 

        -ms-flex-align: center; 

            align-items: center;
  }
}

.tashizanCarousel_item {
  padding: 0 9.33333vw;
}
@media screen and (min-width: 768px) {
  .tashizanCarousel_item {
    padding: 0;
  }
}

.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(../img/kakezan/bg_01_1.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-one .kakezanCarousel_item.-one {
    background: url(../img/kakezan/bg_01_1_lg.jpg) center/100% auto no-repeat;
  }
  .l-tabUI_tabpanel.-one .kakezanCarousel_item.-one img {
    margin: auto;
  }
}
.l-tabUI_tabpanel.-one .kakezanCarousel_item.-two {
  background: url(../img/kakezan/bg_01_2.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-one .kakezanCarousel_item.-two {
    background: url(../img/kakezan/bg_01_2_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-one .kakezanCarousel_item.-three {
  background: url(../img/kakezan/bg_01_3.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-one .kakezanCarousel_item.-three {
    background: url(../img/kakezan/bg_01_3_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-two .kakezanCarousel_item.-one {
  background: url(../img/kakezan/bg_02_1.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-one {
    background: url(../img/kakezan/bg_02_1_lg.jpg) center/100% auto no-repeat;
  }
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-one img {
    margin: auto;
  }
}
.l-tabUI_tabpanel.-two .kakezanCarousel_item.-two {
  background: url(../img/kakezan/bg_02_2.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-two {
    background: url(../img/kakezan/bg_02_2_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-two .kakezanCarousel_item.-three {
  background: url(../img/kakezan/bg_02_3.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-three {
    background: url(../img/kakezan/bg_02_3_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-two .kakezanCarousel_item.-four {
  background: url(../img/kakezan/bg_02_4.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-two .kakezanCarousel_item.-four {
    background: url(../img/kakezan/bg_02_4_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-three .kakezanCarousel_item.-one {
  background: url(../img/kakezan/bg_03_1.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-three .kakezanCarousel_item.-one {
    background: url(../img/kakezan/bg_03_1_lg.jpg) center/100% auto no-repeat;
  }
  .l-tabUI_tabpanel.-three .kakezanCarousel_item.-one img {
    margin: auto;
  }
}
.l-tabUI_tabpanel.-three .kakezanCarousel_item.-two {
  background: url(../img/kakezan/bg_03_2.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-three .kakezanCarousel_item.-two {
    background: url(../img/kakezan/bg_03_2_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-three .kakezanCarousel_item.-three {
  background: url(../img/kakezan/bg_03_3.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-three .kakezanCarousel_item.-three {
    background: url(../img/kakezan/bg_03_3_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-three .kakezanCarousel_item.-four {
  background: url(../img/kakezan/bg_03_4.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-three .kakezanCarousel_item.-four {
    background: url(../img/kakezan/bg_03_4_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-four .kakezanCarousel_item.-one {
  background: url(../img/kakezan/bg_04_1.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-four .kakezanCarousel_item.-one {
    background: url(../img/kakezan/bg_04_1_lg.jpg) center/100% auto no-repeat;
  }
  .l-tabUI_tabpanel.-four .kakezanCarousel_item.-one img {
    margin: auto;
  }
}
.l-tabUI_tabpanel.-four .kakezanCarousel_item.-two {
  background: url(../img/kakezan/bg_04_2.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-four .kakezanCarousel_item.-two {
    background: url(../img/kakezan/bg_04_2_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-four .kakezanCarousel_item.-three {
  background: url(../img/kakezan/bg_04_3.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-four .kakezanCarousel_item.-three {
    background: url(../img/kakezan/bg_04_3_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-four .kakezanCarousel_item.-four {
  background: url(../img/kakezan/bg_04_4.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-four .kakezanCarousel_item.-four {
    background: url(../img/kakezan/bg_04_4_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-five .kakezanCarousel_item.-one {
  background: url(../img/kakezan/bg_05_1.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-five .kakezanCarousel_item.-one {
    background: url(../img/kakezan/bg_05_1_lg.jpg) center/100% auto no-repeat;
  }
  .l-tabUI_tabpanel.-five .kakezanCarousel_item.-one img {
    margin: auto;
  }
}
.l-tabUI_tabpanel.-five .kakezanCarousel_item.-two {
  background: url(../img/kakezan/bg_05_2.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-five .kakezanCarousel_item.-two {
    background: url(../img/kakezan/bg_05_2_lg.jpg) center/100% auto no-repeat;
  }
}
.l-tabUI_tabpanel.-five .kakezanCarousel_item.-three {
  background: url(../img/kakezan/bg_05_3.jpg) center 70%/100% auto no-repeat;
}
@media screen and (min-width: 768px) {
  .l-tabUI_tabpanel.-five .kakezanCarousel_item.-three {
    background: url(../img/kakezan/bg_05_3_lg.jpg) center/100% auto no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .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;
  }
  .tashizanCarousel .slick-arrow {
    position: fixed;
  }
  .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: 9.33333vw auto 0;
  padding: 6.66667vw;
  -webkit-border-radius: 2px;
          border-radius: 2px; 
  width: 81.33333vw;
  height: 104.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: 213px;
    text-align: left;
  }
  .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;
  }
  #tashizanModal .l-tabUI_label {
    padding: 0 7px 2px 10px;
  }
  .kakezanCarousel_item .l-tabUI_label {
    font-size: 14px;
    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_label.-kakezan {
  margin-top: 2.4vw;
}
@media screen and (min-width: 768px) {
  .l-tabUI_label.-kakezan {
    margin: 36px 0 10px -15px;
    padding: 3px 13px;
    font-size: 12px;
  }
}

.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;
  }
  .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; 
    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;
  }
}
#katachiModal .l-tabUI_tabpanel.-one .l-tabUI_img {
  width: 19.2vw;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel.-one .l-tabUI_img {
    margin: auto;
    width: 144px;
    text-align: center;
  }
}
#katachiModal .l-tabUI_tabpanel.-two .l-tabUI_img {
  margin-top: 8vw;
  width: 20.8vw;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel.-two .l-tabUI_img {
    margin: 5px auto 0;
    width: 156px;
    text-align: center;
  }
}
#katachiModal .l-tabUI_tabpanel.-three .l-tabUI_img {
  margin-top: 5.33333vw;
  width: 18.93333vw;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel.-three .l-tabUI_img {
    margin: 5px auto 0;
    width: 142px;
    text-align: center;
  }
}
#katachiModal .l-tabUI_tabpanel.-four .l-tabUI_img {
  margin-top: 5.33333vw;
  width: 19.2vw;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel.-four .l-tabUI_img {
    margin: auto;
    width: 144px;
    text-align: center;
  }
}
#katachiModal .l-tabUI_tabpanel.-five .l-tabUI_img {
  margin-top: 5.33333vw;
  width: 18.93333vw;
}
@media screen and (min-width: 768px) {
  #katachiModal .l-tabUI_tabpanel.-five .l-tabUI_img {
    margin: 4px auto 0;
    width: 142px;
    text-align: center;
  }
}
#tashizanModal .l-tabUI_tabpanel.-one .l-tabUI_img {
  margin-top: 2.66667vw;
  width: 20.26667vw;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel.-one .l-tabUI_img {
    margin: 5px auto 0;
    width: 152px;
    text-align: center;
  }
}
#tashizanModal .l-tabUI_tabpanel.-two .l-tabUI_img {
  margin-top: 0;
  width: 23.46667vw;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel.-two .l-tabUI_img {
    margin: 6px auto 0;
    width: 176px;
    text-align: center;
  }
}
#tashizanModal .l-tabUI_tabpanel.-three .l-tabUI_img {
  margin-top: -2.66667vw;
  width: 18.4vw;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel.-three .l-tabUI_img {
    margin: 10px auto 0;
    width: 138px;
    text-align: center;
  }
}
#tashizanModal .l-tabUI_tabpanel.-four .l-tabUI_img {
  margin-top: 2.66667vw;
  width: 25.6vw;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel.-four .l-tabUI_img {
    margin: 10px auto 0;
    width: 192px;
    text-align: center;
  }
}
#tashizanModal .l-tabUI_tabpanel.-five .l-tabUI_img {
  margin-top: 2.66667vw;
  width: 20.8vw;
}
@media screen and (min-width: 768px) {
  #tashizanModal .l-tabUI_tabpanel.-five .l-tabUI_img {
    margin: 10px auto 0;
    width: 156px;
    text-align: center;
  }
}

.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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
    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;
  }
}