@charset "utf-8";
html {
  background-image:
    url(../img/bg_fv.webp),
    url(../img/bg_ft.webp);
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    top center,
    bottom center;
  background-size:
    min(130%, 1920px) auto,
    100% auto;
  background-color: #00abd3;
  transition: background-color 0.6s ease;
}
@media (min-width: 1920px){
  html {
    background-size:
      100% auto,
      100% auto;
    }
}
@media screen and (max-width :1024px) {
  html {
    background-image:
      url(../img/bg_fv_sp.webp),
      url(../img/bg_ft_sp.webp);
    background-size:
      100% auto,
      100% auto;
  }
}
body {
  background: transparent !important;
  min-height: 100%;
}
.mincho {
  font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}
.en {
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
}
.cmn_img_trim {
  position: relative;
  overflow: hidden;
  aspect-ratio: 534 / 284;
}
.cmn_img_trim img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: .5s ease;
}
.ft[data-midnight="black"] .box_layout .ft_nav .item, .ft .box_layout .ft_nav .item a,.ft .copyright,.ft .box_layout .add{
  color: #fff;
  border: none;
}

/* -----------------------------------------------------------------
 for_pc for_sp
----------------------------------------------------------------- */
@media (min-width: 1025px){
  .for_pc {
    display: block;
  }
  .for_sp {
    display: none;
  }
}
@media screen and (max-width:1024px){
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
}
/* -----------------------------------------------------------------
 main
----------------------------------------------------------------- */
main{
  padding: 135px 0 0;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
main .inner{
  position: relative;
  max-width: 1420px;
  padding: 0 60px;
  margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{
  letter-spacing: 0;
}
.ft,.ft[data-midnight="black"]{
  padding-top: 340px;
  background: none;
}
@media (max-width: 1179px){
  .ft,.ft[data-midnight="black"]{
  }
}
@media screen and (max-width :1024px) {
  .ft,.ft[data-midnight="black"]{
    padding-top: clamp(50px, calc(1.1 * 100vw - 300px), 850px);
  }
  .hd{
    position: absolute;
  }
  main{
    padding-top: 22vw;
  }
  main .inner{
    padding: 0 2.7%;
  }  
}
@media screen and (min-width: 768px) and (max-width:1179px){
  .hd{
    position: absolute;
  }
  main{
    padding-top: 123px;
  }
}

/* -----------------------------------------------------------------
 sec_fv
----------------------------------------------------------------- */
.sec_fv{
}
.sec_fv .inner{
  width: 52.6vw;
  width: max(700px, 52.6vw);
  margin: auto;
}
.sec_fv .fv_ttl{
  width: 36.4vw;
  width: max(500px, 36.4vw);
  margin-left: auto;
  margin-right: auto;
}
.sec_fv .txt_copy{
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  line-height: 2;
  font-size: 1.15vw;
  font-size: max(1rem,1.15vw);
  color: #002063;
}
.sec_fv .txt_info{
  margin-top: 2.6vw;
  text-align: center;
  color: #000;
}
.sec_fv .txt_info .font87per{
  font-size: 87%;
}
.sec_fv .txt_info .font75per{
  font-size: 75%;
}
@media (min-width: 1920px){
  .sec_fv .inner{
    height: 110vw;
  }
  .sec_fv .fv_ttl{
    margin: calc(10vw - 123px) auto 0;
  }
}
@media (min-width: 1025px) and (max-width: 1919px){
  .sec_fv .inner{
    height: min(143vw,2180px);
  }
}
@media screen and (max-width :1024px) {
  .sec_fv .inner{
    width: auto;
    height: 210vw;
  }
  .sec_fv .fv_ttl{
    width: auto;
  }
  .sec_fv .txt_copy{
    position: relative;
    margin-top: 1em;
    writing-mode: horizontal-tb;
    line-height: 1.5;
    text-align: center;
    font-size: max(1rem,1.15vw);
    font-size: 4vw;
  }
  .sec_fv .txt_info{
    font-size: 3.46vw;
  }
  .sec_fv .txt_info .font87per{
    font-size: 3.2vw;
  }
  .sec_fv .txt_info .font75per{
    font-size: 3.2vw;
  }
}


/* -----------------------------------------------------------------
 sec_about .area_movie
----------------------------------------------------------------- */
.sec_about .area_movie{
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.sec_about .box_iframe{
  position: relative;
  padding-top: 56.29%;
}
.sec_about .area_movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media (min-width: 1025px){
  .sec_about .area_movie{
    width: 90%;
    max-width: 1080px;
    margin-top: -13vw;
  }

}
@media screen and (max-width :1024px) {
  .sec_about .area_movie{
    width: 80%;
    max-width: 700px;
  }
}
/* -----------------------------------------------------------------
 sec_about .area_about
----------------------------------------------------------------- */
.sec_about .area_about{
  position: relative;
}
.sec_about .area_about::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 190vw;
  background: url("../img/bg_sea.webp")no-repeat top center;
  background-size: 100%;
  z-index: -1;
}
.sec_about .area_movie+.area_about::before{
  top: -16vw;
}
.sec_about .area_about .inner{
  position: relative;
  z-index: 3;
}
.sec_about .area_about h2{
  margin-top: 5.9vw;
  text-align:center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.583;
}
.sec_about .area_about .txt_lead{
  line-height: 2.1;
  margin-top: 1.5em;
  text-align:center;
  font-weight: 500;
}
.sec_about .area_about .txt_lead span{
  display: inline-block;
}
.sec_about .area_about .box_chief{
  border: #fff 1px solid;
  background: rgba(0,75,160,.55);
}
.sec_about .area_about .box_chief .img{
  width: 140px;
  flex: 0 0 auto;
}
.sec_about .area_about .box_chief .box_txt .ttl{
  font-size: 1.125rem;
}
.sec_about .area_about .box_chief .box_txt .ttl span{
  font-size: 1.5rem;
}
.sec_about .area_about .box_chief .box_txt .txt{
  margin-top: 1em;
  font-size: .875rem;
}
@media (min-width :1025px) {
  .sec_about .area_about .box_chief{
    gap:22px;
    width: min(800px,90%);
    margin: 4.5rem auto 0;
    padding: 2.2rem;
  }
}
@media screen and (max-width :1024px) {
  .sec_about .area_about::before{
    top: -40vw;
    left: 0;
    width: 100vw;
    height: 926vw;
    background: url("../img/bg_sea_sp.webp")no-repeat top center;
    background-size: 100%;
  }
  .sec_about .area_about h2{
    margin-top: 60px;
    font-size: min(4.53vw,17px);
  }
  .sec_about .area_about .txt_lead{
    line-height: 1.8;
    text-align: left;
    font-size: .93rem;
  }
  .sec_about .area_about .box_chief{
    width: min(600px, 100%);
    gap:.9rem;
    margin: 2.8rem auto 0;
    padding: 1.4rem;
  }
  .sec_about .area_about .box_chief .img{
    width: 32%;
    flex: 0 0 auto;
  }
  .sec_about .area_about .box_chief .img .ttl{
    margin-top: .4em;
    line-height: 1.4;
    text-align: center;
    font-size: min(4vw,15px);
  }
  .sec_about .area_about .box_chief .img .ttl span{
    display: block;
    font-size: min(4.53vw,17px);
  }
  .sec_about .area_about .box_chief .box_txt .txt{
    font-feature-settings: normal;
    margin-top: 0;
    font-size: .92rem;
  }
}

/* -----------------------------------------------------------------
 sec_about .area_zamami
----------------------------------------------------------------- */
.area_zamami .inner {
  display: flex;
}
.area_zamami .txt .line01 {
  font-size: 1.125rem;
}
.area_zamami .txt .line02 {
  margin-top: .5em;
  line-height:1.7;
  font-size: .875rem;
}
@media (min-width :1025px) {
  .area_zamami .inner {
    justify-content: space-between;
    gap: 1rem;
    margin-top: min(80px,4.2vw);
    max-width: 1470px;
    padding:0 30px;
  }
  .area_zamami .box_2nd {
    margin-top: min(90px,5vw);
  }
  .area_zamami .box_2nd figcaption {
    margin-top: -30px;
    margin-right: min(2.8vw,37px);
    text-align: right;
    font-size: .75rem;
  }
  .area_zamami .txt {
    margin-left: min(2.4vw,37px);
  }
}
@media screen and (max-width :1024px) {
  .area_zamami .inner {
    flex-direction: column;
    gap: 1rem;
    margin-top: min(80px,4.2vw);
    padding:0;
  }
  .area_zamami .inner .box_1st .img {
    width: 110vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .area_zamami .inner .box_1st .img img {
    width: 110vw;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .area_zamami .box_2nd {
    display: flex;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5vw;
  }
  .area_zamami .box_2nd .img {
    margin-left: -2vw;
  }
  .area_zamami .box_2nd figcaption {
    margin-top: -3vw;
    margin-left: 6vw;
    font-size: min(3.2vw,12px);
  }
  .area_zamami .txt {
    flex: 1 0 auto;
    align-self: flex-end;
    width: 35vw;
    margin-right: 2.7vw;
    padding-bottom: 5.5vw;
  }
  .area_zamami .txt .line01 {
    font-size: min(3.73vw,14px);
  }
  .area_zamami .txt .line02 {
    line-height: 1.5;
    font-size: min(3.46vw,13px);
  }

}


/* -----------------------------------------------------------------
 sec_about .area_art
----------------------------------------------------------------- */
.area_art .inner {
  display: flex;
  justify-content: center;
  max-width:1320px;
  margin-top: min(120px,6.4vw);
}
.area_art .box_1st {
}
.area_art .box_2nd {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.area_art .item .ttl {
  margin-top: .8rem;
  font-weight: bold;
}
.area_art .item .txt {
  font-size: .875rem;
}
@media (min-width :1025px) {
  .area_art .inner {
    gap: 40px;
  }
  .area_art .box_2nd {
    gap: 40px;
  }
  .area_art .item01 {
    max-width: 480px;
  }
  .area_art .item02 {
    max-width: 334px;
    margin-top: min(90px,4.7vw);
  }
  .area_art .item03 {
    max-width: 290px;
  }
}
@media screen and (max-width :1024px) {
  .area_art {
    margin-top: 45px;
  }
  .area_art .inner {
    flex-direction: column;
    gap: 4vw;

  }
  .area_art .box_1st {
    display: table;
    width: min(480px,68vw);
    margin: auto;
  }
  .area_art .box_2nd {
    justify-content: center;
    gap: 4vw;
  }
  .area_art .item02 {
    width: min(334px,47.6vw);
  }
  .area_art .item03 {
    width: min(290px,41.4vw);
  }
  .area_art .item .txt {
     font-size: min(3.46vw,13px);
  }
}

/* -----------------------------------------------------------------
.area_pokke
----------------------------------------------------------------- */
.area_pokke{
  position: relative;
  margin-top: min(90px,4.7vw);
  padding-bottom: 31vw;
  margin-bottom: -21vw;
}
.area_pokke::before{
/*  content: '';*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 68.8vw;
  background: url("../img/bg_atoa.webp")no-repeat top center;
  background-size: 100%;
  z-index: -1;
}
.area_pokke .inner{
  position: relative;
  max-width: 1320px;
}
@media (min-width :1025px) {
  .area_pokke .grid{
    display: grid;
    grid-template-columns:
    minmax(0, 454fr)
    minmax(0, 690fr);
    gap: 2.8vw;
  }
}
@media screen and (max-width :1024px) {
  .area_pokke::before{
    width: 100vw;
    height: 224vw;
    top: 360px;
    bottom: auto;
    background: url("../img/bg_atoa_sp.webp")no-repeat top center;
    background-size: 100%;
    z-index: -1;
    transition: top 0.6s ease;
  }
}
@media (min-width :701px) and (max-width :1023px) {
  .area_pokke::before{
    top: 360px;
  }
}
@media (min-width :401px) and (max-width :700px) {
  .area_pokke::before{
    top: 500px;
  }
}
@media (max-width :400px) {
  .area_pokke::before{
    top: 500px;
  }
}

/* -----------------------------------------------------------------
.area_pokke .box_1st
----------------------------------------------------------------- */
.area_pokke .box_1st {
  position: relative;
  display: grid;
  grid-template-columns: 18fr 17fr;
  grid-template-areas:
    "img profile"
    "msg msg";
  gap: 20px;
  max-width: 454px;
  padding: 40px;
  border: #947f28 1px solid;
  background-color: rgba(8,19,42,.5);
}
.area_pokke .box_1st::before,
.area_pokke .box_1st::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 1px;
  background: #947f28;
  z-index: 2;
  transform-origin: center center;
  transform: rotate(45deg);
}
.area_pokke .box_1st::before {
  top: 20px;
  right:calc((-96px / 2) + 20px);
}
.area_pokke .box_1st::after {
  bottom: 20px;
  left:calc((-96px / 2) + 20px);
}
.area_pokke .box_1st .img {
  grid-area: img;
}
.area_pokke .box_1st .img .cmn_img_trim {
  aspect-ratio: 180 / 240;
  width: 100%;
  height: 100%;
}

.area_pokke .box_1st .profile {
  letter-spacing: 0.05em;
  grid-area: profile;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-bottom: #947f28 1px solid;
}
.area_pokke .box_1st .profile .name {
  letter-spacing: 0.05em;
  font-size: 1.375rem;
}
.area_pokke .box_1st .profile .sepa_has_txt {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.125rem;
  color: #947f28;
}
.area_pokke .box_1st .profile .sepa_has_txt::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #947f28;
}
.area_pokke .box_1st .profile .txt {
  padding-top: .5em;
  padding-bottom: .7em;
  font-size: min(12px, calc(12 / 1920 * 140vw));
}
.area_pokke .box_1st .msg {
  grid-area: msg;
  font-size: .875rem;
  font-size: min(14px, calc(14 / 1920 * 140vw));
}
@media (min-width :1025px) {
}
@media screen and (max-width :1024px) {
  .area_pokke .box_1st {
    grid-template-columns: 17fr 38fr;
    gap:3vw;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
  }
  .area_pokke .box_1st::before,
  .area_pokke .box_1st::after {
    width: 64px;
  }
  .area_pokke .box_1st::before {
    top: 15px;
    right:calc((-64px / 2) + 15px);
  }
  .area_pokke .box_1st::after {
    bottom: 15px;
    left:calc((-64px / 2) + 15px);
  }
  .area_pokke .box_1st .img .cmn_img_trim {
    aspect-ratio: 180 / 240;
  }
  .area_pokke .box_1st .profile .name {
    font-size: min(4.53vw,17px);
  }
  .area_pokke .box_1st .profile .sepa_has_txt {
    font-size: min(4vw,15px);
  }
  .area_pokke .box_1st .profile .txt {
    line-height: 1.3;
    font-size: min(3.2vw,12px);
  }
  .area_pokke .box_1st .msg {
    padding-bottom: 3vw;
    line-height: 1.4;
    font-size: min(3.46vw,13px);
  }

}

/* -----------------------------------------------------------------
.area_pokke .box_2nd
----------------------------------------------------------------- */
.area_pokke .box_2nd {
  align-self: start;
  position: relative;
  max-width: 690px;
  margin-top: 24px;
  background: rgba(255,255,255,.8);
}
.area_pokke .box_2nd::before {
  content: "";
  position: absolute;
  top: -41px;
  right: -50px;
  width: 137px;
  height: 78px;
  background: url("../img/deco_fish01.png") no-repeat;
  background-size: 100%;
  z-index: 2;
}
.area_pokke .box_2nd::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: -7px;
  width: 90px;
  height: 55px;
  background: url("../img/deco_fish02.png") no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media (min-width :1025px) {
}
@media screen and (max-width :1024px) {
  .area_pokke .box_2nd {
    max-width: 500px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .area_pokke .box_2nd::before {
    top: -20px;
    right: -2vw;
    width: calc(137px / 2);
    height: calc(78px / 2);
  }
  .area_pokke .box_2nd::after {
    bottom: -22px;
    left: 2vw;
    width: calc(90px / 2);
    height: calc(55px / 2);
  }
}

/* -----------------------------------------------------------------
.area_pokke .box_2nd_ttl
----------------------------------------------------------------- */
.area_pokke .box_2nd_ttl {
  position: relative;
  margin: -1px -1px 0 -10px;
  background: #b09b4e;
}
.area_pokke .box_2nd_ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #72631a;
  border-left: 10px solid transparent;
}
.area_pokke .box_2nd_ttl .en {
  position: relative;
  display: inline-block;
  background-color: #947f28;
  color: #fff;
  padding: 0.25em 1.88em;
  font-style: italic;
  font-size: 1.6rem;
  font-size: min(26px, calc(26 / 1920 * 140vw));
}
.area_pokke .box_2nd_ttl .en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 1.05em solid transparent;
  border-bottom: 1.05em solid transparent;
  border-left: .9em solid #947f28;
}
.area_pokke .box_2nd_ttl .mincho {
  margin-left: 2.5rem;
  font-size: 1.62rem;
  font-size: min(26px, calc(26 / 1920 * 140vw));
}
@media (min-width :1025px) {
}
@media screen and (max-width :1024px) {
  .area_pokke .box_2nd_ttl .en {
    padding: 0.25em 1em;
    font-size: min(5.06vw,calc(14px * 1.5));
  }
  .area_pokke .box_2nd_ttl .mincho {
    font-size: min(5.06vw,14px);
    font-size: min(5.06vw,calc(14px * 1.5));
  }
}

/* -----------------------------------------------------------------
.area_pokke .box_2nd_cont
----------------------------------------------------------------- */
.area_pokke .box_2nd_cont {
  display: grid;
  grid-template-columns: auto 37%;
  grid-template-areas:
    "info img"
    "msg  img";
}
/* 各エリア割当 */
.area_pokke .box_2nd_cont_info {
  grid-area: info;
}
.area_pokke .box_2nd_cont_msg {
  grid-area: msg;
}
.area_pokke .box_2nd_cont_img {
  grid-area: img;
}
.area_pokke .box_2nd_cont_img .cmn_img_trim {
  aspect-ratio: 262 / 350;
  width: 100%;
  height: 100%;
}
@media (min-width :1025px) {
}
@media screen and (max-width :1024px) {
  .area_pokke .box_2nd_cont {
/*    grid-template-columns: auto 1fr;*/
    grid-template-areas:
      "info img"
      "msg msg";
  }
}
/* -----------------------------------------------------------------
.area_pokke .box_2nd_cont_info
----------------------------------------------------------------- */
.area_pokke .box_2nd_cont_info .info_ttl {
  align-self: start;
  padding: 0 .3em;
  background: #947f28;
  letter-spacing: .05em;
  font-size: min(20px, calc(20 / 1920 * 130vw));
}
.area_pokke .box_2nd_cont_info .info_txt {
  color: #002063;
}
.area_pokke .box_2nd_cont_info .dow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 99em;
  background: #947f28;
  color: #fff;
}
.area_pokke .box_2nd_cont_info .size14 {
  line-height: 1;
  font-size: min(14px, calc(14 / 1920 * 130vw));
}
.area_pokke .box_2nd_cont_info .size20 {
  line-height: 1;
  font-size: min(20px, calc(20 / 1920 * 130vw));
}
.area_pokke .box_2nd_cont_info .size24 {
  line-height: 1;
  font-size: min(24px, calc(24 / 1920 * 130vw));
}
.area_pokke .box_2nd_cont_info .size26 {
  line-height: 1;
  font-size: min(26px, calc(26 / 1920 * 130vw));
}
.area_pokke .box_2nd_cont_info .size34 {
  line-height: 1;
  font-size: min(34px, calc(34 / 1920 * 130vw));
}
.area_pokke .box_2nd_cont_info .size44 {
  line-height: 1;
  font-size: min(44px, calc(44 / 1920 * 130vw));
}
@media (min-width :1025px) {
  .area_pokke .box_2nd_cont_info {
    margin: 30px 23px 30px 30px;
  }
  .area_pokke .box_2nd_cont_info .info_date {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    row-gap: 1.35rem;
  }
}
@media screen and (max-width :1024px) {
  .area_pokke .box_2nd_cont_info {
    margin: 4vw 1vw 4vw 4vw;
  }
  .area_pokke .box_2nd_cont_info .info_ttl {
    display: table;
    font-size: min(5.06vw,14px);
  }
  .area_pokke .box_2nd_cont_info .info_txt + .info_ttl {
    margin-top: 15px;
  }
  .area_pokke .box_2nd_cont_info .info_txt {
    font-size: min(3.46vw,calc(14px * 1.3));
    color: #002063;
  }
  .area_pokke .box_2nd_cont_info .size14 { 
    font-size: min(2.67vw,calc(10px * 1.3));
  }
  .area_pokke .box_2nd_cont_info .size20 {
    font-size: min(4.26vw,calc(16px * 1.3));
  }
  .area_pokke .box_2nd_cont_info .size24 {
    font-size: min(4.53vw,calc(17px * 1.3));
  }
  .area_pokke .box_2nd_cont_info .size26 {
    font-size: min(4.8vw,calc(18px * 1.3));
  }
  .area_pokke .box_2nd_cont_info .size34 {
    font-size: min(5.86vw,calc(22px * 1.3));
  }
  .area_pokke .box_2nd_cont_info .size44 {
    font-size: min(7.2vw,calc(27px * 1.3));
  }
  .area_pokke .box_2nd_cont_img {
    margin: 4vw 4vw 4vw 0;
  }
}

/* -----------------------------------------------------------------
.area_pokke .box_2nd_cont_msg
----------------------------------------------------------------- */
.area_pokke .box_2nd_cont_msg {
  margin: 0 23px 30px 30px;
  padding-top: 23px;
  border-top: #947f28 1px solid;
  font-size: min(14px, calc(14 / 1920 * 140vw));
  color: #000;
}
@media (min-width :1025px) {
}
@media screen and (max-width :1024px) {
  .area_pokke .box_2nd_cont_msg {
    margin: 0 4vw 4vw 4vw;
    padding-top: 1rem;
    font-size: min(3.46vw,13px);
  }
}

/* -----------------------------------------------------------------
.area_pokke .box_2nd_img
----------------------------------------------------------------- */
.area_pokke .box_2nd_img {
}
@media (min-width :1025px) {
}
@media screen and (max-width :1024px) {
}


/* -----------------------------------------------------------------
 sec_about .area_info
----------------------------------------------------------------- */
.sec_about .area_info{
  margin-top: 110px;
}
.sec_about .area_info h3{
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  text-shadow: 0px 0px 28.5px rgba(7, 11, 17,1);
}
.sec_about .area_info h3.goods,
.sec_about .area_info h3.gallery{
  margin-top: 110px;
}
.sec_about .area_info .txt_lead{
  margin-top: 20px;
  text-align: center;
}
.sec_about .area_info .list_img{
  display:-webkit-box;
  display:flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sec_about .area_info .list_img p{
  margin-top: 20px;
  font-feature-settings: "palt";  
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.sec_about .area_info .list_img p span{
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-size: 1.25rem;  
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;  
}
.sec_about .area_info .list_img img{
  width: 100%;
}
@media (min-width :1025px) {
}
@media screen and (max-width :1024px) {
}

@media (min-width :1025px) {
  .sec_about .area_info .list_img.col4 li{
    width: 23.8375%;
    margin-left: 1.55%;
  }
  .sec_about .area_info .list_img.col4 li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_about .area_info .list_img.col4 li:nth-child(n+5){
    margin-top: 20px;
  }  
  .sec_about .area_info .list_img.col3 li{
    width: 32.3%;
    margin-left: 1.55%;
  }
  .sec_about .area_info .list_img.col3 li:nth-child(3n+1){
    margin-left: 0;
  }
  .sec_about .area_info .list_img.col3 li:nth-child(n+4){
    margin-top: 40px;
  }    
}
@media screen and (max-width :1024px) {
  .sec_about .area_info{
    margin-top: 80vw;
  }
  .sec_about .area_info h3{
    font-size: 18px;
    font-size: 1.28rem;
  }
  .sec_about .area_info h3.goods,
  .sec_about .area_info h3.gallery{
    margin-top: 35px;
  }
  .sec_about .area_info .txt_lead{
    display: table;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .sec_about .area_info .list_img:not(.gallery){
    display: block;
    width: 89.23%;
    margin: 15px auto 0;
  }  
  .sec_about .area_info .list_img:not(.gallery) li:nth-child(n+2){
    margin-top: 20px;
  }
  .sec_about .area_info .list_img p{
    margin-top: 10px;
    font-size: 10px;
    font-size: 0.714rem;      
  }
  .sec_about .area_info .list_img p span{
    margin-bottom: 4px;
    font-size: 13px;
    font-size: 0.928rem;
  }
  
  .sec_about .area_info .list_img.col3.gallery{
    display:-webkit-box;
    display:flex;    
    -webkit-box-pack: justify;
    justify-content: space-between; 
    margin-top: 10px;
  }
  .sec_about .area_info .list_img.col3.gallery li{
    width: 48%;
  }
  .sec_about .area_info .list_img.col3.gallery li:nth-child(n+3){
    margin-top: 20px;
  }   
}
/* -----------------------------------------------------------------
 sec_about .area_link
----------------------------------------------------------------- */
.sec_about .area_link{
  margin-top: 110px;
}
.sec_about .area_link .box_flyer a{
  display: table;
  width: 18.4em;
  margin: auto;
  padding: 20px 10px;
  border: solid 1px #fff;
  border-radius: 36px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
@media (min-width :1025px) {
}
@media screen and (max-width :1024px) {
}

@media screen and (max-width :767px) {
  .sec_about .area_link{
    margin-top: 30px;
  }
  .sec_about .area_link .box_flyer a{
    display: block;
    padding: 12px 10px;
    border-radius: 25px;
    font-size: 16px;
    font-size: 1.1rem;
  }
}