@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Kanit:400,600,700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@-webkit-keyframes top-scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  55% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes top-scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  45% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  55% {
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.u-pc,
.u-sp {
  display: none;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .u-pc {
    display: block;
  }
}

@media all and (min-width: 1280px) {
  .u-pc {
    display: block;
  }
}

@media all and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.underline {
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  background-image: -ms-linear-gradient(transparent 93%, currentColor 2px);
}

.underline:hover {
  text-decoration: none;
  -webkit-animation: UNDER 0.6s ease-in forwards;
          animation: UNDER 0.6s ease-in forwards;
}

@media all and (-ms-high-contrast: none) {
  .underline:hover {
    -webkit-animation: none;
            animation: none;
    opacity: 0.7;
  }
}

@media all and (max-width: 768px) {
  .underline {
    text-decoration: underline;
    background: none;
  }
  .underline:hover {
    text-decoration: underline;
    -webkit-animation: none;
            animation: none;
    background: none;
  }
}

@-webkit-keyframes UNDER {
  0% {
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
  50% {
    background-position: -200% 100%;
    background-size: 200% 100%;
  }
  51% {
    background-position: 200% 100%;
    background-size: -200% 100%;
  }
  100% {
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
}

@keyframes UNDER {
  0% {
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
  50% {
    background-position: -200% 100%;
    background-size: 200% 100%;
  }
  51% {
    background-position: 200% 100%;
    background-size: -200% 100%;
  }
  100% {
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
}

.nounderline {
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  background-image: -ms-linear-gradient(transparent 93%, currentColor 2px);
  background-position: 220% 100%;
  background-size: 50% 100%;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .nounderline:hover {
    text-decoration: none;
    -webkit-animation: NOUNDER 0.6s ease-in forwards;
            animation: NOUNDER 0.6s ease-in forwards;
  }
}

@media all and (min-width: 769px) and (max-width: 1279px) and (-ms-high-contrast: none) {
  .nounderline:hover {
    -webkit-animation: none;
            animation: none;
    opacity: 0.7;
  }
}

@media all and (min-width: 1280px) {
  .nounderline:hover {
    text-decoration: none;
    -webkit-animation: NOUNDER 0.6s ease-in forwards;
            animation: NOUNDER 0.6s ease-in forwards;
  }
}

@media all and (min-width: 1280px) and (-ms-high-contrast: none) {
  .nounderline:hover {
    -webkit-animation: none;
            animation: none;
    opacity: 0.7;
  }
}

@-webkit-keyframes NOUNDER {
  0% {
    background-position: 0% 100%;
    background-size: 0% 100%;
  }
  50% {
    background-position: 0% 100%;
    background-size: 100% 100%;
  }
  51% {
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
  100% {
    background-position: 200% 100%;
    background-size: 0% 100%;
  }
}

@keyframes NOUNDER {
  0% {
    background-position: 0% 100%;
    background-size: 0% 100%;
  }
  50% {
    background-position: 0% 100%;
    background-size: 100% 100%;
  }
  51% {
    background-position: 100% 100%;
    background-size: 100% 100%;
  }
  100% {
    background-position: 200% 100%;
    background-size: 0% 100%;
  }
}

/* Noto sans */
@font-face {
  font-family: "Noto Sans Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Regular.eot");
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/notosans/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets/fonts/notosans/NotoSansCJKjp-Regular.ttf") format("truetype");
}

/*@font-face {
	font-family: 'Noto Sans Medium';
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/notosans/NotoSansCJKjp-Medium.eot');
	src: url('/assets/fonts/notosans/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
	url('/assets/fonts/notosans/NotoSansCJKjp-Medium.woff') format('woff'),
	url('/assets/fonts/notosans/NotoSansCJKjp-Medium.ttf')  format('truetype');
}*/
@font-face {
  font-family: "Noto Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Bold.eot");
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/notosans/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets/fonts/notosans/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Black.eot");
  src: url("/assets/fonts/notosans/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/notosans/NotoSansCJKjp-Black_low.woff2") format("woff2"), url("/assets/fonts/notosans/NotoSansCJKjp-Black_low.ttf") format("truetype");
}

body,
select,
input,
textarea {
  color: #111111;
  font-family: "Noto Sans Regular", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer;
}

a:active, a:focus {
  outline: none;
}

.kaint {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kaint-sb {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1rem;
}

.kaint-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon/icomoon.eot?50to6w");
  src: url("/assets/fonts/icomoon/icomoon.eot?50to6w#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon/icomoon.ttf?50to6w") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?50to6w") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?50to6w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-airplane::after {
  will-change: transform;
  font-family: "icomoon";
  content: "\e900";
}

.icon-arrow-double::after {
  font-family: "icomoon";
  will-change: transform;
  content: "\e901";
}

.icon-arrow-r:before::after {
  font-family: "icomoon";
  will-change: transform;
  content: "\e902";
}

.icon-fb::after {
  font-family: "icomoon";
  will-change: transform;
  content: "\e903";
}

.icon-play::after {
  font-family: "icomoon";
  will-change: transform;
  content: "\e905";
  color: #ff1919;
}

.icon-ln::after {
  font-family: "icomoon";
  will-change: transform;
  content: "\e904";
}

.icon-tw::after {
  font-family: "icomoon";
  will-change: transform;
  content: "\e906";
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 0;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background: #fff !important;
  opacity: 1 !important;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 960px;
  border-radius: 0px;
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1) 0ms;
  /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0ms;
  /* easeOutBack */
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .modaal-close {
    right: calc(100vw * (28 / 1280));
    top: calc(100vw * (28 / 1280));
  }
  .modaal-close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media all and (min-width: 1280px) {
  .modaal-close {
    right: 28px;
    top: 28px;
  }
  .modaal-close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media all and (max-width: 768px) {
  .modaal-close {
    top: calc(100vw * (25 / 375));
    right: calc(100vw * (15 / 375));
  }
}

@media all and (max-width: 768px) {
  .modaal-close {
    width: 10.1333333333%;
    padding-top: 10.1333333333%;
    height: 0;
  }
}

.modaal-close:focus {
  outline: none;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  left: 24px;
  width: 2px;
  height: 48px;
  background: #000;
  top: 50%;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

@media all and (max-width: 768px) {
  .modaal-close:before, .modaal-close:after {
    left: 50%;
    width: calc(100vw * (2 / 375));
    height: calc(100vw * (35 / 375));
  }
}

.modaal-close:before {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .modaal-close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .modaal-close:hover:before, .modaal-close:hover:after {
    background: #000000;
  }
}

.modaal-content-container .link,
.modaal-content-container .scrollto {
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .modaal-content-container .link,
  .modaal-content-container .scrollto {
    margin-top: calc(100vw * (33 / 1280));
    font-size: 7px;
    font-size: 1.09375vw;
  }
}

@media all and (min-width: 1280px) {
  .modaal-content-container .link,
  .modaal-content-container .scrollto {
    margin-top: 33px;
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .modaal-content-container .link,
  .modaal-content-container .scrollto {
    font-size: 6.5px;
    font-size: 1.015625vw;
  }
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 0.8%;
    padding-bottom: 0.8%;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/*--------------------------------------------------
* body
* --------------------------------------------------*/
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
  letter-spacing: 0.04rem;
}

li {
  list-style: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: #fafafa;
  will-change: opacity;
  font-family: noto-sans-cjk-jp, sans-serif;
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  /* easeOutQuint */
  opacity: 1;
}

@media all and (max-width: 768px) {
  body {
    height: 100%;
  }
}

body.loading .p-loading {
  opacity: 1;
}

body.loading main,
body.loading .l-footer {
  opacity: 0;
  pointer-events: none;
}

body.show .p-loading {
  opacity: 0;
}

body.show main,
body.show .l-footer {
  opacity: 1;
  pointer-events: all;
}

main {
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
  /* easeOutQuint */
  width: 100%;
  background: #fafafa;
}

@media all and (max-width: 768px) {
  main {
    height: 100%;
  }
}

main .disabled {
  pointer-events: none;
}

.pc {
  display: block;
}

@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: block;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .sp {
    display: none !important;
  }
}

/*--------------------------------------------------
* Header Navi
* --------------------------------------------------*/
.l-header {
  width: 100% !important;
  height: 45px;
  background: #fff;
  position: relative;
}

.l-header * {
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: normal;
}

@media all and (max-width: 768px) {
  .l-header {
    display: block;
    padding: 0vw 0px 0vw 0px;
    margin: 0vw 0px 0vw 0px;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
  }
}

.l-header .l-header__inner {
  width: 100%;
  height: 100%;
}

.l-header h1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  width: 187px;
  height: 45px;
  float: left;
}

.l-header h1:hover {
  opacity: 0.7;
}

@media all and (max-width: 768px) {
  .l-header h1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 126px;
    height: 30px;
    float: left;
  }
  .l-header h1:hover {
    opacity: 1;
  }
}

.l-header h1 img {
  border-style: none;
  width: 100%;
  vertical-align: top;
}

.l-footer {
  color: white;
  background: #000000;
  padding-top: calc(100vw * (50 / 1280));
}

.l-footer a {
  color: white;
}

@media all and (-ms-high-contrast: none) {
  .l-footer a.underline {
    background-image: -ms-linear-gradient(transparent 93%, white 2px);
  }
}

@media all and (min-width: 1280px) {
  .l-footer {
    padding-top: 50px;
  }
}

@media all and (max-width: 768px) {
  .l-footer {
    padding-top: calc(100vw * (30 / 375));
  }
}

.l-footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  width: calc(100vw * (1000 / 1280));
  margin: auto;
  font-size: 7px;
  font-size: 1.09375vw;
  padding-top: calc(100vw * (45 / 1280));
}

@media all and (min-width: 1280px) {
  .l-footer_links {
    width: 996px;
    padding-top: 45px;
    font-size: 14px;
  }
}

.l-footer_links a {
  padding-left: 1em;
}

.l-footer_links a span {
  position: relative;
  /*margin-left: -1.7em;*/
}

.l-footer_links a span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/assets/images/common/btn_right.svg") center no-repeat;
  background-size: cover;
  border: 1px solid transparent;
  right: calc(100vw * (-22.5 / 1280));
  width: calc(100vw * (16 / 1280));
  height: calc(100vw * (16 / 1280));
}

@media all and (min-width: 1280px) {
  .l-footer_links a span:after {
    right: -22.5px;
    width: 16px;
    height: 16px;
  }
}

@media all and (max-width: 768px) {
  .l-footer_links a span:after {
    width: calc(100vw * (16 / 375));
    height: calc(100vw * (16 / 375));
    right: calc(100vw * (-22.5 / 375));
  }
}

@media all and (max-width: 768px) {
  .l-footer_links {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 0;
    margin-top: calc(100vw * (30 / 375));
  }
  .l-footer_links li {
    width: 100%;
    border-bottom: 1px solid #86ad92;
  }
  .l-footer_links li:first-child {
    border-top: 1px solid #86ad92;
  }
  .l-footer_links li a {
    display: block;
    padding: calc(100vw * (22 / 375)) 0;
  }
}

.l-footer_logo {
  width: calc(100vw * (132 / 1280));
  height: calc(100vw * (19 / 1280));
  display: block;
  margin: auto;
  background: url("https://gigaplus.makeshop.jp/cliffedge/banner/logo_footer.png") center no-repeat;
  background-size: contain;
  border: 1px solid transparent;
}

.l-footer_logo:hover {
  opacity: 0.7;
}

@media all and (min-width: 1280px) {
  .l-footer_logo {
    width: 135px;
    height: 19px;
  }
}

@media all and (max-width: 768px) {
  .l-footer_logo {
    width: calc(100vw * (70 / 375));
    height: calc(100vw * (11 / 375));
  }
  .l-footer_logo:hover {
    opacity: 1;
  }
}

.l-footer_terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 440px;
  width: calc(100vw * (600 / 1280));
  font-size: 6px;
  font-size: 0.9375vw;
  margin: calc(100vw * (30 / 1280)) auto calc(100vw * (28 / 1280));
}

@media all and (min-width: 1280px) {
  .l-footer_terms {
    width: 440px;
    font-size: 12px;
    margin: 30px auto 28px;
  }
}

@media all and (max-width: 768px) {
  .l-footer_terms {
    display: block;
    text-align: center;
    max-width: 70%;
    width: calc(100vw * (600 / 375));
    margin: calc(100vw * (22 / 375)) auto calc(100vw * (19 / 375));
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 3.2307692308;
    letter-spacing: 0.05em;
  }
  .l-footer_terms a {
    width: 100%;
    display: block;
    padding: calc(100vw * (10 / 375)) 0;
    padding: 0;
    background: none;
  }
  .l-footer_terms a span {
    margin-left: -1.4em;
  }
}

.l-footer_terms span {
  position: relative;
}

.l-footer_terms span.blank:after {
  content: "";
  position: absolute;
  bottom: -1px;
  margin: auto;
  background: url("/assets/images/common/blank.svg") center no-repeat;
  background-size: cover;
  border: 1px solid transparent;
  right: calc(100vw * (-25 / 1280));
  width: calc(100vw * (18 / 1280));
  height: calc(100vw * (11 / 1280));
}

@media all and (min-width: 1280px) {
  .l-footer_terms span.blank:after {
    right: -25px;
    width: 18px;
    height: 11px;
  }
}

@media all and (max-width: 768px) {
  .l-footer_terms span.blank:after {
    width: calc(100vw * (17 / 375));
    height: calc(100vw * (10 / 375));
    right: calc(100vw * (-23 / 375));
    top: 0;
    bottom: 0;
  }
}

.l-footer_copyright {
  text-align: center;
  margin: calc(100vw * (30 / 1280)) auto 0;
  padding-bottom: calc(100vw * (40 / 1280));
  font-size: 6px;
  font-size: 0.9375vw;
}

@media all and (min-width: 1280px) {
  .l-footer_copyright {
    font-size: 12px;
    margin: 30px auto 0;
    padding-bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  .l-footer_copyright {
    font-size: 6px;
    font-size: 3.2vw;
    letter-spacing: 0.07em;
    line-height: 2em;
    margin: auto;
    padding-bottom: calc(100vw * (25 / 375));
  }
}

/*--------------------------------------------------
* Common
* --------------------------------------------------*/
.u-blank:after {
  position: absolute;
  top: 50%;
  margin-left: 2px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*--------------------------------------------------
* Margin
* --------------------------------------------------*/
.u-mtop-100 {
  margin-top: 100px;
}

/*--------------------------------------------------
* Button
* --------------------------------------------------*/
.c-button {
  display: block;
  text-align: center;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-button p {
  text-align: left;
  line-height: 1;
}

.c-button p::after {
  display: inline-block;
  line-height: 0.8;
}

/*--------------------------------------------------
* Section
* --------------------------------------------------*/
.c-section {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
  .c-section {
    width: 100%;
  }
}

.c-section__inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 3.90625%;
  box-sizing: content-box;
  height: 100%;
}

@media all and (max-width: 768px) {
  .c-section__inner {
    padding: 0 6.6666666667%;
  }
}

.c-overlay_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(111, 120, 126, 0.55);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
}

.c-overlay_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: url("/assets/images/common/btn_play.svg") center no-repeat;
  background-size: cover;
  z-index: 1;
}

@media all and (max-width: 768px) {
  .c-overlay_btn:after {
    width: calc(100vw * (70 / 375));
    height: calc(100vw * (70 / 375));
  }
}

.c-overlay_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: url("/assets/images/common/btn_ring.svg") center no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media all and (max-width: 768px) {
  .c-overlay_btn:before {
    -webkit-transition: none;
    transition: none;
    width: calc(100vw * (70 / 375));
    height: calc(100vw * (70 / 375));
  }
}

.c-overlay_btn:hover:before {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}

@media all and (max-width: 768px) {
  .c-overlay_btn:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.c-overlay_btn[data-type="suits"]:after {
  background: url("/assets/images/common/btn_gameplay.svg") center no-repeat;
  background-size: cover;
}

.c-overlay_btn[data-type="open"]:after {
  background: url("/assets/images/common/btn_plus.svg") center no-repeat;
  background-size: cover;
}

/*--------------------------------------------------
* Modal
* --------------------------------------------------*/
.modal_download .modaal-container .p-modal__download {
  text-align: center;
}

.modal_download .modaal-container .p-modal__download img {
  width: 100%;
  max-width: 600px;
}

@media all and (max-width: 768px) {
  .modal_download .modaal-container .p-modal__download img {
    width: calc(100vw * (280 / 375));
    height: calc(100vw * (280 / 375));
  }
}

.modal_download .modaal-container .p-modal__download p {
  text-align: center;
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .modal_download .modaal-container .p-modal__download p {
    position: absolute;
    bottom: calc(100vw * (24 / 375));
    left: 0;
    right: 0;
    margin: auto;
    font-size: 6.5px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_download .modaal-container .p-modal__download p {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_download .modaal-container .p-modal__download p {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_download .modaal-container .p-modal__download p {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.modal_download .modaal-close:before, .modal_download .modaal-close:after {
  background: #000000;
}

.modal_ssdownload .modaal-content-container {
  background: #fff;
  padding: 45px 70px;
}

@media all and (max-width: 768px) {
  .modal_ssdownload .modaal-content-container {
    padding: 6.9230769231%;
  }
}

.modal_ssdownload .p-modal__ssdownload {
  width: calc(100vw * (768 / 1280));
  margin: auto;
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .p-modal__ssdownload {
    width: 768px;
  }
}

.modal_ssdownload .ssdl_title {
  font-family: source-han-serif-japanese, serif;
  font-size: 23px;
  font-size: 3.59375vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
  padding-bottom: calc(100vw * (41 / 1280));
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .ssdl_title {
    font-size: 46px;
    padding-bottom: 41px;
  }
}

@media all and (max-width: 768px) {
  .modal_ssdownload .ssdl_title {
    padding-bottom: 5.3846153846%;
    margin-bottom: 6.1538461538%;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_ssdownload .ssdl_title {
    font-size: 25.5555555556px;
    font-size: 6.1333333333vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_ssdownload .ssdl_title {
    font-size: 28.75px;
    font-size: 6.1333333333vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_ssdownload .ssdl_title {
    font-size: 38.3333333333px;
    font-size: 6.1333333333vw;
  }
}

.modal_ssdownload .p-table {
  display: table;
  font-size: 7.5px;
  font-size: 1.171875vw;
  line-height: 1.6;
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .p-table {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .modal_ssdownload .p-table {
    font-size: 6px;
    font-size: 3.2vw;
  }
}

.modal_ssdownload .p-table .p-table__group {
  display: table-row-group;
}

.modal_ssdownload .p-table .p-table__head {
  display: table-cell;
  padding-bottom: calc(100vw * (25 / 1280));
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .p-table .p-table__head {
    padding-bottom: 25px;
  }
}

.modal_ssdownload .ssdl_os {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .modal_ssdownload .ssdl_os {
    margin-top: 4.6153846154%;
  }
}

.modal_ssdownload .ssdl_os p {
  color: #111111;
  line-height: 1.8;
}

.modal_ssdownload .ssdl_os .ssdl_os__title {
  font-family: "Noto Sans Bold", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_ssdownload .ssdl_os .ssdl_os__title {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_ssdownload .ssdl_os .ssdl_os__title {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_ssdownload .ssdl_os .ssdl_os__title {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.modal_ssdownload .ssdl_os .ssdl_os__body {
  font-size: 7.5px;
  font-size: 1.171875vw;
  line-height: 1.6;
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .ssdl_os .ssdl_os__body {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_ssdownload .ssdl_os .ssdl_os__body {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_ssdownload .ssdl_os .ssdl_os__body {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_ssdownload .ssdl_os .ssdl_os__body {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.modal_ssdownload .ssdl_os .ssdl_os__note {
  font-size: 5px;
  font-size: 0.78125vw;
  line-height: 1.6;
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .ssdl_os .ssdl_os__note {
    font-size: 10px;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_ssdownload .ssdl_os .ssdl_os__note {
    font-size: 8.8888888889px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_ssdownload .ssdl_os .ssdl_os__note {
    font-size: 10px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_ssdownload .ssdl_os .ssdl_os__note {
    font-size: 13.3333333333px;
    font-size: 2.1333333333vw;
  }
}

.modaal-container {
  max-width: none;
}

@media all and (max-width: 768px) {
  .modaal-container {
    height: 100%;
    padding: 0;
  }
}

@media all and (max-width: 768px) {
  .modaal-container .modaal-content {
    height: 100%;
  }
}

@media all and (max-width: 768px) {
  .modaal-container .modaal-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.modaal-container .l-modal__iframe {
  position: relative;
  margin: auto;
  width: calc(100vw * (1000 / 1280));
  height: calc(100vw * (563 / 1280));
}

@media all and (min-width: 1280px) {
  .modaal-container .l-modal__iframe {
    width: 1000px;
    height: 563px;
  }
}

@media all and (max-width: 768px) {
  .modaal-container .l-modal__iframe {
    width: 100%;
    padding: 0;
    width: calc(100vw * (375 / 375));
    height: calc(100vw * (211 / 375));
  }
}

.modaal-container .l-modal__iframe iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.modaal-container .p-button {
  margin: 24px auto 0;
  width: 230px;
}

@media all and (max-width: 768px) {
  .modaal-container .p-button {
    margin: 8% auto 0;
    width: 69.3333333333%;
  }
}

.modaal-container .p-button.hide {
  display: none;
}

.modaal-container #modal__target {
  display: none;
}

.modaal-container .scrollto,
.modaal-container .link {
  margin-right: auto;
  margin-left: auto;
  display: table;
}

@media all and (max-width: 768px) {
  .modaal-container .scrollto,
  .modaal-container .link {
    margin-right: auto;
    margin-left: auto;
    display: inline;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100vw * (24 / 375));
    text-align: center;
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
    letter-spacing: 0.05em;
  }
  .modaal-container .scrollto p,
  .modaal-container .link p {
    display: inline;
  }
}

.modal_graphic .modaal-container {
  max-width: 520px;
}

.modal_graphic .modaal-container .l-modal__image {
  text-align: center;
  margin: auto;
  width: 100%;
  width: calc(100vw * (396 / 1280));
}

@media all and (min-width: 1280px) {
  .modal_graphic .modaal-container .l-modal__image {
    width: 396px;
  }
}

@media all and (max-width: 768px) {
  .modal_graphic .modaal-container .l-modal__image {
    width: calc(100vw * (330 / 375));
  }
}

.modal_graphic .modaal-container .l-modal__image img {
  width: 100%;
}

#modal__iframe,
#modal__graphic {
  display: none;
  position: absolute;
}

.p-cm {
  position: relative;
  max-width: 1100px;
  margin: auto;
}

@media all and (max-width: 768px) {
  .p-cm {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: calc(100vw * (60 / 375));
  }
}

.p-cm_title {
  position: absolute;
  font-size: 16px;
  font-size: 2.5vw;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  width: calc(100vw * (580 / 1280));
  height: calc(100vw * (100 / 1280));
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: calc(100vw * (-50 / 1280));
  right: 0;
  z-index: 2;
}

@media all and (min-width: 1280px) {
  .p-cm_title {
    font-size: 32px;
    width: 580px;
    height: 100px;
    bottom: -50px;
  }
}

@media all and (max-width: 768px) {
  .p-cm_title {
    position: inherit;
    width: calc(100vw * (345 / 375));
    height: calc(100vw * (45 / 375));
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 2.4705882353;
    letter-spacing: 0.05em;
    margin: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1em;
    bottom: 0;
    background: none;
  }
}

.p-cm_picture {
  background: url("/assets/images/home/img_cm.jpg") center no-repeat;
  background-size: cover;
  width: calc(100vw * (700 / 1280));
  height: calc(100vw * (395 / 1280));
  display: inline-block;
  position: relative;
}

@media all and (min-width: 1280px) {
  .p-cm_picture {
    width: 700px;
    height: 395px;
  }
}

@media all and (max-width: 768px) {
  .p-cm_picture {
    display: block;
    width: calc(100vw * (345 / 375));
    height: calc(100vw * (195 / 375));
    margin: auto;
  }
}

.p-sns {
  width: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sns a {
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.p-sns a img {
  width: 100%;
}

.p-sns a:hover {
  opacity: 0.6;
}

@media all and (max-width: 768px) {
  .p-sns {
    width: 100%;
  }
  .p-sns a {
    width: 50%;
    height: calc(100vw * (60 / 375));
    border-bottom: solid 1px #dfe6ea;
  }
  .p-sns a img {
    width: calc(100vw * (24 / 375));
  }
  .p-sns a:hover {
    opacity: 1;
  }
  .p-sns a:first-child {
    position: relative;
  }
  .p-sns a:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: calc(100vw * (35 / 375));
    border-right: solid 1px #dfe6ea;
  }
}

.p-cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: calc(100vw * (162 / 1280));
}

@media all and (min-width: 1280px) {
  .p-cast {
    padding-bottom: 140px;
  }
}

@media all and (max-width: 768px) {
  .p-cast {
    display: block;
    padding-bottom: calc(100vw * (83 / 375));
  }
}

.p-cast_picture1 {
  background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/19103101_0.jpg") center no-repeat;
  background-size: contain;
  width: calc(100vw * (360 / 1280));
  height: calc(100vw * (510 / 1280));
}

@media all and (min-width: 1280px) {
  .p-cast_picture1 {
    width: 360px;
    height: 360px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_picture1 {
    background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/19103101_0.jpg") center no-repeat;
    background-size: contain;
    width: calc(100vw * (325 / 375));
    height: calc(100vw * (325 / 375));
    margin: auto;
  }
}

.p-cast_picture2 {
  background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/19103103_0.jpg") center no-repeat;
  background-size: contain;
  width: calc(100vw * (360 / 1280));
  height: calc(100vw * (510 / 1280));
}

@media all and (min-width: 1280px) {
  .p-cast_picture2 {
    width: 360px;
    height: 360px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_picture2 {
    background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/19103103_0.jpg") center no-repeat;
    background-size: contain;
    width: calc(100vw * (325 / 375));
    height: calc(100vw * (325 / 375));
    margin: auto;
  }
}

.p-cast_picture3 {
  background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/19103106_0.jpg") center no-repeat;
  background-size: contain;
  width: calc(100vw * (360 / 1280));
  height: calc(100vw * (510 / 1280));
}

@media all and (min-width: 1280px) {
  .p-cast_picture3 {
    width: 360px;
    height: 360px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_picture3 {
    background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/19103106_0.jpg") center no-repeat;
    background-size: contain;
    width: calc(100vw * (325 / 375));
    height: calc(100vw * (325 / 375));
    margin: auto;
  }
}

.p-cast_picture4 {
  background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/20110701_0.jpg") center no-repeat;
  background-size: contain;
  width: calc(100vw * (360 / 1280));
  height: calc(100vw * (510 / 1280));
}

@media all and (min-width: 1280px) {
  .p-cast_picture4 {
    width: 360px;
    height: 360px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_picture4 {
    background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/20110701_0.jpg") center no-repeat;
    background-size: contain;
    width: calc(100vw * (325 / 375));
    height: calc(100vw * (325 / 375));
    margin: auto;
  }
}

.p-cast_picture5 {
  background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/20110702_0.jpg") center no-repeat;
  background-size: contain;
  width: calc(100vw * (360 / 1280));
  height: calc(100vw * (510 / 1280));
}

@media all and (min-width: 1280px) {
  .p-cast_picture5 {
    width: 360px;
    height: 360px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_picture5 {
    background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/20110702_0.jpg") center no-repeat;
    background-size: contain;
    width: calc(100vw * (325 / 375));
    height: calc(100vw * (325 / 375));
    margin: auto;
  }
}

.p-cast_picture6 {
  background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/20110703_0.jpg") center no-repeat;
  background-size: contain;
  width: calc(100vw * (360 / 1280));
  height: calc(100vw * (510 / 1280));
}

@media all and (min-width: 1280px) {
  .p-cast_picture6 {
    width: 360px;
    height: 360px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_picture6 {
    background: url("https://shop.r10s.jp/cliffedge/cabinet/2011/20110703_0.jpg") center no-repeat;
    background-size: contain;
    width: calc(100vw * (325 / 375));
    height: calc(100vw * (325 / 375));
    margin: auto;
  }
}

.p-cast_info {
  width: calc(100vw * (520 / 1280));
}

@media all and (min-width: 1280px) {
  .p-cast_info {
    width: 520px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_info {
    width: calc(100vw * (335 / 375));
    margin: auto;
  }
}

.p-cast_title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 23px;
  font-size: 3.59375vw;
  margin-top: calc(100vw * (158 / 1280));
  letter-spacing: 0.07em;
  line-height: 1.5em;
}

.p-cast_title span {
  font-family: source-han-serif-japanese, serif;
  display: block;
  line-height: 1em;
  font-size: 7.5px;
  font-size: 1.171875vw;
}

@media all and (min-width: 1280px) {
  .p-cast_title {
    font-size: 22px;
    margin-top: 0px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_title {
    text-align: center;
    margin-top: calc(100vw * (28 / 375));
    font-size: 17px;
    font-size: 6.0666666667vw;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

@media all and (max-width: 768px) {
  .p-cast_title span {
    font-family: source-han-serif-japanese, serif;
    display: block;
    line-height: 1em;
    font-size: 7.5px;
    font-size: 3.171875vw;
  }
}

.p-cast_color {
  font-family: source-han-serif-japanese, serif;
  font-size: 12px;
  font-size: 1.875vw;
  line-height: 1.5em;
  margin-bottom: calc(100vw * (28.5 / 1280));
  font-weight: 500;
}

.p-cast_color span {
  font-family: source-han-serif-japanese, serif;
  display: block;
  line-height: 1em;
  font-size: 7.5px;
  font-size: 1.171875vw;
}

@media all and (min-width: 1280px) {
  .p-cast_color {
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .p-cast_color span {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_color {
    text-align: center;
    margin-top: calc(100vw * (28 / 375));
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 1.7058823529;
    letter-spacing: 0.05em;
  }
  .p-cast_color span {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}

.p-cast_number {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 3.59375vw;
  margin-top: calc(100vw * (58 / 1280));
  letter-spacing: 0.07em;
  line-height: 1.5em;
}

@media all and (min-width: 1280px) {
  .p-cast_number {
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_number {
    text-align: center;
    margin-top: calc(100vw * (28 / 375));
    font-size: 17px;
    font-size: 4.0666666667vw;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

.p-cast_prof {
  margin-bottom: calc(100vw * (31 / 375));
}

.p-cast_prof span {
  font-size: 7px;
  font-size: 1.09375vw;
  line-height: 1.7em;
  display: block;
}

@media all and (min-width: 1280px) {
  .p-cast_prof {
    margin-bottom: 20px;
  }
  .p-cast_prof span {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_prof {
    text-align: center;
    margin-top: calc(100vw * (26 / 375));
  }
  .p-cast_prof span {
    text-align: center;
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    letter-spacing: 0.07em;
  }
}

.p-cast_body {
  font-size: 7.5px;
  font-size: 1.171875vw;
  line-height: 1.6em;
}

@media all and (min-width: 1280px) {
  .p-cast_body {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .p-cast_body {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
    letter-spacing: 0.07em;
  }
}

.p-back {
  width: 100%;
  letter-spacing: 0.07em;
  font-size: 14px;
  text-align: center;
  margin-top: calc(100vw * (85 / 1280));
  margin-bottom: calc(100vw * (89 / 1280));
  font-weight: 400;
}

@media all and (min-width: 1280px) {
  .p-back {
    margin-top: 85px;
    margin-bottom: 89px;
  }
}

@media all and (max-width: 768px) {
  .p-back {
    margin-top: calc(100vw * (55 / 375));
    margin-bottom: calc(100vw * (55 / 375));
  }
}

.p-title {
  line-height: 1.5em;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 23px;
  font-size: 3.59375vw;
  margin-bottom: calc(100vw * (41 / 1280));
  text-align: center;
}

@media all and (min-width: 1280px) {
  .p-title {
    font-size: 46px;
    margin-bottom: 41px;
  }
}

@media all and (max-width: 768px) {
  .p-title {
    font-size: 15px;
    font-size: 6.5666666667vw;
    line-height: 1.5;
    letter-spacing: 0.07em;
    margin-bottom: calc(100vw * (34 / 375));
  }
}

.p-other {
  margin-bottom: 144px;
}

@media all and (max-width: 768px) {
  .p-other {
    margin: auto;
    margin-bottom: calc(100vw * (65 / 375));
    width: calc(100vw * (345 / 375));
  }
}

.p-other_item {
  width: 100%;
  display: block;
  margin-bottom: 54px;
}

.p-other_item:after {
  content: "";
  display: block;
  clear: both;
}

.p-other_item:before {
  　　　　content: "";
  display: block;
  clear: both;
}

@media all and (max-width: 768px) {
  .p-other_item {
    display: block;
    margin-bottom: calc(100vw * (50 / 375));
  }
}

.p-other_img {
  width: calc(100vw * (500 / 1280));
  position: relative;
  line-height: 0;
  font-size: 0;
  border: none;
  float: left;
}

.p-other_img img {
  width: 100%;
}

@media all and (min-width: 1280px) {
  .p-other_img {
    width: 500px;
  }
}

@media all and (max-width: 768px) {
  .p-other_img {
    min-width: auto;
    width: 100%;
    float: none;
  }
}

.p-other_text {
  width: calc(100vw * (500 / 1280));
  height: calc(100vw * (282 / 1280));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

@media all and (min-width: 1280px) {
  .p-other_text {
    width: 500px;
    height: 282px;
  }
}

@media all and (max-width: 768px) {
  .p-other_text {
    min-width: auto;
    width: 100%;
    height: auto;
    padding: 0;
    float: none;
  }
}

.p-other_text dl {
  width: calc(100vw * (352 / 1280));
}

@media all and (min-width: 1280px) {
  .p-other_text dl {
    width: 352px;
  }
}

@media all and (max-width: 768px) {
  .p-other_text dl {
    width: 100%;
  }
}

.p-other_text dl dt {
  line-height: 1.9em;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  margin-bottom: calc(100vw * (25 / 1280));
  font-size: 12px;
  font-size: 1.875vw;
}

@media all and (min-width: 1280px) {
  .p-other_text dl dt {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

@media all and (max-width: 768px) {
  .p-other_text dl dt {
    width: 100%;
    height: calc(100vw * (61 / 375));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 2.4705882353;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0;
  }
}

.p-other_text dl dd {
  line-height: 1.7em;
  font-size: 7.5px;
  font-size: 1.171875vw;
}

@media all and (min-width: 1280px) {
  .p-other_text dl dd {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .p-other_text dl dd {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.07em;
  }
}

/*--------------------------------------------------
* Modal
* --------------------------------------------------*/
.modal_download .modaal-container .p-modal__download {
  text-align: center;
}

.modal_download .modaal-container .p-modal__download img {
  width: 100%;
  max-width: 600px;
}

@media all and (max-width: 768px) {
  .modal_download .modaal-container .p-modal__download img {
    width: calc(100vw * (280 / 375));
    height: calc(100vw * (280 / 375));
  }
}

.modal_download .modaal-container .p-modal__download p {
  text-align: center;
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .modal_download .modaal-container .p-modal__download p {
    position: absolute;
    bottom: calc(100vw * (24 / 375));
    left: 0;
    right: 0;
    margin: auto;
    font-size: 6.5px;
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_download .modaal-container .p-modal__download p {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_download .modaal-container .p-modal__download p {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_download .modaal-container .p-modal__download p {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.modal_download .modaal-close:before, .modal_download .modaal-close:after {
  background: #000000;
}

.modal_ssdownload .modaal-content-container {
  background: #fff;
  padding: 45px 70px;
}

@media all and (max-width: 768px) {
  .modal_ssdownload .modaal-content-container {
    padding: 6.9230769231%;
  }
}

.modal_ssdownload .p-modal__ssdownload {
  width: calc(100vw * (768 / 1280));
  margin: auto;
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .p-modal__ssdownload {
    width: 768px;
  }
}

.modal_ssdownload .ssdl_title {
  font-family: source-han-serif-japanese, serif;
  font-size: 23px;
  font-size: 3.59375vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.07em;
  padding-bottom: calc(100vw * (41 / 1280));
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .ssdl_title {
    font-size: 46px;
    padding-bottom: 41px;
  }
}

@media all and (max-width: 768px) {
  .modal_ssdownload .ssdl_title {
    padding-bottom: 5.3846153846%;
    margin-bottom: 6.1538461538%;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_ssdownload .ssdl_title {
    font-size: 25.5555555556px;
    font-size: 6.1333333333vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_ssdownload .ssdl_title {
    font-size: 28.75px;
    font-size: 6.1333333333vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_ssdownload .ssdl_title {
    font-size: 38.3333333333px;
    font-size: 6.1333333333vw;
  }
}

.modal_ssdownload .p-table {
  display: table;
  font-size: 7.5px;
  font-size: 1.171875vw;
  line-height: 1.6;
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .p-table {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .modal_ssdownload .p-table {
    font-size: 6px;
    font-size: 3.2vw;
  }
}

.modal_ssdownload .p-table .p-table__group {
  display: table-row-group;
}

.modal_ssdownload .p-table .p-table__head {
  display: table-cell;
  padding-bottom: calc(100vw * (25 / 1280));
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .p-table .p-table__head {
    padding-bottom: 25px;
  }
}

.modal_ssdownload .ssdl_os {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  .modal_ssdownload .ssdl_os {
    margin-top: 4.6153846154%;
  }
}

.modal_ssdownload .ssdl_os p {
  color: #111111;
  line-height: 1.8;
}

.modal_ssdownload .ssdl_os .ssdl_os__title {
  font-family: "Noto Sans Bold", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_ssdownload .ssdl_os .ssdl_os__title {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_ssdownload .ssdl_os .ssdl_os__title {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_ssdownload .ssdl_os .ssdl_os__title {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.modal_ssdownload .ssdl_os .ssdl_os__body {
  font-size: 7.5px;
  font-size: 1.171875vw;
  line-height: 1.6;
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .ssdl_os .ssdl_os__body {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_ssdownload .ssdl_os .ssdl_os__body {
    font-size: 11.1111111111px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_ssdownload .ssdl_os .ssdl_os__body {
    font-size: 12.5px;
    font-size: 2.6666666667vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_ssdownload .ssdl_os .ssdl_os__body {
    font-size: 16.6666666667px;
    font-size: 2.6666666667vw;
  }
}

.modal_ssdownload .ssdl_os .ssdl_os__note {
  font-size: 5px;
  font-size: 0.78125vw;
  line-height: 1.6;
}

@media all and (min-width: 1280px) {
  .modal_ssdownload .ssdl_os .ssdl_os__note {
    font-size: 10px;
  }
}

@media all and (max-width: 768px) and (max-width: 420px) {
  .modal_ssdownload .ssdl_os .ssdl_os__note {
    font-size: 8.8888888889px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 768px) and (min-width: 421px) {
  .modal_ssdownload .ssdl_os .ssdl_os__note {
    font-size: 10px;
    font-size: 2.1333333333vw;
  }
}

@media all and (max-width: 768px) and (min-width: 601px) {
  .modal_ssdownload .ssdl_os .ssdl_os__note {
    font-size: 13.3333333333px;
    font-size: 2.1333333333vw;
  }
}

.modaal-container {
  max-width: none;
}

@media all and (max-width: 768px) {
  .modaal-container {
    height: 100%;
    padding: 0;
  }
}

@media all and (max-width: 768px) {
  .modaal-container .modaal-content {
    height: 100%;
  }
}

@media all and (max-width: 768px) {
  .modaal-container .modaal-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.modaal-container .l-modal__iframe {
  position: relative;
  margin: auto;
  width: calc(100vw * (1000 / 1280));
  height: calc(100vw * (563 / 1280));
}

@media all and (min-width: 1280px) {
  .modaal-container .l-modal__iframe {
    width: 1000px;
    height: 563px;
  }
}

@media all and (max-width: 768px) {
  .modaal-container .l-modal__iframe {
    width: 100%;
    padding: 0;
    width: calc(100vw * (375 / 375));
    height: calc(100vw * (211 / 375));
  }
}

.modaal-container .l-modal__iframe iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.modaal-container .p-button {
  margin: 24px auto 0;
  width: 230px;
}

@media all and (max-width: 768px) {
  .modaal-container .p-button {
    margin: 8% auto 0;
    width: 69.3333333333%;
  }
}

.modaal-container .p-button.hide {
  display: none;
}

.modaal-container #modal__target {
  display: none;
}

.modaal-container .scrollto,
.modaal-container .link {
  margin-right: auto;
  margin-left: auto;
  display: table;
}

@media all and (max-width: 768px) {
  .modaal-container .scrollto,
  .modaal-container .link {
    margin-right: auto;
    margin-left: auto;
    display: inline;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100vw * (24 / 375));
    text-align: center;
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
    letter-spacing: 0.05em;
  }
  .modaal-container .scrollto p,
  .modaal-container .link p {
    display: inline;
  }
}

.modal_graphic .modaal-container {
  max-width: 520px;
}

.modal_graphic .modaal-container .l-modal__image {
  text-align: center;
  margin: auto;
  width: 100%;
  width: calc(100vw * (396 / 1280));
}

@media all and (min-width: 1280px) {
  .modal_graphic .modaal-container .l-modal__image {
    width: 396px;
  }
}

@media all and (max-width: 768px) {
  .modal_graphic .modaal-container .l-modal__image {
    width: calc(100vw * (330 / 375));
  }
}

.modal_graphic .modaal-container .l-modal__image img {
  width: 100%;
}

#modal__iframe,
#modal__graphic {
  display: none;
  position: absolute;
}

.p-health {
  width: calc(100vw * (1000 / 1280));
  padding: calc(100vw * (70 / 1280)) 0 calc(100vw * (80 / 1280));
  text-align: center;
  /*background: #ecf4ef;*/
  margin: auto;
}

@media all and (min-width: 1280px) {
  .p-health {
    width: 1000px;
    padding: 0px 0 80px;
  }
}

@media all and (max-width: 768px) {
  .p-health {
    width: 100%;
    padding: calc(100vw * (42 / 375)) 0 calc(100vw * (55 / 375));
  }
}

.p-health_text {
  font-weight: 400;
  font-size: 7.5px;
  font-size: 1.171875vw;
  letter-spacing: 0.12em;
  line-height: 2.2em;
}

@media all and (min-width: 1280px) {
  .p-health_text {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .p-health_text {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.07em;
  }
}

.p-health_link {
  text-align: center;
  margin-top: calc(100vw * (42 / 1280));
}

.p-health_link a {
  margin: auto;
}

@media all and (min-width: 1280px) {
  .p-health_link {
    margin-top: 42px;
  }
}

@media all and (max-width: 768px) {
  .p-health_link {
    margin-top: calc(100vw * (37 / 375));
  }
}

.p-graphic {
  position: relative;
  margin: auto;
  text-align: right;
}

@media all and (max-width: 768px) {
  .p-graphic {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: calc(100vw * (55 / 375));
    padding-bottom: calc(100vw * (50 / 375));
  }
}

.p-graphic_title {
  position: absolute;
  font-size: 16px;
  font-size: 2.5vw;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  width: calc(100vw * (580 / 1280));
  height: calc(100vw * (100 / 1280));
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: calc(100vw * (-50 / 1280));
  right: calc(100vw * (180 / 1280));
  z-index: 2;
}

@media all and (min-width: 1280px) {
  .p-graphic_title {
    font-size: 32px;
    width: 580px;
    height: 100px;
    bottom: -50px;
    right: 180px;
  }
}

@media all and (max-width: 768px) {
  .p-graphic_title {
    position: inherit;
    width: calc(100vw * (200 / 375));
    height: calc(100vw * (45 / 375));
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 2.4705882353;
    letter-spacing: 0.05em;
    margin: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1em;
    bottom: 0;
    right: auto;
    background: none;
  }
}

.p-graphic_picture {
  background: url("/assets/images/home/img_graphic.jpg") center no-repeat;
  background-size: cover;
  width: calc(100vw * (360 / 1280));
  height: calc(100vw * (510 / 1280));
  display: inline-block;
  position: relative;
}

@media all and (min-width: 1280px) {
  .p-graphic_picture {
    width: 360px;
    height: 510px;
  }
}

@media all and (max-width: 768px) {
  .p-graphic_picture {
    display: block;
    width: calc(100vw * (200 / 375));
    height: calc(100vw * (283 / 375));
    margin: auto;
  }
}

.p-concept {
  position: relative;
  margin-bottom: calc(100vw * (84 / 1280));
}

@media all and (min-width: 1280px) {
  .p-concept {
    margin-bottom: 84px;
  }
}

@media all and (max-width: 768px) {
  .p-concept {
    margin-bottom: calc(100vw * (40 / 375));
  }
}

.p-concept .p-title {
  text-align: left;
  margin-bottom: calc(100vw * (27 / 1280));
}

@media all and (min-width: 1280px) {
  .p-concept .p-title {
    margin-bottom: 27px;
  }
}

@media all and (max-width: 768px) {
  .p-concept .p-title {
    text-align: center;
    margin-bottom: 20px;
  }
}

.p-concept_text {
  font-size: 7.5px;
  font-size: 1.171875vw;
  padding-bottom: calc(100vw * (127 / 1280));
  line-height: 2em;
  position: relative;
  z-index: 2;
}

@media all and (min-width: 1280px) {
  .p-concept_text {
    font-size: 15px;
    padding-bottom: 127px;
  }
}

@media all and (max-width: 768px) {
  .p-concept_text {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.07em;
    text-align: center;
    padding-bottom: calc(100vw * (295 / 375));
  }
}

.p-concept_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: calc(100vw * (570 / 1280));
  max-width: 570px;
}

@media all and (max-width: 768px) {
  .p-concept_img {
    width: calc(100vw * (268 / 375));
    left: 0;
    margin: auto;
  }
}

.p-download {
  text-align: right;
  margin-bottom: 163px;
}

@media all and (min-width: 1280px) {
  .p-download {
    margin-bottom: calc(100vw * (163 / 1280));
  }
}

@media all and (max-width: 768px) {
  .p-download {
    margin-bottom: calc(100vw * (60 / 375));
  }
}

.p-download .p-title {
  display: none;
}

@media all and (max-width: 768px) {
  .p-download .p-title {
    display: block;
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 2.4705882353;
    letter-spacing: 0.05em;
    margin-bottom: calc(100vw * (20 / 375));
  }
}

.p-download ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-download ul a {
  background: #fff;
  width: calc(100vw * (220 / 1280));
  height: calc(100vw * (220 / 1280));
  border-radius: 50%;
  display: block;
  border: 1px solid #f2f2f2;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 7px;
  font-size: 1.09375vw;
  line-height: 1.7em;
  margin: 0 calc(100vw * (32.5 / 1280));
}

@media all and (min-width: 1280px) {
  .p-download ul a {
    margin: 0 32.5px;
  }
}

.p-download ul a.is-win {
  margin: 0 calc(100vw * (20 / 1280));
}

@media all and (min-width: 1280px) {
  .p-download ul a.is-win {
    margin: 0 20px;
  }
}

.p-download ul a span {
  margin-top: calc(100vw * (21 / 1280));
  display: block;
}

.p-download ul a div,
.p-download ul a img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .p-download ul a {
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .p-download ul a img {
    width: calc(100vw * (83 / 1280));
  }
  .p-download ul a:hover {
    color: rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 10px 0 rgba(23, 163, 131, 0.15);
  }
  .p-download ul a:hover div {
    opacity: 0.45;
  }
  .p-download ul a:hover img {
    width: calc(100vw * (83 / 1280));
  }
}

@media all and (min-width: 1280px) {
  .p-download ul a {
    width: 220px;
    height: 220px;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
  .p-download ul a span {
    margin-top: 21px;
  }
  .p-download ul a div {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .p-download ul a img {
    width: 83px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .p-download ul a:hover {
    color: rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 10px 0 rgba(23, 163, 131, 0.15);
  }
  .p-download ul a:hover div {
    opacity: 0.45;
  }
  .p-download ul a:hover img {
    width: 83px;
  }
}

@media all and (min-width: 1280px) and (-ms-high-contrast: none) {
  .p-download ul a:hover img {
    opacity: 1;
  }
}

@media all and (max-width: 768px) {
  .p-download ul a {
    width: calc(100vw * (100 / 375));
    height: calc(100vw * (100 / 375));
  }
  .p-download ul a img {
    width: calc(100vw * (58 / 375));
    height: calc(100vw * (58 / 375));
  }
  .p-download ul a span {
    display: none;
  }
}

.p-download_setup {
  display: inline-block;
  line-height: 1.6em;
  font-size: 7px;
  font-size: 1.09375vw;
  margin-top: calc(100vw * (25 / 1280));
  margin-right: calc(100vw * (10 / 1280));
}

@media all and (min-width: 1280px) {
  .p-download_setup {
    margin-top: 25px;
    font-size: 14px;
    margin-right: 10px;
  }
}

.p-shortcut {
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .p-shortcut {
    padding: calc(100vw * (55 / 375)) 0;
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: calc(100vw * (20 / 375));
    letter-spacing: 0.07em;
  }
}

.p-shortcut a {
  position: relative;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

@media all and (max-width: 768px) {
  .p-shortcut a:hover {
    opacity: 1;
  }
}

.p-shortcut a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 1px transparent;
  background: url("/assets/images/common/btn_under.svg") center no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: -22.5px;
}

@media all and (max-width: 768px) {
  .p-shortcut a:after {
    width: calc(100vw * (16 / 375));
    height: calc(100vw * (16 / 375));
    right: calc(100vw * (-22 / 375));
  }
}

.p-shortcut_link_1 {
  display: none;
}

@media all and (max-width: 768px) {
  .p-shortcut_link_1 {
    display: table;
    margin: auto;
    margin-bottom: calc(100vw * (30 / 375));
  }
}

.p-shortcut_link_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  .p-shortcut_link_2 {
    display: table;
    margin: auto;
  }
}

.p-products_text {
  font-size: 7.5px;
  font-size: 1.171875vw;
  line-height: 2em;
  text-align: center;
  margin-bottom: calc(100vw * (51 / 1280));
}

@media all and (min-width: 1280px) {
  .p-products_text {
    font-size: 15px;
    margin-bottom: 41px;
  }
}

@media all and (max-width: 768px) {
  .p-products_text {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: calc(100vw * (42 / 375));
  }
}

.p-products_video {
  position: relative;
  width: calc(100vw * (700 / 1280));
  height: calc(100vw * (394 / 1280));
  background: #ccc;
  margin: auto;
  margin-bottom: calc(100vw * (31 / 1280));
}

.p-products_video img {
  width: 100%;
}

@media all and (min-width: 1280px) {
  .p-products_video {
    width: 700px;
    height: 700px;
    margin-bottom: 131px;
  }
}

@media all and (max-width: 768px) {
  .p-products_video {
    width: calc(100vw * (345 / 375));
    height: calc(100vw * (194 / 375));
    margin: auto;
    margin-bottom: calc(100vw * (250 / 375));
  }
}

.p-products_info .p-products_info_title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 2.5vw;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  text-align: center;
}

@media all and (min-width: 1280px) {
  .p-products_info .p-products_info_title {
    font-size: 32px;
  }
}

@media all and (max-width: 768px) {
  .p-products_info .p-products_info_title {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: calc(100vw * (28.6 / 375));
    letter-spacing: 0.05em;
    margin-bottom: calc(100vw * (32 / 375));
  }
}

.p-products_info .p-products_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(100vw * (35 / 1280));
}

@media all and (min-width: 1280px) {
  .p-products_info .p-products_info_item {
    margin-top: 35px;
  }
}

@media all and (max-width: 768px) {
  .p-products_info .p-products_info_item {
    display: block;
    margin-top: calc(100vw * (23 / 375));
  }
}

.p-products_info .p-products_info_img {
  width: calc(100vw * (145 / 1280));
  margin-right: calc(100vw * (50 / 1280));
  text-align: center;
}

@media all and (min-width: 1280px) {
  .p-products_info .p-products_info_img {
    width: 145px;
    margin-right: 50px;
  }
}

@media all and (max-width: 768px) {
  .p-products_info .p-products_info_img {
    margin: auto;
    width: calc(100vw * (145 / 375));
    margin-bottom: calc(100vw * (19 / 375));
  }
}

.p-products_info .p-products_info_text {
  width: calc(100vw * (505 / 1280));
  text-align: left;
}

@media all and (min-width: 1280px) {
  .p-products_info .p-products_info_text {
    width: 505px;
  }
}

@media all and (max-width: 768px) {
  .p-products_info .p-products_info_text {
    text-align: center;
    width: calc(100vw * (335 / 375));
    margin: auto;
  }
}

.p-products_info .p-products_info_text dt {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-size: 9px;
  font-size: 1.40625vw;
  line-height: 1em;
  letter-spacing: 0.05em;
  margin-bottom: calc(100vw * (6.5 / 1280));
}

@media all and (min-width: 1280px) {
  .p-products_info .p-products_info_text dt {
    font-size: 18px;
    margin-bottom: 6.5px;
  }
}

@media all and (max-width: 768px) {
  .p-products_info .p-products_info_text dt {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: calc(100vw * (20 / 375));
    letter-spacing: 0.05em;
    margin-bottom: calc(100vw * (6.5 / 375));
  }
}

.p-products_info .p-products_info_text dd {
  font-size: 7.5px;
  font-size: 1.171875vw;
  line-height: 1.7em;
  letter-spacing: 0.07em;
}

@media all and (min-width: 1280px) {
  .p-products_info .p-products_info_text dd {
    font-size: 15px;
  }
}

@media all and (max-width: 768px) {
  .p-products_info .p-products_info_text dd {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: calc(100vw * (24 / 375));
    letter-spacing: 0.07em;
    text-align: left;
  }
}

.p-archives {
  background: #ecf2f4;
  text-align: center;
  padding: calc(100vw * (71 / 1280)) 0 calc(100vw * (80 / 1280));
  width: calc(100vw * (1000 / 1280));
  margin: auto;
  margin-top: calc(100vw * (162 / 1280));
  margin-bottom: calc(100vw * (85 / 1280));
}

@media all and (min-width: 1280px) {
  .p-archives {
    padding: 71px 0 80px;
    margin-top: 162px;
    margin-bottom: 85px;
    width: 1000px;
  }
}

@media all and (max-width: 768px) {
  .p-archives {
    width: calc(100vw * (345 / 375));
    padding: calc(100vw * (43 / 375)) 0 calc(100vw * (55 / 375));
    margin-top: calc(100vw * (55 / 375));
    margin-bottom: calc(100vw * (67 / 375));
  }
}

.p-archives_item {
  width: calc(100vw * (700 / 1280));
  min-height: 395px;
  margin: auto;
}

@media all and (min-width: 1280px) {
  .p-archives_item {
    width: 700px;
  }
}

@media all and (max-width: 768px) {
  .p-archives_item {
    width: calc(100vw * (305 / 375));
    min-height: calc(100vw * (172 / 375));
  }
}

.p-archives_item img {
  width: 100%;
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .p-archives_item img {
    min-height: calc(100vw * (39 / 375));
  }
}

.p-archives_item a {
  margin: auto;
}

.p-archives_inline {
  margin: auto;
  width: calc(100vw * (700 / 1280));
}

@media all and (min-width: 1280px) {
  .p-archives_inline {
    width: 700px;
  }
}

.p-archives_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-archives_block_wrap .p-archives_block {
  margin-bottom: 0;
}

.p-archives_block_wrap .p-archives_block_title {
  margin-bottom: 0;
}

.p-archives_block {
  text-align: left;
  margin-bottom: calc(100vw * (60 / 1280));
}

@media all and (min-width: 1280px) {
  .p-archives_block {
    margin-bottom: 60px;
  }
}

.p-archives_block_img {
  position: relative;
  width: 100%;
  margin-bottom: calc(100vw * (29.5 / 1280));
}

@media all and (min-width: 1280px) {
  .p-archives_block_img {
    margin-bottom: 29.5px;
  }
}

.p-archives_block_img[data-type="landscape"] {
  width: calc(100vw * (478 / 1280));
}

@media all and (min-width: 1280px) {
  .p-archives_block_img[data-type="landscape"] {
    width: 478px;
  }
}

.p-archives_block_img[data-type="portrait"] {
  width: calc(100vw * (191 / 1280));
}

@media all and (min-width: 1280px) {
  .p-archives_block_img[data-type="portrait"] {
    width: 191px;
  }
}

.p-archives_block_img img {
  width: 100%;
}

.p-archives_block_title {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 10px;
  font-size: 1.5625vw;
  line-height: 2em;
  letter-spacing: 0.05em;
  margin-bottom: calc(100vw * (17 / 1280));
}

@media all and (min-width: 1280px) {
  .p-archives_block_title {
    font-size: 20px;
    margin-bottom: 17px;
  }
}

.p-archives_block_text {
  font-size: 7px;
  font-size: 1.09375vw;
  letter-spacing: 0.07em;
}

@media all and (min-width: 1280px) {
  .p-archives_block_text {
    font-size: 14px;
  }
}

.p-keyvisual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.p-keyvisual canvas {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  min-width: 320px;
  min-height: 320px;
  margin: auto;
}

.p-keyvisual img {
  display: none;
}

@media all and (max-width: 768px) {
  .p-keyvisual {
    background: url("/assets/images/home/img_kv_sp.jpg") center no-repeat;
    background-size: cover;
  }
  .p-keyvisual canvas {
    display: none;
  }
}

.p-keyvisual_ovary_playbtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .p-keyvisual_ovary_playbtn > * {
    display: none;
  }
}

.p-keyvisual_playbtn {
  background: url("/assets/images/common/btn_play_kv.svg") center no-repeat;
  background-size: cover;
  width: calc(100vw * (74 / 1280));
  height: calc(100vw * (74 / 1280));
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: calc(100vw * (40 / 1280));
}

@media all and (max-width: 768px) {
  .p-keyvisual_playbtn {
    width: calc(100vw * (70 / 375));
    height: calc(100vw * (70 / 375));
  }
}

.p-keyvisual_headline {
  position: absolute;
  bottom: calc(100vw * (44 / 1280));
  left: calc(100vw * (51 / 1280));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-keyvisual_headline_text {
  background: url("/assets/images/home/img_kv_headline.svg") center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  width: calc(100vw * (1064 / 1280));
  height: calc(100vw * (51 / 1280));
}

@media all and (max-width: 768px) {
  .p-keyvisual_headline {
    background: url("/assets/images/home/img_kv_headline_sp.svg") center no-repeat;
    background-size: contain;
    width: calc(100vw * (344 / 375));
    height: calc(100vw * (60 / 375));
    bottom: calc(100vw * (16 / 375));
    left: calc(100vw * (15 / 375));
  }
  .p-keyvisual_headline > * {
    display: none;
  }
}

.p-keyvisual_under {
  width: 100%;
}

.p-keyvisual_under img {
  width: 100%;
}

.p-dakejyanai_logo {
  position: absolute;
  background: url("/assets/images/common/dakejyanai_logo.svg") center no-repeat;
  background-size: contain;
  width: calc(100vw * (75 / 1280));
  height: calc(100vw * (71 / 1280));
  top: calc(100vw * (20 / 1280));
  left: calc(100vw * (20 / 1280));
}

@media all and (min-width: 1280px) {
  .p-dakejyanai_logo {
    width: 75px;
    height: 71px;
    top: 20px;
    left: 20px;
  }
}

@media all and (max-width: 768px) {
  .p-dakejyanai_logo {
    width: calc(100vw * (36 / 375));
    height: calc(100vw * (34 / 375));
    top: calc(100vw * (15 / 375));
    left: calc(100vw * (15 / 375));
  }
}

.p-link_btn {
  font-size: 7px;
  font-size: 1.09375vw;
  letter-spacing: 0.12em;
  background: white;
  width: calc(100vw * (320 / 1280));
  height: calc(100vw * (60 / 1280));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: calc(100vw * (30 / 1280));
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f2;
  line-height: 1em;
}

.p-link_btn.nob {
  border: none;
}

.p-link_btn * {
  line-height: 1em;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .p-link_btn {
    -webkit-transition: color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in;
    transition: color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in;
  }
  .p-link_btn:hover {
    color: rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 10px 0 rgba(23, 163, 131, 0.15);
  }
}

@media all and (min-width: 1280px) {
  .p-link_btn {
    font-size: 14px;
    width: 320px;
    height: 60px;
    border-radius: 30px;
    -webkit-transition: color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in;
    transition: color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in;
  }
  .p-link_btn:hover {
    color: rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 10px 0 rgba(23, 163, 131, 0.15);
  }
}

@media all and (max-width: 768px) {
  .p-link_btn {
    background-color: #222222;
    color: #EEEEEE;
    width: calc(100vw * (280 / 375));
    height: calc(100vw * (60 / 375));
    border-radius: calc(100vw * (30 / 375));
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    letter-spacing: 0.12em;
  }
}

.p-link_btn.tw {
  color: #1da1f2;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .p-link_btn.tw:hover {
    border-color: rgba(29, 161, 242, 0.15);
    color: rgba(29, 161, 242, 0.45);
    box-shadow: 0 3px 10px 0 rgba(29, 161, 242, 0.15);
  }
}

@media all and (min-width: 1280px) {
  .p-link_btn.tw:hover {
    border-color: rgba(29, 161, 242, 0.15);
    color: rgba(29, 161, 242, 0.45);
    box-shadow: 0 3px 10px 0 rgba(29, 161, 242, 0.15);
  }
}

.p-link_btn.fb {
  color: #1877f2;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .p-link_btn.fb:hover {
    border-color: rgba(24, 119, 242, 0.15);
    color: rgba(24, 119, 242, 0.45);
    box-shadow: 0 3px 10px 0 rgba(24, 119, 242, 0.15);
  }
}

@media all and (min-width: 1280px) {
  .p-link_btn.fb:hover {
    border-color: rgba(24, 119, 242, 0.15);
    color: rgba(24, 119, 242, 0.45);
    box-shadow: 0 3px 10px 0 rgba(24, 119, 242, 0.15);
  }
}

.p-link_btn.li {
  color: #00c300;
}















.p-link_btn2 {
  font-size: 7px;
  font-size: 1.09375vw;
  letter-spacing: 0.12em;
  background: black;
  color: white;
  width: calc(100vw * (320 / 1280));
  height: calc(100vw * (60 / 1280));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: calc(100vw * (30 / 1280));
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #f2f2f2;
  line-height: 1em;
}

.p-link_btn2.nob {
  border: none;
}

.p-link_btn2 * {
  line-height: 1em;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .p-link_btn2 {
    -webkit-transition: color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in;
    transition: color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in;
  }
  .p-link_btn2:hover {
    color: rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 10px 0 rgba(23, 163, 131, 0.15);
  }
}

@media all and (min-width: 1280px) {
  .p-link_btn2 {
    font-size: 14px;
    width: 320px;
    height: 60px;
    border-radius: 30px;
    -webkit-transition: color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in;
    transition: color 300ms ease-in, box-shadow 300ms ease-in, border-color 300ms ease-in;
  }
  .p-link_btn2:hover {
    color: rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 10px 0 rgba(23, 163, 131, 0.15);
  }
}

@media all and (max-width: 768px) {
  .p-link_btn2 {
    width: calc(100vw * (260 / 375));
    height: calc(100vw * (60 / 375));
    border-radius: calc(100vw * (30 / 375));
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 2.5384615385;
    letter-spacing: 0.12em;
  }
}

.p-link_btn2.tw {
  color: #1da1f2;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .p-link_btn2.tw:hover {
    border-color: rgba(29, 161, 242, 0.15);
    color: rgba(29, 161, 242, 0.45);
    box-shadow: 0 3px 10px 0 rgba(29, 161, 242, 0.15);
  }
}

@media all and (min-width: 1280px) {
  .p-link_btn2.tw:hover {
    border-color: rgba(29, 161, 242, 0.15);
    color: rgba(29, 161, 242, 0.45);
    box-shadow: 0 3px 10px 0 rgba(29, 161, 242, 0.15);
  }
}

.p-link_btn2.fb {
  color: #1877f2;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .p-link_btn2.fb:hover {
    border-color: rgba(24, 119, 242, 0.15);
    color: rgba(24, 119, 242, 0.45);
    box-shadow: 0 3px 10px 0 rgba(24, 119, 242, 0.15);
  }
}

@media all and (min-width: 1280px) {
  .p-link_btn2.fb:hover {
    border-color: rgba(24, 119, 242, 0.15);
    color: rgba(24, 119, 242, 0.45);
    box-shadow: 0 3px 10px 0 rgba(24, 119, 242, 0.15);
  }
}

.p-link_btn2.li {
  color: #00c300;
}

.p-socialmedia {
  padding-bottom: calc(100vw * (90 / 1280));
}

@media all and (min-width: 1280px) {
  .p-socialmedia {
    padding-bottom: 90px;
  }
}

@media all and (max-width: 768px) {
  .p-socialmedia {
    padding-bottom: calc(100vw * (60 / 375));
  }
}

.p-campaign {
  margin: auto;
  margin-top: calc(100vw * (150 / 1280));
}

@media all and (min-width: 1280px) {
  .p-campaign {
    margin-top: 150px;
  }
}

@media all and (max-width: 768px) {
  .p-campaign {
    margin-top: calc(100vw * (40 / 375));
  }
}

.p-campaign a {
  width: calc(100vw * (1000 / 1280));
  display: block;
  margin: auto;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.p-campaign a:hover {
  opacity: 0.7;
}

@media all and (min-width: 1280px) {
  .p-campaign a {
    width: 1000px;
  }
}

@media all and (max-width: 768px) {
  .p-campaign a {
    width: calc(100vw * (345 / 375));
  }
  .p-campaign a:hover {
    opacity: 1;
  }
}

.p-campaign a img {
  width: 100%;
}

.l-bg {
  background-image: url("https://image.rakuten.co.jp/cliffedge/cabinet/444.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: calc(100vw * (1987 / 3000));
}

@media all and (min-width: 1280px) {
  .l-bg {
    background-size: 1280px, 567px;
  }
}

@media all and (max-width: 768px) {
  .l-bg {
    background: url("https://image.rakuten.co.jp/cliffedge/cabinet/444_sp.jpg") center calc(100vw * (18 / 375)) no-repeat;
    background-size: contain;
  }
}

.l-keyvisual {
  width: 100%;
  height: calc(100vh - 44px);
  position: relative;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

@media all and (max-width: 768px) {
  .l-keyvisual {
    height: calc(100vh - calc(100vw * (30 / 375)) - calc(100vw * (60 / 375)));
    opacity: 1;
    pointer-events: auto;
  }
}

.l-keyvisual.active {
  pointer-events: auto;
  opacity: 1;
}

.l-keyvisual .c-overlay_btn:before,
.l-keyvisual .c-overlay_btn:after {
  display: none !important;
}

@media all and (max-width: 768px) {
  .l-keyvisual .c-overlay_btn:before,
  .l-keyvisual .c-overlay_btn:after {
    display: block !important;
  }
}

.l-shortcut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-shortcut {
    height: calc(100vw * (80 / 1280));
    padding: 0 calc(100vw * (65 / 1280)) 0 calc(100vw * (40 / 1280));
  }
}

@media all and (min-width: 1280px) {
  .l-shortcut {
    height: 80px;
    padding: 0 65px 0 40px;
  }
}

@media all and (max-width: 768px) {
  .l-shortcut {
    display: block;
    padding: 0;
  }
}

.l-health {
  padding: 130px 0 530px 0;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-health {
    padding: calc(100vw * (130 / 1280)) 0 0;
  }
}

@media all and (max-width: 768px) {
  .l-health {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: calc(100vw * (345 / 375));
  }
}

.l-cm {
  padding: 160px 0 0;
  max-width: 1100px;
  margin: auto;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-cm {
    padding: calc(100vw * (160 / 1280)) 0 0;
    width: calc(100vw * (1100 / 1280));
  }
}

@media all and (max-width: 768px) {
  .l-cm {
    padding: 0;
  }
}

.l-graphic {
  padding: 200px 0 200px;
  max-width: 1100px;
  margin: auto;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-graphic {
    padding: calc(100vw * (200 / 1280)) 0 calc(100vw * (200 / 1280));
    width: calc(100vw * (1100 / 1280));
  }
}

@media all and (max-width: 768px) {
  .l-graphic {
    padding: 0;
  }
}

.l-cast {
  max-width: 960px;
  margin: auto;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-cast {
    width: calc(100vw * (960 / 1280));
  }
}

.l-products {
  max-width: 700px;
  margin: auto;
}

.l-campaign {
  max-width: 1000px;
  margin: auto;
}

.l-archives {
  max-width: 1000px;
  margin: auto;
}

.l-archives .p-archives {
  margin-bottom: calc(100vw * (145 / 1280));
}

@media all and (min-width: 1280px) {
  .l-archives .p-archives {
    margin-bottom: 145px;
  }
}

.l-concept {
  max-width: 940px;
  margin: auto;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-concept {
    width: calc(100vw * (940 / 1280));
  }
}

.l-download {
  max-width: 1000px;
  margin: auto;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-download {
    width: calc(100vw * (1000 / 1280));
  }
}

.l-other {
  max-width: 1000px;
  margin: auto;
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-other {
    width: calc(100vw * (1000 / 1280));
  }
}

.l-socialmedia {
  margin: auto;
}

@media all and (min-width: 1280px) {
  .l-socialmedia {
    width: 800px;
  }
}

@media all and (min-width: 769px) and (max-width: 1279px) {
  .l-socialmedia {
    max-width: 800px;
  }
}

@media all and (max-width: 768px) {
  .l-socialmedia {
    width: 100%;
  }
}

.l-socialmedia__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100vw * (803 / 1280));
  margin: auto;
}

.l-socialmedia__wrap a {
  margin: auto;
  margin-top: calc(100vw * (50 / 1280));
}

@media all and (min-width: 1280px) {
  .l-socialmedia__wrap a {
    margin-top: 50px;
  }
}

@media all and (min-width: 1280px) {
  .l-socialmedia__wrap {
    width: 803px;
  }
}

@media all and (max-width: 768px) {
  .l-socialmedia__wrap {
    display: block;
    width: calc(100vw * (345 / 375));
  }
}

.l-socialmedia__fb {
  width: calc(100vw * (400 / 1280));
  margin-right: 3px;
}

@media all and (min-width: 1280px) {
  .l-socialmedia__fb {
    width: 400px;
  }
}

@media all and (max-width: 768px) {
  .l-socialmedia__fb {
    margin-right: 0;
    width: calc(100vw * (345 / 375));
    margin: auto;
    margin-bottom: calc(100vw * (35.5 / 375));
  }
}

.l-socialmedia__tw {
  width: calc(100vw * (400 / 1280));
}

@media all and (min-width: 1280px) {
  .l-socialmedia__tw {
    width: 400px;
  }
}

@media all and (max-width: 768px) {
  .l-socialmedia__tw {
    width: calc(100vw * (345 / 375));
    margin: auto;
    margin-bottom: calc(100vw * (60 / 375));
  }
}

@media all and (max-width: 768px) {
  .l-socialmedia__ln {
    width: calc(100vw * (345 / 375));
    margin: auto;
  }
}

.l-socialmedia_btn {
  width: calc(100vw * (400 / 1280));
}

@media all and (min-width: 1280px) {
  .l-socialmedia_btn {
    width: 400px;
  }
}

.l-socialmedia_btn a {
  color: #1da1f2;
}

@media all and (max-width: 768px) {
  .l-socialmedia_btn a {
    margin-top: calc(100vw * (20 / 375));
  }
}

@media all and (max-width: 768px) {
  .l-socialmedia_btn {
    width: calc(100vw * (345 / 375));
    margin: auto;
  }
}
