@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("colorbox.css");

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
header,
address,
figure,
figcaption {
 margin: 0;
 padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
 font-style: normal;
 font-weight: normal;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
caption,
th {
 text-align: left;
}
q::before,
q::after {
 content: "";
}
object,
embed {
 vertical-align: top;
}
hr,
legend {
 display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-size: 100%;
 font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
 border: 0;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
 -ms-interpolation-mode: bicubic;
}
ul li {
 list-style-type: none;
}
*,
*:before,
*:after {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
.clearfix {
 zoom: 1;
}
.clearfix:before,
.clearfix:after {
 content: "";
 display: table;
}
.clearfix:after {
 clear: both;
}
p.ind {
 text-indent: 1em;
}
em {
 font-style: normal;
}
strong {
 font-weight: bold;
}
a {
 color: #000;
 outline: none;
 text-decoration: none;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -ms-transition: all 0.25s ease-in-out;
}
a:active,
a:hover {
 text-decoration: none;
}
a:focus,
*:focus {
 outline: none;
}
a:hover img {
 -moz-transition: all 0.25s ease-in-out;
 -o-transition: all 0.25s ease-in-out;
 -webkit-transition: all 0.25s ease-in-out;
 transition: all 0.25s ease-in-out;
}
/*.en {
	font-family: 'Smythe', cursive;
}*/
.min {
 font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
.object-fit {
 object-fit: cover;
 font-family: "object-fit: cover;";
 min-height: 100%;
}
.txhd {
 display: block;
 height: 0;
 overflow: hidden;
 font-size: 1rem;
 line-height: 2;
}
.pc,
.is_pc {
 display: block;
}
.sp,
.is_sp {
 display: none;
}
@-ms-viewport {
 width: auto !important;
 initial-scale: 1;
}
@media only screen and (max-width: 820px) {
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
}
@media only screen and (max-width: 600px) {
 .is_pc {
  display: none;
 }
 .is_sp {
  display: block;
 }
}

:root {
 /* Colors: */
 --color-blk: #000000;
 --color-wht: #ffffff;
 --color-blu: #31a6bb;
 --color-pnk: #ee87b4;
 --color-pnk2: #db7da3;
 --color-nvy: #005293;
}

/* ==========================================================================
   Global
   ========================================================================== */

html {
 font-size: 62.5%;
 overflow-y: scroll;
 height: 100%;
 line-height: 1.15;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
html.ofyh {
 height: 100%;
 overflow-y: hidden;
}
body {
 position: relative;
 font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
 font-weight: 400;
 background: var(--color-wht);
 margin: 0;
 width: 100%;
 -ms-width: calc(100% - (100vw - 100%));
 color: var(--color-blk);
 font-size: 1.6rem;
 line-height: 1;
 letter-spacing: 0.04em;
 text-align: left;
 -moz-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 -o-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 text-size-adjust: 100%;
}
#wrap {
 width: 100%;
 min-height: 100vh;
 display: block;
 position: relative;
 overflow: hidden;
 background-color: var(--color-wht);
}
#cont {
 width: 100%;
 min-height: 100vh;
 max-width: 1920px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 overflow: hidden;
}
.ofyh {
 height: 100%;
 overflow-y: hidden;
}
.inner {
 zoom: 1;
 margin: 0 auto;
}

@media screen and (max-width: 820px) {
 body {
  width: 100%;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-width: inherit;
 }
 #wrap {
  width: 100%;
  height: auto;
  min-width: 280px;
 }
}

/* sns
==================================================================================  */
.sns {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 14px;
}
.sns .btn {
 display: block;
 width: 28px;
 height: 28px;
}
.sns .btn a {
 display: block;
 width: 28px;
 height: 28px;
 padding: 0px;
 fill: var(--color-blk);
}
.sns .btn a .icon {
 max-width: 100%;
 max-height: 100%;
}

@media screen and (min-width: 821px) {
 .sns .btn a:hover {
  fill: var(--color-blk);
 }
}

@media screen and (max-width: 600px) {
 .sns .btn {
  margin-left: 5px;
  margin-right: 5px;
  width: 32px;
  height: 32px;
 }
 .sns .btn a {
  width: 32px;
  height: 32px;
 }
}

/*
LOADING
==================================================================================  */
.loadingWrap {
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 margin: 0px;
 padding: 0px;
 display: block;
}
.loadingWrapWaku {
 width: 100%;
 height: 100%;
 background: var(--color-wht);
 position: relative;
 margin: 0px;
 padding: 0px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.lds-dual-ring {
 width: 140px;
 height: 140px;
 margin: 0px;
 padding: 0px;
 opacity: 0.8;
}
.lds-dual-ring div {
 position: absolute;
 width: 140px;
 height: 140px;
 box-sizing: border-box;
 border-radius: 100%;
 border: 4px solid rgba(200, 200, 200, 0.2);
 border-top-color: var(--color-pnk);
 -webkit-animation: spin 1s infinite linear;
 animation: spin 1s infinite linear;
}

body.is__start .loadingWrap {
 animation: ani_ld 1s ease-in-out 0.5s both;
}
@keyframes ani_ld {
 0% {
  opacity: 1;
  visibility: visible;
 }
 100% {
  opacity: 0;
  visibility: hidden;
 }
}
@keyframes spin {
 100% {
  transform: rotate(360deg);
 }
}

@media screen and (max-width: 600px) {
 .lds-dual-ring {
  width: 100px;
  height: 100px;
 }
 .lds-dual-ring div {
  width: 100px;
  height: 100px;
 }
}

/* header
==================================================================================  */
.l-gnav__container {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
}
.l-header__navi {
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 0 22px;
 width: 100%;
 height: 48px;
 background: var(--color-wht);
 z-index: 3;
}
.hd__logo {
 position: absolute;
 top: 15px;
 left: 20px;
 width: 90px;
 z-index: 10;
}
.hd__logo span {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 22.22%;
 background: url(../img/hd_logo.png) no-repeat 0 50%;
 background-size: contain;
 transition: all 0.5s ease 0s;
 overflow: hidden;
}
.l-header__navi ul {
 display: flex;
 padding-left: 120px;
}
.l-header__navi li {
 display: flex;
 height: 48px;
 padding: 0 10px;
}
.l-header__navi li.is_sp {
 display: none;
}
.l-header__navi li a,
.l-header__navi li .child {
 display: flex;
 align-items: center;
 position: relative;
 cursor: pointer;
}
.l-header__navi li a span,
.l-header__navi li .child span {
 color: var(--color-blk);
 font-size: 1.4rem;
 font-weight: 500;
 letter-spacing: 0;
 display: block;
}
.l-header__navi li .child::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 6px;
 left: 50%;
 display: block;
 width: 6px;
 height: 6px;
 margin-left: -3px;
 border: solid 0 var(--color-blk);
 border-width: 0 1px 1px 0;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.l-header__navi li.home {
 display: none;
}
.l-header__navi li.on a span,
.l-header__navi li.current a span,
.l-header__navi li .child.on span {
 color: var(--color-pnk2);
}
.l-header__navi li.on a,
.l-header__navi li.no a {
 pointer-events: none;
}
.l-header__navi li.no a span {
 opacity: 0.2;
}
.l-gnav__child {
 display: flex;
 opacity: 0;
 position: absolute;
 top: 48px;
 left: 0;
 z-index: 12;
 width: 100%;
 background-color: rgba(255, 255, 255, 0.9);
 transition: 0.4s ease;
 pointer-events: none;
}
.l-gnav__container.is__scroll .l-gnav__child {
 background-color: rgba(255, 255, 255, 0);
 transition: 0.4s ease;
 pointer-events: none;
}
.l-header__navi ul.l-gnav__child__list {
 padding-left: 150px;
}
.l-header__navi ul.l-gnav__child__list li a span {
 font-size: 1.4rem;
}
.hd__linkbtn {
 display: flex;
 justify-content: flex-end;
}
.hd__linkbtn {
 display: flex;
 align-items: center;
}
.hd__menutrigger {
 display: block;
 position: fixed;
 left: 6px;
 top: -100px;
 z-index: 1000;
 cursor: pointer;
 transition: 0.5s;
 opacity: 0;
}
.l-gnav__container.is__scroll .hd__menutrigger {
 opacity: 1;
 top: 6px;
}
.hd__menutrigger-inner {
 position: relative;
 width: 80px;
 height: 80px;
}
.hd__menutrigger-inner::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 80px;
 height: 80px;
 background: var(--color-pnk);
 transition: 0.5s;
}
.hd__menutrigger span {
 transition: all 0.3s;
 width: 36px;
 height: 2px;
 background: var(--color-wht);
 display: block;
 position: absolute;
 left: 22px;
}
.hd__menutrigger span.hd__menutrigger__line01 {
 top: 35px;
}
.hd__menutrigger span.hd__menutrigger__line02 {
 top: 45px;
}
.hd__menutrigger.is__active .hd__menutrigger-inner::before {
 background-color: var(--color-wht);
}
.hd__menutrigger.is__active span {
 background-color: var(--color-pnk);
}
.hd__menutrigger.is__active span.hd__menutrigger__line01 {
 transform: rotate(45deg) translateX(0px);
 left: 22px;
 top: 35px;
}
.hd__menutrigger.is__active span.hd__menutrigger__line02 {
 transform: rotate(-45deg) translateX(0px);
 left: 22px;
 top: 35px;
}
.hd__menutrigger.is__active .hd__menutrigger__txt em.close {
 color: var(--color-pnk);
}
.hd__menutrigger .hd__menutrigger__txt {
 display: block;
 width: auto;
 position: absolute;
 top: 56px;
 left: 0;
 right: 0;
}
.hd__menutrigger .hd__menutrigger__txt em {
 color: var(--color-wht);
 font-size: 1rem;
 letter-spacing: 0.02em;
 text-align: center;
 display: block;
 transition: 0.5s;
 position: relative;
}
.hd__menutrigger .hd__menutrigger__txt em.menu,
.hd__menutrigger.is__active .hd__menutrigger__txt em.close {
 display: block;
}
.hd__menutrigger .hd__menutrigger__txt em.close,
.hd__menutrigger.is__active .hd__menutrigger__txt em.menu {
 display: none;
}
.hd__menutrigger .hd__menutrigger__txt em.close {
 transition: 0.5s;
}
.backlayer {
 position: fixed;
 overflow-y: auto;
 z-index: 10;
 top: -101vh;
 left: 0;
 width: 100%;
 height: 100vh;
 background: var(--color-pnk);
 transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.backlayer.is__open {
 top: 0;
}
.l-gnav__container.is__open .l-header__navi {
 position: fixed;
 left: 0;
 top: 0;
 margin: 0;
 align-items: flex-start;
 z-index: 120;
 padding: 80px 100px 80px 140px;
 width: 100%;
 height: 100vh;
 overflow-y: auto;
 background-color: unset;
}
.l-gnav__container.is__open .hd__logo {
 display: none;
}
.l-gnav__container.is__open .l-header__navi ul {
 flex-flow: column;
 align-items: flex-start;
 padding-left: 0;
 -webkit-animation: hd__start 0.8s both;
 animation: hd__start 0.8s both;
 position: relative;
}
.l-gnav__container.is__open .l-header__navi li {
 height: 60px;
 padding: 0;
}
.l-gnav__container.is__open .l-header__navi li.home {
 display: flex;
}
.l-gnav__container.is__open .l-header__navi li.is_sp {
 display: none;
}
.l-gnav__container.is__open .l-header__navi li a,
.l-gnav__container.is__open .l-header__navi li .child {
 width: 100%;
}
.l-gnav__container.is__open .l-header__navi li a span {
 color: var(--color-wht);
 font-size: 2.4rem;
 letter-spacing: 0em;
}
.l-gnav__container.is__open .l-header__navi li.on a span {
 color: var(--color-blk);
}
.l-gnav__container.is__open .l-header__navi li.current a span {
 color: var(--color-blk);
}
.l-gnav__container.is__open .l-header__navi li.about {
 width: 100%;
 height: auto;
 flex-flow: column;
}
.l-gnav__container.is__open .l-header__navi li .child {
 margin-top: 30px;
 cursor: default;
}
.l-gnav__container.is__open .l-header__navi li .child span,
.l-gnav__container.is__open .l-header__navi li .child.on span {
 color: var(--color-wht);
 font-size: 2.4rem;
 letter-spacing: 0em;
 opacity: 0.4;
}
.l-gnav__container.is__open .l-header__navi li .child::before {
 content: none;
}
.l-gnav__container.is__open .l-gnav__child {
 display: flex;
 opacity: 1;
 position: relative;
 top: unset;
 left: unset;
 z-index: 12;
 width: 100%;
 background: none;
 transition: 0.4s ease;
 pointer-events: inherit;
}
.l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list {
 flex-flow: row wrap;
 gap: 30px;
 width: 100%;
 padding-left: 0;
 padding-block: 5px;
 animation: none;
}
.l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list li {
 border-bottom: none;
 margin-top: 0;
 width: auto;
}
.l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list li a span {
 font-size: 2.4rem;
 position: relative;
}
.l-gnav__container.is__open .hd__linkbtn {
 margin-top: 20px;
 justify-content: space-between;
 animation: hd__start_rev 0.8s both;
 animation-delay: 0.2s;
 -webkit-animation-delay: 0.2s;
}
.l-gnav__container.is__open .hd__linkbtn .sns {
 justify-content: flex-start;
}
.l-gnav__container.is__open .hd__linkbtn .sns .btn a {
 fill: var(--color-wht);
 fill-opacity: 1;
 background: none;
}

@keyframes hd__start {
 0% {
  opacity: 0;
  transform: translateX(-50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}

@keyframes hd__start_rev {
 0% {
  opacity: 0;
  transform: translateX(50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}

@media screen and (max-width: 1000px) {
 .l-header__navi {
  display: none;
 }
 .hd__logo {
  top: 36px;
  left: unset;
  right: 4%;
  width: 120px;
 }
 body.home .hd__logo {
  display: none;
 }
 body.home.blog .hd__logo {
  display: block;
 }
 .hd__menutrigger {
  opacity: 1;
  top: 10px;
 }
 .l-gnav__container.is__open .l-header__navi {
  display: flex;
 }
}

@media screen and (min-width: 821px) {
 .l-header__navi li a:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 0;
  left: auto;
  right: 0;
  bottom: 8px;
  background-color: var(--color-blk);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: none;
  z-index: 1;
 }
 .l-header__navi li.current a:before {
  background-color: var(--color-pnk);
 }
 .l-header__navi li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
 }
 .l-header__navi li:hover > .l-gnav__child {
  opacity: 1;
  pointer-events: initial;
  transition: 0.4s ease;
 }
 .hd__linkbtn a:hover {
  opacity: 0.5;
 }
 .l-gnav__container.is__open .l-header__navi li a:before {
  bottom: 6px;
  background-color: var(--color-wht);
 }
 .l-gnav__container.is__open .l-header__navi li.current a:before {
  background-color: var(--color-blk);
 }
 .hd__menutrigger:hover span.hd__menutrigger__line01 {
  transform: translateX(-6px);
 }
 .hd__menutrigger:hover span.hd__menutrigger__line02 {
  transform: translateX(6px);
 }
 .hd__menutrigger.is__active:hover span.hd__menutrigger__line01 {
  transform: rotate(30deg) translateX(0px);
 }
 .hd__menutrigger.is__active:hover span.hd__menutrigger__line02 {
  transform: rotate(-30deg) translateX(0px);
 }
}

@media only screen and (max-width: 820px) {
 .l-gnav__container.is__open .l-header__navi {
  padding: 140px 60px 60px 120px;
 }
 .l-gnav__container.is__open .l-header__navi li {
  height: 60px;
  margin-top: 10px;
 }
 .l-gnav__container.is__open .l-header__navi li.about {
  padding-bottom: 30px;
 }
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: 2.8rem;
 }
 .l-gnav__container.is__open .l-header__navi li .child span {
  font-size: 2.4rem;
 }
 .l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list {
  gap: 0 40px;
 }
 .l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list li a span {
  font-size: 2.8rem;
 }
}

@media only screen and (max-width: 600px) {
 .hd__logo {
  top: 26px;
  width: 100px;
 }
 .l-gnav__container.is__open .l-header__navi {
  top: 0;
  width: 100%;
  height: 100vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
 }
 .l-gnav__container.is__open .l-header__navi ul {
  width: 100%;
  padding-block: 60px 0;
 }
 .l-gnav__container.is__open .l-header__navi li {
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 24px;
 }
 .l-gnav__container.is__open .l-header__navi li.about {
  margin-top: 0;
  padding-bottom: 15px;
 }
 .l-gnav__container.is__open .l-header__navi li:nth-last-child(-n + 3) {
  border-bottom: none;
 }
 .l-gnav__container.is__open .l-header__navi li.is_pc {
  display: none;
 }
 .l-gnav__container.is__open .l-header__navi li.is_sp {
  display: flex;
 }
 .l-gnav__container.is__open .l-header__navi li a {
  justify-content: center;
 }
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: 2rem;
  word-break: break-all;
 }
 .l-gnav__container.is__open .l-header__navi li .child {
  justify-content: center;
 }
 .l-gnav__container.is__open .l-header__navi li .child span,
 .l-gnav__container.is__open .l-header__navi li .child.on span {
  font-size: 2rem;
 }
 .l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list {
  padding-block: 20px 0;
  justify-content: center;
  gap: 20px;
 }
 .l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list li {
  margin-right: 0;
  height: auto;
 }
 .l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list li a span {
  font-size: 2rem;
 }
 .l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list li a span::before {
  content: none;
 }
 .l-gnav__container.is__open .hd__linkbtn {
  margin-top: 40px;
  margin-bottom: 60px;
 }

 @keyframes hd__start {
  0% {
   opacity: 0;
   transform: translateY(-50px) translateX(0px);
  }
  100% {
   opacity: 1;
   transform: translateY(0) translateX(0);
  }
 }

 @keyframes hd__start_rev {
  0% {
   opacity: 0;
   transform: translateY(-50px) translateX(0px);
  }
  100% {
   opacity: 1;
   transform: translateY(0) translateX(0);
  }
 }

 .hd__menutrigger {
  top: 4px;
 }
 .hd__menutrigger-inner {
  width: 60px;
  height: 60px;
 }
 .hd__menutrigger-inner::before {
  width: 60px;
  height: 60px;
 }
 .hd__menutrigger span {
  width: 30px;
  left: 15px;
 }
 .hd__menutrigger span.hd__menutrigger__line01 {
  top: 22px;
 }
 .hd__menutrigger span.hd__menutrigger__line02 {
  top: 30px;
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line01 {
  transform: rotate(25deg) translateX(0px);
  left: 15px;
  top: 26px;
 }
 .hd__menutrigger.is__active span.hd__menutrigger__line02 {
  transform: rotate(-25deg) translateX(0px);
  left: 15px;
  top: 26px;
 }
 .hd__menutrigger .hd__menutrigger__txt {
  top: 40px;
 }
 .l-gnav__container.is__scroll .hd__menutrigger {
  top: 4px;
 }
}

@media only screen and (max-width: 340px) {
 .l-gnav__container.is__open .l-header__navi li a span {
  font-size: 1.8rem;
 }
 .l-gnav__container.is__open .l-header__navi li .child span,
 .l-gnav__container.is__open .l-header__navi li .child.on span {
  font-size: 1.8rem;
 }
 .l-gnav__container.is__open .l-header__navi ul.l-gnav__child__list li a span {
  font-size: 1.8rem;
 }
}

/*
titleArea
==================================================================================*/
.titleArea {
 display: block;
 position: relative;
 width: 100%;
 height: 56.25vw;
 background-color: var(--color-wht);
 z-index: 2;
}
.ol {
 filter: drop-shadow(0px 0px 6px rgba(25, 47, 28, 0.25)) drop-shadow(0px 0px 6px rgba(25, 47, 28, 0.25));
}
.ol2 {
 filter: drop-shadow(0px 0px 6px rgba(67, 115, 63, 0.25)) drop-shadow(0px 0px 6px rgba(67, 115, 63, 0.25));
}
.ta_main {
 display: block;
 width: 100%;
 height: 100%;
 position: relative;
}
.main_img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
 background: url(../img/ta_img_main.jpg) no-repeat 0 0;
 background-size: 100% auto;
}
.main_img_head {
 display: block;
 position: absolute;
 bottom: 0;
 left: 56.5808%;
 padding-bottom: 24.558%;
 width: 7.3529%;
}
.main_img_head span {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 30%;
 background: url(../img/ta_img_head.png) no-repeat 0 0;
 background-size: 100% auto;
}
.ta_h1 {
 position: absolute;
 top: 0;
 left: 22.76%;
 width: 54.48%;
 display: block;
 padding-top: 21.54%;
}
.ta_c1 {
 position: absolute;
 top: 0;
 left: 30.515%;
 width: 38.97%;
 display: block;
 padding-top: 13.69%;
}
.ta_c2 {
 position: absolute;
 bottom: 0;
 left: 26.5%;
 display: block;
 width: 47%;
 padding-bottom: 1.28%;
}
.ta_bnr {
 position: absolute;
 top: 0;
 right: 1.2%;
 display: flex;
 justify-content: flex-end;
 gap: 1%;
 width: 42%;
 padding-top: 58px;
}
.bnr_dvd,
.bnr_stream {
 width: 49.5%;
}
.bnr_dvd a,
.bnr_stream a {
 display: block;
 border: 2px solid var(--color-wht);
 transition: all 0.25s ease-in-out;
}
.ta_billing {
 position: absolute;
 bottom: 0;
 left: 1.83%;
 display: block;
 width: 26.47%;
 padding-bottom: 1.72%;
}
.ta_date {
 position: absolute;
 bottom: 0;
 right: 1%;
 display: block;
 width: 28%;
 padding-bottom: min(7.27%, 140px);
}
.top_sns {
 display: none;
}
.ta_under {
 position: absolute;
 bottom: 0;
 right: 1%;
 display: block;
 width: 50%;
 padding-bottom: 0.99%;
 display: flex;
 flex-flow: column;
 align-items: flex-end;
 gap: 8px;
}
.top_banner {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
}
.top_banner .bnr_mvtk,
.top_banner .bnr_mjr {
 width: 11vw;
 max-width: 214px;
}
.top_social {
 display: flex;
 margin-top: 10px;
 z-index: 2;
 justify-content: flex-end;
 margin-right: -15px;
 width: 100%;
}
.top_social div {
 position: relative;
}
.top_social > div#filmarks {
 top: -1px;
 margin-right: 4px;
}
.top_social > div#filmarks a,
.top_social > div#filmarks a img {
 height: 22px;
}

/* is__start */
.ta_c1,
.ta_c2,
.ta_billing,
.ta_date,
.ta_under {
 opacity: 0;
}
body.is__start .ta_c1 {
 animation-name: obiDown;
 animation-duration: 1.5s;
 animation-timing-function: ease-out;
 animation-delay: 3s;
 animation-fill-mode: both;
}
body.is__start .ta_c2 {
 animation-name: obiDown;
 animation-duration: 1.5s;
 animation-timing-function: ease-out;
 animation-delay: 3.5s;
 animation-fill-mode: both;
}
body.is__start .ta_billing {
 animation-name: obiLeft;
 animation-duration: 2.5s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 5s;
 animation-fill-mode: both;
}
body.is__start .ta_date,
body.is__start .ta_under {
 animation-name: obiRight;
 animation-duration: 2.5s;
 animation-timing-function: cubic-bezier(0.08, 0.8, 0.315, 1);
 animation-delay: 5s;
 animation-fill-mode: both;
}

@keyframes obizoom {
 0% {
  opacity: 0;
  transform: scale(1.1, 1.1);
 }
 100% {
  opacity: 1;
  transform: scale(1, 1);
 }
}
@keyframes obiOpa {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes obiLeft {
 0% {
  opacity: 0;
  transform: translateX(-50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes obiRight {
 0% {
  opacity: 0;
  transform: translateX(50px);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes obiDown {
 0% {
  transform: translateY(-30px);
  opacity: 0;
 }
 100% {
  transform: translateY(0);
  opacity: 1;
 }
}

@media screen and (min-width: 821px) {
 .linkbtn a:hover {
  background-color: var(--color-blk);
 }
 .bnr_dvd a:hover,
 .bnr_stream a:hover {
  transform: scale(1.03);
  transition: all 0.25s ease-in-out;
 }
}

@media screen and (min-width: 1920px) {
 .titleArea {
  height: 1080px;
 }
 .main_img_head {
  left: 1086.34px;
  padding-bottom: 471.508px;
  width: 141.172px;
 }
}

@media screen and (max-width: 1280px) {
 .ta_date {
  padding-bottom: 8%;
 }
}

@media screen and (max-width: 1000px) {
 .top_sns {
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
 }
 .top_sns .sns .btn a {
  fill: var(--color-wht);
 }
}

@media screen and (max-width: 820px) {
 .titleArea {
  height: auto;
 }
 .ol_sp {
  filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.4)) drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.4));
 }
 .ta_main {
  height: 141vw;
 }
 .main_img {
  background: url(../img/ta_img_bg_sp.jpg) no-repeat 50% 0;
  background-size: cover;
 }
 .main_img_head {
  width: 100%;
  height: 68.29vw;
  left: unset;
  padding-bottom: unset;
  background: url(../img/ta_img_cast_sp.png) no-repeat 0 0;
  background-size: cover;
 }
 .main_img_head span {
  display: none;
 }
 .ta_h1 {
  left: 0;
  width: 101.02%;
  padding-top: 61.28%;
 }
 .ta_c1 {
  left: 20%;
  width: 60%;
  padding-top: 23.67%;
 }
 .ta_c2 {
  bottom: unset;
  top: 0;
  left: 3.85%;
  width: 92.3%;
  padding-top: 53.67%;
  padding-bottom: unset;
 }
 .ta_date {
  right: 14%;
  width: 72%;
  padding-bottom: 2.39%;
 }
 .ta_bnr {
  position: relative;
  top: unset;
  right: unset;
  display: flex;
  justify-content: center;
  gap: 2%;
  width: 100%;
  padding-top: 3%;
  padding-inline: 3%;
 }
 .bnr_dvd,
 .bnr_stream {
  width: 49%;
 }
 .bnr_dvd a,
 .bnr_stream a {
  border: none;
 }
 .ta_billing {
  position: relative;
  bottom: unset;
  left: unset;
  display: block;
  width: 80%;
  margin-inline: auto;
  margin-top: 8%;
  padding-bottom: unset;
 }
 .top_sns {
  position: relative;
  top: unset;
  right: unset;
  display: block;
  margin-top: 4%;
 }
 .top_sns .sns .btn a {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0px;
  fill: var(--color-blk);
 }
 .ta_under {
  position: relative;
  bottom: unset;
  right: unset;
  width: 96%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 8px;
  margin-top: 3%;
  margin-inline: auto;
 }
 .top_banner {
  gap: 6px;
 }
 .top_banner .bnr_mvtk,
 .top_banner .bnr_mjr {
  width: 160px;
 }
 .top_linkbtn {
  justify-content: center;
 }
 .top_social {
  margin-top: 1%;
  justify-content: center;
 }
 .scrollbtn {
  display: none;
 }
 body.is__start .ta_billing,
 body.is__start .ta_date,
 body.is__start .top_sns,
 body.is__start .ta_under {
  animation: none;
  opacity: 1;
 }
}

@media only screen and (max-width: 600px) {
 .ta_bnr {
  flex-flow: column;
  gap: 2vw;
  padding-top: 4%;
  padding-inline: 4%;
 }
 .bnr_dvd,
 .bnr_stream {
  width: 100%;
 }
 .ta_billing {
  width: 96.58%;
 }
}

@media only screen and (max-width: 340px) {
 .top_banner .bnr_mvtk,
 .top_banner .bnr_mjr {
  width: 140px;
 }
}

/*
 top_mvtk
==================================================================================*/
.mvtk {
 width: 100%;
 display: block;
 padding: 20px 40px;
}
.top_mvtk {
 width: 100%;
 display: block;
}
.top_mvtk #mvtk-widgets-container {
 margin: 0 auto;
}
.top_mvtk .mvtk-normal-container {
 border: none;
}

@media only screen and (max-width: 820px) {
 .mvtk {
  width: 100%;
  display: block;
  padding-block: 40px 80px;
 }
}
@media only screen and (max-width: 600px) {
 .mvtk {
  padding: 20px 0 80px;
 }
 .top_mvtk {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 0;
 }
}

@media only screen and (max-width: 349px) {
 .top_mvtk {
  padding: 0;
 }
}

/*
 movieModal
==================================================================================*/
#cboxTopCenter {
 height: 0;
}
#cboxClose {
 right: -24px;
 top: -24px;
 width: 48px;
 height: 48px;
 background: url(../img/common/svg_close.svg) no-repeat 50% 50%;
 background-size: auto 20px;
 z-index: 10000;
 transition: transform 0.3s ease-out;
}
#cboxClose::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 48px;
 height: 48px;
 background-color: rgba(255, 255, 255, 0.1);
 border: 1px solid rgba(255, 255, 255, 0.4);
}
#cboxClose:hover {
 background: url(../img/common/svg_close.svg) no-repeat 50% 50%;
 background-size: auto 20px;
}

@media only screen and (max-width: 820px) {
 #cboxClose {
  right: 2px;
  top: -50px;
 }
}

/*
 top_mvtk
==================================================================================*/
.mvtk {
 width: 100%;
 display: block;
 padding: 20px 40px 10px;
 background-color: var(--color-wht);
}
.mvtk_flex {
 display: flex;
 justify-content: center;
 gap: 10px;
}
.top_mvtk {
 width: 100%;
 display: block;
}
.top_mvtk #mvtk-widgets-container {
 margin: 0 auto;
}
.top_mvtk .mvtk-normal-container {
 border: none;
}

@media only screen and (max-width: 820px) {
 .mvtk {
  width: 100%;
  display: block;
  padding-block: 40px 20px;
 }
}
@media only screen and (max-width: 600px) {
 .mvtk {
  padding: 20px 0 0;
 }
 .mvtk_flex {
  display: flex;
  justify-content: center;
  gap: 2%;
  padding-inline: 2%;
 }
}

@media only screen and (max-width: 349px) {
 .top_mvtk {
  padding: 0;
 }
}

/* Contents
 ================================================================================== */
.cont_body {
 position: relative;
}
.ttl {
 position: absolute;
 top: 120px;
 left: 70px;
 display: flex;
 flex-flow: row;
 padding-left: 30px;
 color: var(--color-pnk);
 width: 70px;
 z-index: 3;
}
.ttl::before {
 content: "";
 position: absolute;
 top: 0;
 right: -5px;
 width: 1px;
 height: 100%;
 display: block;
 background-color: var(--color-pnk);
 z-index: 3;
}
.mds {
 display: inline-block;
 font-size: 3rem;
 font-weight: 400;
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
 white-space: nowrap;
}
.sub {
 position: absolute;
 top: 0;
 left: 20px;
 display: inline-block;
}
.sub span {
 position: relative;
 display: inline-block;
 font-size: 1.2rem;
 font-weight: 400;
 word-wrap: break-word;
 transform: rotate(90deg);
 transform-origin: 0 0;
 white-space: nowrap;
}
.bg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.bg .img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 background-size: cover;
}
.img_scale figure {
 overflow: hidden;
 transition: all 0.3s ease;
 position: relative;
}
.img_scale figure::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0);
 overflow: hidden;
 transition: all 0.6s ease;
 z-index: 1;
}
.img_scale figure img {
 transition: all 0.8s ease;
}
.pannel_button {
 width: 22px;
 height: 22px;
 display: block;
}
.pannel_button::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 border-radius: 100%;
 background-color: var(--color-pnk);
 transition: all 0.3s ease;
}
.pannel_button::after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 display: block;
 background: url(../img/pannel_btn.png) no-repeat 50% 50%;
 background-size: 8px 8px;
}

@media only screen and (min-width: 821px) {
 .img_scale:hover figure::before {
  background: rgba(0, 0, 0, 0.2);
 }
 .img_scale:hover figure img {
  transform: scale(1.1);
 }
 a:hover .pannel_button::before {
  transform: scale(1.3);
  transition: all 0.3s ease;
  background-color: var(--color-blu);
 }
}

@media only screen and (max-width: 820px) {
 .ttl {
  position: absolute;
  top: 120px;
  left: 70px;
  display: flex;
  flex-flow: row;
  padding-left: 30px;
  color: var(--color-pnk);
  width: 70px;
  z-index: 3;
 }
 .ttl::before {
  right: 7px;
 }
 .mds {
  font-size: 2.4rem;
 }
 .sub {
  left: 25px;
 }
}

@media only screen and (max-width: 600px) {
 .ttl {
  top: 120px;
  left: -1%;
  width: 54px;
  padding-left: 25px;
 }
 .mds {
  font-size: 1.8rem;
 }
 .sub {
  top: -3px;
  left: 22px;
 }
 .sub span {
  font-size: 1rem;
 }
}

@media only screen and (max-width: 340px) {
 .ttl::before {
  right: 10px;
 }
 .mds {
  font-size: 1.6rem;
 }
}

/* news_trailer
================================================================================== */
.news_trailer {
 width: 100%;
 position: relative;
}
.news_trailer .cont_body {
 padding-inline: 75px;
}
.news_trailer .contbox {
 padding-block: 60px 110px;
}
.news_trailer .news_trailer_flex {
 display: flex;
 gap: 150px;
}
.news {
 width: calc(50% - 75px);
 padding-left: 90px;
 position: relative;
}
.trailer {
 width: calc(50% - 75px);
 position: relative;
}
.news .ttl {
 top: 0;
 left: 0;
}
.trailer .ttl {
 top: 0;
 left: -90px;
}
.news .ttl::before,
.trailer .ttl::before {
 content: none;
}
.news .mds,
.trailer .mds {
 font-size: 2.4rem;
}
.newslist {
 border-top: 1px solid #d8d8d8;
}
.newslist li {
 border-bottom: 1px solid #d8d8d8;
}
.newslist li a {
 display: flex;
 flex-flow: column;
 gap: 5px;
 padding: 16px 10px;
}
.newslist time {
 color: var(--color-pnk);
 font-size: 1.6rem;
}
.newslist p {
 color: var(--color-blk);
 font-size: 1.6rem;
 line-height: 1.44;
}
.morebtn {
 margin-top: 20px;
 display: flex;
 justify-content: flex-end;
}
.morebtn a {
 color: var(--color-blk);
 display: flex;
 align-items: center;
 position: relative;
 transition: all 0.3s ease;
}
.morebtn a em {
 font-size: 1.6rem;
 padding-bottom: 5px;
}
.morebtn a span {
 width: 16px;
 height: 12px;
 margin-left: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
}
.morebtn a span svg {
 width: 16px;
 height: 12px;
 fill: var(--color-blk);
 transition: all 0.3s ease;
}
#topmovarea {
 display: block;
 position: relative;
 width: 100%;
 line-height: 1;
}
#topmovarea .movie {
 width: 100%;
 margin: 0 auto;
}
#topmovarea .movie .inner {
 position: relative;
 width: 100%;
 height: 0;
 padding-top: 56.5%;
 overflow: hidden;
 margin: 0 auto;
}
#topmovarea .movie .inner iframe {
 width: 100%;
 height: 100%;
 line-height: 1em;
 position: absolute;
 top: 0;
 left: 0;
}
#topmovarea .movie .tab_area {
 width: 100%;
 display: block;
}
#topmovarea .movie .tab_area ul {
 width: 100%;
 display: flex;
 justify-content: flex-start;
 flex-wrap: wrap;
 padding-block: 20px 0;
 gap: 10px;
}
#topmovarea .movie .tab_area li {
 display: block;
 text-align: center;
 position: relative;
}
#topmovarea .movie .tab_area li.widebtn {
 width: 100%;
}
#topmovarea .movie .tab_area li a {
 display: block;
 width: 100%;
 height: 100%;
 font-size: 1.6rem;
 line-height: 1.2;
 text-decoration: none;
 background-color: var(--color-wht);
 color: #444444;
 border: 2px solid #444444;
 padding: 12px 16px;
 letter-spacing: 0;
 white-space: nowrap;
}
#topmovarea .movie .tab_area li a span {
 font-size: 1.4rem;
 margin-left: 4px;
}
#topmovarea .movie .tab_area li a.active {
 color: var(--color-pnk);
 border: 2px solid var(--color-pnk);
}
.top_linkbtn .linkbtn span.trailer_btn {
 display: none;
}

@media only screen and (min-width: 821px) {
 .newslist li a:hover {
  background-color: #f8f8f8;
 }
 .morebtn a:hover {
  color: var(--color-pnk);
 }
 .morebtn a:hover span svg {
  fill: var(--color-pnk);
 }
 #topmovarea .movie .tab_area li a:hover {
  background-color: #444444;
  color: var(--color-wht);
 }
 #topmovarea .movie .tab_area li a.active:hover {
  color: var(--color-pnk);
  background-color: var(--color-wht);
 }
}

@media only screen and (max-width: 820px) {
 .news_trailer .cont_body {
  padding-inline: 40px;
 }
 .news_trailer .contbox {
  padding-block: 20px 60px;
 }
 .news_trailer .news_trailer_flex {
  flex-flow: column-reverse;
  gap: 60px;
 }
 .news {
  width: 100%;
  padding-left: 80px;
 }
 .trailer {
  width: 100%;
  padding-left: 80px;
 }
 .news .ttl {
  left: 0;
 }
 .trailer .ttl {
  left: 0;
 }
 .news .mds,
 .trailer .mds {
  font-size: 2.4rem;
 }
}

@media only screen and (max-width: 600px) {
 .news_trailer .cont_body {
  padding-inline: 0;
 }
 .news_trailer .contbox {
  padding-block: 20px 20px;
 }
 .news_trailer .news_trailer_flex {
  gap: 30px;
 }
 .news {
  width: 83%;
  margin-left: auto;
  padding-left: unset;
  padding-right: 4.4vw;
 }
 .trailer {
  width: 100%;
  padding-left: 0;
 }
 #topmovarea .movie .tab_area {
  width: 100vw;
  display: flex;
  position: relative;
  overflow-x: scroll;
 }
 #topmovarea .movie .tab_area ul {
  display: flex;
  /* flex-flow: row nowrap; */
  width: 1500px;
  padding: 10px;
  gap: 4px;
 }
 #topmovarea .movie .tab_area li a {
  font-size: 1.35rem;
  padding: 10px 8px;
 }
 .news .ttl {
  left: -20%;
 }
 .trailer .ttl {
  display: none;
 }
 .news .mds,
 .trailer .mds {
  font-size: 1.8rem;
 }
 .newslist li a {
  display: flex;
  flex-flow: column;
  gap: 3px;
  padding: 8px 0;
 }
 .newslist time {
  color: var(--color-pnk);
  font-size: 1.2rem;
 }
 .newslist p {
  color: var(--color-blk);
  font-size: 1.6rem;
  line-height: 1.4;
 }
 .morebtn {
  margin-top: 15px;
 }
}

@media only screen and (max-width: 340px) {
 #topmovarea .movie .tab_area li a {
  font-size: 1.2rem;
  padding: 8px 6px;
 }
 #topmovarea .movie .tab_area li a span {
  font-size: 1.1rem;
 }
}

/* intro
================================================================================== */
.intro_header {
 position: relative;
 width: 100%;
 height: 100vh;
 background: #fff url(../img/intro_header.jpg) no-repeat 50% 50%;
 background-size: cover;
 background-attachment: fixed;
}
.intro_photo {
 width: 100%;
 position: relative;
 padding-top: 4.41%;
 padding-bottom: 5.88%;
}
.intro_photo_02 {
 margin-left: 3.67%;
 width: 39.7%;
 position: relative;
}
.intro_photo_03 {
 position: absolute;
 bottom: 0;
 right: 0;
 width: 47%;
 padding-bottom: 9.55%;
 z-index: 2;
}
#intro {
 width: 100%;
 position: relative;
}
#intro .contbox {
 padding-bottom: 200px;
}
#intro .ttl {
 right: inherit;
 left: calc(10% - 42px);
 top: calc(82vw * 0.46);
}
.p-intro {
 width: 82.35%;
 margin-left: auto;
}
.intro_main {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 55.84%;
 position: relative;
}
.intro_main .bg .img {
 background-image: url(../img/intro_photo_04.jpg);
}
.p-intro .intro_cp {
 font-size: 3.6rem;
 line-height: 1.4;
 letter-spacing: -0.04em;
 color: var(--color-nvy);
 margin-top: 60px;
}
.p-intro .p-text {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 width: 100%;
 margin-top: 60px;
 padding-right: 75px;
}
.p-intro .p-text .fleft {
 width: 66%;
}
.p-intro .p-text p {
 font-size: 1.7rem;
 font-weight: 400;
 line-height: 1.9;
}
.p-intro .p-text p + p {
 margin-top: 1.5em;
}
.p-intro .p-text .fright {
 width: 28%;
}
.p-intro .p-text .fright figure {
 position: relative;
 display: block;
 width: 100%;
 height: 0;
 padding-top: 75%;
}
.p-intro .p-text .fright figure .bg .img {
 background-image: url(../img/intro_photo_05.jpg);
}

@media only screen and (min-width: 1920px) {
 .intro_header {
  background-attachment: unset;
 }
}

@media only screen and (max-width: 820px) {
 .intro_header {
  height: 80vw;
  background: #fff url(../img/intro_header.jpg) no-repeat 50% 0%;
  background-size: cover;
  background-attachment: unset;
 }
 #intro .contbox {
  padding-bottom: 200px;
 }
 #intro .ttl {
  left: 3%;
  top: calc(82vw * 0.46);
 }
 .p-intro {
  width: 84%;
 }
 .p-intro .intro_cp {
  font-size: 3.1rem;
  margin-top: 60px;
  padding-right: 40px;
 }
 .p-intro .p-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
  margin-top: 60px;
  padding-right: 40px;
 }
 .p-intro .p-text .fleft {
  width: 100%;
 }
 .p-intro .p-text p {
  font-size: 1.6rem;
 }
 .p-intro .p-text p + p {
  margin-top: 1.5em;
 }
 .p-intro .p-text .fright {
  width: 40%;
 }
}

@media only screen and (max-width: 600px) {
 #intro .ttl {
  left: -1%;
 }
 #intro .contbox {
  padding-bottom: 100px;
 }
 .p-intro {
  width: 83%;
 }
 .p-intro .intro_cp {
  font-size: 2.1rem;
  margin-top: 30px;
  padding-right: 4.4vw;
 }
 .p-intro .p-text {
  gap: 30px;
  margin-top: 30px;
  padding-right: 4.4vw;
 }
 .p-intro .p-text p {
  font-size: 1.4rem;
  line-height: 1.7;
 }
 .p-intro .p-text .fright {
  width: 60%;
 }
}

@media only screen and (max-width: 340px) {
 .p-intro .intro_cp {
  font-size: 1.8rem;
  line-height: 1.6;
 }
 .p-intro .p-text p {
  font-size: 1.3rem;
 }
}

/* story
================================================================================== */
#story {
 width: 100%;
 position: relative;
}
#story .ttl {
 left: unset;
 right: 105px;
 top: 0;
}
#story .contbox {
 position: relative;
 display: flex;
 align-items: flex-start;
}
.story_photo {
 width: 44.44%;
 display: flex;
 flex-flow: row wrap;
}
.story_photo_01 {
 width: 100%;
}
.story_photo_02,
.story_photo_03 {
 width: 50%;
}
.p-story {
 width: 55.56%;
 padding-top: 250px;
 padding-left: 75px;
 padding-right: 75px;
}
.p-story .inner {
 max-width: 520px;
 margin-left: auto;
 margin-right: auto;
}
.p-story p {
 font-size: 1.7rem;
 font-weight: 400;
 line-height: 1.9;
}
.p-story p em {
 letter-spacing: -0.1em;
}
.story_under {
 width: 100%;
 position: relative;
 margin-top: 120px;
 padding-bottom: 10.33%;
}
.story_photo_04 {
 padding-top: 4.85%;
 width: 36.76%;
 position: relative;
}
.story_photo_05 {
 position: absolute;
 bottom: 0;
 left: 33.33%;
 width: 26.5%;
 padding-bottom: 5.14%;
}
.story_photo_06 {
 position: absolute;
 top: 0;
 right: 0;
 width: 30%;
}

@media only screen and (max-width: 820px) {
 #story .ttl {
  left: 3%;
  right: unset;
 }
 #story .contbox {
  flex-flow: column;
  width: 84%;
  margin-left: auto;
 }
 .story_photo {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
 }
 .story_photo_01 {
  width: 100%;
 }
 .story_photo_02,
 .story_photo_03 {
  width: 50%;
 }
 .p-story {
  width: 100%;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 40px;
 }
 .p-story .inner {
  max-width: unset;
 }
 .p-story p {
  font-size: 1.6rem;
 }
 .story_under {
  margin-top: 60px;
 }
}

@media only screen and (max-width: 600px) {
 #story .ttl {
  left: -1%;
  right: unset;
 }
 #story .contbox {
  width: 83%;
 }
 .p-story {
  padding-top: 30px;
  padding-right: 4.4vw;
 }
 .p-story .inner {
  max-width: unset;
 }
 .p-story p {
  font-size: 1.4rem;
  line-height: 1.7;
 }
 .story_under {
  margin-top: 40px;
 }
 .story_photo_04 {
  padding-top: 4.85%;
  width: 44%;
 }
 .story_photo_05 {
  left: 38%;
  width: 28%;
  z-index: 2;
 }
 .story_photo_06 {
  width: 36%;
 }
}

@media only screen and (max-width: 340px) {
 .p-story p {
  font-size: 1.3rem;
 }
}

/* cast
================================================================================== */
#cast {
 width: 100%;
 position: relative;
}
.cast_header {
 position: relative;
 width: 100%;
 height: 50vw;
 background: var(--color-wht) url(../img/cast_header.jpg) no-repeat 50% 0;
 background-size: cover;
 background-attachment: fixed;
}
#cast .contbox {
 padding-top: 130px;
}
.p-cast {
 width: 82.35%;
 margin-left: auto;
 padding-right: 12.5%;
}
.cast_flex_01 {
 display: flex;
 flex-flow: row wrap;
 gap: 50px;
}
.cast_flex_01 .cast {
 width: calc(50% - 25px);
 display: block;
 position: relative;
}
.cast_flex_02 {
 display: flex;
 flex-flow: row wrap;
 gap: 40px 24px;
 margin-top: 50px;
}
.cast_flex_02 .cast {
 width: calc(33.33% - 16px);
 display: block;
 position: relative;
}
.cast .photo {
 display: block;
 transition: 0.4s all;
}
.cast .photo figure {
 position: relative;
}
.photo figure .pannel_button {
 position: absolute;
 bottom: 8px;
 right: 8px;
}
.cast_desc {
 margin-top: 15px;
}
.cast_desc .job {
 font-size: 1.5rem;
}
.cast_desc .name {
 margin-top: 10px;
 font-size: 2.2rem;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 gap: 10px 20px;
}
.cast_desc .name .en {
 font-size: 1.8rem;
}
.cast_flex_01 .cast .name {
 font-size: 3rem;
}

@media only screen and (min-width: 821px) {
 a.cast:hover .photo {
  transition: 0.4s all;
  transform: scale(1.05);
 }
 a.cast:hover .name {
  transition: 0.4s 0.1s all;
  transform: scale(1.05);
 }
}

@media only screen and (min-width: 1920px) {
 .cast_header {
  height: 960px;
  background-attachment: unset;
 }
}

@media only screen and (max-width: 820px) {
 .cast_header {
  height: 60vw;
  background-attachment: unset;
 }
 #cast .ttl {
  top: 130px;
  left: 3%;
 }
 .p-cast {
  width: 84%;
  padding-right: 40px;
 }
 .cast_flex_01 {
  gap: 18px;
 }
 .cast_flex_01 .cast {
  width: calc(50% - 9px);
 }
 .cast_flex_02 {
  gap: 40px 18px;
  margin-top: 50px;
 }
 .cast_flex_02 .cast {
  width: calc(33.33% - 12px);
 }
 .cast .photo figure {
  border: 2px solid var(--color-pnk);
 }
 .cast_desc .job {
  font-size: 1.4rem;
 }
 .cast_desc .name {
  font-size: 1.9rem;
 }
 .cast_desc .name .en {
  font-size: 1.2rem;
 }
 .cast_flex_01 .cast .name {
  font-size: 2.4rem;
 }
}

@media only screen and (max-width: 600px) {
 #cast .ttl {
  top: 60px;
  left: -1%;
 }
 #cast .contbox {
  padding-top: 60px;
 }
 .p-cast {
  width: 83%;
  padding-right: 4.4vw;
 }
 .cast_flex_01 {
  flex-flow: column;
  gap: 20px;
 }
 .cast_flex_01 .cast {
  width: 100%;
 }
 .cast_flex_02 {
  gap: 16px 12px;
  margin-top: 20px;
 }
 .cast_flex_02 .cast {
  width: calc(50% - 6px);
 }
 .cast_desc {
  margin-top: 10px;
 }
 .cast_desc .job {
  font-size: 1.2rem;
 }
 .cast_desc .name {
  font-size: 1.6rem;
  flex-flow: column;
  align-items: flex-start;
  gap: 5px;
  margin-top: 5px;
 }
 .cast_desc .name .en {
  font-size: 1.1rem;
 }
 .cast_flex_01 .cast .name {
  font-size: 2.2rem;
 }
}

@media only screen and (max-width: 340px) {
 .cast_desc .job {
  font-size: 1.1rem;
 }
 .cast_desc .name {
  font-size: 1.5rem;
 }
 .cast_desc .name .en {
  font-size: 1rem;
 }
 .cast_flex_01 .cast .name {
  font-size: 1.8rem;
 }
}

/* [pannel] 
 -----------------------------------------------*/
.pannel {
 display: block;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: var(--color-wht);
 z-index: 2000;
 transform: scale(0.9);
 transition: all 0.8s cubic-bezier(0, 0.64, 0.32, 1);
 opacity: 0;
 pointer-events: none;
}
.pannel.is__open {
 transform: scale(1);
 opacity: 1;
 pointer-events: initial;
}
.pannel::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 56%, rgba(255, 255, 255, 0) 100%);
}
.p-btn {
 position: absolute;
 top: 0;
 right: 0;
 width: 80px;
 height: 80px;
 z-index: 3;
}
.p-btn a {
 width: 80px;
 height: 80px;
 display: flex;
 justify-content: center;
 align-items: center;
 transition: transform 0.3s ease-out;
 cursor: pointer;
}
.p-btn a::before,
.p-btn a::after {
 content: "";
 transition: 0.3s;
 width: 40px;
 height: 2px;
 background: var(--color-blk);
 display: block;
 position: absolute;
 left: 20px;
 top: 40px;
 transform: rotate(45deg);
}
.p-btn a::after {
 transform: rotate(-45deg);
}
.pannel_prev,
.pannel_next {
 position: fixed;
 display: flex;
 align-items: center;
 justify-content: center;
 right: calc(50% + 40px);
 top: 10px;
 width: 40px;
 height: 40px;
}
.pannel_prev svg,
.pannel_next svg {
 width: 16px;
 height: 12px;
 fill: currentColor;
}
.pannel_next {
 right: unset;
 left: calc(50% + 40px);
}
.pannel_prev svg {
 transform: rotate(180deg);
}
.pannel_prev::before {
 content: "";
 position: fixed;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 60px;
 background-color: rgba(255, 255, 255, 0.95);
}
.pannel_prev::after {
 content: "";
 position: absolute;
 right: -40px;
 top: -10px;
 display: block;
 width: 1px;
 height: 60px;
 background-color: var(--color-blk);
}
.pannel_wrap {
 display: block;
 width: 100%;
 height: 100vh;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 position: relative;
 z-index: 2;
}
.pannel_inner {
 display: flex;
 justify-content: flex-end;
 padding-block: 150px;
}
.pannel_base {
 width: 100%;
}
.cast_detail {
 width: 52.2%;
 margin-left: auto;
 padding-right: 9.55%;
 position: relative;
}
#staff_pannel_12 .cast_detail,
#staff_pannel_13 .cast_detail {
 min-width: 710px;
 padding-left: 4.78%;
 padding-right: 4.78%;
 margin-right: auto;
}
.cast_detail .photo {
 position: fixed;
 top: 150px;
 left: 0;
 width: 40%;
}
.cast_detail .name {
 font-size: 3rem;
}
.cast_detail .text {
 margin-top: 40px;
 word-break: break-all;
}
.cast_detail .text p {
 font-size: 1.3rem;
 line-height: 1.6;
}
.cast_detail .cast_comment {
 margin-top: 60px;
 color: var(--color-nvy);
}
.cast_detail .cast_comment .en {
 font-size: 1.2rem;
 padding-left: 0.25em;
}
.cast_detail .cast_comment .name {
 font-size: 2.4rem;
 margin-top: 5px;
 margin-bottom: 20px;
}
.cast_detail .cast_comment p {
 font-size: 1.5rem;
 line-height: 1.8;
}
.cast_detail .staff_desc .name .en {
 font-size: 1.4rem !important;
}
.staff_desc .sb {
 font-size: 1.8rem;
 margin-top: 20px;
}
.original_text {
 margin-top: 30px;
}
.original_text p {
 font-size: 1.6rem;
 line-height: 1.8;
}
.artist_photo {
 margin-bottom: 40px;
}
.staff_detail {
 max-width: 640px;
 margin-inline: auto;
 position: relative;
 display: flex;
 align-items: center;
 height: calc(100vh - 300px);
}
.staff_detail .name {
 font-size: 3rem;
}
.staff_detail .name .en {
 font-size: 1.4rem;
}
.staff_detail .text {
 margin-top: 40px;
 word-break: break-all;
}
.staff_detail .text p {
 font-size: 1.3rem;
 line-height: 1.6;
}
.staff_book {
 width: 340px;
 margin-inline: auto;
 margin-bottom: 40px;
}
.staff_book_name .sb {
 font-size: 1.8rem;
 margin-top: 20px;
}

@media screen and (min-width: 821px) {
 .p-btn a.close-btn:hover span {
  transform: rotate(90deg);
 }
 .p-btn a.prev-btn:hover span::before {
  left: 30%;
 }
}

@media screen and (max-width: 820px) {
 .p-btn {
  width: 60px;
  height: 60px;
 }
 .p-btn a {
  width: 60px;
  height: 60px;
 }
 .p-btn a::before,
 .p-btn a::after {
  left: 10px;
  top: 30px;
 }
 .pannel_inner {
  padding-block: 120px;
 }
 .cast_detail {
  width: 100%;
  padding-inline: 10%;
  display: flex;
  flex-flow: column;
 }
 #staff_pannel_12 .cast_detail,
 #staff_pannel_13 .cast_detail {
  min-width: unset;
  width: 100%;
  padding-inline: 10%;
 }
 .cast_detail .photo {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
 }
 .cast_main {
  margin-top: 20px;
 }
 #staff_pannel_12 .cast_main,
 #staff_pannel_13 .cast_main {
  margin-top: 0;
 }
 .cast_detail .text {
  margin-top: 20px;
 }
 .cast_detail .cast_comment {
  margin-top: 40px;
 }
 .cast_detail .cast_comment .name {
  font-size: 2rem;
  margin-bottom: 15px;
 }
 .staff_desc {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-top: 25px;
 }
 .staff_desc .en {
  font-size: 1.2rem;
  display: block;
 }
 .staff_desc .sb {
  font-size: 2.4rem;
  margin-top: 4px;
 }
}

@media screen and (max-width: 600px) {
 .pannel_inner {
  padding-block: 100px;
 }
 .cast_detail {
  width: 100%;
  padding-inline: 8%;
  display: flex;
  flex-flow: column;
 }
 #staff_pannel_12 .cast_detail,
 #staff_pannel_13 .cast_detail {
  padding-inline: 8%;
 }
 .cast_detail .photo {
  position: relative;
  top: unset;
  left: unset;
  width: 100%;
 }
 .cast_main {
  margin-top: 10px;
 }
 .cast_detail .name {
  font-size: 2.4rem;
  line-height: 1.4;
 }
 .cast_detail .text {
  margin-top: 15px;
 }
 .cast_detail .text p {
  font-size: 1.2rem;
  line-height: 1.5;
 }
 .cast_detail .cast_comment {
  margin-top: 40px;
 }
 .cast_detail .cast_comment .name {
  font-size: 1.8rem;
  margin-bottom: 10px;
 }
 .cast_detail .cast_comment .en {
  font-size: 1.1rem;
  padding-left: 0.25em;
 }
 .staff_detail {
  width: 100%;
  padding-inline: 8%;
  display: flex;
  flex-flow: column;
 }
 .staff_detail .name {
  font-size: 2.2rem;
 }
 .cast_desc .name .en {
  font-size: 1.1rem;
 }
 .staff_detail .text {
  margin-top: 10px;
 }
 .staff_desc {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 10px 20px;
  margin-top: 10px;
 }
 .staff_desc .en {
  font-size: 1.2rem;
  display: block;
 }
 .cast_detail .staff_desc .name .en {
  font-size: 1.4rem !important;
 }
 .staff_desc .sb {
  font-size: 2rem;
  margin-top: 0px;
 }
 .original_text {
  margin-top: 30px;
 }
 .original_text p {
  font-size: 1.4rem;
  line-height: 1.8;
 }
 .artist_photo {
  margin-bottom: 20px;
 }
 .staff_detail {
  max-width: 640px;
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
 }
 .staff_detail .name {
  font-size: 2.2rem;
 }
 .staff_detail .name .en {
  font-size: 1.1rem;
 }
 .staff_detail .text {
  margin-top: 15px;
 }
 .staff_detail .text p {
  font-size: 1.2rem;
  line-height: 1.5;
 }
 #staff_pannel_12 .cast_detail .name,
 #staff_pannel_13 .cast_detail .name {
  font-size: 2.2rem;
 }
 .staff_book {
  width: 80%;
  margin-bottom: 20px;
 }
 .staff_book_name .sb {
  font-size: 1.4rem;
  margin-top: 15px;
 }
}

/* staff
 ================================================================================== */
#staff {
 width: 100%;
 position: relative;
}
#staff .contbox {
 padding-top: 180px;
 padding-bottom: 120px;
}
#staff .ttl {
 top: 180px;
}
.p-staff {
 width: 82.35%;
 margin-left: auto;
 padding-right: 12.5%;
}
.staff_wrap {
 display: flex;
 flex-flow: column;
 gap: 100px;
}
.staff.staff_01 {
 width: 100%;
 display: flex;
 flex-flow: row;
 align-items: center;
 gap: 48px;
}
.staff.staff_01 .photo {
 width: calc(50% - 25px);
 display: block;
 position: relative;
}
.staff.staff_01 .staff_desc {
 display: inline-block;
}
.staff.staff_01 .staff_desc .name {
 font-size: 3rem;
}
.staff.staff_01 .staff_desc .name + .name {
 margin-top: 15px;
}
.staff.staff_01 .photo figure {
 position: relative;
}
.staff_item {
 display: flex;
 flex-flow: wrap;
 gap: 10px 10px;
 position: relative;
}
.staff_item .pannel_button {
 position: relative;
}
.staff.staff_12 .photo,
.staff.staff_13 .photo {
 width: 100%;
 display: block;
 position: relative;
}
.staff .name {
 font-size: 2rem;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 gap: 10px 20px;
}
.staff .en {
 font-size: 1.4rem;
}
.staff .text {
 margin-top: 20px;
}
.staff .text p {
 font-size: 1.3rem;
 line-height: 1.8;
}
.staff_flex {
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 gap: 50px 50px;
}
.staff_flex .staff {
 width: calc(50% - 25px);
}
.staff_under {
 display: flex;
 flex-flow: row wrap;
 align-items: flex-start;
 gap: 50px;
}
.staff_under .staff {
 width: calc(50% - 25px);
 display: block;
 position: relative;
 padding: 15px;
 border: 1px solid var(--color-pnk);
 transition: all 0.3s ease;
}
.staff_under .pub {
 font-size: 1.8rem;
}

@media only screen and (min-width: 821px) {
 .staff_under .staff:hover {
  border: 1px solid var(--color-blu);
  transform: scale(1.02);
  transition: all 0.3s ease;
 }
}

@media only screen and (max-width: 820px) {
 #staff .contbox {
  padding-bottom: 60px;
 }
 #staff .ttl {
  top: 180px;
  left: 3%;
 }
 .p-staff {
  width: 84%;
  padding-right: 40px;
 }
 .staff_wrap {
  gap: 50px;
 }
 .staff.staff_01 {
  gap: 24px;
 }
 .staff.staff_01 .photo {
  width: calc(50% - 12px);
 }
 .staff.staff_01 .staff_desc .name {
  font-size: 2.4rem;
 }
 .staff.staff_01 .staff_desc .name + .name {
  margin-top: 15px;
 }
 .staff.staff_01 .photo figure {
  border: 2px solid var(--color-pnk);
 }
 .staff .name {
  font-size: 1.9rem;
 }
 .staff .en {
  font-size: 1.2rem;
 }
 .staff .text p {
  font-size: 1.3rem;
  line-height: 1.6;
 }
 .staff_flex {
  gap: 40px 0;
 }
 .staff_flex .staff {
  width: 100%;
 }
 .staff_under {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
 }
 .staff_under .staff {
  width: auto;
 }
}

@media only screen and (max-width: 600px) {
 #staff .contbox {
  padding-top: 100px;
  padding-bottom: 40px;
 }
 #staff .ttl {
  top: 100px;
  left: -1%;
 }
 .p-staff {
  width: 83%;
  padding-right: 4.4vw;
 }
 .staff.staff_01 {
  flex-flow: column;
  align-items: flex-start;
  gap: 0;
 }
 .staff.staff_01 .photo {
  width: 100%;
 }
 .staff.staff_01 .staff_desc {
  margin-top: 15px;
 }
 .staff.staff_01 .staff_desc .name {
  font-size: 2.2rem;
 }
 .staff.staff_01 .staff_desc .name + .name {
  margin-top: 5px;
 }
 .staff .name {
  font-size: 1.5rem;
  gap: 10px 10px;
 }
 .staff .en {
  font-size: 1rem;
 }
 .staff .text {
  margin-top: 20px;
 }
 .staff .text p {
  font-size: 1.2rem;
  line-height: 1.5;
 }
 .staff_flex {
  gap: 30px 0;
 }
 .staff_under {
  gap: 20px;
 }
 .staff_under .staff {
  padding: 10px 5px;
 }
 .staff_under .staff .name {
  gap: 10px 0;
 }
 .cast_detail .cast_comment p {
  font-size: 1.4rem;
  line-height: 1.7;
 }
 .staff_under .pub {
  font-size: 1.4rem;
 }
}

@media only screen and (max-width: 340px) {
 .staff.staff_01 .staff_desc .name {
  font-size: 1.8rem;
 }
 .staff .name {
  font-size: 1.4rem;
 }
 .staff .text {
  margin-top: 10px;
 }
 .staff .text p {
  font-size: 1.1rem;
  line-height: 1.4;
 }
 .staff_under .pub {
  font-size: 1.2rem;
 }
}

/* interview
================================================================================== */
#interview {
 width: 100%;
 position: relative;
}
#interview .contbox {
 padding-top: 48px;
 padding-bottom: 100px;
}
#interview .ttl {
 right: inherit;
 left: calc(10% - 42px);
 top: calc(82vw * 0.2);
}
.p-interview {
 width: 82.35%;
 margin-left: auto;
}
.interview_main {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 55.84%;
 position: relative;
}
.interview_main .bg .img {
 background-image: url(../img/interview_photo_01.jpg);
}
.p-interview .p-text_01 {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 width: 100%;
 margin-top: 60px;
 padding-right: 75px;
}
.p-interview .p-text_01 .fleft {
 width: 66%;
}
.p_ques {
 display: flex;
 position: relative;
 color: var(--color-blu);
 font-size: 2.4rem;
 line-height: 1.4;
 margin-bottom: 30px;
}
.p_ques::before {
 content: "――";
 margin-right: 0.4em;
 letter-spacing: -0.1em;
}
.p-interview .p-text p {
 font-size: 1.6rem;
 font-weight: 400;
 line-height: 1.9;
}
.p-interview .p-text_01 p + p {
 margin-top: 1.5em;
}
.p-interview .p-text_01 .fright {
 width: 28%;
}
.p-interview .p-text .fright figure {
 position: relative;
 display: block;
 width: 100%;
 height: 0;
 padding-top: 75%;
}
.p-interview .p-text_01 .img {
 background-image: url(../img/interview_photo_02.jpg);
}
.interview_block + .interview_block {
 margin-top: 90px;
}
.p-interview .p-text_02 {
 display: block;
 margin-top: 90px;
 padding-right: 75px;
}
.interview_photo {
 display: flex;
}
.interview_photo_03,
.interview_photo_04 {
 width: 50%;
 position: relative;
 display: block;
 height: 0;
 padding-top: 37.5%;
}
.interview_photo_03 .img {
 background-image: url(../img/interview_photo_03.jpg);
}
.interview_photo_04 .img {
 background-image: url(../img/interview_photo_04.jpg);
}
.interview_block_flex {
 display: flex;
 gap: 6%;
}
.interview_block_flex .fleft {
 width: 53%;
}
.interview_block_flex .fright {
 width: 41%;
}
.interview_block_flex .img {
 background-image: url(../img/interview_photo_05.jpg);
}

@media only screen and (max-width: 820px) {
 #interview .contbox {
  padding-top: 100px;
 }
 #interview .ttl {
  left: 3%;
  top: calc(82vw * 0.46);
 }
 .p-interview {
  width: 84%;
 }
 .p-interview .p-text_01 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
  margin-top: 60px;
  padding-right: 40px;
 }
 .p-interview .p-text_01 .fleft {
  width: 100%;
 }
 .p-interview .p-text_01 .fright {
  width: 50%;
 }
 .p_ques {
  font-size: 2rem;
 }
 .interview_block_flex {
  flex-flow: column;
  align-items: flex-end;
  gap: 40px;
 }
 .interview_block_flex .fleft {
  width: 100%;
 }
 .interview_block_flex .fright {
  width: 56%;
 }
}

@media only screen and (max-width: 600px) {
 #interview .contbox {
  padding-top: 70px;
 }
 #interview .ttl {
  left: -1%;
 }
 #interview .contbox {
  padding-bottom: 40px;
 }
 .p-interview {
  width: 83%;
 }
 .p-interview .p-text_01 {
  gap: 30px;
  margin-top: 30px;
  padding-right: 4.4vw;
 }
 .p-interview .p-text_01 .fright {
  width: 100%;
 }
 .p-interview .p-text_02 {
  margin-top: 30px;
  padding-right: 4.4vw;
 }
 .interview_block + .interview_block {
  margin-top: 40px;
 }
 .interview_photo {
  flex-flow: column;
 }
 .interview_photo_03,
 .interview_photo_04 {
  width: 100%;
  padding-top: 75%;
 }
 .p_ques {
  font-size: 1.6rem;
  margin-bottom: 20px;
 }
 .p-interview .p-text p {
  font-size: 1.4rem;
  line-height: 1.8;
 }
 .interview_block_flex .fright {
  width: 100%;
 }
}

@media only screen and (max-width: 340px) {
 .p_ques {
  font-size: 1.5rem;
 }
 .p-interview .p-text p {
  font-size: 1.3rem;
 }
}

/* director
================================================================================== */
#director {
 width: 100%;
 position: relative;
}
#director .contbox {
 padding-top: 48px;
 padding-bottom: 100px;
}
#director .ttl {
 right: inherit;
 left: calc(10% - 42px);
 top: calc(82vw * 0.2);
}
.p-director {
 width: 82.35%;
 margin-left: auto;
}
.director_main {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 55.84%;
 position: relative;
}
.director_main .bg .img {
 background-image: url(../img/director_photo_01.jpg);
}
.p-director .p-text {
 display: block;
 margin-top: 90px;
 max-width: 1000px;
 padding-right: 150px;
 margin-right: auto;
}
.p-director .p-text p {
 font-size: 1.6rem;
 font-weight: 400;
 line-height: 1.9;
}
.p-director .p-text p.right {
 text-align: right;
 margin-top: 1em;
}

@media only screen and (max-width: 820px) {
 #director .contbox {
  padding-top: 100px;
 }
 #director .ttl {
  left: 3%;
  top: calc(82vw * 0.46);
 }
 .p-director {
  width: 84%;
 }
 .p-director .p-text {
  margin-top: 60px;
  max-width: unset;
  padding-right: 40px;
 }
}

@media only screen and (max-width: 600px) {
 #director .contbox {
  padding-top: 70px;
 }
 #director .ttl {
  left: -1%;
 }
 #director .contbox {
  padding-bottom: 40px;
 }
 .p-director {
  width: 83%;
 }
 .p-director .p-text {
  margin-top: 30px;
  padding-right: 4.4vw;
 }
 .p-director .p-text p {
  font-size: 1.4rem;
  line-height: 1.8;
 }
}

@media only screen and (max-width: 340px) {
 .p-director .p-text p {
  font-size: 1.3rem;
 }
}

/* comment
================================================================================== */
#comment {
 width: 100%;
 position: relative;
}
#comment .contbox {
 padding-top: 48px;
 padding-bottom: 100px;
}
#comment .ttl {
 right: inherit;
 left: calc(10% - 42px);
 top: calc(82vw * 0.2);
}
.p-comment {
 width: 82.35%;
 margin-left: auto;
}
.comment_main {
 display: block;
 width: 100%;
 height: 0;
 padding-top: 45%;
 position: relative;
}
.comment_main .bg .img {
 background-image: url(../img/comments_photo_01.jpg);
}
.comment_box {
 display: flex;
 flex-flow: column;
 gap: 60px;
 margin-top: 90px;
 max-width: 1000px;
 padding-right: 150px;
 margin-right: auto;
}
.comment {
 width: 100%;
 display: block;
 position: relative;
}
.comment p {
 font-size: 1.7rem;
 font-weight: 400;
 line-height: 1.8em;
 letter-spacing: 0;
}
.comment p.name {
 color: var(--color-wht);
 line-height: 1.4;
 font-weight: 700;
 display: inline-block;
 padding: 0.05em 0.5em 0.15em;
 margin-top: 15px;
 padding-left: 35px;
 position: relative;
 background-color: var(--color-blu);
}
.comment p.name::before {
 content: "";
 position: absolute;
 top: 13px;
 left: 10px;
 width: 20px;
 height: 1px;
 background: var(--color-wht);
 display: block;
}
.comment p.name em {
 font-size: 1.6rem;
 display: inline-block;
 letter-spacing: 0;
}
.comment p.name .job {
 font-size: 1.3rem;
 font-weight: 400;
 display: inline-block;
}
.comment p.name .bassui {
 font-size: 1.1rem;
 font-weight: 400;
 display: inline-block;
}
.biko {
 margin-top: 20px;
 font-size: 1.2rem;
 text-align: right;
 padding: 0;
}

@media only screen and (max-width: 820px) {
 #comment .contbox {
  padding-top: 100px;
 }
 #comment .ttl {
  left: 3%;
  top: calc(82vw * 0.46);
 }
 .p-comment {
  width: 84%;
 }
 .comment_main {
  padding-top: 55.84%;
 }
 .p-comment .comment_box {
  margin-top: 60px;
  max-width: unset;
  padding-right: 40px;
 }
 .comment p {
  font-size: 1.6rem;
 }
}

@media only screen and (max-width: 600px) {
 #comment .contbox {
  padding-top: 70px;
 }
 #comment .ttl {
  left: -1%;
 }
 #comment .contbox {
  padding-bottom: 40px;
 }
 .p-comment {
  width: 83%;
 }
 .p-comment .comment_box {
  margin-top: 30px;
  padding-right: 4.4vw;
  gap: 40px;
 }
 .comment p {
  font-size: 1.4rem;
 }
 .comment p.name {
  padding: 0.3em 0.1em 0.3em 35px;
  margin-top: 10px;
 }
 .comment p.name::before {
  top: 15px;
 }
 .comment p.name em {
  font-size: 1.4rem;
 }
 .comment p.name .job {
  font-size: 1.2rem;
 }
}

@media only screen and (max-width: 340px) {
 .comment p {
  font-size: 1.3rem;
 }
 .comment p.name::before {
  top: 15px;
 }
 .comment p.name em {
  font-size: 1.3rem;
 }
 .comment p.name .job {
  font-size: 1.1rem;
 }
 .comment p.name .bassui {
  font-size: 1rem;
 }
}

/* news
================================================================================== */
#news {
 width: 100%;
 position: relative;
}
#news .contbox {
 padding-top: 250px;
 padding-bottom: 100px;
}
#news .ttl {
 right: inherit;
 left: calc(10% - 42px);
 top: 250px;
}
.p-newsarea {
 width: 82.35%;
 margin-left: auto;
}
.news_main {
 display: block;
 max-width: 955px;
 padding-right: 75px;
}
.news_main .newslist li a {
 display: flex;
 flex-flow: column;
 gap: 5px;
 padding: 22px 10px;
}
.news_main .newslist p {
 font-size: 2.4rem;
 line-height: 1.44;
}
.news_main .meta {
 display: flex;
 flex-flow: column;
 gap: 5px;
}
.news_main .meta time {
 color: var(--color-pnk);
 font-size: 1.8rem;
 font-weight: 500;
}
.news_main .meta .title {
 font-size: 2.8rem;
 line-height: 1.44;
}
.entry_body {
 margin-top: 60px;
 font-size: 1.6rem;
 line-height: 1.8;
}
.entry_body p {
 font-size: 1.6rem;
 line-height: 1.8;
}
.entry_body p + p {
 margin-top: 30px;
}
.entry_body b {
 font-weight: 700;
}
.entry_body img {
 margin-block: 60px;
}
.entry_body a {
 color: var(--color-pnk2);
}
.entry_body h2,
.entry_body h3,
.entry_body h4 {
 color: var(--color-blu);
 font-size: 2.4rem;
 margin-top: 60px;
 margin-bottom: 15px;
}
.news_under {
 margin-top: 90px;
 display: block;
}
.wp-pagenavi {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 30px;
}
.wp_prev,
.wp_next {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
}
.wp_prev a,
.wp_next a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
}
.wp_prev svg,
.wp_next svg {
 width: 16px;
 height: 12px;
 fill: currentColor;
}
.wp_prev svg {
 transform: rotate(180deg);
}
a.backlink {
 display: block;
 width: 40px;
 height: 40px;
 background: url(../img/common/ico_all.png) no-repeat 50% 50%;
 background-size: 18px 18px;
}
a.backlink span {
 display: none;
}

@media only screen and (min-width: 821px) {
 .entry_body a:hover {
  text-decoration: underline;
 }
}

@media only screen and (max-width: 820px) {
 #news .contbox {
  padding-top: 180px;
  padding-bottom: 50px;
 }
 #news .ttl {
  left: 3%;
  top: 180px;
 }
 .p-newsarea {
  width: 84%;
 }
 .news_main {
  max-width: unset;
  padding-right: 40px;
 }
 .news_main .newslist p {
  font-size: 2rem;
 }
}

@media only screen and (max-width: 600px) {
 #news .contbox {
  padding-top: 120px;
  padding-bottom: 40px;
 }
 #news .ttl {
  left: -1%;
  top: 120px;
 }
 .p-newsarea {
  width: 83%;
 }
 .news_main {
  padding-right: 4.4vw;
 }
 .news_main .newslist li a {
  padding: 8px 0;
 }
 .news_main .newslist p {
  font-size: 1.6rem;
  line-height: 1.4;
 }
 .news_main .meta time {
  font-size: 1.2rem;
 }
 .news_main .meta .title {
  font-size: 2.4rem;
  line-height: 1.44;
 }
 .entry_body {
  margin-top: 30px;
  font-size: 1.5rem;
 }
 .entry_body p {
  font-size: 1.5rem;
  line-height: 1.7;
 }
 .entry_body p + p {
  margin-top: 21px;
 }
 .entry_body img {
  margin-block: 20px;
 }
 .entry_body h2,
 .entry_body h3,
 .entry_body h4 {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 10px;
 }
 .news_under {
  margin-top: 40px;
  margin-left: -17%;
 }
}

@media only screen and (max-width: 340px) {
 .news_main .meta .title {
  font-size: 2.2rem;
 }
 .entry_body h2,
 .entry_body h3,
 .entry_body h4 {
  font-size: 1.8rem;
 }
 .entry_body p {
  font-size: 1.4rem;
 }
}

/* credit
================================================================================== */
#credit {
 margin-top: 60px;
 width: 100%;
 position: relative;
 background: url(../img/credit_bg.jpg) no-repeat 50% 100%;
 background-size: cover;
}
#credit .contbox {
 padding-top: max(7.09vw, 96px);
 padding-bottom: max(30vw, 360px);
}
.p-credit {
 display: flex;
 flex-flow: column;
 align-items: center;
 max-width: 770px;
 margin-inline: auto;
}
.cd_logo {
 width: 230px;
 height: 0;
 padding-top: 50px;
 background: url(../img/hd_logo.png) no-repeat 0 0;
 background-size: contain;
}
.cd_billing {
 width: 100%;
 max-width: 770px;
 margin-inline: auto;
 margin-top: 60px;
}
#credit #pageTop {
 position: fixed;
 display: block;
 bottom: -90px;
 right: 20px;
 width: 40px;
 height: 40px;
 z-index: 9;
 transition: all 0.5s ease-in-out;
 -webkit-transition: all 0.5s ease-in-out;
}
#credit #pageTop::before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 z-index: -1;
 background-color: var(--color-blk);
 transition: 0.2s;
}
#credit #pageTop.show {
 bottom: 8px;
}
#credit #pageTop a {
 display: block;
 height: 0;
 overflow: hidden;
 width: 48px;
 padding: 48px 0 0;
}
#credit #pageTop a:after {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -4px;
 margin-left: -5px;
 content: "";
 display: block;
 width: 10px;
 height: 10px;
 border: solid 0 var(--color-wht);
 border-width: 1px 0 0 1px;
 transform: rotate(45deg);
}

@media screen and (min-width: 821px) {
 #credit #pageTop:hover::before {
  transform: scale(1.1);
 }
}

@media only screen and (max-width: 820px) {
 #credit .contbox {
  padding-bottom: max(22vw, 280px);
 }
 .cd_billing {
  width: 70%;
 }
}

@media only screen and (max-width: 600px) {
 #credit {
  margin-top: 20px;
  background: url(../img/credit_bg_sp.jpg) no-repeat 50% 100%;
  background-size: cover;
 }
 #credit .contbox {
  padding-top: 16vw;
  padding-bottom: 70vw;
 }
 .cd_logo {
  max-width: 230px;
  width: 50%;
 }
 .cd_billing {
  width: 85%;
  margin-top: 30px;
 }
 #credit #pageTop {
  bottom: -80px;
  right: 8px;
  width: 40px;
  height: 40px;
 }
 #credit #pageTop a {
  width: 40px;
  padding: 40px 0 0;
 }
}

/* [Show Animate] 出現アニメーション
 ================================================================================== */
.p-show-elem {
 opacity: 0;
 transform: translateY(100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-rev {
 opacity: 0;
 transform: translateY(-100px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-left {
 opacity: 0;
 transform: translateX(-200px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.p-right {
 opacity: 0;
 transform: translateX(200px);
 transition: all 2s cubic-bezier(0.08, 0.8, 0.315, 1);
}
.p-show-elem.is-show,
.p-show-elem.p-rev.is-show,
.p-show-elem.p-left.is-show,
.p-show-elem.p-right.is-show {
 opacity: 1;
 transform: translate(0, 0);
}
.p-show-elem.del2 {
 transition-delay: 0.5s;
}
.p-show-elem.del3 {
 transition-delay: 0.6s;
}
.p-show-elem.del4 {
 transition-delay: 0.7s;
}
.p-show-elem.del5 {
 transition-delay: 0.8s;
}
.p-show-elem.del6 {
 transition-delay: 0.9s;
}

@media only screen and (max-width: 767px) {
 .p-show-elem.del2,
 .p-show-elem.del3,
 .p-show-elem.del4,
 .p-show-elem.del5,
 .p-show-elem.del6 {
  transition-delay: 0.3s;
 }
}

/* p-show-ttl */
.ttl.p-show-ttl .mds,
.ttl.p-show-ttl .sub {
 opacity: 0;
}
.ttl.p-show-ttl.is-show .mds {
 animation: ttl_down 1.2s cubic-bezier(0.295, 0.03, 0.115, 1) both;
}
.ttl.p-show-ttl.is-show .sub {
 animation: ttl_up 1.2s cubic-bezier(0.295, 0.03, 0.115, 1) 0.4s both;
}
@keyframes ttl_down {
 0% {
  opacity: 0;
  transform: translateY(-100px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes ttl_up {
 0% {
  opacity: 0;
  transform: translateY(50px);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}

@media only screen and (max-width: 600px) {
 .ttl_sp.p-show-ttl {
  opacity: 0;
 }
 .ttl_sp.p-show-ttl.is-show {
  animation: ttl_show 1.2s cubic-bezier(0.08, 0.8, 0.315, 1) 0.8s both;
 }
 @keyframes ttl_show {
  0% {
   opacity: 0;
   transform: translateY(-50px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
 }
}

/* p-show-img */
.p-show-img .img,
.p-show-img2 .img {
 opacity: 0;
 transform: scale(1.2);
}
.p-show-img.is-show .img,
.p-show-img2.is-show .img {
 opacity: 1;
 transform: scale(1);
 transition: all 1400ms cubic-bezier(0.295, 0.03, 0.115, 1);
}

/* p-show-item */
.review_tomato.p-show-item {
 opacity: 0;
 transform: translate(-10%, -20%);
}
.review_tomato.p-show-item.is-show {
 opacity: 1;
 transform: translate(0, 0);
 transition: all 0.8s cubic-bezier(0.295, 0.03, 0.115, 1);
 transition-delay: 0.6s;
}
.intro_photo_02.p-show-item2,
.intro_photo_03.p-show-item2,
.story_photo_04.p-show-item2,
.story_photo_06.p-show-item2 {
 opacity: 0;
 transform: translateY(40%);
}
.story_photo_05.p-show-item2 {
 opacity: 0;
 transform: translateY(-40%);
}
.intro_photo_02.p-show-item2.is-show,
.intro_photo_03.p-show-item2.is-show,
.story_photo_04.p-show-item2.is-show,
.story_photo_05.p-show-item2.is-show,
.story_photo_06.p-show-item2.is-show {
 opacity: 1;
 transform: translateY(0);
 transition: all 2s cubic-bezier(0.295, 0.03, 0.115, 1);
}
.intro_photo_02.p-show-item2.is-show,
.story_photo_05.p-show-item2.is-show {
 transition-delay: 0.6s;
}
