@charset "UTF-8";
body {

  background-color: #F0EEEA;
}
section {
  position: relative;
}
p {
  line-height: 1.6;
}

.header {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 72px;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  transition: all .4s;
}
.header_logo {
  opacity: 1;
  transition: all .4s;
}
.header_logo a {
  display: block;
  width: 136px;
  height: 40px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .4s;
}
.header_logo.active,
.header_nav_list.active {
  opacity: 0;
}
.header_nav_list {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 12px;
  transition: .2s;
  font-size: 1.4rem;
}
.header_nav_list li {
  padding: 0 12px;
}
.header_nav_list li a {
  color: #202020;
}
.header_nav_list li ._active {
  background-color: #F0EEEA;
  width: 100%;
  border-radius: 100px;
  padding: 0.3em 1em;
  font-weight: bold;
}
.header-left {
  display: flex;
  align-items: center;
}
.header_entry-btn {
  line-height: 2.5;
  text-align: center;
  width: 140px;
  font-size: 1.6rem;
  background-color: #E60012;
  border-radius: 100px;
  margin-right: 10%;
}
.header_entry-btn a {
  color: #fff;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.hamburger span:first-child {
  top: 8px;
  width: 100%;
}
.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span:last-child {
  top: 32px;
}
.hamburger.active span:first-child {
  top: 18px;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  display: none;
}
.hamburger.active span:last-child {
  top: 18px;
  transform: rotate(45deg);
}

.hamburger span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all .4s;
}
.gnav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 40;
  background-color: #000;
  text-align: center;
  color: #fff;
}
.gnav_menu {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
.gnav_menu li {
  display: block;
  padding: 10px;
}
.gnav_menu a {
  color: #fff;
}
.header.scrollin {
  background-color: #fff;
}
.header.scrollin .header_logo a {
  background-image: url(../img/logo_color.png);
}
.header.scrollin .hamburger span {
  background-color: #00110E;
}
.appear {
  position: relative;
}
#movie_area h2 {
  max-width: 527px;
  width: 86%;
  position: absolute;
  z-index: 5;
  top: 45%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 15px #666;
}
#movie_area .link_btn {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-65%) translateX(-50%);
  z-index: 5;
  width: 100%;
}
.link_btn_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#movie_area .link_btn p {
  color: #fff;
}
#movie_area .link_btn_arrow {
  border: 1px solid #fff;
}
#movie_area .link_btn_arrow::after {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.movie_wrap {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 580px;
    overflow: hidden;
    z-index: -1;
}
.movie_wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
#youtube_mask {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}
@media screen and (max-width: 960px) {
  .header_nav_list {
    display: none;
  }
}

/* contents */
/* contents共通 */
.link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link_btn p {
  color: #E60012;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
.link_btn_arrow {
  position: relative;
  display: block;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-left: 20px;
  border: 1px solid #E60012;
}
.link_btn_arrow::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 30%;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 4px solid #E60012;
  border-right: 4px solid #E60012;
  transform: rotate(45deg);
  box-sizing: border-box;
}
/* sec01 */
.sec01 {
  margin-top: -60px;
  background-color: #fff;
  border-top-right-radius: 72px;
  z-index: 10;
}
.sec01::before {
  content: '';
  position: absolute;
  top: -72px;
  left: 0;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(../img/bg_radius.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px;
  pointer-events: none;
}
.sec_item01 {
  padding: 72px 20px 172px;
  max-width: 1208px;
  margin: auto;
}
.sec01_ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sec01_ttl h3 {
  max-width: 353px;
  width: 100%;
  height: auto;
  padding-right: 48px;
}
.sec01_list {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.sec01_list li {
  position: relative;
}
.sec01_list li img {
  margin-left: 14px;
}
.sec01_list li::before {
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #E60012;
  transform: rotate(90deg);
  position: absolute;
  top: 20px;
  left: -20px;
}
.sec01_list li._01::before {
  content: "POINT 01";
}
.sec01_list li._02::before {
  content: "POINT 02";
}
.sec01_list li._03::before {
  content: "POINT 03";
}
.sec01_list li._04::before {
  content: "POINT 04";
}
.sec01_list li::after {
  content: "";
  width: 1px;
  height: 55%;
  background-color: #E60012;
  position: absolute;
  left: 4px;
  bottom: 0;
}
.sec01_list p {
  padding-top: 4px;
  padding-right: 16px;
  color: #00110E;
  font-weight: bold;
  background-color: #fff;
  border-top-right-radius: 14px;
  position: absolute;
  left: 14px;
  bottom: 0;
}
.sec01_list p::before,
.sec01_list p::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/corner_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.sec01_list p::before {
  top: -14px;
  left: 0;
}
.sec01_list p::after {
  right: -14px;
  bottom: 0;
}
.sec01_list li {
  width: 23%;
}

.contents {
  margin-top: -72px;
  background-color: #F0EEEA;
  border-top-right-radius: 72px;
  border-top-left-radius: 72px;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.content_wrap {
  padding: 72px 20px 172px;
  max-width: 1208px;
  margin: auto;
}

/* sec02 */
.sec02 {
  padding: 72px 20px 172px;
  max-width: 1208px;
  margin: auto;
}
.sec02_ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sec02_ttl h3 {
  max-width: 353px;
  width: 100%;
  height: auto;
  padding-right: 48px;
}

/* sec03 */
.sec03 {
  margin-top: -60px;
  background-color: #fff;
  border-top-left-radius: 72px;
  border-bottom-left-radius: 72px;
  z-index: 10;
  left: 80px;
}
.sec03::before {
  content: '';
  position: absolute;
  top: -72px;
  right: 80px;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(../img/bg_radius.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px;
  pointer-events: none;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sec03::after {
  content: '';
  position: absolute;
  bottom: -72px;
  right: 80px;
  display: inline-block;
  width: 72px;
  height: 72px;
  background-image: url(../img/bg_radius.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 72px;
  pointer-events: none;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sec03_block {
  max-width: 1080px;
  padding: 100px 20px;
  margin: auto;
  display: flex;
  position: relative;
  left: -80px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1230px) {
  .sec03_block {
    left: 0;
  }
}
.sec03_ttl {
  width: 40%;
}
.sec03_img {
  width: 56%;
  height: auto;
}
.sec03_ttl h3 {
  max-width: 337px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.sec03_link {
  margin-top: 20px;
}
.sec03_link li {
  padding-top: 12px;
}
.sec03 .link_btn {
  justify-content: flex-start;
}

/* sec04 */
.sec04 {
  margin: 100px auto 0;
  background-color: #C7C3BD;
  border-radius: 72px;
  max-width: 1127px;
  padding: 100px 64px;
  width: 90%;
}
.sec04_ttl h3 {
  max-width: 448px;
  width: 100%;
  height: auto;
}
.sec04_ttl p {
  color: #fff;
  margin-top: 20px;
}
.sec04_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec04_list li {
  width: 48%;
  margin-top: 32px;
  position: relative;
}
.sec04_list li p {
  padding: 10px 20px 10px 1px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #C7C3BD;
  border-top-right-radius: 24px;
  position: absolute;
  left: -1px;
  bottom: 0;
}
.sec04_list li p::before,
.sec04_list li p::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/top/corner03.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.sec04_list li p::before {
  top: -27px;
  left: -1px;
}
.sec04_list li p::after {
  right: -27px;
  bottom: 0;
}

/* banner */
.banner {
  width: 90%;
  max-width: 900px;
  margin: 80px auto 120px;
  display: flex;
  gap: 30px;
  align-items: center;
}
.banner li {
  width: 50%;
}
/*====================================================================
slick
====================================================================*/
.slider {
  width: 100%;
  margin: 32px auto;
}

.slider_img {
  margin: 0 10px;
}
.slider_img a {
  width: 100%;
  position: relative;
}
.slider_img .label {
  display: inline-block;
  padding: 8px 26px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.slider_img .label._01 {
  background-color: #00A0E9;
}
.slider_img .label._02 {
  background-color: #E60012;
}
.slider_img .txt {
  padding-top: 20px;
  padding-right: 30px;
  font-size: 14px;
  color: #00110E;
  background-color: #F0EEEA;
  border-top-right-radius: 28px;
  position: absolute;
  left: -1px;
  bottom: -1px;
}
.slider_img .txt::before,
.slider_img .txt::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/corner.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.slider_img .txt::before {
  top: -27px;
  left: 0;
}
.slider_img .txt::after {
  right: -27px;
  bottom: 0;
}
.slider_img .txt .name {
  font-size: 20px;
  font-weight: bold;
}
.slider_img .txt .name span.year {
  display: inline-block;
  padding-left: 8px;
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}

.slider_img:nth-of-type(even) {
  padding-top: 40px;
}

.slider_img img {
  height: auto;
  width: 100%;
}


@media screen and (max-width: 1080px) {
  .sec01_list {
    gap: 20px;
  }
  .sec01_list li {
    width: 48%;
  }
  .sec01_list li::after {
    height: 68%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
  .link_btn_arrow { 
    width: 40px;
    height: 40px;
    margin-left: 16px;
  }
  .link_btn_arrow::after {
    content: '';
    left: 28%;
    top: 30%;
  }
  .movie_wrap {
    height: 100vh;
  }
  #movie_area .link_btn {
    max-width: 527px;
    width: 86%;
    justify-content: flex-start;
    top: auto;
    bottom: 10%;
  }
  #movie_area .link_btn p {
    text-align: left;
  }
  .sec_item01 {
    padding: 72px 0 120px 20px;
  }
  .sec01 {
    margin-top: -30px;
    border-top-right-radius: 9.6vw;
  }
  .sec01::before {
    width: 9.6vw;
    height: 9.6vw;
    top: -9vw;
    background-size: 9.6vw;
  }
  .sec01_ttl {
    padding-right: 20px;
  }
  .sec01_ttl h3 {
    max-width: 649px;
    padding-right: 0;
  }
  .sec01_ttl p {
    padding: 16px 0 0;
  }
  .sec01_list {
    margin-top: 40px;
    gap: 0;
  }
  .sec01_list li {
    width: 100%;
    margin-top: 32px;
  }
  .sec01_list li:nth-of-type(1) {
    margin-top: 0;
  }
  .sec01_list li img {
    margin-left: 0;
    padding-left: 4vw;
  }
  .sec01_list li::before {
    font-size: 3.2vw;
    top: 10%;
    left: -6%;
  }
  .sec01_list p {
    padding-top: 4px;
    padding-right: 16px;
    color: #00110E;
    font-weight: bold;
    background-color: #fff;
    border-top-right-radius: 14px;
    position: absolute;
    left: 14px;
    bottom: -1px;
  }
  .sec01_list p::before,
  .sec01_list p::after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/corner_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  .sec01_list p::before {
    top: -14px;
    left: 0;
  }
  .sec01_list p::after {
    right: -14px;
    bottom: 0;
  }
  
  .sec02 {
    padding: 72px 0 120px;
  }
  .sec02_ttl {
    padding: 0 20px;
  }
  .sec02_ttl h3 {
    max-width: 659px;
  }
  .sec02_ttl p {
    padding: 16px 0 0 0;
  }
  .sec03 {
    left: 20px;
    border-top-left-radius: 9.6vw;
    border-bottom-left-radius: 9.6vw;
  }
  .sec03::before,
  .sec03::after {
    content: '';
    right: 4.6vw;
    width: 9.6vw;
    height: 9.6vw;
    background-size: 9.6vw;
  }
  .sec03::before {
    top: -9.6vw;
  }
  .sec03::after {
    bottom: -9.6vw;
  }
  .sec03_block {
    padding: 72px 40px 72px 20px;
  }
  .sec03_ttl {
    max-width: 620px;
    width: 100%;
  }
  .sec03_img {
    width: 100%;
    margin-top: 24px;
  }
  .sec04 {
    margin: 64px auto 0;
    padding: 64px 20px;
    border-radius: 9.6vw;
  }
  .sec04_ttl h3 {
    max-width: 590px;
  }
  .sec04_ttl p {
    margin-top: 16px;
  }
  .sec04_list li {
    width: 100%;
    margin-top: 24px;
  }
  .sec04_list li p {
    padding: 2vw 2vw 0 0;
    font-size: 4.26vw;
    border-top-right-radius: 3.73vw;
  }
  .banner {
    margin: 40px auto 80px;
    flex-direction: column;
    gap: 4vw;
  }
  .banner li {
    width: 100%;
  }
  .contents {
    border-top-right-radius: 9.6vw;
    border-top-left-radius: 9.6vw;
  }

/*====================================================================
slick
====================================================================*/
  .slider_img .label {
    padding: 1.6vw 4.26vw;
    top: 2.66vw;
    left: 2.66vw;
  }
  .slider_img .txt {
    padding-top: 5vw;
    padding-right: 8vw;
    font-size: 3.73vw;
    border-top-right-radius: 7.46vw;
  }
  .slider_img .txt .name {
    font-size: 5.33vw;
  }
  .slider_img .txt .name span.year {
    font-size: 3.2vw;
  }
}


/*====================================================================
フェードインアニメーション
====================================================================*/
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/*====================================================================
KVアニメーション
====================================================================*/
.link_btn_arrow {
  animation: btn 0.8s ease-in both;
  animation-delay: 5.6s; /* アニメーション開始時間 */
}
@keyframes btn {
  0% {
    transform:scale(1);
  }
  50%{
    transform:scale(1.5);
    background-color: rgba(255,255,255,0.5);
  }
  100%{
    transform:scale(1);
  }
}