@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body img {
  width: 100%;
}
body main {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body main {
    margin-top: 60px;
  }
}
body main #top_sct {
  width: 100%;
  height: 56vw;
  max-height: 650px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main #top_sct {
    height: 110vw;
    max-height: initial;
    margin-bottom: 25vw;
  }
}
@media screen and (max-width: 480px) {
  body main #top_sct {
    height: 138vw;
  }
}
body main #top_sct ul.top_slider_fade {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body main #top_sct ul.top_slider_fade li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: anime 16s 0s infinite;
}
body main #top_sct ul.top_slider_fade li:nth-of-type(1) {
  background-image: url("../img/main_01_pc.jpg");
}
body main #top_sct ul.top_slider_fade li:nth-of-type(2) {
  background-image: url("../img/main_02_pc.jpg");
  animation-delay: 4s;
}
body main #top_sct ul.top_slider_fade li:nth-of-type(3) {
  background-image: url("../img/main_03_pc.jpg");
  animation-delay: 8s;
}
body main #top_sct ul.top_slider_fade li:nth-of-type(4) {
  background-image: url("../img/main_04_pc.jpg");
  animation-delay: 12s;
}
@media screen and (max-width: 768px) {
  body main #top_sct ul.top_slider_fade li {
    background-position: center -20vw;
  }
  body main #top_sct ul.top_slider_fade li:nth-of-type(1) {
    background-image: url("../img/main_01_sp.jpg");
  }
  body main #top_sct ul.top_slider_fade li:nth-of-type(2) {
    background-image: url("../img/main_02_sp.jpg");
  }
  body main #top_sct ul.top_slider_fade li:nth-of-type(3) {
    background-image: url("../img/main_03_sp.jpg");
  }
  body main #top_sct ul.top_slider_fade li:nth-of-type(4) {
    background-image: url("../img/main_04_sp.jpg");
  }
}
@media screen and (max-width: 480px) {
  body main #top_sct ul.top_slider_fade li {
    background-position: center center;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  38% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
  }
}
body main #top_sct .top_rside_ctn {
  width: 33vw;
  height: 56vw;
  max-height: 650px;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body main #top_sct .top_rside_ctn {
    width: 100vw;
    height: auto;
    max-height: initial;
    top: initial;
    right: initial;
    bottom: -20vw;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  body main #top_sct .top_rside_ctn {
    bottom: -25vw;
  }
}
body main #top_sct .top_rside_ctn .top_eyecatch {
  z-index: 2;
  animation: fadein 1s linear 1;
}
@media screen and (max-width: 768px) {
  body main #top_sct .top_rside_ctn .top_eyecatch {
    top: 130vw;
    right: 28vw;
  }
}
@media screen and (max-width: 480px) {
  body main #top_sct .top_rside_ctn .top_eyecatch {
    top: 172vw;
    right: 18vw;
  }
}
@keyframes fadein {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
body main #top_sct .top_rside_ctn .top_eyecatch::before {
  content: "";
  display: block;
  width: 14vw;
  height: 22vw;
  background-image: url("../img/illust_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body main #top_sct .top_rside_ctn .top_eyecatch::before {
    width: 30vw;
    height: 47vw;
    top: -18vw;
    left: 12vw;
  }
}
@media screen and (max-width: 480px) {
  body main #top_sct .top_rside_ctn .top_eyecatch::before {
    width: 40vw;
    height: 60vw;
  }
}
body main #top_sct .top_rside_ctn .top_eyecatch h1 {
  font-size: 2.4vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 0;
  animation: fadein 3s linear 1;
}
@media screen and (max-width: 768px) {
  body main #top_sct .top_rside_ctn .top_eyecatch h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  body main #top_sct .top_rside_ctn .top_eyecatch h1 {
    font-size: 6vw;
  }
}
@keyframes fadein {
  0% {
    opacity: 0%;
  }
  50% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}
body main #concept_sct {
  padding-top: 80px;
  position: relative;
  z-index: 2;
  /*
        .concept_top {
          grid-template-columns: 1fr 1fr;
          gap: 50px 30px;
          align-items: center;

          @include tab {
            grid-template-columns: 1fr;
          }
  */
}
@media screen and (max-width: 768px) {
  body main #concept_sct {
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  body main #concept_sct {
    padding-top: 70px;
  }
}
body main #concept_sct .concept_stc {
  width: 43.5vw;
  max-width: 485px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_stc {
    display: none;
  }
}
body main #concept_sct .concept_stc p {
  padding-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_stc p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_stc p {
    font-size: 0.86rem;
  }
}
body main #concept_sct .concept_stc p.responsive_text span {
  display: inline-block;
  white-space: nowrap;
}
body main #concept_sct .concept_stc_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_stc_sp {
    display: block;
    width: 90vw;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
}
body main #concept_sct .concept_stc_sp p {
  padding-top: 30px;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_stc_sp p {
    font-size: 0.86rem;
  }
}
body main #concept_sct .concept_stc_sp p.responsive_text span {
  display: inline-block;
  white-space: nowrap;
}
body main #concept_sct img {
  width: 100%;
}
body main #concept_sct .concept_photogallery {
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  align-items: center;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_photogallery {
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_photogallery {
    grid-template-columns: 1fr;
  }
}
body main #concept_sct .concept_photogallery .concept_photogallery_rside {
  grid-template-columns: 1fr 1fr;
  gap: 20px 4vw;
  justify-content: space-around;
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_photogallery .concept_photogallery_rside {
    grid-template-columns: 1fr;
  }
  body main #concept_sct .concept_photogallery .concept_photogallery_rside img {
    width: 80%;
  }
  body main #concept_sct .concept_photogallery .concept_photogallery_rside img:first-of-type {
    margin-right: auto;
  }
  body main #concept_sct .concept_photogallery .concept_photogallery_rside img:last-of-type {
    margin-left: auto;
  }
}
body main #concept_sct .concept_spot {
  width: 100%;
  padding-top: 70px;
}
body main #concept_sct .concept_spot .concept_spot_inner {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_spot .concept_spot_inner {
    display: block;
  }
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_stc {
  width: 43.5vw;
  max-width: 485px;
  margin-right: auto;
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_stc {
    width: 90vw;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_stc h3 {
  font-size: 1.35rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_stc h3 {
    padding-top: 3vw;
  }
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_stc p {
  padding-top: 30px;
  font-size: 0.86rem;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_stc p {
    text-align: left;
  }
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img,
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_right_img {
  width: 43.5vw;
  max-width: 485px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img,
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_right_img {
    width: 80%;
    max-width: 1000px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img,
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_right_img {
    width: 100%;
  }
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img::after,
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_right_img::after {
  position: absolute;
  rotate: -10deg;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "CoalhandLukeTRIAL", sans-serif;
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img {
  margin-left: auto;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img {
    margin: 0 auto 0 0;
  }
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img::after {
  content: "Chapel";
  color: #fff;
  opacity: 0.4;
  top: 3vw;
  right: 4vw;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img::after {
    top: 15vw;
    right: 10vw;
  }
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_left_img::after {
    top: 25vw;
    right: 10vw;
  }
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_right_img {
  margin-right: auto;
  grid-row: 2/2;
  grid-column: 2/3;
  align-self: end;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_right_img {
    margin: 0 0 0 auto;
  }
}
body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_right_img::after {
  content: "Shinden";
  color: #333333;
  opacity: 0.1;
  top: -75px;
  right: -2vw;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_spot .concept_spot_inner .concept_spot_inner_right_img::after {
    top: 0;
    right: -1vw;
  }
}
body main #concept_sct .concept_spot .concept_spot_botttom_img {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_spot .concept_spot_botttom_img {
    width: 100vw;
    max-width: 1000px;
  }
}
body main #concept_sct .concept_spot .concept_spot_botttom_img::after {
  content: "Location";
  position: absolute;
  top: 0;
  left: 1vw;
  color: #333333;
  opacity: 0.1;
  rotate: -10deg;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "CoalhandLukeTRIAL", sans-serif;
}
body main #concept_sct .concept_spot .concept_spot_btn {
  width: 90vw;
  max-width: 320px;
  margin: 70px auto 0;
  padding: 20px;
  background: #99B7C2;
  color: #fff;
  font-size: 1.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
}
body main #concept_sct .concept_spot .concept_spot_btn:hover {
  transition: 0.6s;
  opacity: 0.8;
}
body main #concept_sct .concept_brand h3,
body main #concept_sct .concept_features h3 {
  font-size: 1.3rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_brand h3,
  body main #concept_sct .concept_features h3 {
    font-size: 1rem;
  }
}
body main #concept_sct .concept_brand p,
body main #concept_sct .concept_features p {
  padding-top: 16px;
  font-size: 0.86rem;
  text-align: left;
}
@media screen and (max-width: 480px) {
  body main #concept_sct .concept_brand p,
  body main #concept_sct .concept_features p {
    padding-top: 8px;
  }
}
body main #concept_sct .concept_brand {
  padding-top: 100px;
}
body main #concept_sct .concept_brand .grid_ctn {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_brand .grid_ctn {
    grid-template-columns: 1fr 1fr;
  }
}
body main #concept_sct .concept_brand h3,
body main #concept_sct .concept_brand p {
  max-width: 600px;
  margin: 0 auto;
}
body main #concept_sct .concept_brand h3 {
  padding-top: 30px;
}
body main #concept_sct .concept_features {
  padding-top: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 20px;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_features {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_features .feature_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
  }
}
body main #concept_sct .concept_features .feature_item:nth-of-type(3) h3 {
  padding-top: 35px;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_features .feature_item:nth-of-type(3) h3 {
    padding: 0;
  }
}
body main #concept_sct .concept_features h3 {
  padding-top: 20px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  body main #concept_sct .concept_features h3 {
    height: auto;
    padding: 0;
  }
}
body main #event_sct {
  margin-top: 130px;
  padding: 50px 0 80px;
  background: #F8F4F1;
  position: relative;
  z-index: 0;
}
body main #event_sct::before, body main #event_sct::after {
  content: "";
  width: 250px;
  height: 250px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
body main #event_sct::before {
  background-image: url("../img/illust_03.png");
  top: -100px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  body main #event_sct::before {
    right: -200px;
  }
}
@media screen and (max-width: 480px) {
  body main #event_sct::before {
    right: -170px;
  }
}
body main #event_sct::after {
  background-image: url("../img/illust_04.png");
  bottom: -100px;
  left: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  body main #event_sct::after {
    left: -120px;
  }
}
@media screen and (max-width: 480px) {
  body main #event_sct::after {
    display: block;
    left: -100px;
  }
}
body main #event_sct .event_inner {
  z-index: 2;
  position: relative;
}
body main #event_sct h2 {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100px;
  z-index: 2;
}
body main #event_sct h2::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../img/illust_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
body main #event_sct h2::after {
  content: "Event";
  position: absolute;
  bottom: -6px;
  left: -96px;
  color: #333333;
  opacity: 0.1;
  rotate: -10deg;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "CoalhandLukeTRIAL", sans-serif;
}
body main #event_sct .event_carsel .event_list {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
  gap: 40px;
}
@media screen and (max-width: 1080px) {
  body main #event_sct .event_carsel .event_list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main #event_sct .event_carsel .event_list {
    width: auto;
    max-width: initial;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    justify-content: space-between;
    gap: 30px;
    padding-left: 13vw;
    padding-right: 13vw;
  }
  body main #event_sct .event_carsel .event_list::-webkit-scrollbar {
    height: 0;
  }
}
body main #event_sct .event_carsel .event_list .event_item {
  padding: 0;
  scroll-snap-align: center;
  flex: 1;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  body main #event_sct .event_carsel .event_list .event_item {
    flex: initial;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  body main #event_sct .event_carsel .event_list .event_item .event_item_img {
    width: 70vw;
    height: 70vw;
  }
}
body main #event_sct .event_carsel .event_list .event_item .event_date {
  padding-top: 10px;
  font-size: 0.86rem;
}
body main #event_sct .event_carsel .event_list .event_item .event_title {
  padding-top: 6px;
  font-size: 0.86rem;
}
body main #event_sct .noevent_msg {
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body main #event_sct .noevent_msg {
    text-align: left;
  }
}
body main #event_sct .event_btn {
  width: 90vw;
  max-width: 320px;
  margin: 40px auto 0;
  padding: 20px;
  background: #99B7C2;
  color: #fff;
  font-size: 1.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
}
body main #event_sct .event_btn:hover {
  transition: 0.6s;
  opacity: 0.8;
}
body main #plan_sct {
  margin-top: 100px;
}
body main #plan_sct h2 {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 120px;
  z-index: 2;
}
body main #plan_sct h2::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../img/illust_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
body main #plan_sct h2::after {
  content: "Plan";
  position: absolute;
  bottom: -6px;
  left: -96px;
  color: #333333;
  opacity: 0.1;
  rotate: -10deg;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "CoalhandLukeTRIAL", sans-serif;
}
body main #plan_sct h3 {
  padding-top: 50px;
  font-size: 1.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
body main #plan_sct h3::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #333333;
  margin: 10px auto 0;
}
body main #plan_sct .base_width .plan_exp {
  display: block;
  width: 100%;
  margin-top: 50px;
  background: #F8F4F1;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
}
body main #plan_sct .base_width .plan_small {
  padding-top: 10px;
  text-align: right;
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  body main #plan_sct .base_width .plan_small {
    text-align: left;
  }
}
body main #plan_sct .base_width .plan_top {
  padding-top: 100px;
}
body main #plan_sct .base_width .plan_top .plan_top_item {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  body main #plan_sct .base_width .plan_top .plan_top_item {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  body main #plan_sct .base_width .plan_top .plan_top_item {
    display: block;
    max-width: 485px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item {
    padding-bottom: 70px;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_img img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_img img {
    height: 50vw;
    object-fit: cover;
    object-position: top;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_img p {
  text-align: right;
  font-size: 0.7rem;
  padding-top: 5px;
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn {
  grid-template-columns: 70px 1fr;
  gap: 2vw;
  align-items: center;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn {
    grid-template-columns: 50px 1fr;
    gap: 10px;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name {
    line-height: 1.1;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_type {
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_type {
    font-size: 0.9rem;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_value {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_value {
    font-size: 1rem;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_value .plan_top_value_middle {
  font-size: 0.9rem;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_value .plan_top_value_middle {
    font-size: 0.8rem;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_value .plan_top_value_small {
  font-size: 0.8rem;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_value .plan_top_value_small {
    font-size: 0.7rem;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_name_ctn .plan_top_name .plan_top_name {
  font-size: 1.2rem;
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner > p {
  padding-top: 30px;
  font-size: 0.9rem;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner > p {
    padding-top: 15px;
    font-size: 0.8rem;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner > p.plan_no1 {
  position: relative;
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner > p.plan_no1::before {
  content: "";
  background: url("../img/plan/plan_no1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner > p.plan_no1::before {
    top: 5px;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_item_content {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_item_content {
    padding-top: 15px;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_item_content h5 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.1rem;
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_item_content div {
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 15px;
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_item_content div img {
  width: 65px;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_top_item_content div img {
    width: 45px;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_btn {
  width: 90vw;
  max-width: 300px;
  margin: 50px auto 0;
  padding: 16px;
  background: #99B7C2;
  color: #fff;
  font-size: 1.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_btn {
    margin-top: 20px;
  }
}
body main #plan_sct .base_width .plan_top .plan_top_item .plan_top_item_stc .plan_top_item_stc_inner .plan_btn:hover {
  transition: 0.6s;
  opacity: 0.8;
}
body main #plan_sct .base_width .plan_bottom {
  grid-template-columns: 1fr 1fr;
  gap: 70px 50px;
  align-items: start;
}
@media screen and (max-width: 1080px) {
  body main #plan_sct .base_width .plan_bottom {
    gap: 70px 40px;
  }
}
@media screen and (max-width: 768px) {
  body main #plan_sct .base_width .plan_bottom {
    grid-template-columns: 1fr;
    max-width: 485px;
    margin: 0 auto;
  }
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item {
  font-family: fot-tsukuardgothic-std, sans-serif;
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item h3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding-top: 20px;
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item h3::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #333333;
  margin: 10px auto 0;
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item img {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  body main #plan_sct .base_width .plan_bottom .plan_bottom_item img {
    object-fit: cover;
    object-position: top;
    height: 60vw;
  }
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc {
  padding-top: 20px;
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_item_flex {
  gap: 10px;
  padding-bottom: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 380px) {
  body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_item_flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_item_flex p {
  font-size: 1rem;
  line-height: 1.3;
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_item_flex div {
  font-size: 1rem;
  width: 130px;
  height: 33px;
  background: #A2A1A1;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_value {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media screen and (max-width: 380px) {
  body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_value {
    text-align: left;
  }
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_value .plan_bottom_value_middle {
  font-size: 1rem;
  font-weight: normal;
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_value .plan_bottom_value_small {
  font-size: 0.85rem;
}
body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_attention {
  text-align: right;
  font-size: 0.8rem;
  padding-top: 12px;
  line-height: 1.2;
  font-family: "yu-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 768px) {
  body main #plan_sct .base_width .plan_bottom .plan_bottom_item .plan_bottom_item_stc .plan_bottom_attention {
    text-align: left;
  }
}
body main #studio_sct {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}
body main #studio_sct h2 {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 120px;
  z-index: 2;
}
body main #studio_sct h2::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../img/illust_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 10px;
}
body main #studio_sct h2::after {
  content: "Studio";
  position: absolute;
  bottom: -6px;
  left: -96px;
  color: #333333;
  opacity: 0.1;
  rotate: -10deg;
  font-size: 2.5rem;
  font-weight: normal;
  font-family: "CoalhandLukeTRIAL", sans-serif;
}
body main #studio_sct .studio_list {
  grid-template-columns: 1fr 1fr;
  gap: 60px 30px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 480px) {
  body main #studio_sct .studio_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
body main #studio_sct .studio_list .studio_item {
  display: block;
}
@media screen and (max-width: 480px) {
  body main #studio_sct .studio_list .studio_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
body main #studio_sct .studio_list .studio_item .studio_item_img {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  body main #studio_sct .studio_list .studio_item .studio_item_img {
    height: 33vw;
    margin-bottom: 0;
  }
}
body main #studio_sct .studio_list .studio_item .studio_item_img img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  body main #studio_sct .studio_list .studio_item .studio_item_img img {
    object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  body main #studio_sct .studio_list .studio_item .studio_item_stc {
    line-height: 1.6;
  }
}
body main #studio_sct .studio_list .studio_item .studio_item_stc .studio_item_title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  body main #studio_sct .studio_list .studio_item .studio_item_stc .studio_item_title {
    gap: 5px;
  }
}
body main #studio_sct .studio_list .studio_item .studio_item_stc .studio_item_title .studio_item_name {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  body main #studio_sct .studio_list .studio_item .studio_item_stc .studio_item_title .studio_item_name {
    font-size: 1rem;
  }
}
body main #studio_sct .studio_list .studio_item .studio_item_stc .studio_item_title a {
  font-size: 0.9rem;
  display: inline-block;
  width: 110px;
  height: 22px;
  background: #99B7C2;
  color: #fff;
  line-height: 1.4;
  border-radius: 30px;
  text-align: center;
}
body main #studio_sct .studio_list .studio_item .studio_item_stc .studio_item_title a:hover {
  transition: 0.6s;
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  body main #studio_sct .studio_list .studio_item .studio_item_stc .studio_item_title a {
    font-size: 0.7rem;
    height: 18px;
    padding: 1px 10px 0;
  }
}
body main #studio_sct .studio_list .studio_item .studio_item_stc .studio_item_address {
  font-size: 0.86rem;
  padding-top: 10px;
}