@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/

/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  padding-top: 120px;
  width: 100%;
  height: 630px;
}
.mv_title {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  text-align: left;
}
.mv_title h2 {
  width: 39%;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 95px;
  font-weight: 700;
  line-height: 1.4;
}
.mv_title p {
  width: 100%;
  padding: 30px;
  padding-left: 130px;
  background: #767676;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.1em;
}
.swiper-slide .flex {
  align-items: flex-end;
}
.swiper-slide .slide_text {
  width: 38%;
  margin-bottom: 95px;
  padding: 0 35px 0 95px;
}
.slide_date {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.slide_date span {
  margin-right: 10px;
  padding: 3px 10px;
  background: #767676;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
}
.swiper-slide .slide_text h3 {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-slide .slide_text h3 a {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2A2D32;
}
.swiper-slide .slide_text h3 a:hover {
  color: #0088CC;
}
.report_tag li {
  display: inline-block;
  margin-right: 10px;
}
.report_tag li a {
  font-weight: 400;
  color: #2A2D32;
}
.report_tag li a:before {
  content: "＃";
}
.report_tag li a:hover {
  color: #0088CC;
}
.swiper-slide .slide_thumb {
  width: calc(62% - 30px);
  margin-right: 30px;
  overflow: hidden;
  border-radius: 10px;
}
.swiper-slide .slide_thumb img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}
.swiper-slide .slide_thumb img:hover, .swiper-slide .slide_thumb a:hover {
  opacity: 1;
}
.swiper-slide .slide_thumb img:hover {
  transform: scale(1.05);
}
.swiper-button-next {
  top: auto;
  right: 0;
  bottom: 0;
  left: 347px;
  width: 32px;
}
.swiper-button-prev {
  top: auto;
  right: auto;
  bottom: 0;
  left: 95px;
  width: 32px;
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../img/home/slide_arrow_prev.svg")no-repeat center center;
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  background: url("../img/home/slide_arrow_next.svg")no-repeat center center;
}
.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: 17px;
  left: 167px;
  width: 140px;
}
.swiper-pagination-bullet {
  margin-right: 10px !important;
  margin-left: 10px !important;
  background: #FFF;
  border: 1px solid #767676;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #767676;
}
@media screen and (max-width: 1520px) {
  .mv_title h2 {
    padding-left: 30px;
  }
  .mv_title p {
    padding-left: 40px;
    font-size: 3rem;
  }
  .swiper-slide .slide_text {
    padding: 0 35px 0 30px;
  }
  .swiper-slide .slide_text h3 a {
    font-size: 2.5rem;
  }
  .swiper-button-next {
    left: 282px;
  }
  .swiper-button-prev {
    left: 30px;
  }
  .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 102px;
  }
}
@media screen and (max-width: 900px) {
  #mv {
    padding-top: 95px;
    height: auto;
  }
  .mv_title {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .mv_title h2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background: #767676;
    color: #fff;
  }
  .mv_title p {
    width: 100%;
    padding: 0;
    padding-left: 30px;
    background: #fff;
    color: #2A2D32;
  }
  .swiper-slide .slide_text {
    order: 2;
    width: 100%;
    padding: 0 30px;
  }
  .swiper-slide .slide_thumb {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    border-radius: 0;
  }
  .swiper-slide .slide_thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .swiper-button-next {
    right: calc(50% - 132px);
    left: auto;
  }
  .swiper-button-prev {
    left: calc(50% - 132px);
  }
  .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    margin-bottom: 0;
  }
  .mv_title h2 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .mv_title p {
    padding: 0 20px;
    font-size: 2.5rem;
  }
  .swiper-slide .slide_text {
    padding: 0 20px;
  }
  .slide_date {
    margin-bottom: 20px;
  }
  .swiper-slide .slide_text h3 {
    margin-bottom: 20px;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: clip; 
  }
  .swiper-slide .slide_text h3 a {
    font-size: 2rem;
  }
  .report_tag li a {
    font-size: 1.4rem;
  }
}
/*-----------------------------------------------------
	.about
------------------------------------------------------*/
.about {
  position: relative;
}
.about::before {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 10px;
  width: 116px;
  height: 131px;
  background: url("../img/home/logo_icon.webp") no-repeat center center;
  background-size: cover;
}
.about_l {
  width: 430px;
  padding-top: 40px;
  padding-left: 150px;
}
.about_r {
  position: relative;
  z-index: 0;
  width: calc(100% - 430px);
  min-height: 691px;
  padding: 85px 65px;
  background: #F6E5F1;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.about_r p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
.about_r .bg_text {
  position: absolute;
  top: 135px;
  right: -30px;
  z-index: -1;
  font-family: "Montserrat", sans-serif;
  font-size: 18rem;
  font-weight: 500;
  color: rgba(246,229,241,.31);
  mix-blend-mode: multiply;
}
.about_img {
  position: absolute;
  top: 270px;
  left: 0;
  z-index: 1;
  width: 90%;
}
.about_img img {
  width: 100%;
  height: 525px;
  object-fit: cover;
  object-position: top right;
  border-radius: 0 10px 10px 0;
}
.about_illust {
  position: absolute;
  top: 180px;
  right: calc(10% - 30px);
  z-index: 2;
  width: 282px;
  height: 172px;
}
.about_illust img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1180px) {
  .about_img {
    top: 350px;
    width: calc(100% - 30px);
  }
  .about_illust {
    top: 260px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .about::before {
    top: 40px;
    right: 30px;
    left: auto;
  }
  .about_l {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 30px;
  }
  .about_r {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 30px;
    border-radius: 0;
  }
  .about_r p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
  }
  .about_img {
    position: relative;
    top: 0;
    width: 100%;
  }
  .about_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top right;
    border-radius: 0;
  }
  .about_illust, .bg_text {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .about::before {
    top: 30px;
    right: 20px;
    width: 90px;
    height: 102px;
  }
  .about_l {
    margin-bottom: 0;
    padding-top: 45px;
  }
  .about_r {
    background: none;
    text-align: center;
  }
  .about_r p {
    text-align: left;
  }
}
/*-----------------------------------------------------
	#report
------------------------------------------------------*/
#report {
  position: relative;
  margin-bottom: 60px;
  padding-top: 200px;
  padding-bottom: 155px;
  background-image: url("../img/home/report_town_illust.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
  overflow: hidden;
}
#report .bg_text {
  position: absolute;
  top: 225px;
  left: -30px;
  z-index: -1;
  font-family: "Montserrat", sans-serif;
  font-size: 18rem;
  font-weight: 500;
  color: rgba(118,118,118,.04);
  mix-blend-mode: multiply;
}
.report_title {
  justify-content: space-between;
  align-items: flex-end;
}
.report_title_l {
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 192px);
}
.report_title_l h2 {
  width: 235px;
}
.report_title_l p {
  width: calc(100% - 235px);
  padding: 0 30px; 
  font-weight: 500;
  line-height: 1.8;
}
.report_title_r {
  position: relative;
  width: 192px;
  padding-bottom: 30px;
  text-align: center;
}
.report_img {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 0;
  z-index: -1;
  width: 216px;
  height: 216px;
}
.home_report_list {
  justify-content: space-between;
}
.report_list_l {
  width: 52%;
}
.report_list_l .report_list {
  padding: 10px;
  background: rgba(118,118,118,.1);
  border-radius: 10px;
}
.report_list_l .report_list img {
  width: 100%;
  height: 401px;
  object-fit: cover;
  border-radius: 0;
}
.report_list_l .report_list .report_tag {
  margin-bottom: 35px;
}
.report_list_l .report_list .flex {
  justify-content: space-between;
  align-items: center;
}
.report_link {
  display: inline-block;
  margin-right: 10px;
  color: #767676;
}
.report_link img {
  width: 14px !important;
  height: 13px !important;
  margin-bottom: 0 !important;
  margin-left: 10px;
}
.report_list_r {
  justify-content: space-between;
  width: 45%;
}
.report_list_r .report_list {
  width: 47%;
  margin-bottom: 20px;
}
.report_list img {
  width: 100%;
  height: 169px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px;
}
.report_list h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #767676;
}
.report_list h3 a:hover {
  color: #0088CC;
}
.report_list .date {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  color: #767676;
}
.report_list .date i {
  margin-right: 10px;
}
.report_list .report_tag a {
  font-size: 1.4rem;
}
@media screen and (max-width: 1180px) {
  #report {
    padding-top: 280px;
  }
}
@media screen and (max-width: 1000px) {
  #report {
    padding-top: 100px;
  }
  .report_title {
    margin-bottom: 30px;
  }
  .report_title_l h2 {
    width: 100%;
  }
  .report_title_l p {
    width: 100%;
    padding-left: 0; 
  }
  .report_title_r {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .report_list_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .report_list_l .report_list img {
    height: auto;
    object-fit: contain;
    border-radius: 0;
  }
  .report_list_r {
    width: 100%;
  }
  .report_list_r .report_list {
    width: 48.5%;
  }
  .report_list img {
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  #report {
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 70px;
    background-image: url("../img/home/sp_report_town_illust.svg");
  }
  #report .bg_text {
    display: none;
  }
  .report_title_l {
    width: 100%;
    margin-bottom: 0;
  }
  .report_title_l p {
    padding: 0; 
  }
  .report_title_r {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .report_img {
    right: -45px;
    top: -50px;
    bottom: auto;
    left: auto;
    width: 175px;
    height: 175px;
  }
  .report_list_l .report_list .report_tag {
    margin-bottom: 20px;
  }
  .report_list_r .report_list {
    margin-bottom: 30px;
  }
  .report_list img {
    height: 30.933vw;
    object-fit: cover;
  }
  .report_list h3 a {
    -webkit-line-clamp: 3;
    margin-bottom: 15px;
  }
}

/*-----------------------------------------------------
	#map
------------------------------------------------------*/
#map {
  padding-bottom: 100px;
}
.map_inner {
  width: 90%;
}
.map_l {
  position: relative;
  width: calc(100% - 418px);
}
.map_l::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  z-index: +1;
  width: 100%;
  height: 59px;
  background: #fff;
}
.map_l iframe {
  width: 100%;
  height: 600px;
  border: 1px solid #707070;
}
.map_r {
  position: relative;
  width: 418px;
  padding-top: 59px;
  padding-left: 60px;
  text-align: right;
}
.map_img {
  position: absolute;
  top: 125px;
  left: 138px;
  width: 217px;
  height: 217px;
}
.map_img img {
  width: 100%;
  height: auto;
}
.map_r h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 4rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: left;
}
.map_r h2 span {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-right: 15px;
  padding-top: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #5F5E5E;
  white-space: nowrap;
}
.map_r h2 span::before {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
  width: 1px;
  height: 26px;
  background: #707070;
}
.map_r h3 {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
}
.map_r p {
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
}
.map_r p img {
  width: 28px;
	height: auto;
}
@media screen and (max-width: 1180px) {
  .map_inner {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .map_l {
    width: calc(100% - 378px);
  }
  .map_r {
    width: 378px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  #map {
    padding-bottom: 0;
  }
  .map_inner {
    width: 100%;
  }
  .map_l {
    order: 2;
    width: 100%;
  }
  .map_l iframe {
    height: 600px;
  }
  .map_r {
    width: 100%;
    padding-top: 0;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }
  .map_img {
    top: -30px;
    left: 0;
    width: 400px;
    height: 400px;
  }
  .map_r h3 {
    text-align: right;
  }
}
@media screen and (max-width: 570px) {
  .map_img {
    top: -5.455vw;
    left: 0;
    width: 72.727vw;
    height: 72.727vw;
  }
}
@media screen and (max-width: 414px) {
  .map_img {
    top: 11px;
    left: 30px;
    width: 211px;
    height: 211px;
  }
  .map_r h3 {
    margin-top: -65px;
    text-align: left;
  }
  .map_r p {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------
	#home_link
------------------------------------------------------*/
#home_link {
  padding-bottom: 100px;
}
.home_link_inner {
  justify-content: space-between;
  width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
.home_link_list {
  position: relative;
  width: calc(25% - 11px);
  background: #707070;
  transition: .3s;
  text-align: center;
}
.home_link_list:hover {
  background: #5E9E45;
  transition: .3s;
}
.home_link_list a {
  display: block;
  height: 100%;
  background: #FBFAED;
  border-radius: 20px;
}
.home_link_list a:hover {
  opacity: 1;
  background: #FBFAED;
}
.home_link_list h3 {
  margin-bottom: 80px;
  padding-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #5E9E45;
}
.home_link_list p {
  padding: 0 30px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #2A2D32;
  text-align: left;
}
.home_link_list:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
  width: 121px;
  height: 121px;
  background: url("../img/home/letter.svg") no-repeat center center;
  background-size: cover;
}
.home_link_list:first-of-type {
  margin-right: 22px;
}
.home_link_list:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: -20px;
  width: 129px;
  height: 129px;
  background: url("../img/home/aruaru.svg") no-repeat center center;
  background-size: cover;
}
.home_link_list:first-of-type:hover {
  background: #A77A13;
}
.home_link_list:first-of-type h3 {
  margin-bottom: 15px;
  padding-top: 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #A77A13;
}
.home_link_list:first-of-type h3 span {
  display: block;
  font-size: 3.9rem;
}
.home_link_list:last-of-type {
  width: calc(50% - 22px);
  margin-left: 22px;
}
.home_link_list:last-of-type:hover {
  background: #790C6C;
}
.home_link_list:last-of-type a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #2A2D32;
}
.home_link_list:last-of-type h3 {
  margin-bottom: 0;
}
.home_link_list:last-of-type h4 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.home_link_list:last-of-type p {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.home_link_list_l {
  width: 50%;
  padding: 0 25px 25px;
}
.home_link_list_l img {
  max-width: 100%;
}
.home_link_list_r {
  position: relative;
  width: 50%;
  padding: 20px 25px 20px 0;
}
.home_link_list_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_link_list_r .flex {
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: calc(100% - 25px);
  padding: 10px;
  background: rgba(255,255,255,.8);
}
.home_link_list_r .flex h5 {
  font-size: 1.6rem;
  font-weight: 700;
}
.home_link_list_r .flex p {
  position: relative;
  padding: 5px 20px 5px 20px;
  background: #767676;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
.home_link_list_r .flex p img {
  position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
  width: 8.7px;
  height: 7.46px;
}
.home_link_bottom {
  width: 1440px;
  margin: 37px auto 0;
  padding: 0 30px;
}
.home_link_bottom_child {
  width: 50%;
  text-align: center;
}
.home_link_bottom_child a {
  display: inline-block;
  position: relative;
  width: 80%;
  padding: 20px;
  background: #767676;
  border-radius: 50px;
  box-shadow: 6px 6px 0px 0px rgba(118,118,118,0.23);
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.home_link_bottom_child a:hover {
  background: #5E9E45;
  box-shadow: 6px 6px 0px 0px rgba(94,158,69,0.23);
  opacity: 1;
}
.home_link_bottom_child a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background: url("../img/common/arrow_white.svg") no-repeat center center;
  background-size: cover;
}
.home_link_bottom_child a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
  width: 17px;
  height: 12px;
  background: url("../img/home/mail_icon.svg") no-repeat center center;
  background-size: cover;
}
.home_link_bottom_child:last-of-type a::before {
  width: 17px;
  height: 15px;
  background: url("../img/home/edit_icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .home_link_inner {
    width: 100%;
  }
  .home_link_bottom {
    width: 100%;
  }
  .home_link_list h3 {
    font-size: 2.2rem;
  }
  .home_link_list p {
    padding: 0 20px 20px;
  }
  .home_link_list:first-of-type h3 {
    padding-top: 50px;
  }
  .home_link_list:first-of-type h3 span {
    font-size: 3rem;
  }
  
}
@media screen and (max-width: 1180px) {
  .home_link_list {
    width: 48.5%;
  }
  .home_link_list:first-of-type {
    margin-right: 0;
  }
  .home_link_list:last-of-type {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .home_link_list h3 {
    margin-bottom: 75px;
    padding-top: 30px;
  }
  .home_link_list p {
    padding: 0 20px 50px;
  }
  .home_link_list:nth-of-type(2)::after {
    top: 35px;
  }
  .home_link_list:first-of-type h3 {
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .home_link_list:last-of-type h3 {
    padding-top: 15px;
  }
  .home_link_list:last-of-type p {
    font-size: 1.6rem;
  }
  .home_link_list_r .flex p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 750px) {
  #home_link {
    padding-bottom: 60px;
  }
  .home_link_list:last-of-type {
    margin-top: 80px;
  }
  .home_link_list_l {
    width: 100%;
    padding: 0 30px;
  }
  .home_link_list_r {
    width: 100%;
    padding: 30px;
  }
  .home_link_list_r img {
    height: auto;
    object-fit: contain;
  }
  .home_link_list_r .flex {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }  
  .home_link_bottom_child {
    width: 100%;
  }
  .home_link_bottom_child a {
    width: 255px;
  }
}
@media screen and (max-width: 600px) {
  .home_link_list {
    width: 100%;
  }
  .home_link_list:first-of-type {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*-----------------------------------------------------
	#home_link_02
------------------------------------------------------*/
#home_link_02 {
  background: #FFFCF1;
  background: linear-gradient(90deg, rgba(255, 252, 241, 1) 0%, rgba(255, 252, 241, 1) 49%, rgba(246, 229, 241, 1) 50%, rgba(246, 229, 241, 1) 100%);
}
#home_link_02 .wrap {
  width: 1440px;
  margin: 0 auto;
}
.home_link_02_l {
  position: relative;
  width: 50%;
  padding: 40px 50px;
  background: #FFFCF1;
}
.home_link_02_l::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -17px;
  left: -48px;
  width: 203px;
  height: 203px;
  background: url("../img/home/movie_icon.svg") no-repeat center center;
  background-size: cover;
}
.home_link_02_l .flex {
  justify-content: space-between;
  margin-bottom: 30px;
}
.home_link_02_l .flex .home_link_02_text {
  width: 25.8%;
}
.home_link_02_l .flex .home_link_02_text h2, .home_link_02_r .flex .home_link_02_text h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  color: #2A2D32;
}
.home_link_02_l .flex .home_link_02_text p, .home_link_02_r .flex .home_link_02_text p {
  font-weight: 700;
  line-height: 1.6;
  color: #2A2D32;
}
.home_link_02_l .flex .home_link_02_img {
  width: 68%;
  padding-top: 45px;
}
.home_link_02_l .flex .home_link_02_img img {
  width: 100%;
}
.home_link_02_l .home_link_02_text_link {
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 10px 40px;
  background: #B49342;
  border-radius: 0 23px 23px 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.home_link_02_r {
  position: relative;
  width: 50%;
  padding: 40px 50px;
  background: #F6E5F1;
}
.home_link_02_r .flex {
  justify-content: space-between;
  margin-bottom: 30px;
}
.home_link_02_r .flex .home_link_02_text {
  width: 54%;
}
.home_link_02_r .flex .home_link_02_img {
  width: 46%;
  padding-top: 10px;
}
.home_link_02_r .flex .home_link_02_img img {
  width: 100%;
}
.home_link_02_r .home_link_02_text_link {
  gap: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 10px 40px;
  background: #92177F;
  border-radius: 0 23px 23px 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  #home_link_02 .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .home_link_02_l {
    padding: 40px 30px;
  }
  .home_link_02_l::after {
    top: -23px;
    bottom: auto;
    right: -23px;
    left: auto;
    width: 180px;
    height: 180px;
  }
  .home_link_02_l .flex .home_link_02_text {
    width: 100%;
  }
  .home_link_02_l .flex .home_link_02_img {
    width: 100%;
    padding-top: 20px;
  }
  .home_link_02_l .flex .home_link_02_img img {
    height: 230px;
    object-fit: cover;
  }
  .home_link_02_r {
    padding: 40px 30px;
  }
  .home_link_02_r .flex .home_link_02_text {
    width: 100%;
  }
  .home_link_02_r .flex .home_link_02_img {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .home_link_02_r .flex .home_link_02_img img {
    width: 246px;
    height: auto;
    margin-top: -45px;
  }
}
@media screen and (max-width: 750px) {
  .home_link_02_l {
    width: 100%;
    padding: 30px 30px 80px;
    overflow: hidden;
  }
  .home_link_02_r {
    width: 100%;
    padding: 30px 30px 80px;
    overflow: hidden;
  }
  .home_link_02_r .flex .home_link_02_img {
    position: absolute;
    top: 2px;
    right: 0;
    width: 100%;
    padding-top: 0;
    text-align: right;
  }
  .home_link_02_l .flex .home_link_02_img img {
    height: auto;
    object-fit: contain;
  }
  .home_link_02_r .flex .home_link_02_img img {
    width: 115px;
    height: auto;
    margin-top: 0;
  }
  .home_link_02_l .home_link_02_text_link, .home_link_02_r .home_link_02_text_link {
    bottom: 30px;
  }
}
/*-----------------------------------------------------
	#instagram
------------------------------------------------------*/
#instagram {
  padding: 100px 0;
  background: #F5F5F2;
}
.instagram_title {
  justify-content: space-between;
  align-items: center;
}
.instagram_title h2 {
  padding-left: 60px;
}
.instagram_title h2::before {
  content: "";
  display: block;
  position: absolute;
	top: -10px;
	left: -40px;
  width: 122px;
  height: 122px;
  background: url("../img/home/phone_icon.svg") no-repeat center center;
  background-size: cover;
}
.instagram_title a {
  position: relative;
  display: inline-block;
  padding: 10px 20px 15px 50px;
  background: #767676;
  border-radius: 23px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
}
.instagram_title a:hover {
  opacity: 1;
  background: #5E9E45;
}
.instagram_title a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/common/w_instagram_icon.svg") no-repeat center center;
  background-size: cover;
}
#instagram p {
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.6;
}
.sb_instagram_header, #sbi_load {
  display: none;
}
@media screen and (max-width: 750px) {
  #instagram {
    padding: 60px 0;
  }
  .instagram_title h2 {
    padding-left: 50px;
  }
  .instagram_title h2::before {
    left: -34px;
    width: 100px;
    height: 100px;
  }
  .instagram_title a {
    padding: 7px 20px 12px 40px;
  }
  .instagram_title a::before {
    left: 15px;
    width: 18px;
    height: 18px;
  }
}

/*-----------------------------------------------------
	#kamingplus
------------------------------------------------------*/
#kamingplus {
  padding: 100px 0;
  overflow: hidden;
  text-align: center;
}
#kamingplus p {
  font-weight: 500;
  line-height: 1.6;
}
.swiper_clip {
  margin: 0 auto 50px;
  max-width: 100%;
  overflow: visible;
  position: relative;
}
.swiper_plus {
  position: relative;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  overflow: visible;
  list-style: none;
  z-index: 1;
  display: block
}
#kamingplus .swiper-slide {
  position: relative;
  opacity: .45;
  transform: scale(0.8);
  transform-origin: center center;
  transition: transform 0.7s, opacity 0.7s;
  z-index: 0;
}
#kamingplus .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
  object-position: top center;
}
#kamingplus .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
.kamingplus_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10%;
}
.kamingplus_title h3 {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,.85);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.kamingplus_title p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.green { background: #5E9E45; }
.puple { background: #92177F; }
.gold { background: #B49342; }

@media screen and (max-width: 750px) {
  #kamingplus {
    padding: 60px 0 30px;
  }
}

/*-----------------------------------------------------
	#related_link
------------------------------------------------------*/
#related_link {
  padding-bottom: 100px;
  text-align: center;
}
#related_link .wrap {
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 800px;
}
#related_link .wrap a {
  display: block;
  width: 250px;
}
#related_link .wrap a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  #related_link .wrap {
    width: calc(100% - 40px);
  }
  #related_link .wrap a {
    width: 30%;
  }
}
@media screen and (max-width: 750px) {
  #related_link {
    padding-bottom: 60px;
  }
  #related_link .wrap a {
    width: 100%;
  }
  #related_link .wrap a img {
    width: 70%;
  }
}










