@charset "UTF-8";
#home_2 .wrap {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
#home_2 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#home_2 .section {
  font-family: "a-otf-ryumin-pr6n", serif;
}

@media screen and (min-width: 769px) {
  .sp_on {
    display: none;
  }
}

.sec_hero {
  position: relative;
}
.sec_hero .patch_img {
  position: absolute;
  top: 9%;
  left: 2%;
  z-index: 10;
  width: 20%;
}
.sec_hero .slide .photo {
  position: relative;
}
.sec_hero .slide .photo img {
  width: 100% !important;
}
.sec_hero .slide .photo .cap {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .sec_hero .slide .photo .cap {
    font-size: 2vw;
  }
}
.sec_hero .slide .photo .cap.bk {
  color: #000;
  text-shadow: 0 0 5px #fff;
}
.sec_hero .slide .photo .cap.left {
  right: auto;
  left: 0.5em;
  text-align: end;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

#home_2 .sec_hero {
  transition: 2s ease;
  opacity: 0;
}

#home_2 .sec_hero.loaded {
  opacity: 1;
}

.sec_catch {
  background: #375B49;
  color: #fff;
}
.sec_catch .wrap {
  width: 90% !important;
  max-width: 1080px !important;
  padding: 30px 0;
}
@media screen and (min-width: 769px) {
  .sec_catch .wrap {
    padding: 40px 0;
  }
}
.sec_catch .wrap .price img {
  width: 100%;
}
.sec_catch .d-flex {
  display: flex;
  justify-content: space-between;
}
.sec_catch .d-flex div {
  width: 48%;
}
.sec_catch .d-flex div a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sec_catch .d-flex {
    flex-wrap: wrap;
  }
  .sec_catch .d-flex div {
    width: 100%;
  }
  .sec_catch .d-flex div:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
}
.sec_catch .hiromi01_area {
  position: relative;
}
.sec_catch .hiromi01_area .hiromi_name {
  padding: 10px 0 10px 25%;
  background: #24A9AF;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .sec_catch .hiromi01_area .hiromi_name {
    padding-left: 130px;
  }
}
.sec_catch .hiromi01_area .hiromi_name p:nth-child(1) {
  font-size: 11px;
  line-height: 1.2;
}
.sec_catch .hiromi01_area .hiromi_name p:nth-child(2) {
  font-size: 16px;
  line-height: 1;
}
.sec_catch .hiromi01_area .hiromi_img01 {
  position: absolute;
  width: 24%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sec_catch .hiromi01_area .hiromi_img01 {
    width: 15%;
    max-width: 150px;
  }
}
.sec_catch .catch_text {
  font-size: min(6.4vw, 49px);
  margin: 0;
  padding: 0.5em;
}
@media screen and (min-width: 769px) {
  .sec_catch .catch_text {
    font-size: min(3vw, 40px);
  }
}
.sec_catch .catch_text.border {
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .sec_catch .catch_text.border {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
}
@media screen and (min-width: 769px) {
  .sec_catch .catch_text.border_none {
    border: none;
  }
}
.sec_catch .catch_text .num {
  font-size: 2em;
  color: #FFF435;
  /* 文字　光 */
  position: relative;
  background-image: linear-gradient(70deg, #FFF435 25%, #fff 50%, #FFF435);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 5s infinite;
}
.sec_catch .catch_text .text_deco {
  position: relative;
}
.sec_catch .catch_text .text_deco .text_deco_01 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2.7vw, 20px);
  display: block;
  top: 0;
  right: 26%;
  transform: translateY(-0.5em);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sec_catch .catch_text .text_deco .text_deco_01 {
    font-size: min(1.1vw, 17px);
  }
}
.sec_catch .catch_text .text_deco .text_deco_02 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2.7vw, 20px);
  display: block;
  top: 0;
  right: 2%;
  transform: translateY(-0.5em);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sec_catch .catch_text .text_deco .text_deco_02 {
    font-size: min(1.3vw, 17px);
  }
}
.sec_catch .catch_text .text_deco .text_deco_03 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(4.3vw, 33px);
  display: block;
  top: 0;
  left: 8%;
  transform: translateY(-0.8em);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sec_catch .catch_text .text_deco .text_deco_03 {
    font-size: min(2.3vw, 33px);
  }
}
.sec_catch .catch_text .ja_mini {
  font-size: 0.875em;
}
.sec_catch .catch_text .ja {
  font-size: 1.33em;
}
.sec_catch .catch_text .ja.yellow {
  color: #FFF435;
  /* 文字　光 */
  position: relative;
  background-image: linear-gradient(70deg, #FFF435 25%, #fff 50%, #FFF435);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 5s infinite;
}
@media screen and (min-width: 769px) {
  .sec_catch .catch_text_03 {
    padding-top: 1.5em;
  }
}

.section2 {
  background: rgba(35, 24, 21, 0.1);
  padding: 25px 0 12px;
  margin: 0;
  width: 100%;
}
.section2 .price_flex {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.sec_catch_02 {
  background: #fff;
  padding: 1em;
  font-size: min(4.3vw, 33px);
}
@media screen and (min-width: 769px) {
  .sec_catch_02 {
    padding: 0.5em 0;
  }
}
.sec_catch_02 .wrap {
  width: 90% !important;
  max-width: 980px !important;
}
.sec_catch_02 .flex p {
  text-align: center;
  font-size: min(5.9vw, 45px);
  margin: 0;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .sec_catch_02 .flex p {
    font-size: min(3.5vw, 45px);
  }
}
.sec_catch_02 .flex p span {
  font-size: 1.18em;
  color: #D5744A;
}
.sec_catch_02 .flex .line {
  font-size: min(5.9vw, 45px);
  height: 3.5em;
  margin: 0 0.5em;
}
@media screen and (min-width: 769px) {
  .sec_catch_02 .flex .line {
    font-size: min(3.5vw, 45px);
    height: 1.5em;
  }
}
.sec_catch_02 .flex .text_deco {
  position: relative;
}
.sec_catch_02 .flex .text_deco .text_deco_01 {
  position: absolute;
  bottom: 0;
  color: #000;
  font-size: min(2.2vw, 16px);
}
@media screen and (min-width: 769px) {
  .sec_catch_02 .flex .text_deco .text_deco_01 {
    font-size: min(1.5vw, 16px);
    transform: translateY(-0.5em);
  }
}
.sec_catch_02 .flex .text_deco .text_deco_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
  font-size: min(2.2vw, 16px);
  transform: translate(0, 1.5em);
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec_catch_02 .flex .text_deco .text_deco_02 {
    font-size: min(1.5vw, 16px);
    transform: translateY(-0.5em);
    transform: translate(0, 1em);
  }
}

.sec_view_more {
  padding: 2em 0;
  position: relative;
  background-color: #375E74;
}
@media screen and (min-width: 769px) {
  .sec_view_more {
    padding: 4em 0;
  }
}
.sec_view_more .wrap {
  padding-right: 8%;
}
@media screen and (min-width: 769px) {
  .sec_view_more .wrap {
    padding-right: 0;
  }
}
.sec_view_more .hiromi_img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  width: 28%;
}
@media screen and (min-width: 769px) {
  .sec_view_more .hiromi_img02 {
    width: auto;
  }
}
.sec_view_more .hiromi_name {
  position: absolute;
  bottom: 0;
  right: 20%;
  margin: 0;
  font-size: 2vw;
}
@media screen and (min-width: 769px) {
  .sec_view_more .hiromi_name {
    right: 200px;
    font-size: 11px;
  }
}
.sec_view_more .hiromi_name span {
  font-size: 1.45em;
}
.sec_view_more p {
  text-align: center;
  font-size: min(4.8vw, 37px);
  color: #fff;
  margin-bottom: 1em;
  line-height: 1.5;
}
.sec_view_more a {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  width: 80%;
  text-align: center;
  color: #fff;
  max-width: 550px;
}

.plan-slide {
  padding: 4em 0;
}
.plan-slide h2 {
  text-align: center;
  font-size: clamp(22px, 5vw, 32px);
  line-height: 1.618em;
  margin-bottom: 1.25em;
  letter-spacing: 0.05em;
}
.plan-slide .ps_slick {
  width: min(90svw, 1280px);
  margin: 0 auto;
}
.plan-slide .ps_slick .slick-slide {
  width: clamp(11em, 41vw, 20em);
  margin: 1em;
}
.plan-slide .ps_slick .slick-slide a {
  display: block;
  border: 1px solid #ccc;
}
.plan-slide .ps_slick .slick-slide a dl dt {
  font-size: clamp(0.7rem, 3svw, 1rem);
  line-height: 1em;
  font-weight: bold;
  padding: 0.618em;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
  position: relative;
}
.plan-slide .ps_slick .slick-slide a dl dt::first-letter {
  font-size: 1.618em;
}
.plan-slide .ps_slick .slick-slide a dl dt small {
  line-height: 1em;
  padding: 0.236029032em;
  display: inline-block;
  border: 1px solid;
}
.plan-slide .ps_slick .slick-slide a dl dt .last {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #f00;
  border: 1px solid;
  transform: translate(0, -50%);
  padding: 0.381924em;
  letter-spacing: 0;
}
.plan-slide .ps_slick .slick-slide a dl dt .last i {
  vertical-align: bottom;
  font-size: 1.2em;
  font-weight: bold;
}
.plan-slide .ps_slick .slick-slide a dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.plan-slide .ps_slick .slick-slide.new dd {
  position: relative;
}
.plan-slide .ps_slick .slick-slide.new dd:before {
  content: "NEW";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #f00;
  color: #fff;
  font-size: clamp(0.7rem, 3svw, 1rem);
  line-height: 1em;
  padding: 0.381924em;
}
.plan-slide .type2 dt {
  background: #e2822e;
}
.plan-slide .type3 dt {
  background: #e2822e;
}
.plan-slide .slick-arrow {
  background: transparent;
  transition: 0.6s;
  transition-property: left, right;
  width: auto;
}
.plan-slide .slick-arrow:before {
  content: "";
  display: block;
  border: 2px solid #000;
  border-bottom: none;
  width: min(5svw, 2.617924rem);
  height: min(5svw, 2.617924rem);
}
.plan-slide .slick-arrow.slick-prev {
  left: min(2svw, 1rem);
}
.plan-slide .slick-arrow.slick-prev:before {
  border-right: none;
  transform: translate(50%, 0) rotate(-45deg);
}
.plan-slide .slick-arrow.slick-prev:hover {
  left: 0;
}
.plan-slide .slick-arrow.slick-next {
  right: min(2svw, 1rem);
}
.plan-slide .slick-arrow.slick-next:before {
  border-left: none;
  transform: translate(-50%, 0) rotate(45deg);
}
.plan-slide .slick-arrow.slick-next:hover {
  right: 0;
}
.plan-slide .slick-dots li button {
  background: #000;
  border-radius: 50%;
  width: 0.381924rem;
  height: 0.381924rem;
  padding: 0;
  transition: transform 0.3s;
}
.plan-slide .slick-dots li.slick-active button {
  transform: scale(1.618);
}
.plan-slide .slick-dots li:hover button {
  transform: scale(1.618);
}

.br-inline {
  display: block;
}
@media screen and (min-width: 769px) {
  .br-inline {
    display: none;
  }
}

.sec_insta_mv {
  position: relative;
  background: #F3F3F1;
  padding: 4em 0;
}
.sec_insta_mv .mv-catch {
  text-align: center;
  font-size: min(4.8vw, 37px);
  padding: 1rem;
  margin: auto;
  line-height: initial;
}
.sec_insta_mv .insta_mv-area {
  margin: auto;
  padding: 4rem 0 min(12vw, 6rem);
  max-width: 1280px;
  width: 90%;
}
.sec_insta_mv .insta_mv-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8%;
  padding: 0 1rem;
  width: 100%;
  max-width: 1280px;
}
.sec_insta_mv .insta_mv-area ul li {
  width: 40%;
  flex: auto;
  margin-bottom: 6rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .sec_insta_mv .insta_mv-area ul li {
    width: 25%;
    flex: 1;
  }
}
.sec_insta_mv .insta_mv-area ul li .panel-image {
  width: 100%;
}
.sec_insta_mv .insta_mv-area ul li .panel-image img {
  width: 100%;
}
.sec_insta_mv .insta_mv-area ul li .panel-movie {
  display: none;
  width: 100%;
}
.sec_insta_mv .insta_mv-area ul li .panel-movie video {
  width: 100%;
}
.sec_insta_mv .insta_mv-area ul .list01, .sec_insta_mv .insta_mv-area ul .list03 {
  position: relative;
  background: rgba(206, 203, 176, 0.5);
}
.sec_insta_mv .insta_mv-area ul .list01::before, .sec_insta_mv .insta_mv-area ul .list03::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: rgba(0, 148, 190, 0.2);
  border-radius: 100%;
  position: absolute;
  top: -2rem;
  left: -2rem;
}
.sec_insta_mv .insta_mv-area ul .list01 div, .sec_insta_mv .insta_mv-area ul .list03 div {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec_insta_mv .insta_mv-area ul .list01 div, .sec_insta_mv .insta_mv-area ul .list03 div {
    top: 2rem;
    left: 2rem;
  }
}
.sec_insta_mv .insta_mv-area ul .list03::before {
  width: 3rem;
  height: 3rem;
  top: 2rem;
  left: -2rem;
}
.sec_insta_mv .insta_mv-area ul .list02, .sec_insta_mv .insta_mv-area ul .list04 {
  position: relative;
  background: rgba(79, 128, 142, 0.2);
  bottom: -6rem;
}
.sec_insta_mv .insta_mv-area ul .list02::before, .sec_insta_mv .insta_mv-area ul .list04::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: rgba(0, 148, 190, 0.2);
  border-radius: 100%;
  position: absolute;
  top: 40%;
  left: -1rem;
}
.sec_insta_mv .insta_mv-area ul .list02 div, .sec_insta_mv .insta_mv-area ul .list04 div {
  position: relative;
  top: -1rem;
  left: 1rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec_insta_mv .insta_mv-area ul .list02 div, .sec_insta_mv .insta_mv-area ul .list04 div {
    position: absolute;
    top: -2rem;
    left: 2rem;
  }
}
.sec_insta_mv .insta_mv-area ul .list04::before {
  width: 5rem;
  height: 5rem;
  top: auto;
  bottom: -2.5rem;
  left: -3rem;
}
.sec_insta_mv .insta_mv-area ul .list04 div {
  position: relative;
}
.sec_insta_mv .insta_mv-area .mv-bg-txt1, .sec_insta_mv .insta_mv-area .mv-bg-txt2 {
  position: relative;
}
.sec_insta_mv .insta_mv-area .mv-bg-txt1 p, .sec_insta_mv .insta_mv-area .mv-bg-txt2 p {
  position: absolute;
  font-size: min(7.5vw, 56px);
  color: rgba(0, 148, 190, 0.2);
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 0 1rem;
}
.sec_insta_mv .insta_mv-area .mv-bg-txt1 p {
  top: -1rem;
  right: 0;
}
.sec_insta_mv .insta_mv-area .mv-bg-txt2 p {
  bottom: -1rem;
  left: 0;
}

.sec_page_cont {
  padding: 3em 0 1em;
  background: #E1EEE3;
}
@media screen and (min-width: 769px) {
  .sec_page_cont {
    padding: 6em 0 0;
  }
}
.sec_page_cont .bnr_link {
  display: block;
}
.sec_page_cont .bnr_link:nth-child(1) {
  margin-bottom: 3em;
}
@media screen and (max-width: 769px) {
  .sec_page_cont .bnr_link:nth-child(1) {
    margin-bottom: 0.8em;
  }
}
.sec_page_cont .bnr_link:hover {
  opacity: 0.5;
}
.sec_page_cont .img_cap {
  right: auto;
  left: 0.5em;
  font-size: 10px;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  font-weight: bold;
}
.sec_page_cont .img_cap .mini {
  font-size: 0.8em;
}
.sec_page_cont .lead {
  text-align: center;
  font-size: min(3.2vw, 25px);
  padding: 1em 0;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .sec_page_cont .lead {
    padding: 3em 0;
  }
}
.sec_page_cont .sankaku {
  animation-name: sankaku;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.sec_page_cont .sankaku img {
  width: 40px;
}
@keyframes sankaku {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 10px);
  }
}
.sec_page_cont .flex {
  gap: 2px;
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .sec_page_cont .flex {
    gap: 1px;
  }
}
.sec_page_cont .flex:has(.page_link:hover) .page_link:not(:hover) {
  filter: grayscale(100%);
}
.sec_page_cont .flex:has(.page_link:hover) .page_text:not(:hover) {
  scale: 0.8;
}
.sec_page_cont .flex .page_btn {
  width: calc(50% - 1px);
  margin: 0;
}
@media screen and (min-width: 769px) {
  .sec_page_cont .flex .page_btn {
    width: calc((100% - 3px) / 4);
  }
}
.sec_page_cont .flex .page_btn .page_link {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 1s;
}
.sec_page_cont .flex .page_btn .page_link:hover .photo img {
  scale: 1.2;
}
.sec_page_cont .flex .page_btn .page_link .photo {
  overflow: hidden;
}
.sec_page_cont .flex .page_btn .page_link .photo img {
  transition: 1s;
}
.sec_page_cont .flex .page_btn .page_link .page_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.sec_page_cont .flex .page_btn .page_link .color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_page_cont .flex .page_btn .page_link .color._01 {
  background: #8792B2;
  opacity: 0.72;
}
.sec_page_cont .flex .page_btn .page_link .color._02 {
  background: #639A70;
  opacity: 0.72;
}
.sec_page_cont .flex .page_btn .page_link .color._03 {
  background: #A99158;
  opacity: 0.72;
}
.sec_page_cont .flex .page_btn .page_link .color._04 {
  background: #5186A2;
  opacity: 0.72;
}
.sec_page_cont .flex .page_btn .page_link .cap {
  color: #fff;
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-size: min(1.6vw, 12px);
  line-height: 1;
}

.sec_request {
  padding: 3em 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec_request {
    padding: 6em 0 0;
  }
}
.sec_request .wrap {
  padding-left: 24%;
}
@media screen and (min-width: 769px) {
  .sec_request .wrap {
    padding-left: 0%;
  }
}
@media screen and (min-width: 769px) {
  .sec_request .wrap .flex {
    gap: 1em;
  }
}
.sec_request .wrap .flex .req_img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec_request .wrap .flex .req_img {
    width: calc(50% - 0.5em);
    margin: 0;
  }
}
.sec_request .hiromi_img03 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .sec_request .hiromi_img03 {
    width: 16%;
    max-width: 200px;
  }
}
.sec_request .hiromi_img03 img {
  margin: 0;
}
.sec_request .hiromi_name {
  position: absolute;
  bottom: 24px;
  left: 3px;
  font-size: 11px;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .sec_request .hiromi_name {
    bottom: 35px;
    left: 15px;
  }
}
.sec_request .hiromi_name p {
  color: #000;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
  font-weight: bold;
}
.sec_request .hiromi_name p:nth-child(2) {
  font-size: 1.45em;
}

.sec_info {
  padding: 2em 0 2em;
}
.sec_info .wrap {
  max-width: 960px !important;
}
@media screen and (min-width: 769px) {
  .sec_info {
    padding: 4em 0 4em;
  }
}
.sec_info .info_title {
  text-align: center;
  font-size: min(6.4vw, 26px);
  line-height: 1;
  color: #485C52;
}
.sec_info .info_sub {
  text-align: center;
  font-size: min(2.7vw, 10px);
}
.sec_info ul {
  padding: 1em;
  margin: 1.5em 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .sec_info ul {
    padding: 1em 1em 0;
  }
}
.sec_info ul li {
  text-align: center;
  font-size: min(3.2vw, 16px);
  line-height: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.sec_info ul li:not(:last-child) {
  margin-bottom: 0;
}

.closing-notice {
  width: 90%;
  max-width: 960px;
  margin: min(6vw, 6rem) auto 0;
  padding: 1em;
  border: solid 2px #e50012;
  text-align: center;
  font-family: "YakuHanMP", "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media screen and (min-width: 769px) {
  .closing-notice {
    padding: 2em;
  }
}
.closing-notice h3 {
  font-size: min(3.8svw, 20px);
}
.closing-notice b {
  font-size: min(4.2svw, 24px);
  font-weight: bold;
  padding: 1rem 0;
  display: block;
}
.closing-notice p {
  font-size: min(3.2svw, 16px);
}

.sec_bnr_slide {
  /*display: none;*/
  padding: 50px 0;
  background: linear-gradient(129deg, rgb(225, 238, 227) 0%, rgb(225, 233, 238) 100%);
}
@media screen and (max-width: 769px) {
  .sec_bnr_slide {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  .sec_bnr_slide {
    display: block;
  }
}
.sec_bnr_slide .sec_title {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  font-size: min(4.8vw, 40px);
  margin-bottom: 1em;
  color: #2d302f;
}
.sec_bnr_slide ul li {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 10px;
}
.sec_bnr_slide ul li a {
  height: 260px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 769px) {
  .sec_bnr_slide ul li a {
    height: 100px;
  }
}
@media screen and (max-width: 430px) {
  .sec_bnr_slide ul li a {
    height: 80px;
  }
}
.sec_bnr_slide ul li a img {
  height: 100%;
  width: auto;
}
.sec_bnr_slide .slick-track {
  display: flex;
}
.sec_bnr_slide .slick-slide {
  height: auto !important;
}
.sec_bnr_slide .slick-dots {
  bottom: -35px;
}
.sec_bnr_slide .slick-dots li button:before {
  font-size: 20px;
}

#home_2 .banner_box {
  margin: 0 auto 6em;
}
@media screen and (max-width: 769px) {
  #home_2 .banner_box {
    margin: 0 auto 3em;
  }
}

.sec_note {
  padding: 0em 0 1.5em;
}
@media screen and (min-width: 769px) {
  .sec_note {
    padding: 3em 0 3em;
  }
}
.sec_note ul li {
  font-size: min(2.7vw, 12px);
  line-height: 1.2;
  text-align: justify;
  font-family: YakuHanJP, "Noto Sans JP", YuGothic, "Yu Gothic", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  color: rgb(119, 119, 119);
}
.sec_note ul .margin_t {
  margin-top: 1em;
}

#header .banner_box_button_02 {
  font-size: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #666666;
}

#header .sp-buttons > ul li button,
#header .sp-buttons > ul li a {
  padding: 0;
}

#header .sp-buttons > ul li small {
  font-size: 9px;
}

#header .menu {
  background: #F5F5EE;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine:hover {
  opacity: 0.7;
}

.shine::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.75) 32%, rgba(255, 255, 255, 0.75) 78%, rgba(255, 255, 255, 0) 82%);
  animation: shine-loop 4s linear infinite;
}

@keyframes shine-loop {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(200%);
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
}

.delay01 {
  transition-duration: 3s;
}

.delay02 {
  transition-duration: 4s;
}

.delay03 {
  transition-delay: 5s;
}

.fade-in-up {
  transform: translate(0, 100px);
}

.fade-in-down {
  transform: translate(0, -100px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.page_btn {
  opacity: 0;
  transition: 2s;
  transform: translateY(50px);
}

.fadein {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */