@charset "UTF-8";
 html {
font-size: 10px;
}
body {
background-color: #000;
color: #fff;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.8;
font-family: "Zen Maru Gothic", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
width: 100%;
} ul {
list-style: none;
}
a {
-webkit-transition: all .5s 0s ease;
transition: all .5s 0s ease;
}
a:hover {
color: #4E2A87;
}
img {
max-width: 100%;
height: auto;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.4rem;
line-height: 1.5;
margin-bottom: 3rem;
}
h3 {
font-size: 3.2rem;
line-height: 1.5;
}
h4 {
font-size: 2.4rem;
font-weight: 500;
line-height: 2;
}
table {
width: 100%;
text-align: left;
}
.w1000 {
max-width: 1000px;
width: 100%;
margin: 0 auto;
}
.text-align-center {
text-align: center;
}
.text-align-right {
text-align: right;
}
.font-bold {
font-weight: bold;
}
.mt-03 {
margin-top: 3rem;
}
.mb-05 {
margin-bottom: 5rem;
}
.mb-06 {
margin-bottom: 6rem;
}
.mb-02 {
margin-bottom: 2rem;
}
.pl-01 {
padding-left: 1rem;
}
main {
overflow: hidden;
}
span.border-grad-purple {
position: relative;
}
span.border-grad-purple::after {
content: "";
position: absolute;
left: 0;
bottom: -1rem;
display: block;
width: 100%;
height: 2px;
background: linear-gradient(78deg, #271875 0%, #822ad4 100%);
}
.text-center {
text-align: center;
}
.w100 {
width: 100%;
}
.w50 {
width: 50%;
}
#back-link {
font-size: 2rem;
padding: 1rem;
color: #fff;
background-color: transparent;
border: 1px solid #fff;
text-align: center;
display: block;
width: 300px;
margin: 4rem auto 0;
transition: .4s all;
}
#back-link:hover {
color: #333;
background-color: #fff;
}
.modal-up {
position: relative;
background-size: cover;
}
.modal-up::before {
content: "";
background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0.5)));
background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 100%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.modal-up .modal-content {
position: relative;
z-index: 1;
height: 100%;
}
.modal-up .modal-content .flex {
height: 100%;
}
.modal-up .modal-content .flex h4 {
margin-bottom: 3rem;
}
.modal-up .modal-content .flex a {
display: inline-block;
margin-top: 3rem;
color: #fff;
border: 1px solid #fff;
padding: 1rem;
width: 300px;
}
.modal-up .modal-content .flex a:before {
content: "▶︎";
margin-right: .8rem;
}
.mvSwiper img {
display: block;
width: 100%;
height: auto;
}
.mvSwiper .swiper-wrapper {
line-height: 0;
}
.breadcrumb ul li a {
color: #fff;
text-decoration: underline;
} .container {
max-width: 1080px;
width: 100%;
margin: 0 auto;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.flex-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.flex-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.flex-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.flex-align-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.flex-direction-col {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.flex-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.col-01 {
width: 100%;
}
.col-02 {
width: 48%;
margin-bottom: 3rem;
}
.col-03 {
width: 31%;
margin-bottom: 2rem;
} .header {
}
.header .header-container {
padding: 1rem 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: inherit;
position: relative;
margin: 0 auto;
}
.header .logo {
height: 48px;
z-index: 9999;
margin-right: 4rem;
}
.header .logo img {
height: 100%;
}
.nav-items__item {
font-size: 1.4rem;
margin-right: 3rem;
}
.nav-items__item a {
color: #fff;
-webkit-transition: all .5s 0s ease;
transition: all .5s 0s ease;
}
.nav-items__item a:hover {
color: #ef8232;
}
#new {
margin-top: 3rem;
}
#new .container .flex::after{
content:"";
display: block;
width:31%;
}
@media screen and (min-width:1024px) {
content:"";
display: block;
width:48%;
}
.main {
overflow: hidden;
margin-bottom: 0;
}
.main section {
padding: 2rem 0;
}
.header__nav {
position: static;
-webkit-transform: initial;
transform: initial;
background-color: inherit;
height: inherit;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
.nav__items {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: initial;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.nav-items {
padding-top: inherit;
padding-bottom: inherit;
top: 0;
left: 0;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
} .header__hamburger {
width: 48px;
height: 100%;
}
.hamburger {
border:1px solid #fff;
z-index: 9999;
background: transparent;
height: 48px;
border-radius: 50%;
}
.hamburger span {
width: 80%;
height: 2px;
background-color: #fff;
position: relative;
-webkit-transition: ease .4s;
transition: ease .4s;
display: block;
margin: 0 auto;
}
.hamburger span:nth-child(1) {
top: 0;
}
.hamburger span:nth-child(2) {
margin: 8px auto;
}
.hamburger span:nth-child(3) {
top: 0;
} .header__nav.active {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
opacity: 0;
}
.hamburger.active span:nth-child(3) {
top: -10px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
footer .logo {
height: 45px;
margin-right: 4rem;
}
footer .logo img {
height: 100%;
}
footer .menu .flex {
gap: 35px;
}
footer .menu .flex li {
font-size: 1.4rem;
}
footer .menu .flex li a {
color: #fff;
}
footer .footer-up {
padding: 2rem 0;
}
footer .footer-bottom {
border-top: 1px solid #fff;
padding-top: 1.5rem;
margin-top: 1.5rem;
padding-bottom: 2rem;
}
footer .footer-bottom a, footer .footer-bottom .copyright {
color: #fff;
font-size: 1.4rem;
}
.breadcrumb {
margin-top: 1rem;
margin-bottom: 3rem;
}
.breadcrumb ul li {
font-size: 1.2rem;
display: inline-block;
}
.breadcrumb ul li::after {
content: ">";
}
.breadcrumb ul li:last-child::after {
content: none;
}
.movie-swiper a {
color: #fff;
}
.movie-swiper p {
line-height: 1.6;
}
.movie-swiper a h3 {
font-size: 1.8rem;
}
.col-03 a  {
color: #fff;
}
.col-03 a h3 {
font-size: 1.7rem;
}
@media screen and (max-width:1024px) {
.col-03 {
width: 48%;
}
}
@media screen and (max-width:760px) {
.col-03 {
width: 100%;
}
}
.movie-swiper .swiper-slide img {
border: 3px solid #fff;
}
.swiper-wrapper {
line-height: 0;
}
.movie-scroll h2 {
font-size: 2.4rem;
margin-bottom: 1.5rem;
}
.close-btn {
width: 40px;
height: 40px;
position: absolute;
cursor: pointer;
right: 5rem;
top: 5rem;
z-index: 10;
}
.close-btn::before,
.close-btn::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 2px;
background-color: #fff;
border-radius: 2px;
}
.close-btn::before {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn::after {
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
.mv {
background-color: #222;
}
.douga {
aspect-ratio: 16 / 9;
margin: 0 auto;
height: 100%;
}
.douga iframe, .douga video {
width: 100%;
height: 100%;
}
.douga-section h4 {
line-height: 1.4;
margin-bottom: 2rem;
}
.douga-section h4 span {
display: block;
font-size: 1.8rem;
}
.main .mv-top {
padding: 0;
}
.main .mv {
padding: 0;
height: 600px;
}
.main .douga-section {
padding: 4rem 0 2rem; 
}
.swiper-button-next, .swiper-button-prev {
color: #fff;
}
.swiper-button-next, .swiper-button-prev {
top: 34%;
}
@media screen and (max-width: 760px) {
.swiper-button-next,
.swiper-button-prev {
display: none !important;
}
}
@media screen and (min-width: 961px) {
.hamburger {
display: none;
}
}
@media screen and (max-width: 960px) {
.header__nav {
position: fixed;
right: 0;
left: 0;
top: 0;
width: 100%;
height: 100vh;
-webkit-transform: translateX(100%);
transform: translateX(100%);
background: #000;
background-blend-mode: multiply;
-webkit-transition: ease .4s;
transition: ease .4s;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 6rem;
z-index: 99;
}
.nav-items {
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 90%;
margin: 0 auto;
background-color: #fff;
padding: 2rem 2rem;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
border-radius: 20px 20px;
}
.nav-items__item a {
color: #333;
display: block;
}
.nav-items__item:last-child a {
margin-bottom: 0;
border-bottom: 0;
}
.nav-items__item {
width: 100%;
}
.nav-items__item a {
margin-bottom: 0;
display: block;
padding: 1.4rem 0;
border-bottom: 1px solid #333;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav-items__item a:after {
content: "";
background-image: url(//kodohapi.jp/wp-content/themes/drop_tcd087/assets/img/common/icon-arrow-brown.svg);
width: 25px;
height: 10px;
display: block;
margin-left: 1rem;
}
.cvn-area .contact-btn {
width: 90%;
margin: 0 auto;
padding: 2rem 3rem;
}
.header .header-container {
justify-content: space-between;
}
}
@media screen and (min-width: 761px) {
.sp-br {
display: none;
}
}
@media screen and (max-width: 1080px) {
.main section {
padding: 2rem 2rem;
}
footer {
padding: 0 2rem;
}
.modal-content {
padding: 0 2rem;
}
.main .mv {
height: auto;
}
.main .douga-section {
padding: 4rem 2rem 2rem;
}
}
@media screen and (max-width: 760px) {
.sp-mb-05 {
margin-bottom: 7rem !important;
}
.col-02 {
width: 100%;
}
.pc-br {
display: none;
}
.main .mv-top {
padding: 0 2rem;
}
.main .mv-top .title {
bottom: auto;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.main section {
padding: 1.5rem 2rem;
}
.main .lead p.text-center {
text-align: left;
}
.mv {
height: auto;
}
footer .logo {
margin-right: 0;
margin-bottom: 20px;
}
footer .menu .flex {
gap: 20px;
}
.movie-swiper a h3 {
font-size: 4.2vw;
}
footer .footer-bottom {
flex-direction: column
}
.main section {
padding: 1.5rem 2rem;
}
}
@media screen and (max-width: 540px) {
body {
font-size: 4vw;
}
h1 {
font-size: 8vw;
}
h2 {
font-size: 6.66667vw;
}
h3 {
font-size: 4.8vw;
}
h4 {
font-size: 4.26667vw;
}
.main .douga-section p {
font-size: 4vw;
}
}