@charset "UTF-8";

/**
 * reset
 */
html,
body,
div,
main,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
strong {
  font-weight: bolder;
}
a {
  outline: none;
  color: #000;
}

/**
 * contents
 */
html {
  font-size: 62.5%;
}
body {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #333;
  /*font-feature-settings:"palt";
	-webkit-font-smoothing: antialiased;*/
  -webkit-text-size-adjust: none;
}
body.scrollstop,
main {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
.jp_serif {
  font-family: "Noto Serif JP", serif;
}
.an {
  font-family: "Poppins", sans-serif;
}
.an_serif {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.18em;
}
/* micro clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.clear {
  clear: both;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
@media only screen and (min-width: 835px) {
  /*body {
		min-width: 1024px;
	}*/
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 374px) {
  .sp_s {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 510px) {
  br.tab {
    display: block !important;
  }
}
/**/
@media print {
  .sp,
  .sp_s {
    display: none;
  }
}

/**
 * anime
 */
.ani_ttl {
  opacity: 0;
}
.ani_ttl .word {
  white-space: nowrap;
}
.ani_ttl .char {
  position: relative;
  display: inline-block;
  opacity: 0;
}
.ani_ttl::after {
  transform: scaleX(0);
  transition: all 0.3s ease-out 0.5s;
}
.ani_ttl.on::after {
  transform: scaleX(1);
}
.ani_blur {
  opacity: 0;
  filter: blur(5px);
  transition: all 1s ease-in-out;
}
.ani_blur.on {
  opacity: 1;
  filter: blur(0);
}
.ani_fade {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.ani_fade.on {
  opacity: 1;
}
.ani_slideup {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease-in,
    transform 1s ease-out;
}
.ani_slideup.on {
  opacity: 1;
  transform: translateY(0);
}
.ani_img {
  opacity: 0;
  transform: scale(1.05);
  transition: all 1.5s ease-in-out;
}
.ani_img.on {
  opacity: 1;
  transform: scale(1);
}

.ani_btn {
  display: inline-block;
  transition:
    opacity 0.3s ease-in,
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.8);
  opacity: 0;
}
.ani_btn.on {
  transform: scale(1);
  opacity: 1;
}

.slide {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.slide div {
  position: relative;
  width: 0%;
  height: 100%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-width: none;
  width: auto;
  height: auto;
  opacity: 0;
}
.on .slide div,
.slide.on div {
  transition: width 1.2s cubic-bezier(0.9, 0.2, 0.2, 0.9);
  width: 100%;
}
.on .slide img,
.slide.on img {
  transition: opacity 1.6s ease-out;
  opacity: 1;
}

#float_bnr {
  display: none;
  position: fixed;
  right: 1.5vw;
  bottom: 1.5vw;
  /*max-width: 209px;
	width: 10.9vw;*/
  z-index: 1000;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}
#float_bnr.act img {
  transition: transform 0.2s;
}
#float_bnr.act:hover img {
  transform: scale(1.05) translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 768px) {
  #float_bnr {
    right: 15px;
    bottom: 15px;
    width: 100px;
  }
}

#gnav {
  box-sizing: border-box;
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  opacity: 0;
  transform: translateX(100%);
  transition:
    opacity 0.2s ease-out,
    transform 0s ease 0.2s;
}
#gnav.on {
  transition:
    opacity 0.3s ease-out,
    transform 0s;
  transform: translateX(0);
  opacity: 1;
}
#gnav ol {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#gnav li {
  position: relative;
}
#gnav li + li {
  margin-top: 10px;
}
#gnav li a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px 4px 28px;
  text-decoration: none;
  vertical-align: bottom;
  line-height: 1;
  font-weight: 600;
  font-size: 2rem;
  white-space: nowrap;
}
#gnav li a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: url("/cms/sp/zfc/asset/img/icon_navi0.svg") no-repeat center center / contain;
  margin: auto;
  content: "";
}
#gnav li.new a::before {
  background-image: url("/cms/sp/zfc/asset/img/icon_navi1.svg");
}
/*#gnav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
	content: '';
	transition: width 0.15s ease-in;
}
#gnav li a:hover::after {
	width: 100%;
	transition: width 0.3s ease-out;
}*/
@media only screen and (max-width: 768px) {
  #gnav {
    background-color: transparent;
    width: 100%;
    overflow: hidden;
  }
  #gnav::before {
    position: absolute;
    top: 0;
    left: -25vw;
    width: 150vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    content: "";
  }
  #gnav.on::before {
    transition: background 0.8s ease-out 0.2s;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #gnav ol {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    padding: 75px 20% 60px 20%;
    background-color: #fff;
  }
  #gnav li {
    margin-bottom: 30px;
  }
}

/**
 * #btn_menu
 */
#btn_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  z-index: 10000;
  cursor: pointer;
}
#btn_menu div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 27px;
  height: 1px;
  background-color: #333;
  margin: auto;
}
#btn_menu div:nth-child(1) {
  transform: translateY(-7px);
}
#btn_menu div:nth-child(3) {
  transform: translateY(7px);
}
@media only screen and (max-width: 834px), (orientation: portrait) {
  #btn_menu {
    width: 60px;
    height: 60px;
  }
}

main.inact {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
footer.inact {
  display: none;
}

/**
 * #mv
 */
#mv {
  position: relative;
}
#mv .contents {
  width: 100vw;
  height: 100vh;
  min-height: 720px;
}
#logo {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 23px;
  z-index: 100;
  opacity: 0;
}
#logo.on {
  transition: opacity 1.5s ease-in-out;
  opacity: 1;
}
/* メイン画像 */
#mv .imgs {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  width: 53%;
  height: calc(100% - 100px);
  margin: auto;
}
#mv .imgs ul {
  position: absolute;
  width: 50%;
  height: 90%;
}
#mv .imgs ul:first-child {
  top: 10%;
  left: 0;
}
#mv .imgs ul:last-child {
  top: 0;
  right: 0;
}
#mv .imgs ul li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#mv .imgs li.inact {
  z-index: 3;
}
#mv .imgs li.act {
  z-index: 4;
}
#mv .imgs li b {
  position: absolute;
  right: 0;
  bottom: 45px;
  background-color: #fff;
  padding: 6px 10px;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 1.7rem;
  font-weight: bold;
}

#ttl0 {
  position: absolute;
  top: 15%;
  left: 7%;
  width: auto;
  text-align: left;
  opacity: 0;
  z-index: 3;
}
#ttl0.on {
  opacity: 1;
}
#ttl0 svg {
  width: 27.416vw;
  height: auto;
}
#ttl0 svg path {
  position: relative !important;
}
#mv .logo1 {
  display: block;
  position: absolute;
  width: 10vw;
  max-width: 157px;
  height: auto;
  top: 75%;
  left: 26vw;
  opacity: 0;
}
#mv .read {
  position: absolute;
  top: 65%;
  left: 7%;
  transform: translateY(-50%);
  white-space: nowrap;
  line-height: 1.6;
  font-size: 1.7rem;
  z-index: 5;
}
#mv .read strong {
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
}
#mv .read span {
  display: inline-block;
  position: relative;
  transform: translateY(100%);
}
@media only screen and (max-height: 835px) and (min-width: 769px) {
  #ttl0 {
    top: 125px;
  }
}
@media only screen and (max-width: 1125px) {
  #mv .read {
    top: 35%;
    transform: none;
    font-size: 1.5rem;
  }
  #mv .logo1 {
    top: 80%;
  }
}
@media only screen and (max-width: 834px), (orientation: portrait) {
  #mv {
    position: relative;
    height: auto;
  }
  #mv .contents {
    box-sizing: border-box;
    position: static;
    width: 100vw;
    height: auto;
    min-width: 0;
    min-height: 0;
    padding: 80px 15px 0 15px;
  }
  #logo {
    padding: 15px;
    width: 65px;
  }
  /* メイン画像 */
  #mv .imgs {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% + 30px);
    height: 90vw;
    margin: auto -15px;
  }

  #ttl0 {
    position: static;
    margin-left: 20px;
  }
  #ttl0 svg {
    width: 64.166vw;
  }
  #mv .logo1 {
    box-sizing: border-box;
    position: static;
    width: 100%;
    max-width: 100%;
    padding: 0 20px 20px 0;
    text-align: right;
  }
  #mv .logo1 img {
    width: 80px;
    height: auto;
  }

  #mv .read {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    margin: 50px 0;
    white-space: nowrap;
    line-height: 2;
    text-align: center;
    font-size: 1.3rem;
  }
  #mv .read span {
    transform: translateY(100%) !important;
  }
  #mv .read.on span {
    transition: transform 1s ease-out 0.5s;
    transform: translateY(0%) !important;
  }
}

/* .ttl */
h2.ttl {
  margin-bottom: 0.6em;
  padding: 0 30px;
  line-height: 1;
  text-align: center;
  font-size: 7.8rem;
}
h2.ttl b {
  display: inline-block;
  border-bottom: solid 2px transparent;
}
h2.ttl.on b {
  border-color: #ffe600;
  transition: border 0.5s ease-in 0.4s;
}
h2.ttl + .read {
  max-width: 880px;
  padding: 0 30px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 835px) {
  h2.ttl {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  h2.ttl {
    line-height: 0.6;
    padding: 0;
    font-size: 4rem;
  }
  h2.ttl b {
    padding-bottom: 10px;
    border-bottom: solid 1.5px transparent;
  }
  h2.ttl + .read {
    padding: 0 35px;
    text-align: left;
  }
  h2.ttl b:nth-child(n + 2) {
    margin-top: 0.3em;
  }
}
@media only screen and (max-width: 413px) {
  h2.ttl {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 374px) {
  h2.ttl {
    font-size: 3rem;
  }
}

/* .scroll */
.scroll {
  overflow: hidden;
}
.scroll ul {
  left: 0;
  position: relative;
  white-space: nowrap;
  will-change: left, right;
}
.scroll.right ul {
  left: auto;
  right: 0;
  text-align: left, right;
  transform: translate3d(-80%, 0, 0);
}
.scroll li {
  display: inline-block;
  vertical-align: top;
  transform: translate3d(0, 15px, 0);
  will-change: transform;
  opacity: 0;
}
.scroll ul.on li {
  transition: all 1s ease-in-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.scroll ul.on li img {
  max-height: 100%;
}
.scroll ul.on li:nth-child(1) {
  transition-delay: 0s;
}
.scroll ul.on li:nth-child(2) {
  transition-delay: 0.1s;
}
.scroll ul.on li:nth-child(3) {
  transition-delay: 0.2s;
}
.scroll ul.on li:nth-child(4) {
  transition-delay: 0.3s;
}
.scroll ul.on li:nth-child(5) {
  transition-delay: 0.4s;
}
.scroll ul.on li:nth-child(6) {
  transition-delay: 0.5s;
}
.scroll ul.on li:nth-child(7) {
  transition-delay: 0.6s;
}
.scroll ul.on li:nth-child(8) {
  transition-delay: 0.7s;
}
.scroll ul.on li:nth-child(9) {
  transition-delay: 0.8s;
}
.scroll ul.on li:nth-child(10) {
  transition-delay: 0.9s;
}
.scroll ul.on li:nth-child(11) {
  transition-delay: 1s;
}
.scroll ul.on li:nth-child(12) {
  transition-delay: 1.1s;
}
.scroll ul.on li:nth-child(13) {
  transition-delay: 1.2s;
}
.scroll ul.on li:nth-child(14) {
  transition-delay: 1.3s;
}
.scroll ul.on li:nth-child(15) {
  transition-delay: 1.4s;
}
.scroll ul.on li:nth-child(16) {
  transition-delay: 1.5s;
}
.scroll ul.on li:nth-child(17) {
  transition-delay: 1.6s;
}
.scroll ul.on li:nth-child(18) {
  transition-delay: 1.7s;
}
.scroll ul.on li:nth-child(19) {
  transition-delay: 1.8s;
}
.scroll ul.on li:nth-child(20) {
  transition-delay: 1.9s;
}

/**
 * #gallery
 */
#gallery {
  margin-top: 80px;
}
#gallery .scroll + .scroll {
  margin-top: 60px;
}
#gallery .scroll li .zoom {
  display: block;
  position: relative;
}
#gallery .scroll li .zoom::after {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 47px;
  height: 47px;
  border-radius: 100px;
  background: #333 url("../img/icon_expand.png") no-repeat center center / 20px;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s;
  pointer-events: none;
}
#gallery .scroll li .zoom:hover::after {
  transition:
    opacity 0.3s,
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 768px) {
  #gallery {
    margin-top: 0;
  }
  #gallery .scroll li .zoom::after {
    top: 8px;
    bottom: auto;
    left: auto;
    right: 8px;
    width: 28px;
    height: 28px;
    background-size: 12px;
    opacity: 1;
    transform: scale(1);
  }
}

/**
 * #movie
 */
#movie {
  padding-top: 150px;
}
#movie > ul {
  margin-top: 75px;
}
#movie > ul > li {
  position: relative;
  padding: 60px 0;
}
#movie > ul > li + li {
  margin-top: 40px;
}
#movie > ul > li::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 60%;
  content: "";
}
#movie > ul > li .bg {
  position: absolute;
  top: 60px;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
#movie > ul > li.on .bg {
  transition: width 0.8s cubic-bezier(0.9, 0.2, 0.2, 0.9);
  width: 89.583%;
}
#movie > ul > li h4 {
  position: absolute;
  right: -60px;
  top: 80px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 13.5rem;
  font-weight: 300;
  transform-origin: left top;
  transform: translateX(100%) rotate(90deg);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 2;
}
#movie .movie {
  position: relative;
  float: left;
  width: 44%;
  height: 100vh;
  min-height: 800px;
  max-height: 1200px;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
#movie .movie span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 160px;
  height: 160px;
  margin: auto;
  opacity: 0;
  transform: scale(0.5);
}
#movie .on .movie span {
  transition:
    opacity 0.4s,
    transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 1.3s;
  opacity: 1;
  transform: scale(1);
}
#movie .movie span b {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 300px;
  background: url("/cms/sp/zfc/asset/img/icon_play.svg") no-repeat center center / 35% auto;
  transition: transform 0.2s ease-out;
}
#movie .movie:hover span b {
  transform: scale(1.1);
  background: url("/cms/sp/zfc/asset/img/icon_play_on.svg") no-repeat center center / 35% auto;
}
#movie .movie span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  transform: translate(-50%, -50%) rotate(-90deg);
}
#movie .movie span svg circle {
  fill: none;
  stroke: #f4de25;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 503;
  stroke-dashoffset: 503;
}
#movie .movie .slide {
  transition: transform 0.3s ease-out;
}
#movie .movie:hover .slide {
  transition: transform 0.5s ease-out;
  transform: scale(1.03);
}

#movie .body {
  position: relative;
  float: left;
  width: 56%;
}
#movie .body .txt {
  position: relative;
  box-sizing: border-box;
  top: 0;
  width: 80%;
  padding: 4.6vw 13vw 6vw 4.6vw;
  z-index: 3;
}
#movie .body .img {
  position: absolute;
  filter: blur(3px);
  transform: scale(0.9);
  transform-origin: center bottom;
  opacity: 0;
  z-index: 4;
}
#movie .body h3 {
  position: relative;
  display: inline-block;
  padding: 3px 12px 5px 12px;
  background-color: #333;
  font-size: 1.3rem;
  color: #fff;
}
#movie .body h3 strong {
  display: block;
  vertical-align: baseline;
  white-space: nowrap;
  font-size: 1.6rem;
}
#movie .body h5 {
  padding: 0 0 20px 0;
  margin: 25px 0 20px;
  border-bottom: solid 1px #eee;
  font-size: 1.4rem;
  font-weight: 600;
  color: #b0b0b0;
}
#movie .body .txt h3,
#movie .body .txt h5,
#movie .body .txt p {
  opacity: 0;
  transform: translateY(15px);
}
#movie .body .txt p + p {
  margin-top: 0.5em;
}
#movie .body .txt p strong {
  font-size: 0.75em;
  font-weight: bold;
}
#movie .body .txt .btn_insta,
#movie .body .txt .btn_youtube,
#movie .body .txt .btn_tiktok,
#movie .body .txt .btn_homepage {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  background: #333 url("/cms/sp/zfc/asset/img/icon_insta.svg") no-repeat center center / 80% auto;
  border-radius: 100px;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform 0.3s;
}
#movie .body .txt .btn_youtube {
  background-image: url("/cms/sp/zfc/asset/img/icon_youtube.svg");
}
#movie .body .txt .btn_tiktok {
  background-image: url("/cms/sp/zfc/asset/img/icon_tiktok.svg");
}
#movie .body .txt .btn_homepage {
  background-image: url("/cms/sp/zfc/asset/img/icon_homepage.svg");
}
#movie .body .txt .btn_insta:hover,
#movie .body .txt .btn_youtube:hover,
#movie .body .txt .btn_tiktok:hover,
#movie .body .txt .btn_homepage:hover {
  transform: scale(1.15) translate3d(0, 0, 0);
}
#movie .body .txt .icon_new {
  position: absolute;
  top: -60px;
  right: -145px;
  width: 130px;
  max-width: none;
  transform: scale(0.5);
  opacity: 0;
  z-index: 2;
}
#movie .on .body .icon_new {
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
  transform: scale(1);
  opacity: 1;
}

#movie .body .scroll li {
  position: relative;
  padding: 0 5px;
  cursor: pointer;
  z-index: 1;
}
#movie .body .scroll li::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 47px;
  height: 47px;
  margin: auto;
  border-radius: 100px;
  background: #333 url("../img/icon_expand.png") no-repeat center center / 20px;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s;
  pointer-events: none;
}
#movie .body .scroll li:hover::after {
  transition:
    opacity 0.3s,
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  transform: scale(1);
}

#movie .person0::before {
  background-color: #b8bda8;
}
#movie .person0 h4 {
  color: #9aa183;
}
#movie .person0 .img {
  top: 60px;
  left: 65%;
  width: 156px;
}
#movie li.person1::before {
  background-color: #e0dba6;
}
#movie li.person1 h4 {
  color: #d3cc80;
}
#movie .person1 .img {
  top: 10px;
  left: 75%;
  width: 181px;
}

#movie #person0::before {
  background-color: #aaa29a;
}
#movie #person0 h4 {
  color: #867b6f;
}
#movie #person0 .img {
  top: 60px;
  left: 55%;
  width: 165px;
}
#movie #person1::before {
  background-color: #a1b2c4;
}
#movie #person1 h4 {
  color: #7992ab;
}
#movie #person1 .img {
  top: auto;
  bottom: 0;
  left: 70%;
  width: 165px;
}
#movie #person2::before {
  background-color: #a9b2b7;
}
#movie #person2 h4 {
  color: #859299;
}
#movie #person2 .img {
  top: 50px;
  left: 60%;
  width: 270px;
}
#movie #person3::before {
  background-color: #dbdbdb;
}
#movie #person3 h4 {
  color: #cccccc;
}
#movie #person3 .img {
  top: 240px;
  left: 60%;
  width: 180px;
}
@media only screen and (min-width: 835px) {
  #movie .on .body .img {
    transition:
      all 0.6s ease-out 0.9s,
      transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
  #movie .on .body h3,
  #movie .on .body h5,
  #movie .on .body p {
    transition: all 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
  }
  #movie .on .body h3 {
    transition-delay: 0.8s;
  }
  #movie .on .body h5 {
    transition-delay: 1s;
  }
  #movie .on .body p {
    transition-delay: 1.2s;
  }

  #movie .body .txt .icon_new {
    right: -115px;
    width: 100px;
  }
}
@media only screen and (min-width: 510px) {
  #movie .read {
    text-align: center;
  }
}
@media only screen and (max-width: 834px), (orientation: portrait) {
  #movie {
    padding-top: 75px;
  }
  #movie > ul {
    margin-top: 30px;
  }
  #movie > ul > li {
    padding: 25px 0;
  }
  #movie > ul > li + li {
    margin-top: 15px;
  }
  #movie > ul > li::before {
    height: 75%;
  }
  #movie > ul > li .bg {
    top: 25px;
  }
  #movie > ul > li.on .bg {
    width: calc(100% - 15px);
  }
  #movie > ul > li h4 {
    right: -20px;
    top: 35px;
    font-size: 6rem;
  }
  #movie li.person1 h4 {
    mix-blend-mode: normal;
  }

  #movie .movie {
    position: relative;
    float: none;
    width: 74vw;
    height: 90vw;
    min-height: 300px;
    max-height: 600px;
  }
  #movie .movie span {
    width: 88px;
    height: 88px;
  }

  #movie .body {
    float: none;
    width: 100%;
  }
  #movie .person0 .img {
    top: -115px;
    left: auto;
    right: 40px;
    width: 73px;
  }
  #movie .person1 .img {
    top: -95px;
    left: auto;
    right: 40px;
    width: 73px;
  }

  #movie #person0 .img {
    top: -95px;
    left: auto;
    right: 40px;
    width: 73px;
  }
  #movie #person1 .img {
    top: -20px;
    left: auto;
    right: 35px;
    width: 73px;
  }
  #movie #person2 .img {
    top: -80px;
    left: auto;
    right: 5px;
    width: 135px;
  }
  #movie #person3 .img {
    top: -25px;
    left: auto;
    right: 20px;
    width: 85px;
  }

  #movie .body .img.on {
    transition:
      all 0.6s ease-out 0.9s,
      transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s;
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
  #movie .body .txt {
    box-sizing: border-box;
    width: 100%;
    padding: 25px 40px 30px 35px;
  }
  #movie .body h3 {
    padding: 2px 8px 4px 8px;
    font-size: 1rem;
  }
  #movie .body h3 strong {
    font-size: 1.1rem;
  }
  #movie .body h5 {
    padding: 0 0 10px 0;
    margin: 15px 0 10px;
    font-size: 1rem;
  }
  #movie .body h3.on,
  #movie .body h5.on,
  #movie .body p.on {
    transition: all 0.6s ease-out;
    opacity: 1;
    transform: translateY(0);
  }
  #movie .body .txt .icon_new {
    top: -30px;
    right: -75px;
    width: 70px;
  }

  #movie .body .scroll li {
    position: relative;
    padding: 0 5px;
    cursor: pointer;
  }
  #movie .body .scroll li::after {
    top: 8px;
    bottom: auto;
    left: auto;
    right: 8px;
    width: 28px;
    height: 28px;
    background-size: 12px;
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 540px) {
  #movie .body h3 strong {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  #movie .body h3 strong {
    display: block;
  }
}

#movie > ul > li.soon {
  text-align: center;
  padding: 110px 0;
}
#movie > ul > li.soon::before {
  display: none;
}
#movie > ul > li.soon h3 strong {
  display: inline-block;
  font-size: 3rem;
}
#movie > ul > li.soon a {
  display: inline-block;
  transition: transform 0.3s;
  margin: 30px auto;
}
#movie > ul > li.soon a:hover {
  transform: scale(1.05);
}
#movie > ul > li.soon h4 {
  position: static;
  transform: none;
  margin-bottom: 15px;
  font-size: 3.4rem;
}
#movie > ul > li.soon p {
  letter-spacing: 0.6em;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #movie > ul > li.soon {
    padding: 40px 0;
  }
  #movie > ul > li.soon h3 strong {
    display: inline-block;
    font-size: 1.5rem;
  }
  #movie > ul > li.soon a {
    margin: 15px auto;
  }
  #movie > ul > li.soon img {
    width: 75px;
  }
  #movie > ul > li.soon h4 {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  #movie > ul > li.soon p {
    font-size: 1.3rem;
  }
}

#movie .archive {
  margin: 50px 0;
}
#movie .archive li {
  position: relative;
  padding: 30px;
  margin-left: 1px;
  z-index: 1;
}
#movie .archive li.person0 {
  background-color: #867b6f;
}
#movie .archive li.person1 {
  background-color: #7992ab;
}
#movie .archive li.person2 {
  background-color: #859299;
}
#movie .archive li.person3 {
  background-color: #cccccc;
}
#movie .archive .movie {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
  cursor: pointer;
}
#movie .archive li img {
  width: 336px;
  transition: transform 0.3s ease-out;
}
#movie .archive li .movie:hover img {
  transition: transform 0.5s ease-out;
  transform: scale(1.03);
}
#movie .archive .movie span {
  width: 80px;
  height: 80px;
}
#movie .archive .txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
  text-align: left;
}
#movie .archive .txt h3 {
  position: relative;
  display: block;
  padding: 3px 12px 5px 12px;
  background-color: #333;
  font-size: 1.2rem;
  color: #fff;
}
#movie .archive .txt strong {
  display: block;
  vertical-align: baseline;
  white-space: nowrap;
  font-size: 1.4rem;
}
#movie .archive .btn_profile span {
  display: inline-block;
  background: #fff url("../img/icon_expand_b.png") no-repeat right 25px center / 20px;
  padding: 11px 50px 12px 25px;
  text-decoration: underline;
  cursor: pointer;
}
#movie .archive .btn_profile span:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #movie .archive {
    margin: 30px 0;
  }
  #movie .archive li {
    padding: 20px;
  }
  #movie .archive li img {
    width: 50vw;
    max-width: 225px;
  }
  #movie .archive .movie span {
    width: 60px;
    height: 60px;
  }
  #movie .archive .txt {
    left: 20px;
    bottom: 20px;
  }
  #movie .archive .txt h3 {
    padding: 3px 12px 5px 12px;
    font-size: 1rem;
  }
  #movie .archive .txt strong {
    display: block;
    font-size: 1.1rem;
  }
  #movie .archive .btn_profile span {
    background-position: right 15px center;
    background-size: 12px;
    padding: 8px 30px 8px 15px;
    font-size: 1rem;
  }
}

/**
 * #exterior
 */
#exterior {
  padding-top: 120px;
}
#exterior h3 {
  margin-bottom: 0.6em;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
#exterior .read {
  text-align: center;
}
#exterior .read.note {
  font-size: 0.8em;
}
#exterior .read + p {
  text-align: center;
  margin-top: 1.5em;
}
#exterior .read + p a {
  display: inline-block;
  transition: opacity 0.3s;
}
#exterior .read + p a:hover {
  opacity: 0.5;
}
#exterior .read + p a::after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: auto auto auto 0.5em;
  background: url("../img/icon_blank_b.png") no-repeat right center / 12px auto;
  content: "";
}
#ext_box {
  position: relative;
  margin-top: 70px;
}
#ext_box .bg_prev,
#ext_box .bg_next {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  transition: background 1s;
}
#ext_box .bg_prev {
  left: 0;
}
#ext_box .bg_next {
  right: 0;
}
#ext_box .inner {
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 1;
}
#ext_box .prev,
#ext_box .next {
  position: relative;
  min-width: 7.3%;
  cursor: pointer;
  z-index: 1;
}
#ext_box .prev::before,
#ext_box .next::before {
  position: absolute;
  top: 0;
  width: 50vw;
  height: 100%;
  content: "";
  transition: background 0.3s;
}
#ext_box .prev:hover::before,
#ext_box .next:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}
#ext_box .prev::before {
  right: 0;
}
#ext_box .next::before {
  left: 0;
}
#ext_box .prev p,
#ext_box .next p {
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.2em;
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
  font-size: 2.8rem;
  font-weight: 300;
  color: #fff;
}
#ext_box .prev div,
#ext_box .next div {
  position: relative;
  top: calc(50% - 220px);
  border-bottom: solid 1px #000;
  transition:
    transform 0.2s,
    border 0.8s,
    color 0.8s;
  transition-delay: 0;
}
#ext_box .prev div {
  text-align: right;
  transform: translateX(20%);
}
#ext_box .next div {
  transform: translateX(-20%);
}
#ext_box .prev.on div {
  animation: 0.6s ease-in-out 0.3s 4 prev;
}
#ext_box .next.on div {
  animation: 0.6s ease-in-out 0.3s 4 next;
}
@keyframes prev {
  0% {
    transform: translateX(20%);
  }
  50% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes next {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(-20%);
  }
}
#ext_box .prev:hover div {
  transition:
    transform 0.3s,
    border 0.8s,
    color 0.8s;
  transition-delay: 0;
  transform: translateX(40%);
}
#ext_box .next:hover div {
  transition:
    transform 0.3s,
    border 0.8s,
    color 0.8s;
  transition-delay: 0;
  transform: translateX(-40%);
}
#ext_box .current {
  position: relative;
  width: 100%;
  padding: 120px 0 60px 0;
  transition: background 1s;
}
#ext_box .current h4 {
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 10.5rem;
  font-weight: 300;
  white-space: nowrap;
}
#ext_box .current .box {
  position: relative;
  left: 10%;
  margin: auto;
  width: 57.617%;
}
#ext_box .current .carousel {
  position: relative;
  margin-top: 45px;
}
#ext_box .current .carousel .btn_prev,
#ext_box .current .carousel .btn_next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 54px;
  height: 39px;
  margin: auto;
  background: url("../img/icon_arrow0.png") no-repeat right center / 22px auto;
  cursor: pointer;
}
#ext_box .current .carousel .btn_prev.inact,
#ext_box .current .carousel .btn_next.inact {
  opacity: 0.4;
  pointer-events: none;
}
#ext_box .current .carousel .btn_prev {
  left: 0;
  right: auto;
  transform: rotate(-180deg);
}
#ext_box .current .carousel_inner {
  width: 100%; /*calc(100% - 108px);*/
  margin: auto;
  overflow: hidden;
}
#ext_box .current .carousel ul {
  white-space: nowrap;
  width: 100%;
  overflow: visible;
}
#ext_box .current .carousel li {
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  padding: 0 5px;
  vertical-align: middle;
  cursor: pointer;
}
#ext_box .current .carousel li > div {
  box-sizing: border-box;
  border: solid 2px rgba(255, 255, 255, 0.5);
  background: no-repeat center center / auto 50%;
  cursor: pointer;
  transform: border 0.6s;
}
#ext_box .current .carousel li div::before {
  display: block;
  padding-top: 60%;
  content: "";
}
#ext_box .current .carousel li div:hover {
  transform: border 0.3s;
  border: solid 2px rgba(255, 255, 255, 1);
}
#ext_box .current .carousel li.act div {
  transform: border 0.3s;
  border: solid 4px rgba(255, 255, 255, 1);
}

#ext_box .colors {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
#ext_box .colors li {
  position: relative;
  margin: 10px 0;
}
#ext_box .colors li div {
  position: relative;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: solid 3px #fff;
  border-radius: 100px;
  z-index: 1;
  cursor: pointer;
  transition: transform 0.3s;
}
#ext_box .colors li:hover div {
  transform: scale(1.15);
}
#ext_box .colors li.color0 div {
  background-color: #647c93;
}
#ext_box .colors li.color1 div {
  background-color: #d3cc80;
}
#ext_box .colors li.color2 div {
  background-color: #9aa183;
}
#ext_box .colors li.color3 div {
  background-color: #867b6f;
}
#ext_box .colors li.color4 div {
  background-color: #767a7c;
}
#ext_box .colors li h3 {
  display: none;
  position: absolute;
  top: 50%;
  left: calc(100% - 10px);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 8px 2px 15px;
  font-weight: 600;
  font-size: 1.5rem;
  white-space: nowrap;
}
#ext_box .colors li.act h3 {
  display: block;
}
#ext_box .toggle {
  position: absolute;
  bottom: 80px;
  left: 10%;
  text-align: center;
}
#ext_box .toggle h5 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
#ext_box .toggle > div {
  box-sizing: border-box;
  position: relative;
  width: 90px;
  height: 36px;
  background-color: #3c3c3c;
  border-radius: 100px;
  border: solid 2px #fff;
  overflow: hidden;
  transition: background 0.2s ease-out;
  cursor: pointer;
}
#ext_box .toggle > div.on {
  background-color: #898989;
}
#ext_box .toggle div div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  width: 21px;
  height: 21px;
  margin: auto;
  background-color: #fff;
  border-radius: 100px;
  transition: left 0.2s ease-out;
}
#ext_box .toggle div.on div {
  left: 6px;
}
#ext_box .toggle div div::before,
#ext_box .toggle div div::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 1rem;
  opacity: 0.6;
}
#ext_box .toggle div div::before {
  right: 27px;
  content: "BLACK";
}
#ext_box .toggle div div::after {
  left: 27px;
  content: "SILVER";
}
@media only screen and (max-width: 1220px) {
  #ext_box .current h4 {
    font-size: 8.2vw;
  }
}
@media only screen and (max-width: 835px) {
  #ext_box .colors {
    left: 4%;
  }
  #ext_box .colors li div {
    width: 45px;
    height: 45px;
    border: solid 3px #fff;
  }
  #ext_box .toggle {
    bottom: 65px;
  }
}
@media only screen and (max-width: 768px) {
  #exterior {
    padding-top: 50px;
  }
  #exterior h3 {
    font-size: 1.6rem;
  }
  #ext_box {
    margin-top: 30px;
  }
  #ext_box .bg_prev,
  #ext_box .bg_next {
    display: none;
  }
  #ext_box .inner {
    display: block;
  }
  #ext_box .prev,
  #ext_box .next {
    display: none;
  }
  #ext_box .current {
    padding: 60px 0 40px 0;
  }
  #ext_box .current h4 {
    top: 25px;
    font-size: 9.5vw;
  }
  #ext_box .current .box {
    box-sizing: border-box;
    left: 0;
    width: 100%;
    padding: 0 35px;
  }
  #ext_box .current .carousel {
    display: none;
  }

  #ext_box .colors {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 20px;
    text-align: center;
  }
  #ext_box .colors li {
    position: relative;
    display: inline-block;
    margin: 10px 3px;
  }
  #ext_box .colors li div {
    position: relative;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    border: solid 3px #fff;
    border-radius: 100px;
    z-index: 1;
  }
  #ext_box .colors li h3 {
    top: calc(100% + 12px);
    left: 50%;
    right: auto;
    margin: auto;
    transform: translateX(-50%);
    border-radius: 4px;
    padding: 1px 6px 2px 6px;
    white-space: nowrap;
    font-size: 1.2rem;
  }
  #ext_box .colors li h3::before {
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border: solid 4px transparent;
    border-bottom: solid 6px #fff;
    content: "";
  }
  #ext_box .toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    text-align: center;
  }
  #ext_box .toggle h5 {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 374px) {
  #ext_box .colors li {
    margin: 10px 1px;
  }
  #ext_box .colors li div {
    width: 35px;
    height: 35px;
  }
}

/**
 * #try
 */
#try {
  margin: 110px 40px 140px 40px;
}
#try .box {
  max-width: 1024px;
  border: solid 2px #333;
  padding: 6px;
  margin: auto;
}
#try .box > div {
  position: relative;
  border: solid 1px #333;
  padding: 60px 36px;
}
#try h2 {
  text-align: center;
}
#try p {
  margin-top: 1em;
  text-align: center;
}
#try .imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
#try .imgs > div {
  position: relative;
  width: calc(50% - 10px);
}
#try .imgs h3 {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 8rem;
}
#try .imgs div:nth-child(1) {
  color: #9aa183;
}
#try .imgs div:nth-child(2) {
  color: #d3cc80;
}
#try .imgs .btn {
  box-sizing: border-box;
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
#try .imgs .btn span {
  padding-right: 1.2em;
  background: url("../img/icon_blank.png") no-repeat right center / 12px auto;
}
@media only screen and (max-width: 768px) {
  #try {
    margin: 80px 0 65px 0;
  }
  #try .box {
    padding: 3px;
    margin: 0 15px;
  }
  #try .box > div {
    padding: 60px 15px 30px 15px;
  }
  #try p {
    text-align: left;
  }
  #try .imgs {
    display: block;
    margin-top: 60px;
  }
  #try .imgs > div {
    width: 100%;
    margin-top: 60px;
  }
  #try .imgs h3 {
    font-size: 6rem;
  }
}

.btns a {
  display: inline-block;
  padding: 34px 50px;
  margin: 0 18px 0 0;
  background-color: #333;
  border-radius: 1000px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease-out;
  vertical-align: bottom;
}
.btns a:hover {
  opacity: 0.6;
}
.btns a span {
  display: inline-block;
}
.btns a.btn_product span {
  padding-right: 1.2em;
  background: url("../img/icon_blank.png") no-repeat right center / 12px auto;
}
.btns a.btn_direct {
  padding: 26px 30px 25px 30px;
  margin: 0;
  background-color: #ffe600;
  color: #333;
}
.btns a.btn_direct span {
  position: relative;
  line-height: 1.4;
  padding: 0 1.2em 0 2.6em;
  background: url("../img/icon_cart.png") no-repeat left center / 2em auto;
}
.btns a.btn_direct span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 10px;
  margin: auto;
  background: url("../img/icon_blank_b.png") no-repeat right center / 12px auto;
  content: "";
}
@media only screen and (max-width: 768px) {
  .btns a {
    box-sizing: border-box;
    display: block;
    padding: 21px;
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .btns a + a,
  .btns a:last-child {
    margin-top: 10px;
  }
  .btns a.btn_direct {
    padding: 15px 10px 13px 10px;
  }
}

/**
 * #product
 */
#product {
  background-color: #eff5f4;
  padding: 140px 3% 120px 3%;
}
#product .inner {
  box-sizing: border-box;
  max-width: 1660px;
  background-color: #fff;
  padding: 0 3%;
  margin: auto;
}
#product .inner .inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 120px;
}
#product h2 {
  margin-bottom: 0;
  transform: translateY(-50%);
  text-align: left;
}
#product h3.ttl {
  position: relative;
  letter-spacing: 0.2em;
  font-size: 4.2rem;
}
#product h3.ttl::after {
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #ffe600;
  content: "";
}
#product h4 {
  letter-spacing: 0.2em;
  font-size: 4.2rem;
}
#product .content0 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#product .img {
  width: 38.33%;
}
#product .img figure {
  position: relative;
}
#product .img figure + figure {
  margin-top: 30px;
}
#product .img figcaption {
  margin: 0.3em 0 0 1.2em;
}
#product .img .new {
  position: absolute;
  width: 95px;
  top: -30px;
  margin-left: 1.2em;
}
#product .content0 .txt {
  width: 50%;
}
#product .content0 p {
  margin-top: 2em;
}
#product .btns {
  margin-top: 2em;
}
#product .btns a {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  #product {
    padding: 55px 15px 50px 15px;
    font-size: 1.3rem;
  }
  #product .inner {
    padding: 0 20px 25px 20px;
  }
  #product .inner .inner {
    padding: 0;
  }
  #product h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  #product h3.ttl {
    font-size: 2.6rem;
  }
  #product h3.ttl::after {
    width: 25px;
  }
  #product h4 {
    letter-spacing: 0.2em;
    font-size: 4.2rem;
  }

  #product .content0 {
    display: block;
  }
  #product .img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #product .img figure {
    width: 49%;
  }
  #product .img figure + figure {
    margin-top: 0;
  }
  #product .img figcaption {
    text-align: center;
    margin: 0.5em 0 0 0;
  }
  #product .img .new {
    width: 62px;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #product .content0 .txt {
    width: 100%;
  }
  #product .content0 .txt h3 {
    margin: 2em 0;
    text-align: center;
  }
  #product .content0 .txt h3 img {
    width: 125px;
  }
  #product .content0 p {
    margin-top: 2em;
  }
  #product .btns {
    margin-top: 3em;
  }
}

/**
 * #spec
 */
#spec {
  padding: 140px 0 220px 0;
}
#spec ol {
  box-sizing: border-box;
  max-width: 1660px;
  padding: 0 3%;
  margin: auto;
}
#spec li {
  position: relative;
  height: 650px;
  margin-top: 170px;
}
#spec li:first-child {
  margin-top: 80px;
}
#spec li b {
  position: absolute;
  left: 95px;
  top: -70px;
  line-height: 1;
  font-size: 20rem;
  font-weight: 300;
  mix-blend-mode: multiply;
  filter: blur(3px);
  transform: scale(1.4);
  opacity: 0;
  z-index: 3;
}
#spec li.on b {
  transition: all 0.6s ease-in;
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
#spec li:nth-child(even) b {
  left: auto;
  right: 95px;
}
#spec li h3 {
  position: absolute;
  top: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 7.9rem;
  font-weight: 300;
  transform-origin: 0 0;
  transform: rotate(90deg) translateY(-100%);
  opacity: 0;
  z-index: 3;
}
#spec li:nth-child(even) h3 {
  right: 0;
  transform: translateX(100%) rotate(90deg);
}
#spec li.on h3 {
  transition: all 1s ease-out 0.3s;
  top: 0;
  opacity: 1;
}
#spec li .img {
  position: absolute;
  width: 64%;
  height: 100%;
  left: 165px;
  cursor: pointer;
}
#spec li:nth-child(even) .img {
  left: auto;
  right: 165px;
}
#spec li .img .bg {
  position: absolute;
  top: 160px;
  left: 0;
  width: 0;
  height: calc(100% - 100px);
  z-index: 1;
}
#spec li:nth-child(even) .img .bg,
#spec li:nth-child(even) .img .slide > div {
  position: absolute;
  left: auto;
  right: 0;
}
#spec li.on .img .bg {
  transition: width 1s cubic-bezier(0.9, 0.2, 0.2, 0.9);
  width: calc(100% + 60px);
}
#spec li .img .slide {
  z-index: 2;
}
#spec li.on .img .slide div {
  transition-delay: 0.1s;
}
#spec li .img .slide div::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0);
  content: "";
  z-index: 3;
  transition: background 0.3s;
}
#spec li .img .slide:hover div::before {
  background-color: rgba(51, 51, 51, 0.3);
}
#spec li .img .slide::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 16px 60px;
  background: #333 url("../img/icon_expand.png") no-repeat right 20px center / 20px;
  border-radius: 1000px;
  color: #fff;
  content: "詳しく見る";
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.3s;
  pointer-events: none;
}
#spec li .img .slide:hover::after {
  transition:
    opacity 0.3s,
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#spec li .img .slide img {
  transition: transform 0.3s ease-out;
}
#spec li .img .slide:hover img {
  transition: transform 0.5s ease-out;
  transform: translate(-50%, -50%) scale(1.03);
}

#spec li .img p {
  position: absolute;
  bottom: 60px;
  z-index: 4;
}
#spec li:nth-child(odd) .img p {
  right: -120px;
}
#spec li:nth-child(even) .img p {
  left: -135px;
}

#spec li:nth-child(1) .img p {
  right: 30px;
}

#spec li .img p span {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 6px;
  background-color: #fff;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(15px);
}
#spec li.on .img p span {
  transition: all 0.6s ease-out;
  opacity: 1;
  transform: translateY(0);
}
#spec li.on .img p span:nth-of-type(1) {
  transition-delay: 1s;
}
#spec li.on .img p span:nth-of-type(2) {
  transition-delay: 1.15s;
}
#spec li.on .img p span:nth-of-type(3),
#spec li.on .img p span:nth-of-type(4) {
  transition-delay: 1.3s;
}

#spec li:nth-child(3n + 1) b {
  color: #ccd0c1;
}
#spec li:nth-child(3n + 1) .img .bg {
  background-color: #e2e6d6;
}

#spec li:nth-child(3n + 2) b {
  color: #e9e5bf;
}
#spec li:nth-child(3n + 2) .img .bg {
  background-color: #f3efc3;
}

#spec li:nth-child(3n + 3) b {
  color: #c8d1d9;
}
#spec li:nth-child(3n + 3) .img .bg {
  background-color: #e0e6eb;
}

#spec li:nth-child(4) .img {
  right: 95px;
}
#spec li:nth-child(4) b {
  right: 35px;
}
#spec li:nth-child(3) .img,
#spec li:nth-child(7) .img {
  left: 95px;
}
#spec li:nth-child(3) b,
#spec li:nth-child(7) b {
  left: 35px;
}

#spec li:nth-child(4) .img .product {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 500px;
  max-width: 60%;
  opacity: 0;
  transform: scale(1.05);
  transition: all 1.5s ease-in-out 1s;
  pointer-events: none;
  z-index: 3;
}
#spec li:nth-child(4).on .img .product {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #spec {
    padding: 45px 0 80px 0;
  }
  #spec ol {
    padding: 0 15px;
  }
  #spec li {
    height: auto;
    margin-top: 45px;
  }
  #spec li:first-child {
    margin-top: 45px;
  }
  #spec li b {
    left: 0;
    top: -30px;
    font-size: 10rem;
  }
  #spec li.on b {
    transition: all 0.6s ease-in;
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
  #spec li:nth-child(even) b {
    right: 0;
  }
  #spec li h3 {
    position: relative;
    top: 0;
    margin-bottom: 0.5em;
    font-size: 2.5rem;
    transform-origin: 0 0;
    transform: none;
    opacity: 0;
    z-index: 3;
  }
  #spec li:nth-child(odd) h3 {
    text-align: right;
  }
  #spec li:nth-child(even) h3 {
    right: auto;
    text-align: left;
    transform: none;
  }
  #spec li.on h3 {
    transition: all 1s ease-out 0.3s;
    top: 0;
    opacity: 1;
  }
  #spec li .img {
    position: relative;
    width: 100%;
    left: 0;
  }
  #spec li .img .slide {
    height: 57vw;
  }
  #spec li:nth-child(even) .img {
    left: auto;
    right: 0;
  }
  #spec li .img .bg {
    position: absolute;
    top: 20%;
    left: auto;
    right: auto;
    width: 0;
    height: 80%;
  }
  #spec li.on .img .bg {
    width: calc(100% + 15px);
  }
  #spec li:nth-child(odd) .img .bg {
    left: -15px;
  }
  #spec li:nth-child(even) .img .bg {
    right: -15px;
  }
  #spec li .img .slide::after,
  #spec li .img:hover .slide::after {
    top: auto;
    left: auto;
    right: 8px;
    bottom: 8px;
    padding: 0;
    width: 26px;
    height: 26px;
    background: #333 url("../img/icon_expand.png") no-repeat center center / 12px;
    content: "";
    transform: none;
    pointer-events: none;
  }
  #spec li.on .img .slide::after {
    transition-delay: 1.2s;
    opacity: 1;
  }
  #spec li:nth-child(even) .img .slide::after,
  #spec li:nth-child(even) .img:hover .slide::after {
    left: 8px;
    right: auto;
  }
  #spec li .img .slide div::before {
    display: none;
  }

  #spec li .img p {
    position: relative;
    bottom: 0;
  }
  #spec li .img p span {
    white-space: normal;
  }
  #spec li .img:before,
  #spec li .img:after {
    content: "";
    display: table;
  }
  #spec li .img:after {
    clear: both;
  }
  #spec li:nth-child(even) p {
    float: right;
  }
  #spec li:nth-child(odd) .img p,
  #spec li:nth-child(even) .img p {
    right: 0;
    left: auto;
    padding: 8px 0;
  }
  #spec li .img p span {
    padding: 0 6px;
    margin-top: 3px;
    font-size: 1.5rem;
  }

  #spec li:nth-child(4) .img {
    right: 0;
  }
  #spec li:nth-child(4) b {
    right: 0;
  }
  #spec li:nth-child(3) .img,
  #spec li:nth-child(7) .img {
    left: 0;
  }
  #spec li:nth-child(3) b,
  #spec li:nth-child(7) b {
    left: 0;
  }

  #spec li:nth-child(4) .img .product {
    top: 55vw;
    right: 10px;
    max-width: 50%;
    transform: scale(1.05) translateY(-100%);
  }
  #spec li:nth-child(4).on .img .product {
    transform: scale(1) translateY(-100%);
  }
}

/**
 * #accessory
 */
#accessory {
  background-color: #f3efc3;
  padding: 120px 3%;
}
#accessory .inner {
  box-sizing: border-box;
  max-width: 1660px;
  background-color: #fff;
  padding: 0 3%;
  margin: auto;
}
#accessory .inner .inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
#accessory h2 {
  transform: translateY(-50%);
}
#accessory h3.ttl {
  position: relative;
  letter-spacing: 0.2em;
  font-size: 4.2rem;
}
#accessory h3.ttl:nth-child(n + 2) {
  margin-top: 100px;
}
#accessory h4.ttl {
  position: relative;
  margin-bottom: 0.5em;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
}
#accessory h3.ttl::after,
#accessory h4.ttl::after {
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #ffe600;
  content: "";
}

#accessory .btns {
  margin: 2em 0 1em 0;
}
#accessory .btns a {
  padding-left: 30px;
  padding-right: 30px;
}

#accessory .content1 {
  padding: 0 4.6% 80px 4.6%;
}
#accessory .content1 .box {
  margin-top: 45px;
  background-color: #f8f8f8;
}
#accessory .content1 .box .cf {
  background-color: #f8f8f8;
  padding: 30px 5.859%;
}
#accessory .content1 .box figure {
  float: left;
  width: 43%;
  padding-top: 30px;
}
#accessory .content1 .box figure img {
  width: 77%;
}
#accessory .content1 .box .txt {
  float: left;
  width: 57%;
}
#accessory .content1 .box h4 {
  margin: 0.5em 0;
  font-size: 3.2rem;
}
#accessory .content1 .note {
  font-size: 1.4rem;
  margin-top: 1em;
}
#accessory .content2 {
  margin-top: 0;
  padding: 0 4.6% 70px 4.6%;
}
#accessory .content2 figure {
  float: left;
  width: 50%;
  text-align: left;
}
#accessory .content2 figure img {
  width: 84%;
}
#accessory .content2 .txt {
  float: right;
  width: 50%;
}
#accessory .content2 h3 {
  margin-top: 1em;
  font-size: 3.4rem;
}
#accessory .content2 p {
  margin-top: 2em;
}

#accessory .scroll li {
  cursor: pointer;
}
#accessory .scroll li::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 47px;
  height: 47px;
  margin: auto;
  border-radius: 100px;
  background: #333 url("../img/icon_expand.png") no-repeat center center / 20px;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s;
  pointer-events: none;
}
#accessory .scroll li:hover::after {
  transition:
    opacity 0.3s,
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  transform: scale(1);
}
#accessory .s_sp {
  display: none;
}
@media only screen and (max-width: 1240px) and (min-width: 769px) {
  #accessory .btns a {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
  }
  #accessory .btns a + a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #accessory {
    padding: 75px 15px 50px 15px;
    font-size: 1.3rem;
  }
  #accessory .inner {
    padding: 0 20px;
  }
  #accessory .inner .inner {
    padding: 0;
  }
  #accessory h2 {
    margin-bottom: 0;
    text-align: center;
  }
  #accessory h3.ttl {
    font-size: 2.6rem;
  }
  #accessory h3.ttl:nth-child(n + 2) {
    margin-top: 60px;
  }
  #accessory h3.ttl::after,
  #accessory h4.ttl::after {
    width: 25px;
  }
  #accessory h4.ttl {
    margin-top: 1em;
    letter-spacing: 0.2em;
    font-size: 2.6rem;
  }
  #accessory .img0 {
    position: static;
    top: 0;
    left: 0;
    width: 130%;
    max-width: 1050px;
    margin-top: -20px;
  }
  #accessory .content0 .txt {
    width: 100%;
  }
  #accessory .content0 .txt h3 {
    margin: 2em 0;
    text-align: center;
  }
  #accessory .content0 .txt h3 img {
    width: 125px;
  }
  #accessory .content0 p {
    margin-top: 2em;
  }
  #accessory .btns {
    margin-top: 3em;
  }

  #accessory .content1 {
    padding: 0 0 25px 0;
  }
  #accessory .content1 .box {
    margin-top: 20px;
  }
  #accessory .content1 .box + .box {
    margin-top: 20px;
  }
  #accessory .content1 .box .cf {
    padding: 35px 25px;
  }
  #accessory .content1 .box figure {
    float: none;
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
  #accessory .content1 .box figure img {
    width: 80%;
  }
  #accessory .content1 .box .txt {
    float: none;
    width: 100%;
  }
  #accessory .content1 .box h4 {
    margin: 1em 0 0.5em 0;
    font-size: 2.3rem;
  }
  #accessory .content1 .note {
    font-size: 1.2rem;
  }

  #accessory .content2 {
    margin-top: 0;
    padding: 25px 0;
  }
  #accessory .content2 figure {
    float: none;
    width: 100%;
    text-align: center;
  }
  #accessory .content2 figure img {
    width: 80%;
  }
  #accessory .content2 .txt {
    float: none;
    width: 100%;
  }
  #accessory .content2 h3 {
    margin-top: 1em;
  }
  #accessory .content2 p {
    margin-top: 2em;
  }

  #accessory .scroll li {
    cursor: pointer;
  }
  #accessory .scroll li img {
    width: 135px;
  }
  #accessory .scroll li::after {
    top: 8px;
    bottom: auto;
    left: auto;
    right: 8px;
    width: 26px;
    height: 26px;
    margin: 0;
    background-size: 12px;
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (max-width: 413px) {
  #accessory .s_sp {
    display: block;
  }
}

/**
 * #pickup
 */
#pickup {
  margin: 200px 0 0 0;
  background-color: #f6f6f2;
}
#pickup .inner {
  max-width: 1660px;
  margin: auto;
}
#pickup h2 {
  transform: translateY(-50%);
  margin-bottom: 0;
}
#pickup ul {
  box-sizing: border-box;
  max-width: 1024px;
  margin: auto;
  padding: 0 0 50px 0;
}
#pickup li {
  box-sizing: border-box;
  float: left;
  width: 33.333%;
  padding: 10px 10px 35px 10px;
}
#pickup li:nth-child(3n + 1) {
  clear: both;
  transition-delay: 0s;
}
#pickup li:nth-child(3n + 2) {
  transition-delay: 0.1s;
}
#pickup li:nth-child(3n + 3) {
  transition-delay: 0.2s;
}
#pickup li a,
#pickup li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
#pickup li a:hover,
#pickup li span:hover {
  opacity: 0.6;
}
#pickup li img {
  width: 100%;
}
#pickup li h4 {
  display: inline-block;
  margin: 1em 0 0.6em 0;
  width: 80px;
  border: solid 1px #333;
  border-radius: 100px;
  text-align: center;
  font-size: 1.2rem;
}
#pickup li h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
#pickup li h3::after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: auto;
  background: url("../img/icon_blank_b.png") no-repeat right center / 12px auto;
  content: "";
}
#pickup li p {
  margin-top: 0.5em;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #pickup {
    margin: 70px 0 0 0;
  }
  #pickup ul {
    box-sizing: border-box;
    max-width: 1024px;
    margin: auto;
    padding: 0 15px;
  }
  #pickup li {
    float: auto;
    width: 100%;
    padding: 0 0 30px 0;
  }
  #pickup li:nth-child(3n + 1),
  #pickup li:nth-child(3n + 2),
  #pickup li:nth-child(3n + 3) {
    transition-delay: 0s;
  }
  #pickup li h3 {
    font-size: 1.7rem;
  }
  #pickup li p {
    font-size: 1.3rem;
  }
}

/**
 * #modal
 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}
.modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .btn_close {
  box-sizing: border-box;
  position: absolute;
  top: -70px;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: solid 1px #fff;
  cursor: pointer;
  transition: transform 0.2s ease-in;
  z-index: 1;
}
.modal .btn_close:hover {
  transform: scale(1.1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.modal .btn_close::before,
.modal .btn_close::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 17px;
  height: 1px;
  background-color: #fff;
  margin: auto;
  content: "";
}
.modal .btn_close::before {
  transform: rotate(45deg);
}
.modal .btn_close::after {
  transform: rotate(-45deg);
}
#modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%) !important;
  text-align: center;
}
#modal .inner img {
  max-width: none;
}
#modal .inner .btn_prev,
#modal .inner .btn_next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
#modal .inner .btn_prev {
  left: -40px;
}
#modal .inner .btn_next {
  right: -40px;
}
#modal .inner .btn_prev::before,
#modal .inner .btn_next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  cursor: pointer;
  transition: transform 0.2s ease-in;
  content: "";
}
#modal .inner .btn_prev::before {
  transform: scaleX(0.95) rotate(-135deg);
}
#modal .inner .btn_next::before {
  transform: scaleX(0.95) rotate(45deg);
}
#modal .inner .btn_prev:hover::before {
  transform: scaleX(0.95) rotate(-135deg) scale(1.15);
}
#modal .inner .btn_next:hover::before {
  transform: scaleX(0.95) rotate(45deg) scale(1.15);
}
@media only screen and (max-width: 768px) {
  .modal .btn_close {
    top: -50px;
    right: 0;
    width: 38px;
    height: 38px;
  }
  .modal .btn_close:hover {
    transform: scale(1.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .modal .btn_close::before,
  .modal .btn_close::after {
    width: 15px;
  }
  #modal .inner .btn_prev,
  #modal .inner .btn_next {
    width: 25px;
  }
  #modal .inner .btn_prev {
    left: -20px;
  }
  #modal .inner .btn_next {
    right: -20px;
  }
  #modal .inner .btn_prev::before,
  #modal .inner .btn_next::before {
    width: 20px;
    height: 20px;
  }
}

/**
 * #movie_modal
 */
#movie_modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%) !important;
  text-align: center;
}
#movie_modal .youtube {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #movie_modal .inner {
    width: calc(100vw - 30px);
  }
}

/**
 * #spec_modal
 */
#spec_modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  max-width: 100%;
  transform: translate(-50%, -50%) !important;
  background-color: #fff;
}
#spec_modal .btn_close {
  top: 20px;
  right: 20px;
  border: solid 1px #333;
}
#spec_modal .btn_close::before,
#spec_modal .btn_close::after {
  background-color: #333;
}

#spec_modal li::before {
  position: absolute;
  display: block;
  width: 37.89%;
  height: 100%;
  content: "";
}
#spec_modal .img {
  position: relative;
  float: left;
  width: 50%;
}
#spec_modal b {
  position: absolute;
  left: 20px;
  line-height: 1;
  font-size: 17rem;
  font-weight: 300;
  mix-blend-mode: multiply;
}
#spec_modal h3 {
  position: relative;
  padding: 60px 0 15px 40px;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
#spec_modal .ph {
  background: no-repeat center center / cover;
}
#spec_modal .ph::before {
  display: block;
  padding-top: 62%;
  content: "";
}
#spec_modal .txt {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 50%;
  margin-top: 100px;
  padding: 0 20px;
}
#spec_modal .txt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  content: "";
}
#spec_modal .txt > div {
  padding: 0 20px 30px 20px;
  height: 335px;
  overflow: auto;
}
#spec_modal .txt > div > *:last-child {
  padding: 0 0 15px 0;
}
#spec_modal h2 {
  margin-bottom: 0.8em;
  font-size: 2.4rem;
  line-height: 1.9;
}
#spec_modal h2 span {
  position: relative;
  display: inline-block;
}
#spec_modal h2 span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  content: "";
}
#spec_modal .note {
  display: block;
  line-height: 2;
  font-size: 0.75em;
}
#spec_modal .btns {
  position: relative;
  padding: 30px 0 60px 0;
  text-align: center;
}
#spec_modal .btns a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 325px;
  padding: 19px 50px;
  margin: 0 18px 0 0;
  background-color: #333;
  border-radius: 1000px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease-in;
}
#spec_modal .btns a:hover {
  transform: scale(1.05);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#spec_modal .btns a[target="_blank"] span {
  display: inline-block;
  padding-right: 1.2em;
  background: url("../img/icon_blank.png") no-repeat right center / 12px auto;
}
#spec_modal li:nth-child(3n + 1) b {
  color: #ccd0c1;
}
#spec_modal li:nth-child(3n + 1)::before {
  background-color: #e2e6d6;
}

#spec_modal li:nth-child(3n + 2) b {
  color: #e9e5bf;
}
#spec_modal li:nth-child(3n + 2)::before {
  background-color: #f3efc3;
}

#spec_modal li:nth-child(3n + 3) b {
  color: #c8d1d9;
}
#spec_modal li:nth-child(3n + 3)::before {
  background-color: #e0e6eb;
}
@media only screen and (max-width: 768px) {
  #spec_modal .inner {
    width: calc(100% - 36px);
    max-height: 90vh;
  }
  #spec_modal .btn_close {
    top: 10px;
    right: 8px;
  }
  #spec_modal ol {
    display: block;
    width: 100%;
    max-height: calc(90vh - 50px);
    margin: auto;
    overflow: auto;
  }
  #spec_modal li::before {
    display: none;
  }
  #spec_modal .img {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 0 17px;
  }
  #spec_modal b {
    top: 10px;
    left: 10px;
    font-size: 10rem;
  }
  #spec_modal h3 {
    padding: 45px 0 12px 30px;
    font-size: 1.4rem;
  }
  #spec_modal .ph {
    background: no-repeat center center / cover;
  }
  #spec_modal .ph::before {
    display: block;
    padding-top: 62%;
    content: "";
  }
  #spec_modal .txt {
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0;
    padding: 5px 17px 17px 17px;
  }
  #spec_modal .txt::after {
    display: none;
  }
  #spec_modal .txt > div {
    padding: 0;
    height: auto;
    overflow: visible;
  }
  #spec_modal .txt > div > *:last-child {
    padding: 0;
  }
  #spec_modal h2 {
    padding: 10px 0 15px 0;
    font-size: 1.5rem;
  }
  #spec_modal .btns {
    box-sizing: border-box;
    padding: 10px 17px 35px 17px;
  }
  #spec_modal .btns a {
    min-width: 0;
    width: 100%;
    padding: 19px 20px;
    margin: 0;
    font-size: 1.4rem;
  }

  #spec_modal li:nth-child(3n + 1) .img {
    background-color: #f6f6f2;
  }
  #spec_modal li:nth-child(3n + 2) .img {
    background-color: #fff6f6;
  }
  #spec_modal li:nth-child(3n + 3) .img {
    background-color: #eff5f4;
  }
}

/**
 * #browser_modal
 */
#browser_modal .inner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  max-width: 100%;
  padding: 0 30px;
  transform: translate(-50%, -50%) !important;
}
#browser_modal .box {
  position: relative;
  background-color: #fff;
  padding: 60px 80px;
  display: flex;
}
#browser_modal .box h3 {
  padding-right: 10%;
  font-weight: bold;
  font-size: 1.2em;
}
#browser_modal .box .pc > div {
  display: flex;
  justify-content: space-between;
}
#browser_modal .box .pc p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 768px) {
  #browser_modal .inner {
    padding: 0;
    width: calc(100vw - 30px);
  }
  #browser_modal .box {
    display: block;
    padding: 30px 40px;
  }
  #browser_modal .box h3 {
    padding: 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    text-align: center;
  }
  #browser_modal .box .pc > div {
    display: block;
    justify-content: space-between;
  }
  #browser_modal .box .pc p {
    margin-top: 1.5em;
  }
}

/**
 * footer
 */
footer {
  position: relative;
  padding-top: 60px;
  text-align: center;
  font-size: 1.4rem;
}
footer .pagetop {
  position: absolute;
  right: 30px;
  bottom: 110px;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background: #fff7ab url("/cms/sp/zfc/asset/img/icon_pagetop.svg") no-repeat center center / 25px auto;
  cursor: pointer;
}
footer a,
footer .pagetop {
  transition: opacity 0.3s;
}
footer a:hover,
footer .pagetop:hover {
  opacity: 0.6;
}
footer .sns {
  margin-bottom: 40px;
}
footer .sns li {
  display: inline-block;
  margin: 10px;
}
footer .sns li a {
  display: block;
  width: 60px;
  height: 60px;
  background: #333 no-repeat center center / 25px auto;
  border-radius: 100px;
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
}
footer .sns li a.btn_fb {
  background-image: url("../img/icon_fb_w.png");
}
footer .sns li a.btn_tw {
  background-image: url("../img/icon_tw_w.png");
}
footer .sns li a.btn_line {
  background-image: url("../img/icon_line_w.png");
}
footer nav {
  margin-bottom: 60px;
}
footer nav li {
  position: relative;
  display: inline-block;
  padding: 0 28px;
}
footer nav li::before {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  background-color: #333;
  content: "";
}
footer nav li:first-child:before {
  display: none;
}
footer nav li a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1;
}
footer .copy {
  border-top: solid 1px #e1e1e1;
  padding: 30px 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  footer {
    padding-top: 45px;
    font-size: 1.1rem;
  }
  footer .pagetop {
    top: -30px;
    right: 15px;
    bottom: auto;
    width: 60px;
    height: 60px;
    background-size: 17px auto;
  }
  footer .sns {
    margin-bottom: 30px;
  }
  footer .sns li {
    margin: 5px;
  }
  footer nav {
    margin-bottom: 30px;
  }
  footer nav li {
    margin: 10px 0;
    padding: 0 15px;
  }
  footer nav li img {
    width: 115px;
  }
  footer nav li::before {
    height: 12px;
  }
  footer .copy {
    padding: 15px 0;
    font-size: 1rem;
  }
}
