@charset "utf-8";
b,body,dd,div,dl,dt,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,mark,nav,p,section,span,strong,table,tbody,td,th,thead,tr,ul{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;box-sizing:border-box}
figure,footer,header,nav,section{display:block}
ul{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0;cursor:pointer}
a:hover{text-decoration:none}
table{border-collapse:collapse;border-spacing:0}
br{line-height:0}
img{border:none;line-height:0;vertical-align:middle;max-width:100%;height:auto}

/*----- common -----*/
html {font-size: 62.5%;}
body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 2.7rem;
  line-height: 1.5;
  color: #1f1411;
}
.din {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mincho {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
}
b, strong {font-weight: 700;}
.db, .pc {display: block;}
.dn, .sp {display: none;}
.dib {display: inline-block;}
.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}
.relative {position: relative;}
.absolute {position: absolute;}
.abc {
  position: absolute;
  left: 0;
  right: 0;
}
.flare {
  position: absolute;
  mix-blend-mode: screen;
}
.z1 {z-index: 1;}


/*---------- upper -----------*/
.box {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.m_box {
  position: relative;
  padding-left: 6rem;
  padding-right: 6rem;
}
.s_box {
  position: relative;
  padding-left: 9rem;
  padding-right: 9rem;
}

/*---------- margin,padding -----------*/
.mb5 {margin-bottom: 0.5rem;}
.mb10 {margin-bottom: 1.0rem;}
.mb15 {margin-bottom: 1.5rem;}
.mb20 {margin-bottom: 2rem;}
.mb30 {margin-bottom: 3rem;}
.mb45 {margin-bottom: 4.5rem;}
.mb60 {margin-bottom: 6rem;}
.mb90 {margin-bottom: 9rem;}

.mt30 {margin-top: 3rem;}
.ml30 {margin-left: 3rem;}

.p20 {padding: 2rem;}
.p30 {padding: 3rem;}
.p45 {padding: 4.5rem;}

.pb10 {padding-bottom: 1.0rem;}
.pb15 {padding-bottom: 1.5rem;}
.pb20 {padding-bottom: 2rem;}
.pb30 {padding-bottom: 3rem;}
.pb45 {padding-bottom: 4.5rem;}
.pb60 {padding-bottom: 6rem;}
.pb90 {padding-bottom: 9rem;}
.pb120 {padding-bottom: 12rem;}

.pt10 {padding-top: 1.0rem;}
.pt15 {padding-top: 1.5rem;}
.pt30 {padding-top: 3.0rem;}
.pt45 {padding-top: 4.5rem;}
.pt60 {padding-top: 6rem;}
.pt75 {padding-top: 7.5rem;}
.pt90 {padding-top: 9.0rem;}


/*----- img -----*/
.c_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.r_img {
  display:block;
  margin-left: auto;
}
.h_img {transition: 0.3s;}
.h_img:hover {opacity: 0.8;}

.wfit {width: fit-content;}

/*----- text -----*/
.fs12 {font-size: 1.2rem;}
.fs15 {font-size: 1.5rem;}
.fs18 {font-size: 1.8rem;}
.fs21 {font-size: 2.1rem;}
.fs24 {font-size: 2.4rem;}
.fs27 {font-size: 2.7rem;}
.fs30 {font-size: 3.0rem;}
.fs33 {font-size: 3.3rem;}
.fs36 {font-size: 3.6rem;}
.fs39 {font-size: 3.9rem;}
.fs42 {font-size: 4.2rem;}
.fs45 {font-size: 4.5rem;}
.fs48 {font-size: 4.8rem;}
.fs51 {font-size: 5.1rem;}
.fs54 {font-size: 5.4rem;}
.fs57 {font-size: 5.7rem;}
.fs60 {font-size: 6.0rem;}
.fs63 {font-size: 6.3rem;}
.fs66 {font-size: 6.6rem;}
.fs69 {font-size: 6.9rem;}
.fs72 {font-size: 7.2rem;}
.fs75 {font-size: 7.5rem;}
.fs78 {font-size: 7.8rem;}
.fs90 {font-size: 9.0rem;}

.lh10 {line-height: 1;}
.lh12 {line-height: 1.2;}
.lh13 {line-height: 1.3;}
.lh18 {line-height: 1.8;}

.ts {text-shadow: 0.3rem 0.3rem 0.5rem #00000026;}

small {font-size: 80%;}
.fs50p {font-size: 50%;}
.fs120p {font-size: 120%;}
.fs130p {font-size: 130%;}
.fs150p {font-size: 150%;}
.fs180p {font-size: 180%;}

mark {
  background: linear-gradient(transparent 70%, #ffff4b 70%);
  background-position: left top;
}
.mincho mark {
  background: linear-gradient(transparent 70%, #ffff4b 70%, #ffff4b 90% ,transparent 90%);
  background-position: left top;
}
i {
  font-style: normal;
  display: inline-block;
  transform: rotate(15deg);
  font-size: 115%;
  position: relative;
  top: 0.4rem;
  left: 0.0rem;
}

.fw400 {font-weight: 400;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

/*----- color -----*/
.blue {color: #006080;}
.purple {color: #785ab4;}
.orange {color: #f8741d;}
.pink {color: #d1597b;}
.yellow {color: #ffff4b;}
.white {color: #ffffff;}

.lblue_bg {background: #e5eff2;}
.lblue_bg02 {background: #d5e5ea;}
.blue_bg {background: #006080;}
.lorange_bg {background: #fff3e3;}
.orange_bg {background: #f8741d;}
.white_bg {background: #ffffff;}

.blue_xg_bg {background: linear-gradient(75deg, #0079a7 0%, #004c6a 100%);}
.orange_xg_bg {background: linear-gradient(75deg, #f8741d 0%, #f8b61d 100%);}

.dotted_bg {
  background: url(../img/common/bg.png) repeat center top;
}
/*----- effect -----*/
.ds {filter: drop-shadow(0.1rem 0.1rem 0.3rem #0000004d);}
.bs {box-shadow: 0.2rem 0.2rem 0.6rem #0000004d;}

.br9 {border-radius: 0.9rem;}
.br12 {border-radius: 1.2rem;}
.br15 {border-radius: 1.5rem;}

/* 矢印 */
.arw {
  animation: arw 0.7s ease-in infinite alternate;
}
@keyframes arw {
  0% {transform: translateY(-10px);}
  100% {transform: translateY(0);}
}

/*----- column -----*/
.flex {display: flex;}
.fww {flex-wrap: wrap;}
.aic {align-items: center;}
.aie {align-items: flex-end;}
.aib {align-items: baseline;}
.jcs {justify-content: space-between;}
.jcc {justify-content: center;}
.jce {justify-content: flex-end;}

/* 点滅 */
.caution {
  animation: blink 0.7s ease-out infinite alternate;
}
@keyframes blink {
  0% {opacity:0;}
  100% {opacity:1;}
}


/*---------- slider -----------*/
/* slider */
.slider {
  opacity: 0;
  transition: 3s;
}
.slick-initialized {
  opacity: 1
}
.slick-slide {
  cursor: grab;
  margin: 1rem 1.5rem;
}
/* slick_dots */
.slick-dots {
  margin: 4.5rem auto 0 auto;
  width: fit-content;
  display: flex !important;
  justify-content: center;
}
.slick-dots li {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  margin: 0 0.6rem;
  cursor: pointer;
  background: #fff;
}
.slick-dots li button {
  visibility: hidden;
  height: 1.5rem;
  width: 1.5rem;
}
.slick-dots li.slick-active {
  background: #006080;
}

@media screen and (min-width: 481px) {
  /*---------- upper -----------*/
  .box, .m_box, .s_box {
    max-width: 102rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width:768px) {
  html {
    font-size: 1.33333vw
  }
  .sp {display: block;}
  .pc {display: none;}
}

@media screen and (max-width:480px) {
  #container {
    max-width: 75rem;
    margin: 0 auto;
    overflow: hidden;
  }
  #contents02_year01, #contents02_year02, #contents02_year03 {
    width: 47%;
    margin-right: 6px;
  }
  .birthday {width: calc((100% / 3) - 9px);}
  .birthday select {margin-right: 6px;}
  .radio {padding: 0 12px 0 36px;}
  #mail_form input[type=image] {width: 100%;}
}