@charset "UTF-8";
:root {
  --maxWidth1:1260px;
  --maxWidth2:1114px;
  --maxWidth3:966px;
  --maxWidth4: calc(100vw - var(--cont_margin) * 2);
  --breakPoint1:520px;
  --breakPoint2:768px;
  --breakPoint3:1280px;
  --breakPoint4:640px;
  --breakPoint5:1440px;
  --breakPoint6:1280px;
  --primaryColor:#EB6100;
  --secondaryColor:#349963;
  --tertiaryColor:#7F94AA;
  --colorBlack: #292524;
  --colorGray: #827E7D;
  --textColor: var(--colorBlack);
  --linkColor: var(--secondaryColor);
  --bodyColor: #FCEFE9;
  --baseBorderColor: var(--colorGray);
  --listBorderColor: #EEEEEE;
  --headHeight:94px;
  --footHeight:auto;
  --hamburgerSize: 48px;
  --subContentsWidth:100%;
  --buttonHeight:79px;
  --buttonBorder: 1px;
  --buttonColor: #FFF;
  --buttonBgColor: var(--secondaryColor);
  --buttonBorderColor: var(--secondaryColor);
  --spaceBase:10px;
  --space1: calc(var(--spaceBase) * 1);
  --space2: calc(var(--spaceBase) * 2);
  --space3: calc(var(--spaceBase) * 3);
  --space4: calc(var(--spaceBase) * 4);
  --space5: calc(var(--spaceBase) * 8);
  --cont_margin: var(--space2);
  --fontSizeBase:calc((100vw - var(--cont_margin) * 2) / 20);
  --fontSize_n: var(--fontSizeBase);
  --fontSize_s: calc(var(--fontSizeBase) * 0.86);
  --fontSize_ss: calc(var(--fontSizeBase) * 0.72);
  --fontSize_l: calc(var(--fontSizeBase) * 1.25);
  --fontSize_ll: calc(var(--fontSizeBase) * 1.5);
  --facebookColor:#1877F2;
  --lineColor:#06c755;
  --twitterColor:#00acee;
  --xColor:#000000;
  --animationDuration:0.33s;
  --easingOutBack:cubic-bezier(0.34, 1.56, 0.64, 1);
  --boxShadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  --radius:10px;
  --line_vertical_color: #333;
  --line_horizontal_color: #333;
  --rowGap: var(--space2);
  --columnGap: var(--space2);
  --rowGap_slim: calc(var(--rowGap) / 2);
  --columnGap_slim: calc(var(--columnGap) / 2);
  --rowGap_wide: calc(var(--rowGap) * 2);
  --columnGap_wide: calc(var(--columnGap) * 2);
}

@media (min-width: 640px) {
  :root {
    --fontSizeBase:calc((100vw - var(--cont_margin) * 2) / 48);
  }
}
@media (min-width: 768px) {
  :root {
    --buttonHeight:79px;
    --fontSizeBase:calc((100vw - var(--cont_margin) * 2) / 56);
    --headHeight:185px;
    --footHeight:auto;
    --subContentsWidth:240px;
  }
}
@media (min-width: 1280px) {
  :root {
    --fontSizeBase:16px;
    --headHeight:185px;
    --footHeight:auto;
    --subContentsWidth:240px;
  }
}
@media (min-width: 1280px) {
  :root {
    --fontSizeBase:18px;
  }
}
/* Element */
body,
html {
  min-height: 100svh;
  box-sizing: border-box;
  transition: none !important;
  scroll-behavior: smooth;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: var(--fontSize_n);
}

html {
  height: -webkit-fill-available;
}

body {
  background: var(--bodyColor);
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: normal;
  text-rendering: auto;
  color: var(--textColor);
  word-wrap: break-word;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
  position: relative;
  scroll-margin-top: var(--headHeight);
}

div,
p,
img,
iframe {
  padding: 0;
  margin: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h0 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.h0 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .h0 {
    font-size: 4rem;
  }
}

h1,
.h1 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 2.625rem;
  }
}

h2,
.h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1280px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1280px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a {
  text-decoration: underline;
  color: var(--linkColor);
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
a:focus {
  text-decoration: none;
}

a.disabled,
.a.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

img {
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100%;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
figure img {
  max-width: 100%;
  height: auto !important;
}
figure figcaption {
  font-size: 0.86rem;
}
figure.bridge {
  width: 100vw;
  height: 50vh;
  max-height: 320px;
  background: var(--colorGray);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
figure.bridge img {
  width: 100%;
  height: auto;
  max-width: none;
}
@media (min-height: 641px) and (max-aspect-ratio: 3/2) {
  figure.bridge img {
    height: 100% !important;
    width: auto;
  }
}
@media (orientation: portrait) {
  figure.bridge {
    height: 30vh;
  }
}

.caption_wrap {
  flex-direction: column;
  justify-content: flex-start;
  grid-gap: var(--space1);
  font-size: var(--fontSize_ss);
}

picture {
  width: 100%;
  max-width: 100%;
  line-height: 0;
  display: block;
}
picture source,
picture img {
  width: 100%;
  line-height: 0;
}

span {
  display: inline-block;
}

sub {
  vertical-align: baseline;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
table td,
table th {
  padding: var(--space1) var(--space2);
}
table td .inner,
table th .inner {
  display: flex;
  align-items: center;
}
table th {
  text-align: left;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
table thead {
  font-size: 0.8rem;
  border-bottom: 1px solid var(--colorGray);
}
table tbody th {
  font-size: 0.86rem;
  min-width: 80px;
}
table tr {
  border-bottom: 1px solid var(--colorGray);
}

details summary {
  display: flex;
  align-items: center;
  grid-gap: var(--space1) var(--space2);
  flex-wrap: wrap;
  box-sizing: border-box;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}

/*Class*/
.a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.a > * {
  pointer-events: none;
}
.a:not(.disabled) {
  cursor: pointer;
}
.a:not(.disabled) > * {
  cursor: pointer;
}

.nw {
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.b {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sb {
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.primaryColor {
  color: var(--primaryColor);
}

.secondaryColor {
  color: var(--secondaryColor);
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.w170 {
  width: 170px !important;
}

.w180 {
  width: 180px !important;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.max40w {
  max-width: 40px !important;
}

.max60w {
  max-width: 60px !important;
}

.max80w {
  max-width: 80px !important;
}

.max100w {
  max-width: 100px !important;
}

.max120w {
  max-width: 120px !important;
}

.max140w {
  max-width: 140px !important;
}

.max160w {
  max-width: 160px !important;
}

.max180w {
  max-width: 180px !important;
}

.max200w {
  max-width: 200px !important;
}

.max220w {
  max-width: 220px !important;
}

.max240w {
  max-width: 240px !important;
}

.max260w {
  max-width: 260px !important;
}

.max280w {
  max-width: 280px !important;
}

.max300w {
  max-width: 300px !important;
}

.max320w {
  max-width: 320px !important;
}

.max340w {
  max-width: 340px !important;
}

.max360w {
  max-width: 360px !important;
}

.max380w {
  max-width: 380px !important;
}

.max400w {
  max-width: 400px !important;
}

.max420w {
  max-width: 420px !important;
}

.max440w {
  max-width: 440px !important;
}

.max460w {
  max-width: 460px !important;
}

.max480w {
  max-width: 480px !important;
}

.max500w {
  max-width: 500px !important;
}

.max520w {
  max-width: 520px !important;
}

.max540w {
  max-width: 540px !important;
}

.max560w {
  max-width: 560px !important;
}

.max580w {
  max-width: 580px !important;
}

.max600w {
  max-width: 600px !important;
}

.max620w {
  max-width: 620px !important;
}

.max640w {
  max-width: 640px !important;
}

.max660w {
  max-width: 660px !important;
}

.max680w {
  max-width: 680px !important;
}

.max700w {
  max-width: 700px !important;
}

.max720w {
  max-width: 720px !important;
}

.max740w {
  max-width: 740px !important;
}

.max760w {
  max-width: 760px !important;
}

.max780w {
  max-width: 780px !important;
}

.max800w {
  max-width: 800px !important;
}

.min10w {
  max-width: 10px !important;
}

.min20w {
  max-width: 20px !important;
}

.min30w {
  max-width: 30px !important;
}

.min40w {
  max-width: 40px !important;
}

.min50w {
  max-width: 50px !important;
}

.min60w {
  max-width: 60px !important;
}

.min70w {
  max-width: 70px !important;
}

.min80w {
  max-width: 80px !important;
}

.min90w {
  max-width: 90px !important;
}

.min100w {
  max-width: 100px !important;
}

.min110w {
  max-width: 110px !important;
}

.min120w {
  max-width: 120px !important;
}

.min130w {
  max-width: 130px !important;
}

.min140w {
  max-width: 140px !important;
}

.min150w {
  max-width: 150px !important;
}

.min160w {
  max-width: 160px !important;
}

.min170w {
  max-width: 170px !important;
}

.min180w {
  max-width: 180px !important;
}

.min190w {
  max-width: 190px !important;
}

.min200w {
  max-width: 200px !important;
}

.min210w {
  max-width: 210px !important;
}

.min220w {
  max-width: 220px !important;
}

.min230w {
  max-width: 230px !important;
}

.min240w {
  max-width: 240px !important;
}

.min250w {
  max-width: 250px !important;
}

.min260w {
  max-width: 260px !important;
}

.min270w {
  max-width: 270px !important;
}

.min280w {
  max-width: 280px !important;
}

.min290w {
  max-width: 290px !important;
}

.min300w {
  max-width: 300px !important;
}

.min310w {
  max-width: 310px !important;
}

.min320w {
  max-width: 320px !important;
}

.over100 {
  width: 100vw !important;
  transform: translateX(calc(-1 * var(--space2)));
}
@media (min-width: 768px) {
  .over100 {
    transform: translateX(calc(-1 * var(--space3)));
  }
}
@media (min-width: 1280px) {
  .over100 {
    transform: translateX(calc(-1 * var(--space4)));
  }
}

.mt0 {
  margin-top: calc(var(--space1) * 0) !important;
}

.mt10 {
  margin-top: calc(var(--space1) * 1) !important;
}

.mt20 {
  margin-top: calc(var(--space1) * 2) !important;
}

.mt30 {
  margin-top: calc(var(--space1) * 3) !important;
}

.mt40 {
  margin-top: calc(var(--space1) * 4) !important;
}

.mt50 {
  margin-top: calc(var(--space1) * 5) !important;
}

.mt60 {
  margin-top: calc(var(--space1) * 6) !important;
}

.mt70 {
  margin-top: calc(var(--space1) * 7) !important;
}

.mt80 {
  margin-top: calc(var(--space1) * 8) !important;
}

.mt90 {
  margin-top: calc(var(--space1) * 9) !important;
}

.mt100 {
  margin-top: calc(var(--space1) * 10) !important;
}

.mt110 {
  margin-top: calc(var(--space1) * 11) !important;
}

.mt120 {
  margin-top: calc(var(--space1) * 12) !important;
}

.mb0 {
  margin-bottom: calc(var(--space1) * 0) !important;
}

.mb10 {
  margin-bottom: calc(var(--space1) * 1) !important;
}

.mb20 {
  margin-bottom: calc(var(--space1) * 2) !important;
}

.mb30 {
  margin-bottom: calc(var(--space1) * 3) !important;
}

.mb40 {
  margin-bottom: calc(var(--space1) * 4) !important;
}

.mb50 {
  margin-bottom: calc(var(--space1) * 5) !important;
}

.mb60 {
  margin-bottom: calc(var(--space1) * 6) !important;
}

.mb70 {
  margin-bottom: calc(var(--space1) * 7) !important;
}

.mb80 {
  margin-bottom: calc(var(--space1) * 8) !important;
}

.mb90 {
  margin-bottom: calc(var(--space1) * 9) !important;
}

.mb100 {
  margin-bottom: calc(var(--space1) * 10) !important;
}

.mb110 {
  margin-bottom: calc(var(--space1) * 11) !important;
}

.mb120 {
  margin-bottom: calc(var(--space1) * 12) !important;
}

.ml0 {
  margin-left: calc(var(--space1) * 0) !important;
}

.ml10 {
  margin-left: calc(var(--space1) * 1) !important;
}

.ml20 {
  margin-left: calc(var(--space1) * 2) !important;
}

.ml30 {
  margin-left: calc(var(--space1) * 3) !important;
}

.ml40 {
  margin-left: calc(var(--space1) * 4) !important;
}

.ml50 {
  margin-left: calc(var(--space1) * 5) !important;
}

.ml60 {
  margin-left: calc(var(--space1) * 6) !important;
}

.ml70 {
  margin-left: calc(var(--space1) * 7) !important;
}

.ml80 {
  margin-left: calc(var(--space1) * 8) !important;
}

.mr0 {
  margin-right: calc(var(--space1) * 0) !important;
}

.mr10 {
  margin-right: calc(var(--space1) * 1) !important;
}

.mr20 {
  margin-right: calc(var(--space1) * 2) !important;
}

.mr30 {
  margin-right: calc(var(--space1) * 3) !important;
}

.mr40 {
  margin-right: calc(var(--space1) * 4) !important;
}

.mr50 {
  margin-right: calc(var(--space1) * 5) !important;
}

.mr60 {
  margin-right: calc(var(--space1) * 6) !important;
}

.mr70 {
  margin-right: calc(var(--space1) * 7) !important;
}

.mr80 {
  margin-right: calc(var(--space1) * 8) !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt0 {
  padding-top: calc(var(--space1) * 0) !important;
}

.pt10 {
  padding-top: calc(var(--space1) * 1) !important;
}

.pt20 {
  padding-top: calc(var(--space1) * 2) !important;
}

.pt30 {
  padding-top: calc(var(--space1) * 3) !important;
}

.pt40 {
  padding-top: calc(var(--space1) * 4) !important;
}

.pt50 {
  padding-top: calc(var(--space1) * 5) !important;
}

.pt60 {
  padding-top: calc(var(--space1) * 6) !important;
}

.pt70 {
  padding-top: calc(var(--space1) * 7) !important;
}

.pt80 {
  padding-top: calc(var(--space1) * 8) !important;
}

.pt90 {
  padding-top: calc(var(--space1) * 9) !important;
}

.pt100 {
  padding-top: calc(var(--space1) * 10) !important;
}

.pt110 {
  padding-top: calc(var(--space1) * 11) !important;
}

.pt120 {
  padding-top: calc(var(--space1) * 12) !important;
}

.pt130 {
  padding-top: calc(var(--space1) * 13) !important;
}

.pt140 {
  padding-top: calc(var(--space1) * 14) !important;
}

.pt150 {
  padding-top: calc(var(--space1) * 15) !important;
}

.pt160 {
  padding-top: calc(var(--space1) * 16) !important;
}

.pt170 {
  padding-top: calc(var(--space1) * 17) !important;
}

.pt180 {
  padding-top: calc(var(--space1) * 18) !important;
}

.pt190 {
  padding-top: calc(var(--space1) * 19) !important;
}

.pt200 {
  padding-top: calc(var(--space1) * 20) !important;
}

.pb0 {
  padding-bottom: calc(var(--space1) * 0) !important;
}

.pb10 {
  padding-bottom: calc(var(--space1) * 1) !important;
}

.pb20 {
  padding-bottom: calc(var(--space1) * 2) !important;
}

.pb30 {
  padding-bottom: calc(var(--space1) * 3) !important;
}

.pb40 {
  padding-bottom: calc(var(--space1) * 4) !important;
}

.pb50 {
  padding-bottom: calc(var(--space1) * 5) !important;
}

.pb60 {
  padding-bottom: calc(var(--space1) * 6) !important;
}

.pb70 {
  padding-bottom: calc(var(--space1) * 7) !important;
}

.pb80 {
  padding-bottom: calc(var(--space1) * 8) !important;
}

.pb90 {
  padding-bottom: calc(var(--space1) * 9) !important;
}

.pb100 {
  padding-bottom: calc(var(--space1) * 10) !important;
}

.pb110 {
  padding-bottom: calc(var(--space1) * 11) !important;
}

.pb120 {
  padding-bottom: calc(var(--space1) * 12) !important;
}

.pb130 {
  padding-bottom: calc(var(--space1) * 13) !important;
}

.pb140 {
  padding-bottom: calc(var(--space1) * 14) !important;
}

.pb150 {
  padding-bottom: calc(var(--space1) * 15) !important;
}

.pb160 {
  padding-bottom: calc(var(--space1) * 16) !important;
}

.pb170 {
  padding-bottom: calc(var(--space1) * 17) !important;
}

.pb180 {
  padding-bottom: calc(var(--space1) * 18) !important;
}

.pb190 {
  padding-bottom: calc(var(--space1) * 19) !important;
}

.pb200 {
  padding-bottom: calc(var(--space1) * 20) !important;
}

.pl0 {
  padding-left: calc(var(--space1) * 0) !important;
}

.pl10 {
  padding-left: calc(var(--space1) * 1) !important;
}

.pl20 {
  padding-left: calc(var(--space1) * 2) !important;
}

.pl30 {
  padding-left: calc(var(--space1) * 3) !important;
}

.pl40 {
  padding-left: calc(var(--space1) * 4) !important;
}

.pl50 {
  padding-left: calc(var(--space1) * 5) !important;
}

.pl60 {
  padding-left: calc(var(--space1) * 6) !important;
}

.pl70 {
  padding-left: calc(var(--space1) * 7) !important;
}

.pl80 {
  padding-left: calc(var(--space1) * 8) !important;
}

.pr0 {
  padding-right: calc(var(--space1) * 0) !important;
}

.pr10 {
  padding-right: calc(var(--space1) * 1) !important;
}

.pr20 {
  padding-right: calc(var(--space1) * 2) !important;
}

.pr30 {
  padding-right: calc(var(--space1) * 3) !important;
}

.pr40 {
  padding-right: calc(var(--space1) * 4) !important;
}

.pr50 {
  padding-right: calc(var(--space1) * 5) !important;
}

.pr60 {
  padding-right: calc(var(--space1) * 6) !important;
}

.pr70 {
  padding-right: calc(var(--space1) * 7) !important;
}

.pr80 {
  padding-right: calc(var(--space1) * 8) !important;
}

.no-min-height {
  min-height: 0;
}

.no-min-width {
  min-width: 0;
}

.no-max-height {
  max-height: none;
}

.no-max-width {
  max-width: none;
}

.with_comma:not(:last-child)::after {
  content: "、";
}

.border-box {
  box-sizing: border-box;
}

.content-box {
  box-sizing: content-box;
}

.overflow_auto {
  overflow: auto;
}

.overflw_visible {
  overflow: visible;
}

.overflow_hidden {
  overflow: hidden;
}

.overflw_scroll {
  overflow: scroll;
}

.overflow_y_auto {
  overflow-y: auto;
}

.overflw_y_visible {
  overflow-y: visible;
}

.overflow_y_hidden {
  overflow-y: hidden;
}

.overflw_y_scroll {
  overflow-y: scroll;
}

.overflow_x_auto {
  overflow-x: auto;
}

.overflw_x_visible {
  overflow-x: visible;
}

.overflow_x_hidden {
  overflow-x: hidden;
}

.overflw_x_scroll {
  overflow-x: scroll;
}

.no_border {
  border: 0;
}

.border_left {
  border-left: 1px solid var(--line_vertical_color);
}

.border_right {
  border-right: 1px solid var(--line_vertical_color);
}

.border_top {
  border-top: 1px solid var(--line_horizontal_color);
}

.border_bottom {
  border-bottom: 1px solid var(--line_horizontal_color);
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.whiteSpace {
  white-space: pre-wrap;
}

.underline {
  text-decoration: underline;
}

.text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.text.lh_wide {
  line-height: 3;
}

.eng {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.mincho {
  font-family: "Times", "Noto Serif JP", serif;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

.tl {
  text-align: left !important;
}

@media (max-width: 520px) {
  .tl_for_sp {
    text-align: left !important;
  }
}
.fs_s {
  font-size: var(--fontSize_s);
}

.fs_ss {
  font-size: var(--fontSize_ss);
}

.fs_l {
  font-size: var(--fontSize_l);
}

.fs_ll {
  font-size: var(--fontSize_ll);
}

.gradient_text {
  background: linear-gradient(var(--gradientAngle), var(--gradientStartColor), var(--gradientEndColor));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fit_image {
  position: relative;
}
.fit_image img {
  width: 100%;
  height: auto;
}

.icon {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.photo .bg {
  height: 0;
  padding-top: 66%;
  background-color: var(--colorGray);
  background-image: url(../images/common/thumb.jpg);
}

.photo.circle,
.img.circle {
  --size: 120px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  overflow: hidden;
}
.photo.circle img,
.img.circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.photo.contain img,
.img.contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.photo.cover,
.img.cover {
  overflow: hidden;
}
.photo.cover img,
.img.cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.video video {
  width: 100%;
  height: auto;
}

.movie {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.movie > .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie > .inner video {
  width: 100%;
  height: auto;
}

.movie > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.boxShadow {
  box-shadow: var(--boxShadow);
}

.vertical_scrollable {
  overflow-y: auto;
  max-height: calc(100svh - var(--space2) * 2);
}
@media (min-width: 768px) {
  .vertical_scrollable {
    max-height: calc(100svh - 120px);
  }
  .vertical_scrollable.modal_max_height {
    max-height: calc(100svh - var(--space2) * 2);
  }
}

.radius {
  border-radius: var(--radius);
}

.to_link {
  display: flex;
  --toLinkButtonGap: calc(var(--space1) / 2);
  grid-gap: var(--toLinkButtonGap);
  align-items: center;
  justify-content: center;
  --toLinkHeight: var(--buttonHeight);
  --toLinkBackground: var(--buttonBgColor);
  --toLinkBorder: var(--buttonBorder);
  --toLinkBorderColor: var(--buttonBorderColor);
  --toLinkColor: var(--buttonColor);
  --toLinkHoverBackground: #FFF;
  --toLinkHoverColor: var(--buttonBgColor);
}
.to_link.tc {
  justify-content: center;
}
.to_link.sb {
  justify-content: space-between;
}
.to_link.tl {
  justify-content: flex-start;
}
.to_link.tr {
  justify-content: flex-end;
}
.to_link.to_link_slim {
  --toLinkHeight: calc(var(--buttonHeight) * 3 / 4);
}
.to_link.to_link_mini {
  --toLinkHeight: calc(var(--buttonHeight) / 2);
}
.to_link.to_link_mini .a {
  min-width: 120px;
}
.to_link .a {
  height: var(--toLinkHeight);
  border-radius: calc(var(--toLinkHeight) / 2);
  min-width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: auto;
  grid-gap: 5px;
  background: var(--toLinkBackground);
  border: var(--toLinkBorder) solid var(--toLinkBorderColor);
  color: var(--toLinkColor);
  text-decoration: none;
  cursor: pointer;
  padding: calc(var(--space1) / 2) var(--space1);
  position: relative;
  overflow: hidden;
  letter-spacing: normal;
  box-sizing: border-box;
  transition: var(--animationDuration) background, var(--animationDuration) color;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (hover: hover) {
  .to_link .a:hover {
    background: var(--toLinkHoverBackground);
    color: var(--toLinkHoverColor);
  }
}
.to_link .a.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}
.to_link .a > * {
  z-index: 1;
}
.to_link .a > *:not(.fixed_center) {
  position: relative;
}
.to_link .a .txt {
  line-height: normal;
  font-size: 1rem;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--space1);
}
.btns.vertical {
  flex-direction: column;
}
.btns.column {
  flex-direction: row;
}
.btns .btn .a {
  text-decoration: none;
  transition: var(--animationDuration) opacity;
}
.btns .btn .a.with_arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: var(--space2);
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: var(--space2);
  height: calc(var(--buttonHeight) / 2);
}
.btns .btn .a.with_arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 1px;
  border-color: var(--baseBorderColor) var(--baseBorderColor) transparent transparent;
}
.btns .btn .a.with_arrow::after {
  width: 8px;
  height: 8px;
}
@media (hover: hover) {
  .btns .btn .a:hover {
    opacity: 0.5;
    filter: Alpha(opacity=50);
  }
}

.categories,
.tags {
  --borderColor: var(--colorBlack);
  --bgColor: #FFF;
  --textColor: var(--colorBlack);
  --buttonFontSize: var(--fontSize_s);
  --h: calc(var(--buttonHeight) / 2);
}
.categories.gap_wide,
.tags.gap_wide {
  grid-gap: var(--space2);
}
.categories .category .a,
.categories .tag .a,
.tags .category .a,
.tags .tag .a {
  font-size: var(--buttonFontSize);
  border: 1px solid var(--borderColor);
  background: var(--bgColor);
  color: var(--textColor);
  min-height: var(--h);
  display: flex;
  align-items: center;
  grid-gap: var(--space1);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}
.categories .category .a .num,
.categories .tag .a .num,
.tags .category .a .num,
.tags .tag .a .num {
  background: var(--primaryColor);
  color: #FFF;
  font-size: var(--fontSize_ss);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  letter-spacing: normal;
}
.categories .category .a .txt,
.categories .tag .a .txt,
.tags .category .a .txt,
.tags .tag .a .txt {
  position: relative;
  top: -1.5px;
}
.categories .category .a,
.tags .category .a {
  border-radius: calc(var(--h) / 2);
  padding: 0 var(--space1);
  min-width: 100px;
}
@media (min-width: 768px) {
  .categories .category .a,
  .tags .category .a {
    min-width: 160px;
  }
}
.categories.with_num .category .a,
.tags.with_num .category .a {
  justify-content: space-between;
  padding-left: calc(var(--space1) * 1.5);
}

.navi .navi_btn .a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--textColor);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.scroll {
  mix-blend-mode: exclusion;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  --h: 240px;
  --w: 180px;
  --barHeight: 160px;
  height: var(--h);
}
.scroll .a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  text-decoration: none;
  width: var(--w);
}
.scroll > *:not(:last-child) {
  margin-bottom: var(--space1);
}
.scroll .txt {
  font-size: 0.66rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}
.scroll .txt.rotate {
  transform: rotate(90deg);
  width: 100px;
  height: 100px;
}
.scroll .bar {
  width: 1px;
  height: var(--barHeight);
  background: rgba(255, 255, 255, 0.33);
  position: relative;
  overflow: hidden;
}
.scroll .bar::after {
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  animation-name: expansion;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
.scroll.scroll_down .txt::before {
  content: "Scroll Down";
}
.scroll.scroll_down .bar {
  transform: rotate(180deg);
}
.scroll.scroll_up .txt::before {
  content: "Scroll Up";
}

@keyframes expansion {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes expansion2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.to_pagetop {
  bottom: auto !important;
  top: calc(-1 * var(--barHeight) / 2) !important;
  --h: calc(var(--barHeight) + 24px);
  --w: 40px;
  --barHeight: 80px;
}
@media (min-width: 768px) {
  .to_pagetop {
    --w: 80px;
  }
}
.to_pagetop .a .txt::before {
  content: "SCROLL";
}

.to_scroll {
  top: auto !important;
  bottom: calc(-1 * var(--barHeight) / 2) !important;
  --h: calc(var(--barHeight) + 24px);
  --w: 40px;
  --barHeight: 80px;
}
@media (min-width: 768px) {
  .to_scroll {
    --w: 80px;
  }
}
.to_scroll .a .txt::before {
  content: "SCROLL";
}

.fixed_scroll_area {
  height: 0;
  position: relative;
  width: 100%;
  mix-blend-mode: exclusion;
  z-index: 1;
}
.fixed_scroll_area .scroll {
  --h: 80px;
  position: absolute;
  bottom: calc(-1 * var(--h) / 2);
  left: 0;
  right: 0;
  margin: auto;
}
.fixed_scroll_area.to_pagetop_wrap .scroll {
  bottom: calc(100% + var(--space2));
}
.fixed_scroll_area.to_pagetop_wrap .scroll .a {
  grid-gap: calc(var(--space1) / 2);
  position: relative;
  overflow: visible;
}
.fixed_scroll_area.to_pagetop_wrap .scroll .a .txt {
  font-size: var(--fontSize_n);
}
.fixed_scroll_area.to_pagetop_wrap .scroll .a .txt::before {
  content: "PAGE TOP";
}

details.faq_category {
  --paddingRow: var(--space2);
  --paddingColumn: var(--space3);
  --markSize: var(--buttonHeight);
}
details.faq_category > summary {
  background: var(--secondaryColor);
  color: #FFF;
  padding: var(--paddingRow) calc(var(--paddingColumn) + var(--markSize)) var(--paddingRow) var(--paddingColumn);
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0 !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: var(--fontSize_ll);
}
details.faq_category > summary::before {
  content: "+";
  position: absolute;
  top: 0;
  bottom: 0;
  right: var(--paddingColumn);
  width: var(--markSize);
  height: var(--markSize);
  margin: auto;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
details.faq_category > .body {
  padding: 0 var(--paddingColumn);
  background: #FFF;
  transition: var(--animationDuration) padding;
}
details.faq_category[open] > summary::before {
  content: "-";
}
details.faq_category[open] > .body {
  padding-top: var(--paddingRow);
  padding-bottom: var(--paddingRow);
}
details.faq > summary,
details.faq > .body {
  position: relative;
  padding-left: 2rem;
}
details.faq > summary {
  margin-bottom: 0 !important;
  padding-bottom: 0px;
  transition: var(--animationDuration) padding-bottom, var(--animationDuration) margin-bottom;
}
details.faq > summary::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  content: "";
  transition: var(--animationDuration) transform;
  background: var(--textColor);
}
details.faq .qa_a,
details.faq .qa_q {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fontSize_ll);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
details.faq .qa_q {
  top: 0rem;
}
details.faq .qa_q::before {
  content: "Q";
}
details.faq .qa_a {
  top: 0rem;
}
details.faq .qa_a::before {
  content: "A";
}
details.faq + .faq {
  margin-top: var(--space3);
}
details.faq[open] > summary {
  padding-bottom: var(--space1);
  margin-bottom: var(--space1) !important;
}
details.faq[open] > summary::before {
  transform: scaleX(1);
}

/* Layout Class */
.box_wrap,
.box_wrap_slender,
.box_wrap_minimum,
.container {
  position: relative;
  margin: 0 auto;
  width: calc(100% - var(--cont_margin) * 2);
  box-sizing: border-box;
  --wrapMaxWidth: var(--maxWidth1);
  max-width: var(--wrapMaxWidth);
}

.box_wrap_slender {
  --wrapMaxWidth: var(--maxWidth2);
}

.box_wrap_minimum {
  --wrapMaxWidth: var(--maxWidth3);
}

.container {
  --wrapMaxWidth: var(--maxWidth4);
}

@media (min-width: 521px) {
  .for_sp {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .not_for_sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .for_device {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .not_for_device {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .for_pc {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .not_for_pc {
    display: none !important;
  }
}

.fixed_center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section {
  position: relative;
  width: 100%;
}
.section.section_fit_height {
  height: 100svh;
  box-sizing: border-box;
}
.section.section_min_vh {
  min-height: 100svh;
  height: auto;
  box-sizing: border-box;
}
.section.section_cont {
  padding-top: var(--space5);
  padding-bottom: var(--space5);
}
.section.section_cont:last-child {
  padding-bottom: 200px;
}
.section.cut_overflow_x {
  overflow: hidden;
  overflow-y: visible;
  width: 100vw;
}
@media (min-width: 768px) {
  .section.with_bg_grey .section_title_wrap {
    margin-bottom: var(--space4);
  }
}
.section.section_archives {
  padding-bottom: 120px;
}
.section.section_with_head_sticky .section_title_wrap {
  margin-bottom: 0 !important;
  background: #FFF;
  padding: var(--space2) 0 var(--space1) 0;
  position: sticky;
  top: var(--headHeight);
  z-index: 3;
}
.section .section_title_wrap {
  margin-bottom: var(--space4);
}

.ai_c {
  align-items: center;
}

.ai_fs {
  align-items: flex-start;
}

.ai_fe {
  align-items: flex-end;
}

.jc_c {
  justify-content: center;
}

.jc_sb {
  justify-content: space-between;
}

.jc_fs {
  justify-content: flex-start;
}

.jc_fe {
  justify-content: flex-end;
}

.fd_column {
  flex-direction: column;
}

.fd_row {
  flex-direction: row;
}

.f_nowrap {
  flex-wrap: nowrap;
}

.f_wrap {
  flex-wrap: wrap;
}

.flex {
  display: flex;
  --flexColumnGap: var(--columnGap);
  --flexRowGap: var(--rowGap);
  grid-column-gap: var(--flexColumnGap);
  grid-row-gap: var(--flexRowGap);
}
.flex.gap_zero {
  --flexColumnGap: 0px;
  --flexRowGap: 0px;
}
.flex.column_gap_zero {
  --flexColumnGap: 0px;
}
.flex.row_gap_zero {
  --flexRowGap: 0px;
}
.flex.gap_slim {
  --flexColumnGap: var(--columnGap_slim);
  --flexRowGap: var(--rowGap_slim);
}
.flex.column_gap_slim {
  --flexColumnGap: var(--columnGap_slim);
}
.flex.row_gap_slim {
  --flexRowGap: var(--rowGap_slim);
}
.flex.gap_wide {
  --flexColumnGap: var(--columnGap_wide);
  --flexRowGap: var(--rowGap_wide);
}
.flex.column_gap_wide {
  --flexColumnGap: var(--columnGap_wide);
}
.flex.row_gap_wide {
  --flexRowGap: var(--rowGap_wide);
}

.columns {
  display: flex;
  --columnColumnGap: var(--columnGap);
  --columnRowGap: var(--rowGap);
  grid-column-gap: var(--columnColumnGap);
  grid-row-gap: var(--columnRowGap);
  --columnWidth: 100%;
  flex-wrap: wrap;
}
.columns.gap_zero {
  --columnColumnGap: 0px;
  --columnRowGap: 0px;
}
.columns.column_gap_zero {
  --columnColumnGap: 0px;
}
.columns.row_gap_zero {
  --columnRowGap: 0px;
}
.columns.gap_slim {
  --columnColumnGap: var(--columnGap_slim);
  --columnRowGap: var(--rowGap_slim);
}
.columns.column_gap_slim {
  --columnColumnGap: var(--columnGap_slim);
}
.columns.row_gap_slim {
  --columnRowGap: var(--rowGap_slim);
}
.columns.gap_wide {
  --columnColumnGap: var(--columnGap_wide);
  --columnRowGap: var(--rowGap_wide);
}
.columns.column_gap_wide {
  --columnColumnGap: var(--columnGap_wide);
}
.columns.row_gap_wide {
  --columnRowGap: var(--rowGap_wide);
}
.columns .column {
  width: var(--columnWidth);
  max-width: 100%;
}
.columns .column.w2 {
  width: calc(var(--columnWidth) * 2 + var(--columnColumnGap));
}
.columns .column.w3 {
  width: calc(var(--columnWidth) * 3 + var(--columnColumnGap) * 2);
}
.columns .column.w4 {
  width: calc(var(--columnWidth) * 4 + var(--columnColumnGap) * 3);
}
.columns .column.w5 {
  width: calc(var(--columnWidth) * 5 + var(--columnColumnGap) * 4);
}
.columns .column.w6 {
  width: calc(var(--columnWidth) * 6 + var(--columnColumnGap) * 5);
}
.columns .column.w7 {
  width: calc(var(--columnWidth) * 7 + var(--columnColumnGap) * 6);
}
.columns .column.w8 {
  width: calc(var(--columnWidth) * 7 + var(--columnColumnGap) * 7);
}
@media (min-width: 768px) {
  .columns.column2 {
    --columnWidth: calc((100% - var(--columnColumnGap)) / 2);
  }
}
@media (min-width: 768px) {
  .columns.column3 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 2) / 3);
  }
}
.columns.column4 {
  --columnWidth: calc((100% - var(--columnColumnGap)) / 2);
}
@media (min-width: 768px) {
  .columns.column4 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 3) / 4);
  }
}
.columns.column5 {
  --columnWidth: calc((100% - var(--columnColumnGap)) / 2);
}
@media (min-width: 768px) {
  .columns.column5 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 4) / 5);
  }
}
.columns.column6 {
  --columnWidth: calc((100% - var(--columnColumnGap) * 2) / 3);
}
@media (min-width: 768px) {
  .columns.column6 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 3) / 4);
  }
}
@media (min-width: 1280px) {
  .columns.column6 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 5) / 6);
  }
}
.columns.column7 {
  --columnWidth: calc((100% - var(--columnColumnGap) * 2) / 3);
}
@media (min-width: 768px) {
  .columns.column7 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 3) / 4);
  }
}
@media (min-width: 1280px) {
  .columns.column7 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 6) / 7);
  }
}
.columns.column8 {
  --columnWidth: calc((100% - var(--columnColumnGap) * 2) / 3);
}
@media (min-width: 768px) {
  .columns.column8 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 3) / 4);
  }
}
@media (min-width: 1280px) {
  .columns.column8 {
    --columnWidth: calc((100% - var(--columnColumnGap) * 7) / 8);
  }
}

.archives .archive > .a {
  flex-direction: column;
  text-decoration: none;
  color: var(--textColor);
  grid-gap: var(--space1);
}
.archives .archive > .a .photo {
  aspect-ratio: 16/9;
  border-radius: 0px;
  overflow: hidden;
  background: var(--colorGray);
}
.archives .archive > .a .photo img,
.archives .archive > .a .photo sourch {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archives .archive > .a .inner {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space1);
}
.archives .archive > .a .info .title {
  line-height: 1.5;
}
.archives.archives_supporter {
  --columnRowGap: var(--space4);
  align-items: flex-start;
}
.archives.archives_supporter .archive > .a .photo {
  aspect-ratio: 1/1;
  border-radius: 2px;
}
.archives.archives_supporter .archive > .a .inner {
  width: 100%;
}
.archives.archives_supporter .archive > .a .inner .name {
  font-size: var(--fontSize_ll);
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .archives.archives_supporter {
    --columnWidth: 100%;
  }
}

.block {
  margin-bottom: var(--space5);
}
.block .head {
  margin-bottom: var(--space2);
}
.block .foot {
  margin-top: var(--space2);
}

.sub_block {
  margin-bottom: var(--space4);
}
.sub_block .head {
  margin-bottom: var(--space1);
}
.sub_block .foot {
  margin-top: var(--space1);
}

.block,
.sub_block {
  width: 100%;
}

.list_wrap {
  --labelWidth: 100%;
  --contWidth: 100%;
  --listGap: calc(var(--space1) / 2);
  display: flex;
  flex-direction: column;
  grid-gap: var(--space2);
}
.list_wrap .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: var(--listGap);
  position: relative;
}
.list_wrap .list > .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: var(--listGap);
  position: relative;
}
.list_wrap .list a {
  text-decoration: none;
  transition: var(--animationDuration) opacity;
}
@media (hover: hover) {
  .list_wrap .list a:hover {
    opacity: 0.5;
    filter: Alpha(opacity=50);
  }
}
.list_wrap .list .label,
.list_wrap .list .cont {
  position: relative;
}
.list_wrap .list .label {
  width: var(--labelWidth);
  display: flex;
  align-items: center;
  grid-gap: var(--space1);
  flex-direction: row;
}
.list_wrap .list .label .btns {
  position: relative;
  z-index: 1;
}
.list_wrap .list .cont {
  width: var(--contWidth);
}
@media (min-width: 768px) {
  .list_wrap {
    --listGap: var(--space2);
  }
  .list_wrap .list {
    flex-direction: row;
    align-items: center;
  }
  .list_wrap .list > .inner {
    flex-direction: row;
    align-items: center;
  }
}

/* ID */
#loading {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  transition: var(--animationDuration) opacity;
  background: #FFF;
}
#loading::before {
  content: "";
  background-size: contain;
  width: min(90vw, 800px);
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#head {
  height: var(--headHeight);
}

#contents {
  position: relative;
  min-height: calc(100svh - (var(--headHeight) + var(--footHeight)));
}
@media (min-width: 768px) {
  #contents {
    padding-top: var(--headHeight);
  }
}

#foot {
  height: var(--footHeight);
}

#common_head,
#common_foot {
  background: #FFF;
}
#common_head > *,
#common_foot > * {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space2) var(--space3);
  justify-content: center;
  align-items: center;
}
#common_head > * .logo,
#common_foot > * .logo {
  width: 154px;
}
#common_head > * .logo.logo_bcc,
#common_foot > * .logo.logo_bcc {
  width: 240px;
}
@media (min-width: 768px) {
  #common_head > *,
  #common_foot > * {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

#common_head {
  padding: 15px 0;
}

#common_foot {
  padding: 30px 0;
}
#common_foot .bcc_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  grid-gap: var(--space1) var(--space3);
}
#common_foot .copyright_wrap {
  font-size: var(--fontSize_ss);
}
@media (min-width: 768px) {
  #common_foot .bcc_wrap {
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  #common_foot .bcc_wrap {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}

/* status */
body.loaded #loading {
  opacity: 0;
  filter: Alpha(opacity=0);
  pointer-events: none !important;
}

.to_link .a {
  width: 300px;
  max-width: none;
}
.to_link .a .txt .sub {
  font-size: var(--fontSize_s);
}
@media (min-width: 768px) {
  .to_link .a {
    width: 447px;
  }
  .to_link .a .txt {
    font-size: var(--fontSize_l);
  }
  .to_link .a .txt .sub {
    position: relative;
    top: -0.5rem;
  }
  .to_link .a .txt .sub + * {
    margin-top: -0.5rem;
  }
}

#head {
  background: url(../img/bg_head_sp.jpg) no-repeat center center;
  background-size: cover;
}
#head .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  grid-column-gap: var(--space1);
}
#head .title_wrap {
  text-align: center;
}
#head .title_wrap .h2 {
  line-height: 1.5;
}
#head .illust {
  width: 87px;
  aspect-ratio: 87/77;
}
@media (max-width: 520px) {
  #head .title_wrap .h2 {
    font-size: var(--fontSize_n);
  }
  #head .title_wrap .sub {
    font-size: var(--fontSize_s);
  }
}
@media (min-width: 768px) {
  #head {
    background-image: url(../img/bg_head.jpg);
  }
  #head .container {
    grid-column-gap: var(--space4);
  }
  #head .illust {
    width: 150px;
  }
}

#contents {
  padding-top: 0px !important;
}

@media (max-width: 520px) {
  #mv .box_wrap {
    width: 100%;
  }
}
@media (min-width: 521px) {
  #mv {
    padding-top: var(--cont_margin);
    padding-bottom: var(--cont_margin);
  }
}
@media (min-width: 768px) {
  #mv {
    padding-top: var(--space4);
    padding-bottom: var(--space4);
  }
}

#campaign_info .schedule {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
#campaign_info .schedule > * {
  position: relative;
  z-index: 1;
}
#campaign_info .head {
  display: flex;
  flex-direction: column;
  grid-row-gap: var(--space3);
  align-items: center;
  justify-content: center;
}
#campaign_info .head .title {
  line-height: 1.5;
  text-align: center;
}
#campaign_info .present_info_wrap {
  background: #FFF;
  box-sizing: border-box;
  padding: var(--space3) var(--space2);
  border: 8px solid #DDCABC;
  border-radius: 6px;
  margin-top: var(--space4);
  margin-bottom: var(--space4);
}
#campaign_info .present_info_wrap .list_wrap .list .inner .cont {
  font-size: var(--fontSize_s);
}
#campaign_info .present_info_wrap .caption_wrap {
  margin-top: var(--space2);
}
#campaign_info .merit_wrap {
  margin-top: var(--space4);
  margin-bottom: var(--space4);
  display: flex;
  justify-content: center;
  --markSize: 24px;
  --textSize: 1.125rem;
  --textLineHeight: 2;
}
#campaign_info .merit_wrap .inner {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space2);
  color: var(--secondaryColor);
}
#campaign_info .merit_wrap .inner .title {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#campaign_info .merit_wrap .inner .line {
  box-sizing: border-box;
  padding-left: calc(var(--markSize) + var(--space1));
  position: relative;
  line-height: var(--textLineHeight);
  font-size: var(--textSize);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#campaign_info .merit_wrap .inner .line::before {
  content: "";
  position: absolute;
  top: calc((var(--textSize) * var(--textLineHeight) - var(--markSize)) / 2 + 1px);
  left: 0;
  background: url(../img/icon_checkmark.png) no-repeat center center;
  background-size: contain;
  width: var(--markSize);
  height: var(--markSize);
}
#campaign_info #present_info .columns.column3 {
  --columnRowGap: var(--space3);
}
#campaign_info #present_info .columns.column3 .photo_wrap {
  max-width: 400px;
}
#campaign_info #present_info .columns.column2 {
  --columnRowGap: var(--space5);
}
#campaign_info #present_info .sub_block .head,
#campaign_info #present_info .block .head {
  margin-bottom: var(--space3);
}
#campaign_info #present_info .sub_block .head *:not(.primaryColor),
#campaign_info #present_info .block .head *:not(.primaryColor) {
  font-size: var(--fontSize_s);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#campaign_info #present_info .sub_block .head *.primaryColor,
#campaign_info #present_info .block .head *.primaryColor {
  letter-spacing: normal;
}
#campaign_info #present_info .head {
  grid-gap: var(--space1);
}
#campaign_info #present_info .photo_wrap {
  display: flex;
  flex-direction: column;
  grid-row-gap: calc(var(--space1) / 2);
  align-items: center;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
#campaign_info #present_info .photo_wrap .caption {
  font-size: var(--fontSize_s);
  text-align: center;
}
#campaign_info #present_info .photo_wrap .sub_photo {
  --position: calc(-1 * var(--space1));
  width: 120px;
  height: 120px;
  right: var(--position);
  bottom: var(--position);
  left: auto;
  top: auto;
}
@media (max-width: 520px) {
  #campaign_info .schedule::before {
    display: block;
    position: absolute;
    width: calc(100% + var(--cont_margin) * 2);
    height: calc(100% + var(--space1) * 2);
    left: calc(-1 * var(--cont_margin));
    top: calc(-1 * var(--space1));
    background: #FFF;
    content: "";
  }
  #campaign_info .present_info_wrap .list_wrap .list .inner {
    flex-direction: column;
  }
  #campaign_info #present_info .sub_block .head *.primaryColor,
  #campaign_info #present_info .block .head *.primaryColor {
    font-size: var(--fontSize_l);
  }
}
@media (max-width: 767px) {
  #campaign_info .schedule .cont {
    font-size: var(--fontSize_ss);
  }
}
@media (min-width: 521px) {
  #campaign_info .schedule {
    padding: calc(var(--space1) / 2) var(--space1);
    width: -moz-fit-content;
    width: fit-content;
    background: #FFF;
  }
}
@media (min-width: 768px) {
  #campaign_info .schedule {
    flex-direction: row;
    font-size: var(--fontSize_ll);
  }
  #campaign_info .schedule .label::after {
    content: "：";
  }
  #campaign_info .present_info_wrap .list_wrap {
    --labelWidth: 160px;
  }
  #campaign_info .present_info_wrap .list_wrap .list .inner {
    justify-content: flex-start;
  }
  #campaign_info .present_info_wrap .list_wrap .list .inner .label,
  #campaign_info .present_info_wrap .list_wrap .list .inner .cont {
    font-size: var(--fontSize_l);
  }
  #campaign_info #present_info .photo_wrap .caption {
    width: 100%;
    text-align: left;
  }
  #campaign_info #present_info .foot {
    margin-top: var(--space4);
  }
  #campaign_info #present_info .foot .caption_wrap {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  #campaign_info #present_info .columns.column3 {
    width: calc(100% + var(--space4) * 2);
    position: relative;
    left: calc(-1 * var(--space4));
  }
}
@media (min-width: 1280px) {
  #campaign_info #present_info .columns.column3 {
    width: calc(100% + var(--space5) * 2);
    left: calc(-1 * var(--space5));
  }
}

#concept {
  position: relative;
}
#concept::before {
  content: "";
  background: url(../img/bg_concept_sp.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  aspect-ratio: 39/48;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
#concept .section_title_wrap .title_wrap {
  width: calc(100% + var(--cont_margin) * 2);
  position: relative;
  left: calc(-1 * var(--cont_margin));
}
@media (min-width: 521px) {
  #concept::before {
    aspect-ratio: 994/745;
    max-width: 994px;
    right: 0;
    background-image: url(../img/bg_concept.png);
  }
}

#feature .block:not(#summary) .head {
  display: flex;
  flex-direction: row;
  grid-gap: var(--space2);
  align-items: center;
}
#feature .block:not(#summary) .head .num {
  font-size: 4rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #B5C5D6;
}
#feature .block .text {
  font-size: var(--fontSize_s);
}

#benesse-palette {
  background: #FFF;
}
#benesse-palette .section_body_wrap {
  display: flex;
  flex-direction: column;
  grid-gap: var(--space3) var(--space4);
  align-items: center;
}
#benesse-palette .section_body_wrap .logo {
  max-width: 328px;
}
#benesse-palette .section_body_wrap .block .head {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#benesse-palette .section_body_wrap .block .body .address_wrap {
  flex-direction: column;
  display: flex;
  grid-gap: var(--space1);
  font-size: var(--fontSize_s);
}
@media (max-width: 767px) {
  #benesse-palette .section_body_wrap .block .head div {
    font-size: var(--fontSize_ll);
  }
}
@media (min-width: 768px) {
  #benesse-palette .section_body_wrap {
    flex-direction: row;
    justify-content: center;
  }
  #benesse-palette .section_body_wrap .block {
    width: auto;
  }
}
@media (min-width: 1280px) {
  #benesse-palette .section_body_wrap {
    grid-column-gap: var(--space5);
  }
}

#conditions .list_wrap {
  grid-row-gap: var(--space4);
}
#conditions .list_wrap .list .label {
  font-size: var(--fontSize_l);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  #conditions .list_wrap .list .inner {
    flex-direction: column;
    grid-row-gap: var(--space1);
  }
  #conditions .list_wrap .list .cont .text {
    font-size: var(--fontSize_s);
  }
}