@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 11px;
  color: #383838;
  background-color: #f0eee9;
  font-weight: normal;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #383838;
  text-decoration: none;
}

@media screen and (max-width: 799px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .spNone {
    display: block !important;
  }
}

@media screen and (max-width: 799px) {
  .pcNone {
    display: block !important;
  }
}
@media screen and (min-width: 800px) {
  .pcNone {
    display: none !important;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

#header {
  width: 100%;
  background: #e5e0db;
  text-align: center;
}
@media screen and (min-width: 800px) {
  #header .bgImage_wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
}
#header .bgImage_wrap::after {
  display: block;
  content: "";
  padding-top: 15%;
  background: -webkit-linear-gradient(top, #e5e0db, #f0eee9);
}
#header .cover {
  width: 100%;
  height: auto;
}
#header h1.read {
  width: 85vw;
  margin: 0 auto;
  padding: 80px 0px 50px;
  letter-spacing: 0.2em;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 800px) {
  #header h1.read {
    width: 100%;
  }
}
#header h1.read p {
  font-size: clamp(12px, 3.2vw, 16px);
}
#header h1.read p.tit {
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: clamp(36px, 9.6vw, 58px);
}
#header h1.read span {
  margin-top: 35px;
  display: block;
  font-size: clamp(12px, 3.2vw, 14px);
}
@media screen and (min-width: 800px) {
  #header h1.read span {
    margin-top: 60px;
  }
}
#header img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}
@media screen and (min-width: 800px) {
  #header img {
    width: 97%;
  }
}
#header a {
  color: #383838;
  text-decoration: none;
}

.slides img {
  width: 83.7333333333%;
}
@media screen and (min-width: 800px) {
  .slides img {
    width: 100%;
  }
}

section.block {
  margin: 0 auto;
  margin-top: clamp(100px, 26.6666666667vw, 200px);
}
section.block .main_credit {
  text-align: center;
}
section.block .main_credit ul li a {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
  width: max(50%, 200px);
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  section.block .main_credit ul li a {
    width: 33%;
  }
}
section.block .main_credit ul li a p {
  font-size: clamp(13px, 3.4666666667vw, 17px);
  padding-bottom: clamp(6px, 1.6vw, 10px);
}
section.block .main_credit ul li a span.buy {
  font-size: clamp(13px, 3.4666666667vw, 17px);
  text-decoration: underline;
}

.pd10 {
  padding-bottom: 0;
}

.ba::before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 10px;
  z-index: 10;
}
@media screen and (min-width: 800px) {
  .ba::before {
    position: absolute;
    width: 45px;
    height: 3px;
    bottom: 42px;
    right: 20px;
  }
}
@media screen and (max-width: 799px) {
  .ba::before {
    position: absolute;
    width: 24px;
    height: 2px;
    bottom: 23px;
    right: 11px;
  }
}
.ba::after {
  content: "";
  display: block;
  background: #fff;
  border-radius: 10px;
  z-index: 10;
}
@media screen and (min-width: 800px) {
  .ba::after {
    position: absolute;
    width: 3px;
    height: 45px;
    bottom: 19px;
    right: 41px;
  }
}
@media screen and (max-width: 799px) {
  .ba::after {
    position: absolute;
    width: 2px;
    height: 24px;
    bottom: 12px;
    right: 22px;
  }
}

.img_flex02 {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}
.img_flex02 .fx {
  position: relative;
  width: 50%;
}

.img_flex_left {
  display: flex;
  padding-bottom: 10px;
}
.img_flex_left .fx {
  position: relative;
  width: 46.1333333333%;
}

.img_flex_small {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  margin-top: 15px;
  width: 94.6666666667%;
}
@media screen and (min-width: 800px) {
  .img_flex_small {
    margin-top: 40px;
    margin-left: 6%;
  }
}
.img_flex_small .fx {
  position: relative;
  width: 39.4366197183%;
}

.img_flex_cre {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  width: 94.6666666667%;
}
@media screen and (min-width: 800px) {
  .img_flex_cre {
    justify-content: space-between;
    width: 89.0588235294%;
    padding-left: 95px;
  }
}
.img_flex_cre .img_box {
  position: relative;
  width: 57.7464788732%;
}
@media screen and (max-width: 799px) {
  section.sec01 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 800px) {
  section.sec01 {
    max-width: 800px;
  }
}

@media screen and (min-width: 800px) {
  section.sec03,
  section.sec04,
  section.sec05,
  section.sec06,
  section.sec08,
  section.sec09,
  section.sec10,
  section.sec12,
  section.sec14,
  section.sec16,
  section.sec18,
  section.sec20 {
    max-width: 800px;
  }
}

@media screen and (min-width: 800px) {
  section.sec02,
  section.sec11,
  section.sec09,
  section.sec15 {
    max-width: 640px;
  }
}

@media screen and (min-width: 800px) {
  section.sec17 {
    max-width: 850px;
  }
}

@media screen and (min-width: 800px) {
  section.sec02 .main_credit a,
  section.sec09 .main_credit a,
  section.sec11 .main_credit a,
  section.sec15 .main_credit a {
    width: 38% !important;
  }
}

section.sec03 {
  position: relative;
}
section.sec03::before {
  position: absolute;
  display: block;
  content: "";
  padding-top: 56%;
  background-color: #3F6288;
  width: 89.3333333333%;
  height: auto;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}

section.sec05 {
  position: relative;
}
section.sec05::before {
  position: absolute;
  display: block;
  content: "";
  padding-top: 102.6666666667%;
  background-color: #9DC3E6;
  width: 26.6666666667%;
  height: auto;
  top: -15%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  section.sec05::before {
    width: 24.375%;
  }
}
@media screen and (min-width: 800px) {
  section.sec05 .img_flex02 {
    max-width: 640px;
    margin: 0 auto;
  }
}

section.sec06 {
  position: relative;
}
section.sec06::before {
  position: absolute;
  display: block;
  content: "";
  padding-top: 113.3333333333%;
  background-color: #9DC3E6;
  width: 26.6666666667%;
  height: auto;
  top: -30%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  section.sec06::before {
    padding-top: 84%;
    width: 24.375%;
  }
}
section.sec06::after {
  position: absolute;
  display: block;
  content: "";
  padding-top: 48%;
  background-color: #9DC3E6;
  width: 54.6666666667%;
  height: auto;
  bottom: 49%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  section.sec06::after {
    padding-top: 37.875%;
    width: 34.625%;
    height: auto;
    bottom: 48%;
    left: 6%;
    z-index: -1;
  }
}
@media screen and (min-width: 800px) {
  section.sec06 .img_flex02 {
    max-width: 640px;
    margin: 0 auto;
  }
}

section.sec10 {
  position: relative;
}
section.sec10::before {
  position: absolute;
  display: block;
  content: "";
  padding-top: 170.6666666667%;
  background-color: #2A3443;
  width: 100%;
  height: auto;
  top: -9%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  section.sec10::before {
    padding-top: 132.75%;
  }
}
section.sec10 p {
  color: #fff;
}
section.sec10 span {
  color: #fff;
}
@media screen and (min-width: 800px) {
  section.sec10 .img_flex02 {
    max-width: 640px;
    margin: 0 auto;
  }
}

section.sec13 {
  position: relative;
}
section.sec13::before {
  position: absolute;
  display: block;
  content: "";
  padding-top: 168%;
  background-color: #FFF2CC;
  width: 76.8%;
  height: auto;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 800px) {
  section.sec13::before {
    padding-top: 25.9027777778%;
    background-color: #FFF2CC;
    width: 100%;
    height: auto;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.sec13 p {
  color: #383838;
}
section.sec13 span {
  color: #383838;
}
@media screen and (min-width: 800px) {
  section.sec13 .pc_flex {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
  }
}
@media screen and (min-width: 800px) {
  section.sec13 .main_credit a {
    width: 19% !important;
  }
}

section.sec16 {
  position: relative;
}
section.sec16::before {
  position: absolute;
  display: block;
  content: "";
  padding-top: 93.3333333333%;
  background-color: #FF9E9F;
  width: 94.6666666667%;
  height: auto;
  top: -13%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  section.sec16::before {
    padding-top: 82.5%;
    width: 94.5%;
    top: -11%;
  }
}
section.sec16 p {
  color: #fff;
}
section.sec16 span {
  color: #fff;
}

section.sec17 {
  position: relative;
}
section.sec17::before {
  position: absolute;
  display: block;
  content: "";
  padding-top: 147.7333333333%;
  background-color: #FF9E9F;
  width: 39.7333333333%;
  height: auto;
  top: -4%;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  section.sec17::before {
    padding-top: 135.2941176471%;
  }
}
section.sec17 .main_credit ul li a {
  width: 100%;
}
section.sec17 .main_credit ul li a p {
  text-align: left;
}
section.sec17 .main_credit ul li a span {
  padding-left: 10px;
}
@media screen and (min-width: 800px) {
  section.sec17 .main_credit ul li a span {
    padding-left: 60px;
  }
}

@media screen and (min-width: 800px) {
  section.sec19 .pc_flex {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
  }
}
@media screen and (min-width: 800px) {
  section.sec19 .main_credit ul li a {
    width: 19%;
  }
}

#footer {
  margin-top: 80px;
}
@media screen and (min-width: 800px) {
  #footer {
    margin: 0 auto;
    margin-top: 170px;
    padding-bottom: 30px;
    max-width: 800px;
  }
}
#footer a {
  display: block;
}
#footer a.button {
  border: solid 1px #383838;
  width: 57.3333333333%;
  margin: 0 auto;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  background-color: #F0EEE9;
  color: #383838;
}
@media screen and (min-width: 800px) {
  #footer a.button {
    max-width: 420px;
    margin: 0 auto 150px;
    font-size: 20px;
    padding: 20px 0px;
  }
}
#footer a.button:hover {
  color: #fff;
  background-color: #383838;
}
#footer .nav {
  margin-top: 80px;
}
#footer .nav p {
  display: flex;
  width: 100%;
  justify-content: center;
  letter-spacing: 0.1em;
  font-size: 11px;
}
@media screen and (min-width: 800px) {
  #footer .nav p {
    font-size: 16px;
  }
}
#footer .nav p a {
  padding-right: 10px;
  padding-left: 10px;
}
#footer .nav .logo {
  display: block;
  width: 25.3333333333%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  #footer .nav .logo {
    width: 130px;
    margin-top: 30px;
  }
}
#footer p.copy {
  margin-top: 40px;
  color: #787676;
  text-align: center;
  font-size: 7px;
  letter-spacing: 0.1em;
  padding-bottom: 60px;
}
@media screen and (min-width: 800px) {
  #footer p.copy {
    margin-top: 75px;
    font-size: 10px;
  }
}

#page_top {
  width: 2.5%;
  position: fixed;
  bottom: 2%;
  right: 3%;
  z-index: 10;
}
@media screen and (min-width: 800px) {
  #page_top {
    width: 1%;
  }
}

.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
}
.modal-wrap > div {
  position: relative;
  display: block;
  width: 100%;
  background: #F0EEE9;
  color: #383838;
}
.modal-wrap .modal-content {
  position: relative;
  overflow-y: auto;
  width: 100%;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content .modal_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
}
.modal-wrap .modal-content .modal_flex .modal-img {
  margin-top: 50px;
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content .modal_flex .modal-img {
    width: 51.3888888889%;
    margin: 0;
    padding-bottom: 0;
  }
}
.modal-wrap .modal-content .modal_flex .text_Area {
  padding: 40px 0px;
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content .modal_flex .text_Area {
    padding-top: 50px;
  }
}
.modal-wrap .modal-content .modal_flex .text_Area .modal_read {
  margin: 0 auto;
  text-align: center;
}
.modal-wrap .modal-content .modal_flex .text_Area .modal_read h2 {
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 20px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content .modal_flex .text_Area .modal_read h2 {
    font-size: 48px;
    padding-bottom: 50px;
  }
}
.modal-wrap .modal-content .modal_flex .text_Area .modal_read h3 {
  font-size: 13px;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content .modal_flex .text_Area .modal_read h3 {
    font-size: 18px;
    padding-bottom: 90px;
  }
}
.modal-wrap .modal-content .modal_flex .text_Area ul.credit_li {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 799px) {
  .modal-wrap .modal-content .modal_flex .text_Area ul.credit_li {
    width: max(70%, 210px);
  }
}
.modal-wrap .modal-content .modal_flex .text_Area ul.credit_li li {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 15px;
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content .modal_flex .text_Area ul.credit_li li {
    font-size: 17px;
    padding-bottom: 25px;
  }
}
.modal-wrap .modal-content .modal_flex .text_Area ul.credit_li li p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-wrap .modal-content .modal_flex .text_Area ul.credit_li li p span.buy {
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content .modal_flex .text_Area ul.credit_li li p span.buy {
    padding-left: 140px;
  }
}
.modal-wrap .btn-open-modal::after {
  display: none;
}
@media screen and (min-width: 800px) {
  .modal-wrap .modal-content::before {
    display: block;
    position: absolute;
    content: "";
    padding-top: clamp(62px, 16.5333333333vw, 80px);
    background: #e5e0db;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.modal-content .back_col {
  position: relative;
  background-color: #e5e0db;
  width: 100%;
  padding-top: clamp(35px, 9.3333333333vh, 150px);
  padding: 40px 0px;
}
@media screen and (min-width: 800px) {
  .modal-content .back_col {
    position: absolute;
    bottom: 0;
  }
}
.modal-content .back_col span.page {
  position: absolute;
  font-size: 12px;
  letter-spacing: 0.1em;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 800px) {
  .modal-content .back_col span.page {
    padding-top: 0;
    font-size: 16px;
    bottom: 4%;
  }
}

.modal-wrap {
  z-index: 101;
}
.modal-wrap .close {
  cursor: pointer;
  position: fixed;
  left: 82%;
  top: 8px;
  z-index: 101;
  width: 57px;
  height: 39px;
  display: flex;
  align-items: center;
  z-index: 10;
}
@media screen and (max-width: 799px) {
  .modal-wrap .close {
    width: 45px;
    height: 43px;
    right: 3%;
    top: 11px;
  }
}
@media screen and (min-width: 800px) {
  .modal-wrap .close {
    left: 90%;
    top: 17px;
    width: 71px;
    height: 39px;
    display: flex;
  }
}
.modal-wrap .close span {
  width: 100%;
  height: 1px;
  background: #383838;
  display: block;
  opacity: 0.8;
}
.modal-wrap .close span:first-child {
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.modal-wrap .close span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
}

@media screen and (max-width: 799px) {
  .modal_flex {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) {
  .modal_flex {
    display: flex;
  }
}

/*テキストアニメーション
_______________________________________*/
@media screen and (max-width: 799px) {
  .delay-time05 {
    animation-delay: 1s;
  }
}
@media screen and (min-width: 800px) {
  .delay-time05 {
    animation-delay: 0.5s;
  }
}

.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ANIMATION
--------------------------------------*/
/*----- 全体フェードイン -----*/
.fadeIn_up {
  opacity: 0;
  transition: 1.8s;
}

.fadeIn_up.is-show {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */