@charset "UTF-8";

/********** flootingBnr **********/
.flootingBnr {
  position: fixed;
  bottom: 96px;
  left: 20px;
  content: '';
  z-index: 99;
  max-width: 600px;
}
.flootingBnr .click {
  display: block;
  transition: 0.5s;
}
.flootingBnr .click:hover {
  opacity: 0.8;
}
.flootingBnr .closeBtn {
  position: relative;
  cursor: pointer;
}
.flootingBnr .closeBtn .close {
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 6;
  /* background: red; */
}
.bnr_link a{
    display: block;
    /* background: pink; */
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 100%;
    right: 0;
    top: 0;
}
.bnr_link_ a{
  display: block;
  /* background: blue; */
  position: absolute;
  width: 50%;
  z-index: 5;
  height: 100%;
  left: 0;
  top: 0;
}
.flootingBnr {
  transition: .4s;
}
.flootingBnr:hover {
  opacity: .8;
}
.stopBnr {
    max-width: 1200px;
    margin: auto; 
    padding-top: 90px;
}
.stopBnr .link {
    display: block;
    width: 70%;
    margin: auto;
}
.stopBnr .link img {
    width: 100%;
}

@media screen and (max-width: 768px) {
  .flootingBnr {
    box-sizing: border-box;
    top: inherit;
    left: 10px;
    bottom: 100px;
    width: 100%;
    max-width: 200px;
    text-align: center;
  }
  .flootingBnr .closeBtn .close {
    width: 50px;
    height: 50px;
  }
    .flootingBnr .closeBtn .close {
      top: 0;
      right: 0px;
    }
    .flootingBnr .closeBtn .close::before,.flootingBnr .closeBtn .close::after {
        width: 3vw;
    }
    .stopBnr {
        padding-top: 50px;
    }
    .stopBnr .link {
        width: 90%;
    }
}

/* キャプション */
.cap_grey {
  position: absolute;
  font-size: clamp(1.1rem, -0.661rem + 2.29vw, 1.4rem);
  letter-spacing: 0.1em;
  bottom: 0px;
  left: 6px;
  color: #999999;
  z-index: 999999;
}
.cap_grey.right {
  left: auto;
  right: 6px;
  color: #999999;
}
.cap_grey.mv_cap {
  bottom: -40px;
  line-height: 1.3;
}
.cap_grey.bottom_right {
  bottom: -22px;
  left: auto;
  right: 6px;
}
.cap_bk {
  position: absolute;
  font-size: clamp(1.1rem, -0.661rem + 2.29vw, 1.4rem);
  letter-spacing: 0.1em;
  bottom: -22px;
  left: 6px;
  color: #666;
  z-index: 999999;
}
.cap_bk.right {
  left: auto;
  right: 6px;
  color: #666;
}
.cap_white {
  position: absolute;
  font-size: clamp(1.1rem, -0.661rem + 2.29vw, 1.4rem);
  letter-spacing: 0.1em;
  bottom: -22px;
  left: 6px;
  color: #fff;
}
.cap_white.right {
  position: absolute;
  font-size: clamp(1.1rem, -0.661rem + 2.29vw, 1.4rem);
  letter-spacing: 0.1em;
  bottom: -22px;
  left: auto;
  right: 6px;
  color: #fff;
  padding: 0;
}

@media only screen and (max-width:768px) {
  .cap_white {
    font-size: 12px;
    bottom: -20px;
    left: 6px;
  }
  .cap_white.right {
    font-size: 12px;
    bottom: -24px;
    right: 6px;
  }
}

/* row-reverse */
.row-reverse {
  flex-direction: row-reverse;
}

/* mv
/*======================================== */
.mv-allwrap {
  position: relative;
}
.mv {
  position: relative;
  overflow: hidden;
}
.mv_btn {
  position: absolute;
  width: 160px;
  top: 2%;
  right: 1%;
  opacity: 0%;
  display: none;
  cursor: pointer;
  z-index: 20;
}
.mv_title {
  position: absolute;
  width: 3%;
  top: 8%;
  left: 6%;
  opacity: 0%;
}
.mv_title02 {
  position: absolute;
  width: 15%;
  top: 50%;
  right: 5%;
  opacity: 0%;
  transform: translateY(-50%);
}
.mv video {
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  opacity: 100%;
}
.mv_image {
  opacity: 0%;
}
.mv_copy {
  position: absolute;
  background-color: rgba(255, 255, 255,0.7);
  padding: 14px 0;
  width: 63%;
  max-width: 940px;
  top: 15%;
  left: 0%;
  opacity: 0%;
}
.mv_copy_text {
  font-size: 43px;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-left: 90px;
}
.mv_text_1 {
  position: absolute;
  padding: 10px 10px;
  color: #fff;
  background-color: #000;
  font-size: clamp(1.3rem, 0.051rem + 1.624vw, 2rem);
  bottom: 0;
  left: 0;
  opacity: 0%;
}
@media only screen and (max-width:1024px) {
  .mv_copy_text {
    font-size: 28px;
    margin-left: 40px;
  }
}

@media only screen and (max-width:768px) {
  .mv_btn {
    position: absolute;
    width: 120px;
    top: auto;
    bottom: 2%;
    right: 1%;
  }
  .mv_title {
    position: absolute;
    width: 5.2%;
    top: 8%;
    left: 15%;
  }
  .mv_title02 {
    position: absolute;
    width: 18%;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv video {
    width:214%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
  .mv_copy {
    padding: 20px 0;
    width: 85%;
    max-width: 350px;
    top: 15%;
    left: 0%;
  }
  .mv_copy_text {
    font-size: 22px;
    margin-left: 20px;
  }
}


/* main
/*======================================== */
.main {
  padding-top: 180px;
}
.mv_movie {
  
}
.mv_movie .video {
  width: 100%;
}
.mv_area {
  margin-top: 100px;
  position: relative;
}
.mv_title_wrap {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  z-index: 3;
}
.mv_title_img {
  width: 90%;
  margin: auto;
}
.top_mv_title {
  font-size: clamp(5.5rem, 0.548rem + 6.45vw, 8rem);
  letter-spacing: 0.2em;
  line-height: calc(135 / 80);
  text-align: center;
}
@media only screen and (max-width:980px) {
  .main {
    padding-top: 80px;
  }
  .mv_area {
    margin-top: 100px;
    position: relative;
  }
  .mv_title_wrap {
    position: static;
    transform: none;
    width: 90%;
    margin: auto;
  }
  .mv_title_img {
    width: 96%;
    margin: auto;
  }
  .top_mv_title {
    font-size: 26px;
    line-height: 1.5;
  }
}

/* top_area
=============================== */
.top_area {
  margin-top: -80px;
  padding-top: 218px;
  padding-bottom: 185px;
  background-image: url(../images/top/top_img01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.top_area_wrap {
  display: flex;
  justify-content: space-between;
}
.top_area_left {
  width: 49%;
}
.top_area_right {
  width: 51%;
}
.top_title {
  display: block;
  width: 174px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.top_img02 {
  width: 80%;
  margin-top: 30px;
  margin-left: auto;
}
.top_img03 {
  margin-top: 60px;
}
.top_img04 {
  margin-top: 70px;
  width: 80%;
}

.top_text_wrap {
  padding: 0 20px;
  position: relative;
}
.top_area_lead {
  max-width: 610px;
}
.top_text {
  margin-top: 40px;
}

.top_text p{
  color: #666;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2.67;
}

.top_text p:not(:first-child){
  margin-top: 40px;
}

@media only screen and (max-width:768px) {
  .top_area {
    margin-top: -70px;
    padding-top: 120px;
    padding-bottom: 70px;
    background-image: url(../images/top/top_img01_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .top_area_wrap {
    flex-direction: column;
  }
  .top_area_left,
  .top_area_right {
    display: contents;
  }
  .top_title {
    width: 74px;
    margin: auto;
  }
  .top_img01 {
    margin-top: 0px;
  }
  .top_img02 {
    width: 90%;
    margin-top: 40px;
    margin-left: 0px;
    margin-right: auto;
    order: 3;
  }
  .top_img03 {
    width: 90%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 0;
    order: 2;
  }
  .top_img04 {
    margin-top: 70px;
    width: 90%;
    margin: 40px auto 0;
    order: 4;
  }
  
  .top_text_wrap {
    margin: 30px auto 0;
    padding: 0 20px;
    order: 1;
  }
  .top_area_lead {
    width: 80%;
    max-width: 360px;
    margin: auto;
  }
  .top_text {
    margin-top: 30px;
  }
  .top_text p{
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
  }
}

/* main_area
=============================== */
.title_area {
	position: relative;
  background-image: url(../images/top/title_area_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
	padding: 100px 20px ;
}
.title_area::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100px;
	background-color: #fff;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.title_area.no_border::before {
	content: none;
}
.vertical_title {
  min-height: 400px;
	-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 28px;
letter-spacing: 0.2em;
line-height: 2.3;
margin: 100px auto 0;
}

.vertical_title span{
  font-size: 50px;
}

@media only screen and (max-width:768px) {
	.title_area {
		padding: 100px 20px 0px;
    background-image: url(../images/top/title_area_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
	}
	.title_area::before {
		height: 60px;
	}
	.vertical_title {
	font-size: 20px;
  line-height: 2;
	margin: 0 auto;
  min-height: 200px;
	}

  .vertical_title span{
    font-size: 34px;
  }
}

/* head_area
=============================== */
.head_area{
  padding-top: 102px;
  padding-bottom: 220px;
  position: relative;
}
.head_bg-img{
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1120 / 747;
  width: 69%;
}
.head_bg-img img{
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.head_area_wrap {
  display: flex;
  justify-content: space-between;
}
.head_area_left {
  width: 45%;
  z-index: 1;
}
.head_area_left-img{
  width: 80%;
  margin: 0 auto
}
.head_area_right {
  width: 51%;
}

.head_text_wrap {
  padding: 0 20px;
  position: relative;
}
.head_area_lead {
  max-width: 610px;
}
.head_text {
  margin-top: 85px;
}

.head_text p{
  color: #666;
  font-size: clamp(1.5rem, 0.51rem + 1.29vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 2.67;
}

.head_text p:not(:first-child){
  margin-top: 42px;
}

@media only screen and (max-width:1020px) {
  .head_area {
    padding-top: 60px;
    padding-bottom: 92px;
  }
  .head_bg-img{
    width: 100%;
  }

  .head_bg-img .cap_bk{
    top: 10px;
    right: 6px;
    left: auto;
  }
  .head_area_wrap {
    flex-direction: column-reverse;
  }
  .head_area_left,
  .head_area_right {
    width: 100%;
  }
  
  .head_area_left-img{
    width: 84%;
    max-width: 400px;
  }

  .head_text_wrap {
    margin: 30px auto 0;
    padding: 0 20px;
    order: 1;
  }
  .head_area_lead {
    width: 80%;
    max-width: 360px;
    margin: auto;
  }
  .head_text {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .head_text p{
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.5;
    text-align: center;
  }
  .head_text p:not(:first-child){
    margin-top: 30px;
  }

}

/* obi
================================ */
.obi {
	position: relative;
	padding: 80px 20px;
  margin-bottom: 150px;
}
.obi p {
	font-size: 40px;
	font-size: clamp(2rem, -1.265rem + 4.246vw, 4rem);
	font-size: clamp(2rem, -0.292rem + 2.981vw, 4rem);
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: center;
}
.obi_top {
  margin-top: 100px;
}
.obi_bottom {
  margin-top: 0px;
  margin-bottom: 0;
}
.obi_bottom p {
  line-height: 1.6;
}
.obi_btn {
  display: block;
  max-width: 400px;
  width: 100%;
  font-size: 26px;
  line-height: 1;
  padding: 24px 0;
  border-radius: 50px;
  color: #1a1a1a;
  background: rgb(164,155,115);
  background: linear-gradient(56deg, rgba(164,155,115,1) 0%, rgba(226,224,211,1) 50%, rgba(164,155,115,1) 100%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
  z-index: 2;
  transition: .4s;
  font-weight: bold;
}
.obi_btn::before { 
  content: '';
  position: absolute;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 46px;
  height: 10px;
  right: 26px;
  top: 40%;
}
.obi_btn:hover {
  opacity: .8;
}
.icon_line {
  width: 2px;
  margin:0 auto 30px;
}

@media only screen and (max-width:768px) {
  .obi {
    padding: 36px 20px;
    margin-bottom: 70px;
  }
  .obi p {
    font-size: 28px;
    line-height: 2;
  }
  .obi_top {
    margin-top: 30px;
  }
  .obi_bottom {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 44px 20px;
  }
  .obi_bottom p {
    line-height: 1.6;
  }
  .obi_btn {
    max-width: 340px;
    font-size: 24px;
    padding: 21px 0;
    margin: 20px auto 0;
  }
  .obi_btn::before { 
    content: '';
    position: absolute;
    background-image: url(../images/common/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 46px;
    height: 10px;
    right: 26px;
    top: 40%;
  }
  .obi_btn:hover {
    opacity: .8;
  }
}

/* contents_item
================================ */
.contents_item {
  max-width: 1920px;
  margin: auto;
  padding: clamp(7rem, 0.522rem + 8.424vw, 14rem) 0;
}
.contents_item01 {
  padding-bottom: 60px;
}
.contents_item02 {
  padding-top: 300px;
  padding-bottom: 120px;
  position: relative;
  z-index: 10;
}
.contents_item02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 63%;
  height: 80vh;
  background-image: url(../images/top/contents_bg02.png);
  background-size: cover;
  background-position: center top;
  z-index: 9;
}
.contents_item_wrap {
  display: flex;
  position: relative;
  z-index: 10;
}
.contents_item_img {
  width: 50%;
  margin-top: 60px;
}
.contents_item_img2 {
  position: relative;
  margin-top: 0;
}
.contents_item_body {
  position: relative;
  width: 50%;
  padding: 60px 8% 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.contents_item_body01 {
  margin-top: 100px;
}
.contents_item_body01::before {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  background-image: url(../images/top/contents_bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 132px;
  height: 293px;
}
.contents_item_body02 {
  position: relative;
  margin-top: 100px;
}

.contents_item3 {
  padding-top: 0;
  position: relative;
  z-index: 4;
}
.contents_item_body03 {
  background-image: url(../images/top/contents_bg03.png);
  background-position: center top;
  padding-top: 260px;
}
.contents_item_img3 {
  margin-top: 170px;
}
.contents_item_title {
  max-width: clamp(17rem, 7.746rem + 12.034vw, 27rem);
  max-width: 30px;
  margin: 0px auto 0;
}
.contents_item_lead {
  margin-top: 60px;
  margin-top: clamp(2rem, -1.702rem + 4.813vw, 6rem);
  font-size: 30px;
  font-size: clamp(1.7rem, -2.119rem + 3.016vw, 3rem);
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
}
.contents_item_text {
  color: #666;
  margin-top: 60px;
  margin-top: clamp(2rem, -1.702rem + 4.813vw, 6rem);
  font-size: 18px;
  font-size: clamp(1.3rem, 0.408rem + 1.16vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
.contents_item_body_img {
  margin-top: 60px;
  margin-top: clamp(2rem, -1.702rem + 4.813vw, 6rem);
}
.wide_img_area {
  position: relative;
  padding-top: 165px;
}
.wide_img_area01 {
  position: relative;
}
.wide_img_area::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 165px;
  background-color: #000;
  top: 0;
  z-index: 2;
}
.wide_img_area01::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 594px;
  top: -100px;
  right: 0;
  background-image: url(../images/top/wide_img_area01_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  z-index: 1;
}
.wide_img_area01::before {
  left: 50%;
  transform: translateX(-50%);
}
.wide_img_area02::before {
  left: 140px;
}
.wide_img_area02::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 594px;
  top: -300px;
  left: 0;
  background-image: url(../images/top/wide_img_area02_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  z-index: 1;
}
.wide_img_lead {
  position: absolute;
  font-size: 28px;
  font-size: clamp(2rem, 1.26rem + 0.963vw, 2.8rem);
  line-height: 2.14;
  letter-spacing: 0.15em;
  top: 0;
  z-index: 4;
}
.wide_img_area01 .wide_img_lead {
  left: calc(50% + 50px);
}
.wide_img_area02 .wide_img_lead {
  left: 190px;
}

@media only screen and (max-width:768px) {
  .contents_item {
    padding: 80px 0 80px;
  }
  .contents_item01 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .contents_item02 {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .contents_item02::before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 63%;
    height: 76vh;
    background-image: url(../images/top/contents_bg02.png);
    background-size: cover;
    background-position: center top;
  }
  .contents_item_wrap {
    flex-direction: column;
  }
  .contents_item_img {
    width: 100%;
    margin-top: 0px;
  }
  .contents_item02   .contents_item_img {
    margin-left: auto;
    position: relative;
    z-index: 9;
  }
  .contents_item_body {
    width: 100%;
    padding: 60px 20px 0;
  }
  .contents_item_body01 {
    margin-top: 60px;
    padding-top: 20px;
  }
  .contents_item_body01::before {
    top: 110px;
    width: 60px;
    height: 133px;
  }
  .contents_item_body02 {
    position: relative;
    z-index: 11 !important;
    margin-top: 0px;
  }
  .contents_item_body02 {
    background-image: url(../images/top/contents_bg02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 3 !important;
  }
  /* .contents_item_body02::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 28vh;
    background-image: url(../images/top/contents_bg02_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 3 !important;
  } */
  
  .contents_item3 {
    padding-top: 0;
    position: relative;
    z-index: 4;
  }
  .contents_item3::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
    height: 136px;
    background-image: url(../images/top/contents_icon03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .contents_item_body03 {
    background-image: url(../images/top/contents_bg03_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 110px;
  }
  .contents_item_img3 {
    margin-top: 120px;
  }
  .contents_item_title {
    max-width: 25px;
  }
  .contents_item_lead {
    margin-top: 40px;
    font-size: 22px;
  }
  .contents_item_text {
    margin-top: 20px;
    font-size: 16px;
  }
  .contents_item_body_img {
    margin-top: 30px;
  }
  .wide_img_area01 {
    position: relative;
    padding-top: 118px;
  }
  .wide_img_area01::before {
    height: 118px;
  }
  .wide_img_area01::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: -50px;
    right: 0;
    background-image: url(../images/top/wide_img_area01_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    z-index: 1;
  }
  .wide_img_area02 {
    position: relative;
    padding-top: 156px;
  }
  .wide_img_area02::before {
    height: 156px;
  }
  .wide_img_area02::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: -30px;
    left: 0;
    background-image: url(../images/top/wide_img_area02_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 1;
  }
  .wide_img_area01::before,
  .wide_img_area02::before {
    left: 28px;
  }
  .wide_img_lead {
    font-size: 20px;
    line-height: 1.8;
  }
  .wide_img_area01 .wide_img_lead,
  .wide_img_area02 .wide_img_lead {
    left: 50px;
  }
}

/* link_area
================================ */
.bottom_bg {
  background: rgb(219,238,242);
  background: linear-gradient(180deg, rgba(219,238,242,1) 0%, rgba(255,255,255,1) 100%);
}
.link_area {
  padding: 120px 20px 60px;
  }
.link_area_title {
  max-width: 493px;
  margin: auto;
}
.link_box {
  margin: 80px auto 0;
  padding: 100px 40px;
  max-width: 1300px;
  background: #fff;
}
.link_box_title {
  font-size: 40px;
  font-size: clamp(3.2rem, 0.93rem + 2.952vw, 4rem);
  letter-spacing: 0.15em;
  color: #807771;
  text-align: center;
}
.link_box_wrap {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.link_box_item {
  display: block;
  text-align: center;
  color: #fff;
  padding: 30px 20px;
  background: #807771;
  transition: .4s;
}
.link_box_item:hover {
  opacity: .8;
}
.link_box_item_title {
  min-height: 80px;
  font-size: 26px;
  font-size: clamp(1.9rem, -0.378rem + 2.222vw, 2.6rem);
  letter-spacing: 0.15em;
  padding-bottom: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.link_box_item_title span {
  font-weight: bold;
}
.link_box_item_text {
  font-size: 18px;
  font-size: clamp(1.3rem, -0.327rem + 1.587vw, 1.8rem);
  letter-spacing: 0.15em;
  line-height: 1.66;
  margin-top: 20px;
  font-weight: bold;
}
.link_box_lead {
  max-width: 540px;
  color: #C17D9B;
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #C17D9B;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.66;
  margin: 40px auto 0;
}

@media only screen and (max-width:1024px) {
  .link_box_wrap {
    grid-template-columns: repeat(2,1fr);
  }
  .link_box_item_title {
    font-size: clamp(2rem, 0.191rem + 2.353vw, 2.6rem);
  }
  .link_box_item_text {
    font-size: clamp(1.4rem, 0.194rem + 1.569vw, 1.8rem);
  }
}

@media only screen and (max-width:768px) {
  .link_area {
    padding: 60px 20px 30px;
  }
  .link_area_title {
    max-width: 250px;
  }
  .link_box {
    margin: 40px auto 0;
    padding: 50px 20px;
  }
  .link_box_title {
    font-size: 26px;
    line-height: 1.6;
  }
  .link_box_wrap {
    margin-top: 20px;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
  }
  .link_box_item {
    padding: 30px 20px;
  }
  .link_box_item_title {
    min-height: auto;
    font-size: 20px;
    padding-bottom: 14px;
  }
  .link_box_item_text {
    font-size: 16px;
    margin-top: 14px;
  }
  .link_box_lead {
    padding: 30px 10px;
    font-size: 14px;
    margin-top: 30px;
  }
}

.goto_banner {
  max-width: 1340px;
  margin: 0 auto 80px;
  padding: 0 20px;
  transition: .4s;
}
.goto_banner:hover {
  opacity: .8;
}
@media only screen and (max-width:768px) {
  .goto_banner {
    margin: 0 auto 40px;
  }
}

/* footer_info
================================ */
.footer_info.green {
  padding-top: 0;
  background: rgb(11, 62, 39);
	background: linear-gradient(90deg, rgba(11, 62, 39, 1) 0%, rgba(25, 113, 73, 1) 100%);
}
.footer_info.green .info_title {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.btn_box_wrap {
  display: flex;
  margin-top: 60px;
  column-gap: 20px;
}
.btn_box_wrap .btn {
  width: 100%;
  margin: 0;
}
.btn_box_wrap .infoBtn {
  margin-top: 0px;
  font-size: clamp(2.4rem, 0.13rem + 2.952vw, 3.2rem);
}

@media only screen and (max-width:768px) {
  .btn_box_wrap {
    flex-direction: column;
    margin-top: 30px;
    row-gap: 20px;
  }
  .btn_box_wrap .infoBtn {
    width: min(300px, 100%);
  }
}

/*===================================================================
cm
/*================================================================= */
.line_bnr {
  margin-top: 80px;
  margin-bottom: 80px;
}
.line_bnr .inner {
  max-width: 940px;
}
.cm {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
.cm .inner {
  padding-bottom: 60px;
}
.cm a:hover {
  opacity: .7;
  transition: all .4s;
}
.cm figure {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .line_bnr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cm {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cm figure {
    margin-top: 20px;
  }
}


/* せこあるき〜いとおかし〜
=================================== */
.l-movieInfo2 {
  margin-top: 80px;
}
@media only screen and (max-width:768px) {
  .l-movieInfo2 {
    margin-top: 50px;
  }
}

.movieInfo2 {
border: 3px solid #E5CED1;
padding: 25px 0 0;
background: url(../images/top/movi_info_bg2.jpg) no-repeat center center / cover;
position: relative;
max-width: 800px;
margin: 0 auto;
}
.movieInfo2.movieNew:after {
content: "";
display: block;
width: 80px;
height: 80px;
background: url(../images/top/movi_info_icn_new.png)no-repeat center / 100%;
position: absolute;
top: 0;
right: 0;
z-index: 5;
}
.movieInfo2 .movieInfo2Ttl {
margin-bottom: 20px;
text-align: center;
line-height: 0;
}
.movieInfo2 .movieInfo2Ttl img {
  max-width: 90%;
  margin: 0 auto;
  height: auto;
}

.movieInfo2_title {
  font-size: 20px;
}

.movieInfo2_title .movieInfo2_text_m {
  font-size: 20px;
}

.movieInfo2_title .movieInfo2_text_num {
  font-size: 30px;
}

.movieInfo2_texts {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.movieInfo2_bg2 {
  padding-bottom: 20px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9668461134453782) 55%, rgba(255,255,255,0.7315519957983193) 70%, rgba(255,255,255,0) 100%);
}

.movieInfo2 dl {
overflow: auto;
width: calc(100% - 40px);
max-width: 730px;
max-height: 300px;
margin: 20px auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}

.movieInfo2 dt:not(:last-of-type),
.movieInfo2 dd:not(:last-of-type) {
margin-bottom: 25px;
}
.movieInfo2 dt {
text-align: center;
border: 1px solid #2C337F;
width: 105px;
padding: 5px 0;
line-height: 1.2;
background-color: #fff;
}
.movieInfo2 dd {
width: calc(100% - 135px);
}
.movieInfo2 dd p {
color: #2c337f;
}
.movieInfo2 .movie_btn_text {
display: inline-block;
text-decoration: underline;
font-size: 18px;
line-height: 1.5;
color: #2c337f;
transition: 0.5s;
cursor: pointer;
}
.movieInfo2 dd a:hover {
text-decoration: none;
}
.movieInfo2 dd a.noLink {
pointer-events: none;
}
@media (max-width: 768px) {
.movieInfo2 {
  padding: 25px 0 0;
}
.movieInfo2 .movieInfo2Ttl img {
  max-width: 80%;
}
.movieInfo2.movieNew:after {
  width: 50px;
  height: 50px;
}
.movieInfo2 .movieInfo2Ttl {
  margin-bottom: 20px;
}
.movieInfo2 dt:not(:last-of-type),
.movieInfo2 dd:not(:last-of-type) {
  margin-bottom: 25px;
}
.movieInfo2_bg2 {
  padding-bottom: 20px;
}
.movieInfo2_texts {
  padding: 0 15px;
  font-size: 14px;
}
.movieInfo2 dt {
  width: 70px;
  padding: 5px 0;
}
.movieInfo2 dd {
  width: calc(100% - 85px);
}
.movieInfo2 .movie_btn_text {
  font-size: 14px;
  }
.movieInfo2 dl::-webkit-scrollbar {
  width: 5px;
}
.movieInfo2 dl::-webkit-scrollbar-track {
  background: #bbbbbb;
  border-radius: 3px;
}
.movieInfo2 dl::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 3px;
}
}

/*===================================================================
footer_info
/*================================================================= */
.top_footer_info {
  background: none ;
}
.top_footer_info .info_lead {
  color: #333;
}

.top_footer_info .info_title {
  color: #333;
  margin-top: 0;
  padding-top: 0;
}
.infoBtn {
  background: transparent;
  color: #fff;
}
.top_footer_info .date {
  color: #333;
}
.infoBtn::before { 
  background-image: url(../images/common/icon_arrow_white.svg);
}
.infoBtn.reserve {
  color: #fff;
  background: #4CACBD;
}
.capArea {
  background: none;
}
.capArea p {
  color: #333;
}