@charset "UTF-8";
:root {
  /* color */
  --col-1: #34A238;
  --col-2: #E9981E;
  --col-3: #CCD642;
  --col-base: #000;
  /* gap */
  --gap-025em: .25em;
  --gap-05em: .5em;
  --gap-075em: .75em;
  --gap-1em: 1em;
  --gap-125em: 1.25em;
  --gap-15em: 1.5em;
  --gap-175em: 1.75em;
  --gap-2em: 2em;
  --gap-15s: min(2.5vw, 15px);
  --gap-15: min(3.2vw, 15px);
  --gap-20s: min(3.85vw, 20px);
  --gap-20: min(4.4vw, 20px);
  --gap-25s: min(5vw, 25px);
  --gap-25: min(5.7vw, 25px);
  --gap-30s: min(6vw, 30px);
  --gap-30: min(6.7vw, 30px);
  --gap-40s: clamp(30px,4.5vw,40px);
  --gap-40: min(8.5vw, 40px);
  --gap-60s: clamp(40px,6vw, 60px);
  --gap-60: clamp(45px,6.75vw,60px);
  --gap-60w: min(14.5vw, 60px);
  --gap-80s: clamp(50px,8.25vw, 80px);
  --gap-80: clamp(60px,9vw, 80px);
  --gap-80w: min(18vw, 80px);
  --gap-100s: clamp(58px,10.25vw, 100px);
  --gap-100: clamp(70px,11.5vw, 100px);
  --gap-100w: min(23vw, 100px);
  --gap-120s: clamp(65px,11.5vw, 120px);
  --gap-120: clamp(78px,13.5vw, 120px);
  --gap-120w: min(24.5vw, 120px);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  line-height: 1.85;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: #000;
  font-weight: 400;
}
body.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
body.pkna {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

a, a:link, a:active, a:visited {
  text-decoration: underline;
  outline: none;
}

a:hover, a:active {
  outline: 0;
}

a, a:visited, a:focus, a:active {
  color: #21759b;
}

a:hover {
  color: #21759b;
}

/*-----------------------------------------------
 __fontfamily
-----------------------------------------------*/
.serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "小塚明朝 ProN", "メイリオ", Meiryo, serif;
}

/*--- google font ---*/
.gf_noto {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.gf_roboto {
  font-family: Roboto, sans-serif;
}

.gf_noto__serif {
  font-family: YakuHanJP, "Noto Serif JP", serif;
}

.font_yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
}

.tenmin {
  font-family: ten-mincho, serif;
  font-style: normal;
  font-weight: 400;
}

/*-----------------------------------------------
 __fontweight
-----------------------------------------------*/
.fw900 {
  font-weight: 900;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

/*-----------------------------------------------
 __letterspacing centering
-----------------------------------------------*/
.lt1 {
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.lt15 {
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}

.lt2 {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.lt3 {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

/*-----------------------------------------------
 __fontsize
-----------------------------------------------*/
.fz_42 {
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .fz_42 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_42 {
    font-size: 1.75rem;
  }
}

.fz_40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .fz_40 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_40 {
    font-size: 1.75rem;
  }
}

.fz_36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .fz_36 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_36 {
    font-size: 1.5625rem;
  }
}

.fz_32 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fz_32 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_32 {
    font-size: 1.375rem;
  }
}

.fz_30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .fz_30 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_30 {
    font-size: 1.375rem;
  }
}

.fz_28 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .fz_28 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_28 {
    font-size: 1.25rem;
  }
}

.fz_26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .fz_26 {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_26 {
    font-size: 1.25rem;
  }
}

.fz_24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .fz_24 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_24 {
    font-size: 1.25rem;
  }
}

.fz_22 {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .fz_22 {
    font-size: 1.1875rem;
  }
}

.fz_20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .fz_20 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .fz_20 {
    font-size: 1.0625rem;
  }
}

.fz_18 {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .fz_18 {
    font-size: 1.0625rem;
  }
}

.fz_17 {
  font-size: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .fz_17 {
    font-size: 1rem;
  }
}

.fz_16 {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .fz_16 {
    font-size: 0.9375rem;
  }
}

.fz_15 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .fz_15 {
    font-size: 0.875rem;
  }
}

.fz_14 {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .fz_14 {
    font-size: 0.8125rem;
  }
}

.fz_13 {
  font-size: 0.8125rem;
}
@media screen and (max-width: 600px) {
  .fz_13 {
    font-size: 0.75rem;
  }
}

.fz_12 {
  font-size: 0.75rem;
}
@media screen and (max-width: 600px) {
  .fz_12 {
    font-size: 0.625rem;
  }
}

.fz_11 {
  font-size: 0.6875rem;
}
@media screen and (max-width: 600px) {
  .fz_11 {
    font-size: 0.625rem;
  }
}

.fz_10 {
  font-size: 0.625rem;
}

.l_fullbleed {
  display: grid;
  margin-inline: auto;
  grid-template-rows: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0;
}
.l_fullbleed > * {
  grid-column: 2;
  width: 100%;
}
.l_fullbleed.mx1440_5vw {
  grid-template-columns: 5vw minmax(auto, 1440px) 5vw;
}
.l_fullbleed.mx1366_5vw {
  grid-template-columns: 5vw minmax(auto, 1366px) 5vw;
}
.l_fullbleed.mx1280_5vw {
  grid-template-columns: 5vw minmax(auto, 1280px) 5vw;
}
.l_fullbleed.mx1280_3vw {
  grid-template-columns: 3vw minmax(auto, 1280px) 3vw;
}
.l_fullbleed.mx1100_5vw {
  grid-template-columns: 5vw minmax(auto, 1100px) 5vw;
}
.l_fullbleed.mx1100 {
  grid-template-columns: auto minmax(auto, 1100px) auto;
}
.l_fullbleed.mx1100_3vw {
  grid-template-columns: 3vw minmax(auto, 1100px) 3vw;
}
.l_fullbleed.mx1024_5vw {
  grid-template-columns: 5vw minmax(auto, 1024px) 5vw;
}
.l_fullbleed.mx980_5vw {
  grid-template-columns: 5vw minmax(auto, 980px) 5vw;
}
.l_fullbleed.mx900_5vw {
  grid-template-columns: 5vw minmax(auto, 900px) 5vw;
}
.l_fullbleed.mx820_5vw {
  grid-template-columns: 5vw minmax(auto, 820px) 5vw;
}
.l_fullbleed.mx760_5vw {
  grid-template-columns: 5vw minmax(auto, 760px) 5vw;
}
.l_fullbleed > .column_width {
  justify-self: center;
  width: 100%;
}
.l_fullbleed > .column_width.mx_760 {
  max-width: 760px;
}
.l_fullbleed > .column_width.mx_900 {
  max-width: 900px;
}
.l_fullbleed.grey {
  background-color: var(--col-3);
}

.l_pt15s {
  padding-top: var(--gap-15s);
}

.l_pt15 {
  padding-top: var(--gap-15);
}

.l_pt20s {
  padding-top: var(--gap-20s);
}

.l_pt20 {
  padding-top: var(--gap-20);
}

.l_pt25s {
  padding-top: var(--gap-25s);
}

.l_pt25 {
  padding-top: var(--gap-25);
}

.l_pt30 {
  padding-top: var(--gap-30);
}

.l_pt30s {
  padding-top: var(--gap-30s);
}

.l_pt40s {
  padding-top: var(--gap-40s);
}

.l_pt40 {
  padding-top: var(--gap-40);
}

.l_pt40w {
  padding-top: var(--gap-40w);
}

.l_pt60s {
  padding-top: var(--gap-60s);
}

.l_pt60 {
  padding-top: var(--gap-60);
}

.l_pt60w {
  padding-top: var(--gap-60w);
}

.l_pt80s {
  padding-top: var(--gap-80s);
}

.l_pt80 {
  padding-top: var(--gap-80);
}

.l_pt80w {
  padding-top: var(--gap-80w);
}

.l_pt100s {
  padding-top: var(--gap-100s);
}

.l_pt100 {
  padding-top: var(--gap-100);
}

.l_pt100w {
  padding-top: var(--gap-100w);
}

.l_pt120s {
  padding-top: var(--gap-120s);
}

.l_pt120 {
  padding-top: var(--gap-120);
}

.l_pt120w {
  padding-top: var(--gap-120w);
}

.l_pb15s {
  padding-bottom: var(--gap-15s);
}

.l_pb15 {
  padding-bottom: var(--gap-15);
}

.l_pb20s {
  padding-bottom: var(--gap-20s);
}

.l_pb20 {
  padding-bottom: var(--gap-20);
}

.l_pb25s {
  padding-bottom: var(--gap-25s);
}

.l_pb25 {
  padding-bottom: var(--gap-25);
}

.l_pb30 {
  padding-bottom: var(--gap-30);
}

.l_pb30s {
  padding-bottom: var(--gap-30s);
}

.l_pb40s {
  padding-bottom: var(--gap-40s);
}

.l_pb40 {
  padding-bottom: var(--gap-40);
}

.l_pb40w {
  padding-bottom: var(--gap-40w);
}

.l_pb60s {
  padding-bottom: var(--gap-60s);
}

.l_pb60 {
  padding-bottom: var(--gap-60);
}

.l_pb60w {
  padding-bottom: var(--gap-60w);
}

.l_pb80s {
  padding-bottom: var(--gap-80s);
}

.l_pb80 {
  padding-bottom: var(--gap-80);
}

.l_pb80w {
  padding-bottom: var(--gap-80w);
}

.l_pb100s {
  padding-bottom: var(--gap-100s);
}

.l_pb100 {
  padding-bottom: var(--gap-100);
}

.l_pb100w {
  padding-bottom: var(--gap-100w);
}

.l_pb120s {
  padding-bottom: var(--gap-120s);
}

.l_pb120 {
  padding-bottom: var(--gap-120);
}

.l_pb120w {
  padding-bottom: var(--gap-120w);
}

.l_ptb15s {
  padding-top: var(--gap-15s);
  padding-bottom: var(--gap-15s);
}

.l_ptb15 {
  padding-top: var(--gap-15);
  padding-bottom: var(--gap-15);
}

.l_ptb20s {
  padding-top: var(--gap-20s);
  padding-bottom: var(--gap-20s);
}

.l_ptb20 {
  padding-top: var(--gap-20);
  padding-bottom: var(--gap-20);
}

.l_ptb25s {
  padding-top: var(--gap-25s);
  padding-bottom: var(--gap-25s);
}

.l_ptb25 {
  padding-top: var(--gap-25);
  padding-bottom: var(--gap-25);
}

.l_ptb30 {
  padding-top: var(--gap-30);
  padding-bottom: var(--gap-30);
}

.l_ptb30s {
  padding-top: var(--gap-30s);
  padding-bottom: var(--gap-30s);
}

.l_ptb40s {
  padding-top: var(--gap-40s);
  padding-bottom: var(--gap-40s);
}

.l_ptb40 {
  padding-top: var(--gap-40);
  padding-bottom: var(--gap-40);
}

.l_ptb40w {
  padding-top: var(--gap-40w);
  padding-bottom: var(--gap-40w);
}

.l_ptb60s {
  padding-top: var(--gap-60s);
  padding-bottom: var(--gap-60s);
}

.l_ptb60 {
  padding-top: var(--gap-60);
  padding-bottom: var(--gap-60);
}

.l_ptb60w {
  padding-top: var(--gap-60w);
  padding-bottom: var(--gap-60w);
}

.l_ptb80s {
  padding-top: var(--gap-80s);
  padding-bottom: var(--gap-80s);
}

.l_ptb80 {
  padding-top: var(--gap-80);
  padding-bottom: var(--gap-80);
}

.l_ptb80w {
  padding-top: var(--gap-80w);
  padding-bottom: var(--gap-80w);
}

.l_ptb100s {
  padding-top: var(--gap-100s);
  padding-bottom: var(--gap-100s);
}

.l_ptb100 {
  padding-top: var(--gap-100);
  padding-bottom: var(--gap-100);
}

.l_ptb100w {
  padding-top: var(--gap-100w);
  padding-bottom: var(--gap-100w);
}

.l_ptb120s {
  padding-top: var(--gap-120s);
  padding-bottom: var(--gap-120s);
}

.l_ptb120 {
  padding-top: var(--gap-120);
  padding-bottom: var(--gap-120);
}

.l_ptb120w {
  padding-top: var(--gap-120w);
  padding-bottom: var(--gap-120w);
}

.l_mt15s {
  margin-top: var(--gap-15s);
}

.l_mt15 {
  margin-top: var(--gap-15);
}

.l_mt20s {
  margin-top: var(--gap-20s);
}

.l_mt20 {
  margin-top: var(--gap-20);
}

.l_mt25s {
  margin-top: var(--gap-25s);
}

.l_mt25 {
  margin-top: var(--gap-25);
}

.l_mt30 {
  margin-top: var(--gap-30);
}

.l_mt30s {
  margin-top: var(--gap-30s);
}

.l_mt40s {
  margin-top: var(--gap-40s);
}

.l_mt40 {
  margin-top: var(--gap-40);
}

.l_mt40w {
  margin-top: var(--gap-40w);
}

.l_mt60s {
  margin-top: var(--gap-60s);
}

.l_mt60 {
  margin-top: var(--gap-60);
}

.l_mt60w {
  margin-top: var(--gap-60w);
}

.l_mt80s {
  margin-top: var(--gap-80s);
}

.l_mt80 {
  margin-top: var(--gap-80);
}

.l_mt80w {
  margin-top: var(--gap-80w);
}

.l_mt100s {
  margin-top: var(--gap-100s);
}

.l_mt100 {
  margin-top: var(--gap-100);
}

.l_mt100w {
  margin-top: var(--gap-100w);
}

.l_mt120s {
  margin-top: var(--gap-120s);
}

.l_mt120 {
  margin-top: var(--gap-120);
}

.l_mt120w {
  margin-top: var(--gap-120w);
}

.l_mb15s {
  margin-bottom: var(--gap-15s);
}

.l_mb15 {
  margin-bottom: var(--gap-15);
}

.l_mb20s {
  margin-bottom: var(--gap-20s);
}

.l_mb20 {
  margin-bottom: var(--gap-20);
}

.l_mb25s {
  margin-bottom: var(--gap-25s);
}

.l_mb25 {
  margin-bottom: var(--gap-25);
}

.l_mb30 {
  margin-bottom: var(--gap-30);
}

.l_mb30s {
  margin-bottom: var(--gap-30s);
}

.l_mb40s {
  margin-bottom: var(--gap-40s);
}

.l_mb40 {
  margin-bottom: var(--gap-40);
}

.l_mb40w {
  margin-bottom: var(--gap-40w);
}

.l_mb60s {
  margin-bottom: var(--gap-60s);
}

.l_mb60 {
  margin-bottom: var(--gap-60);
}

.l_mb60w {
  margin-bottom: var(--gap-60w);
}

.l_mb80s {
  margin-bottom: var(--gap-80s);
}

.l_mb80 {
  margin-bottom: var(--gap-80);
}

.l_mb80w {
  margin-bottom: var(--gap-80w);
}

.l_mb100s {
  margin-bottom: var(--gap-100s);
}

.l_mb100 {
  margin-bottom: var(--gap-100);
}

.l_mb100w {
  margin-bottom: var(--gap-100w);
}

.l_mb120s {
  margin-bottom: var(--gap-120s);
}

.l_mb120 {
  margin-bottom: var(--gap-120);
}

.l_mb120w {
  margin-bottom: var(--gap-120w);
}

.l_mtb15s {
  margin-top: var(--gap-15s);
  margin-bottom: var(--gap-15s);
}

.l_mtb15 {
  margin-top: var(--gap-15);
  margin-bottom: var(--gap-15);
}

.l_mtb20s {
  margin-top: var(--gap-20s);
  margin-bottom: var(--gap-20s);
}

.l_mtb20 {
  margin-top: var(--gap-20);
  margin-bottom: var(--gap-20);
}

.l_mtb25s {
  margin-top: var(--gap-25s);
  margin-bottom: var(--gap-25s);
}

.l_mtb25 {
  margin-top: var(--gap-25);
  margin-bottom: var(--gap-25);
}

.l_mtb30 {
  margin-top: var(--gap-30);
  margin-bottom: var(--gap-30);
}

.l_mtb30s {
  margin-top: var(--gap-30s);
  margin-bottom: var(--gap-30s);
}

.l_mtb40s {
  margin-top: var(--gap-40s);
  margin-bottom: var(--gap-40s);
}

.l_mtb40 {
  margin-top: var(--gap-40);
  margin-bottom: var(--gap-40);
}

.l_mtb40w {
  margin-top: var(--gap-40w);
  margin-bottom: var(--gap-40w);
}

.l_mtb60s {
  margin-top: var(--gap-60s);
  margin-bottom: var(--gap-60s);
}

.l_mtb60 {
  margin-top: var(--gap-60);
  margin-bottom: var(--gap-60);
}

.l_mtb60w {
  margin-top: var(--gap-60w);
  margin-bottom: var(--gap-60w);
}

.l_mtb80s {
  margin-top: var(--gap-80s);
  margin-bottom: var(--gap-80s);
}

.l_mtb80 {
  margin-top: var(--gap-80);
  margin-bottom: var(--gap-80);
}

.l_mtb80w {
  margin-top: var(--gap-80w);
  margin-bottom: var(--gap-80w);
}

.l_mtb100s {
  margin-top: var(--gap-100s);
  margin-bottom: var(--gap-100s);
}

.l_mtb100 {
  margin-top: var(--gap-100);
  margin-bottom: var(--gap-100);
}

.l_mtb100w {
  margin-top: var(--gap-100w);
  margin-bottom: var(--gap-100w);
}

.l_mtb120s {
  margin-top: var(--gap-120s);
  margin-bottom: var(--gap-120s);
}

.l_mtb120 {
  margin-top: var(--gap-120);
  margin-bottom: var(--gap-120);
}

.l_mtb120w {
  margin-top: var(--gap-120w);
  margin-bottom: var(--gap-120w);
}

.l_pt025em {
  padding-top: var(--gap-025);
}

.l_pt05em {
  padding-top: var(--gap-05);
}

.l_pt075em {
  padding-top: var(--gap-075);
}

.l_pt1em {
  padding-top: var(--gap-1);
}

.l_pt125em {
  padding-top: var(--gap-125);
}

.l_pt15em {
  padding-top: var(--gap-15);
}

.l_pt175em {
  padding-top: var(--gap-175);
}

.l_pt2em {
  padding-top: var(--gap-2);
}

.l_pb025em {
  padding-bottom: var(--gap-025);
}

.l_pb05em {
  padding-bottom: var(--gap-05);
}

.l_pb075em {
  padding-bottom: var(--gap-075);
}

.l_pb1em {
  padding-bottom: var(--gap-1);
}

.l_pb125em {
  padding-bottom: var(--gap-125);
}

.l_pb15em {
  padding-bottom: var(--gap-15);
}

.l_pb175em {
  padding-bottom: var(--gap-175);
}

.l_pb2em {
  padding-bottom: var(--gap-2);
}

.l_ptb025em {
  padding-top: var(--gap-025);
  padding-bottom: var(--gap-025);
}

.l_ptb05em {
  padding-top: var(--gap-05);
  padding-bottom: var(--gap-05);
}

.l_ptb075em {
  padding-top: var(--gap-075);
  padding-bottom: var(--gap-075);
}

.l_ptb1em {
  padding-top: var(--gap-1);
  padding-bottom: var(--gap-1);
}

.l_ptb125em {
  padding-top: var(--gap-125);
  padding-bottom: var(--gap-125);
}

.l_ptb15em {
  padding-top: var(--gap-15);
  padding-bottom: var(--gap-15);
}

.l_ptb175em {
  padding-top: var(--gap-175);
  padding-bottom: var(--gap-175);
}

.l_ptb2em {
  padding-top: var(--gap-2);
  padding-bottom: var(--gap-2);
}

.l_mt025em {
  margin-top: var(--gap-025);
}

.l_mt05em {
  margin-top: var(--gap-05);
}

.l_mt075em {
  margin-top: var(--gap-075);
}

.l_mt1em {
  margin-top: var(--gap-1);
}

.l_mt125em {
  margin-top: var(--gap-125);
}

.l_mt15em {
  margin-top: var(--gap-15);
}

.l_mt175em {
  margin-top: var(--gap-175);
}

.l_mt2em {
  margin-top: var(--gap-2);
}

.l_mb025em {
  margin-bottom: var(--gap-025);
}

.l_mb05em {
  margin-bottom: var(--gap-05);
}

.l_mb075em {
  margin-bottom: var(--gap-075);
}

.l_mb1em {
  margin-bottom: var(--gap-1);
}

.l_mb125em {
  margin-bottom: var(--gap-125);
}

.l_mb15em {
  margin-bottom: var(--gap-15);
}

.l_mb175em {
  margin-bottom: var(--gap-175);
}

.l_mb2em {
  margin-bottom: var(--gap-2);
}

.l_mtb025em {
  margin-top: var(--gap-025);
  margin-bottom: var(--gap-025);
}

.l_mtb05em {
  margin-top: var(--gap-05);
  margin-bottom: var(--gap-05);
}

.l_mtb075em {
  margin-top: var(--gap-075);
  margin-bottom: var(--gap-075);
}

.l_mtb1em {
  margin-top: var(--gap-1);
  margin-bottom: var(--gap-1);
}

.l_mtb125em {
  margin-top: var(--gap-125);
  margin-bottom: var(--gap-125);
}

.l_mtb15em {
  margin-top: var(--gap-15);
  margin-bottom: var(--gap-15);
}

.l_mtb175em {
  margin-top: var(--gap-175);
  margin-bottom: var(--gap-175);
}

.l_mtb2em {
  margin-top: var(--gap-2);
  margin-bottom: var(--gap-2);
}

.wrapper {
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper.contact {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-bottom: 120px;
  }
}

.l_row {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l_row.mx_1024 {
  max-width: 1024px;
}
.l_row.mx_960 {
  max-width: 960px;
}
.l_row.mx_720 {
  max-width: 720px;
}
.l_row.pd_side {
  padding-right: 5%;
  padding-left: 5%;
}
.l_row.article {
  max-width: 900px;
}

/* --------------------
   modal
----------------------*/
body.md_modal__lock {
  overflow: hidden;
}

.md_modal__content {
  position: relative;
  display: none;
  width: 100%;
  background: #fff;
  padding: 0 5%;
  max-width: 780px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.md_modal__overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
}

.md_modal__wrap {
  z-index: 200;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.md_modal__btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
}

.md_modal__btnWrap {
  text-align: center;
}

.md_modal__close {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.md_modal__close.btm {
  text-decoration: none;
  position: static;
  width: inherit;
  height: inherit;
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  padding: 1em 3em;
  margin: 5% 0;
  font-size: 14px;
  background: #000;
  color: #fff;
}
.md_modal__close span.line {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  top: 20px;
}
.md_modal__close span.line:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.md_modal__close span.line:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.md_modal__open {
  cursor: pointer;
}

/*-----------------------------------------------
 __page_nav
-----------------------------------------------*/
.md_pagenavi {
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .md_pagenavi {
    padding: 0;
  }
}
.md_pagenavi ul.page-numbers {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.md_pagenavi ul.page-numbers li {
  padding: 0 5px;
}
.md_pagenavi a.page-numbers,
.md_pagenavi span.page-numbers {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  width: 50px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 979px) {
  .md_pagenavi a.page-numbers,
  .md_pagenavi span.page-numbers {
    width: 40px;
  }
}
.md_pagenavi a.page-numbers.current,
.md_pagenavi span.page-numbers.current {
  background: #000;
  color: #fff;
}
.md_pagenavi a.page-numbers:hover {
  color: #fff;
  background: var(--col-1);
}

/*-----------------------------------------------
 __Drawer_menu
-----------------------------------------------*/
.md_drawer__cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
}

.md_drawer__menu {
  display: none;
  position: relative;
  z-index: 1;
}

.sidr-inner {
  overflow-y: auto;
}

#drawer {
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  z-index: 999;
  border-left: 2px solid #eee;
}
#drawer .md_drawer__Item {
  margin: 100px 0 0 0;
}
#drawer .md_drawer__ItemList {
  list-style: none;
  position: relative;
  z-index: 99999;
  overflow: hidden;
}
#drawer .md_drawer__ItemList.open li {
  -webkit-animation: slide_in 0.4s ease 0.2s 1 normal forwards;
          animation: slide_in 0.4s ease 0.2s 1 normal forwards;
}
#drawer .md_drawer__ItemList.open li:nth-child(2) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}
#drawer .md_drawer__ItemList.open li:nth-child(3) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#drawer .md_drawer__ItemList.open li:nth-child(4) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
}
#drawer .md_drawer__ItemList.open li:nth-child(5) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}
#drawer .md_drawer__ItemList.open li:nth-child(6) {
  -webkit-animation-delay: 0.37s;
          animation-delay: 0.37s;
}
#drawer .md_drawer__ItemList.open li:nth-child(7) {
  -webkit-animation-delay: 0.41s;
          animation-delay: 0.41s;
}
#drawer .md_drawer__ItemList li {
  padding: 0.5em 10%;
  -webkit-transform: translate(400px, 0);
          transform: translate(400px, 0);
}
@-webkit-keyframes slide_in {
  0% {
    -webkit-transform: translate(400px, 0);
            transform: translate(400px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes slide_in {
  0% {
    -webkit-transform: translate(400px, 0);
            transform: translate(400px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#drawer .md_drawer__ItemList li a {
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 2px solid transparent;
}
#drawer .md_drawer__ItemList li a:hover {
  border-color: #000;
}

/*--------- sidr --------*/
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  width: 360px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .sidr {
    width: 85%;
  }
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr.right {
  left: auto;
  right: -360px;
}
@media screen and (max-width: 700px) {
  .sidr.right {
    right: -10%;
  }
}
.sidr.left {
  left: -360px;
  right: auto;
}
@media screen and (max-width: 700px) {
  .sidr.left {
    left: -10%;
  }
}

.sidr_slide__close {
  position: fixed;
  display: none;
  right: 370px;
  top: 50%;
  width: 20px;
  color: #333;
  font-size: 30px;
  margin-top: -25px;
  z-index: 9999999999999;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .sidr_slide__close {
    right: auto;
    left: 8%;
  }
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/
.md_header {
  position: absolute;
  min-height: 200px;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .md_header {
    position: fixed;
    min-height: 60px;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
    background: #fff;
  }
}
.md_header.home {
  position: static;
  min-height: inherit;
}
@media screen and (max-width: 768px) {
  .md_header.home {
    background: #fff;
    position: fixed;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .md_header.about, .md_header.cultivation, .md_header.aridagawa {
    background: transparent;
  }
  .md_header.about.fixed_bg, .md_header.cultivation.fixed_bg, .md_header.aridagawa.fixed_bg {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .md_header.purchase {
    background: #f7fdef;
  }
}

.md_head__low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1366px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 3% 40px 4%;
}
@media screen and (max-width: 768px) {
  .md_head__low {
    padding-right: 20px;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .md_head__low {
    padding: 0;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .md_head__low {
    height: 80px;
  }
}

.md_home__logo {
  position: absolute;
}
.home .md_home__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: static;
}
@media screen and (max-width: 768px) {
  .home .md_home__logo {
    margin-right: auto;
    padding-left: 5%;
  }
}
.about .md_home__logo, .cultivation .md_home__logo, .aridagawa .md_home__logo {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .about .md_home__logo, .cultivation .md_home__logo, .aridagawa .md_home__logo {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: auto;
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .md_home__logo {
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: auto;
    padding-left: 5%;
  }
}
.md_home__logo a {
  display: block;
  position: relative;
  width: 100px;
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .md_home__logo a {
    width: 40px;
    height: 60px;
  }
  .home .md_home__logo a {
    height: 80px;
  }
}
.md_home__logo svg#logo {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .md_home__logo svg#logo {
    top: 10%;
  }
}
.md_home__logo svg#logo .cls-1 {
  fill: #211714;
}
@media screen and (max-width: 768px) {
  .md_home__logo svg#logo .cls-1 {
    display: none;
  }
}
.md_home__logo svg#logo .cls-2 {
  fill: #ccd642;
}
.md_home__logo svg#logo .cls-2,
.md_home__logo svg#logo .cls-3 {
  fill-rule: evenodd;
}
.md_home__logo svg#logo .cls-3 {
  fill: #34a238;
}
.md_home__logo svg#logo .cls-4 {
  fill: #e9981e;
}
.md_home__logo svg#logo .cls-5 {
  fill: #231815;
  stroke: #231815;
  stroke-miterlimit: 10;
  stroke-width: 0.11px;
}
@media screen and (max-width: 768px) {
  .md_home__logo svg#logo .cls-5 {
    display: none;
  }
}

.md_logo__imgLink {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .md_logo__imgLink {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.md_logo__img {
  width: 80px;
  height: auto;
  display: block;
}
@media screen and (max-width: 979px) {
  .md_logo__img {
    width: 100px;
  }
}
.md_logo__img.logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .md_logo__img.logo {
    display: block;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 25px;
  }
}
.md_logo__img.type {
  display: block;
}

.md_gl__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 1em;
}
@media screen and (max-width: 960px) {
  .md_gl__nav {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .md_gl__nav {
    display: none;
  }
}
.md_gl__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
  padding: 0 1em;
}
.md_gl__nav ul li {
  padding: 0 0.2em;
  position: relative;
}
.md_gl__nav ul a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1;
  padding: 0.8em 0.8em;
  display: block;
}
.md_gl__nav ul a:hover {
  border-color: #000;
}
.md_gl__nav ul .new {
  position: absolute;
  display: block;
  font-size: 10px;
  color: #fff;
  background: var(--col-1);
  padding: 0.2em 0.5em;
  line-height: 1;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: bounce 0.25s ease 0.2s 2 alternate;
          animation: bounce 0.25s ease 0.2s 2 alternate;
}
.md_gl__nav ul .new:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(var(--col-1), 0);
  border-top-color: var(--col-1);
  border-width: 5px;
  margin-left: -5px;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -8px) scale(1.1);
            transform: translate(-50%, -8px) scale(1.1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -8px) scale(1.1);
            transform: translate(-50%, -8px) scale(1.1);
  }
}
.md_fixed__header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 9999;
}
.md_fixed__header .innr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 3.5% 0 40px;
}

.md_fixed__logo {
  margin-left: 3.5%;
  width: 40px;
  height: 40px;
  position: fixed;
  left: 0;
  top: 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 99999;
}
.md_fixed__logo.desktop {
  display: none;
}
@media screen and (max-width: 768px) {
  .md_fixed__logo.desktop {
    display: none !important;
  }
}
.md_fixed__logo.mobile {
  display: none;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .md_fixed__logo.mobile {
    display: none;
  }
}
.md_fixed__logo.mobile img {
  height: 80px;
  width: auto;
}
.md_fixed__logo img {
  height: 100px;
  width: auto;
}

.md_fixed__menu {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 9999;
}

.md_glnavi__Menutrigger {
  display: none;
  margin-right: 3.5%;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  top: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .md_glnavi__Menutrigger.desktop {
    display: none !important;
  }
}
.md_glnavi__Menutrigger.mobile {
  display: none;
  top: 20px;
  right: 10px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .md_glnavi__Menutrigger.mobile {
    display: block !important;
    right: 3%;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .md_glnavi__Menutrigger.mobile.home {
    display: block !important;
    right: 3%;
    top: 20px;
  }
}
.md_glnavi__Menutrigger.mobile .line {
  width: 24px;
  left: 8px;
  background: #bbb;
}
.md_glnavi__Menutrigger.mobile .line:nth-child(1) {
  top: 10px;
}
.md_glnavi__Menutrigger.mobile .line:nth-child(2) {
  top: 16px;
}
.md_glnavi__Menutrigger.mobile .line:nth-child(3) {
  top: 22px;
}
.md_glnavi__Menutrigger.mobile .line:nth-child(4) {
  top: 28px;
}
.md_glnavi__Menutrigger.open {
  border-color: transparent;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .md_glnavi__Menutrigger.open {
    right: 42px;
  }
}
.md_glnavi__Menutrigger.open .line {
  opacity: 0;
}
.md_glnavi__Menutrigger.open .line:nth-child(1) {
  top: 11px;
  opacity: 1;
  -webkit-transform: translate(0, 6px) rotate(45deg);
          transform: translate(0, 6px) rotate(45deg);
  background: #000;
}
.md_glnavi__Menutrigger.open .line:nth-child(3) {
  top: 23px;
  opacity: 1;
  -webkit-transform: translate(0, -6px) rotate(-45deg);
          transform: translate(0, -6px) rotate(-45deg);
  background: #000;
}
.md_glnavi__Menutrigger:hover .line {
  background: #000;
}
.md_glnavi__Menutrigger .line {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 30px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 5px;
}
.md_glnavi__Menutrigger .line:nth-child(1) {
  top: 9px;
}
.md_glnavi__Menutrigger .line:nth-child(2) {
  top: 16px;
  width: 20px;
}
.md_glnavi__Menutrigger .line:nth-child(3) {
  top: 23px;
}
.md_glnavi__Menutrigger .line:nth-child(4) {
  top: 30px;
  width: 20px;
}
.md_glnavi__Menutrigger .txt {
  position: absolute;
  font-size: 10px;
  top: 28px;
  color: #ccc;
}

#drawer_trigger.show {
  display: block !important;
  -webkit-animation: scroll_show 0.1s ease forwards;
          animation: scroll_show 0.1s ease forwards;
}
@media screen and (max-width: 768px) {
  #drawer_trigger.show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #drawer_trigger {
    display: none !important;
  }
}

@-webkit-keyframes scroll_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scroll_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------------
 __footer
-----------------------------------------------*/
/*-----------------------------------------------
 __footer
-----------------------------------------------*/
.md_footer {
  position: absolute;
  width: 100%;
  padding: 0 3%;
  background: #eee;
  bottom: 0;
  left: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .md_footer {
    height: 120px;
  }
}

.md_footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
  .md_footer__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .md_footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.md_footer__wrap p {
  padding-right: 1em;
  vertical-align: middle;
}
.md_footer__wrap p a {
  text-decoration: none;
  color: #000;
}

.md_ft__logo {
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .md_ft__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-right: 0;
    text-align: center;
    padding-bottom: 0.5em;
  }
}
.md_ft__logo a {
  text-decoration: none;
  color: #000;
}

.md_footer__copyright {
  text-align: center;
  color: #999;
}
@media screen and (max-width: 767px) {
  .md_footer__copyright {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-top: 1em;
  }
}

/*--------
__Common
-----------------------------------------------*/
@media screen and (max-width: 700px) {
  .md_main.top {
    padding-top: 80px;
  }
}

.fixed_section {
  position: relative;
}

.fixed_col__img {
  background-position: center top;
  background-size: cover;
  width: 38%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-shadow: inset -10px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: inset -10px 0px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .fixed_col__img {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .fixed_col__img {
    width: 150px;
  }
}
@media screen and (max-width: 700px) {
  .fixed_col__img {
    padding-top: 70vh;
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
}
.fixed_col__img.about {
  background-image: url(../images/fixed_visual2.jpg);
  display: block;
}
.fixed_col__img.about2 {
  background-image: url(../images/fixed_visual3.jpg);
}
.fixed_col__img.cultivation {
  background-image: url(../images/fixed_visual1.jpg);
}
.fixed_col__img.cultivation1 {
  background-image: url(../images/fixed_visual4.jpg);
}
.fixed_col__img.cultivation2 {
  background-image: url(../images/fixed_visual5.jpg);
}
.fixed_col__img.aridagawa {
  background-image: url(../images/fixed_visual6.jpg);
}
@media screen and (max-width: 700px) {
  .fixed_col__img.aridagawa:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: overlay;
  }
}
.fixed_col__img.aridagawa2 {
  background-image: url(../images/fixed_visual7.jpg);
}
.fixed_col__img.aridagawa3 {
  background-image: url(../images/fixed_visual8.jpg);
}
.fixed_col__img.show {
  opacity: 1;
}

.fixed_col__cont {
  width: 62%;
  margin-left: 38%;
  max-width: 780px;
  background: #fff;
  position: relative;
  z-index: 3;
  padding-right: 50px;
}
@media screen and (max-width: 1100px) {
  .fixed_col__cont {
    margin-left: 300px;
    width: calc(100% - 300px);
    padding-right: 80px;
  }
}
@media screen and (max-width: 960px) {
  .fixed_col__cont {
    margin-left: 150px;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 700px) {
  .fixed_col__cont {
    margin-left: 0px;
    width: 100%;
    padding: 0;
  }
}
.fixed_col__cont.lastcol {
  padding-bottom: 10em;
}
.fixed_col__cont .innr {
  padding: 0 10% 0 10%;
}
@media screen and (max-width: 1024px) {
  .fixed_col__cont .innr {
    padding-right: 0%;
  }
}
@media screen and (max-width: 700px) {
  .fixed_col__cont .innr {
    padding: 0 50px 0 40px;
  }
}
.fixed_col__cont .innr8 {
  padding: 0 8%;
}
@media screen and (max-width: 1024px) {
  .fixed_col__cont .innr8 {
    padding-right: 0%;
  }
}
@media screen and (max-width: 700px) {
  .fixed_col__cont .innr8 {
    padding: 0;
  }
}

.md_page__head {
  padding-top: 45vh;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .md_page__head {
    padding: 40px 0;
    height: inherit;
  }
}
.md_page__head .en {
  margin-bottom: 0.2em;
  color: #999;
}
@media screen and (max-width: 700px) {
  .md_page__head .description br {
    display: none;
  }
}
.md_page__head .ttl {
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 700px) {
  .md_page__head .ttl {
    white-space: inherit;
  }
}

.md_article {
  letter-spacing: 0.08em;
  line-height: 2;
}
.md_article p {
  margin-bottom: 1.2em;
}
.md_article p:last-child {
  margin-bottom: 0;
}

.md_article__section {
  padding-bottom: 10%;
}
.md_article__section img.ins_img {
  max-width: 100%;
  height: auto;
  display: block;
}
.md_article__section .img_wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.md_article__section .img_wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}
.md_article__section .img_wrap .flex50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 700px) {
  .md_article__section .img_wrap .flex50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.md_article__section .img_wrap .flex33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media screen and (max-width: 700px) {
  .md_article__section .img_wrap .flex33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 700px) {
  .md_article__section .img_wrap .flex33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.md_article__section .sub_ttl {
  margin-bottom: 1em;
}
.md_article__section .family .name {
  padding: 1em 0;
}
@media screen and (max-width: 700px) {
  .md_article__section .family .name {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .md_article__section .family img {
    width: 60%;
    margin: 0 auto;
  }
}
.md_article__section .family .description {
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .md_article__section .family .description {
    padding: 0 60px;
  }
}
@media screen and (max-width: 700px) {
  .md_article__section .note {
    padding: 0 50px;
  }
}
.md_article__section .nt_ttl {
  display: block;
  padding: 1em 0;
}
@media screen and (max-width: 700px) {
  .md_article__section .nt_ttl {
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
  }
}

/*--------
__Top
-----------------------------------------------*/
.topPage_visual .topPage_visual__img {
  height: 50vh;
  background: url(../../assets/images/main_visual2.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center center;
}
.topPage_visual img {
  max-width: 100%;
  height: auto;
  display: block;
}

.topPage_report {
  padding: 0 0 3em 0;
}
@media screen and (max-width: 700px) {
  .topPage_report {
    padding: 0;
  }
}

.topPage_report__ttl {
  text-align: center;
  margin: 2em 0;
}

.topPage_report__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.topPage_report__article {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding-bottom: 4%;
}
@media screen and (max-width: 700px) {
  .topPage_report__article {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.topPage_report__articleImg a {
  display: block;
  overflow: hidden;
}
.topPage_report__articleImg a:hover img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.topPage_report__articleImg img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 700px) {
  .topPage_report__articleTxt {
    background: #fff;
    position: relative;
    top: -3em;
    padding: 1em 1.5em;
    margin-bottom: -2em;
    margin-left: 2em;
  }
}

.topPage_report__articleTtl {
  padding: 0.5em 0.5em;
}
.topPage_report__articleTtl a {
  text-decoration: none;
  color: #000;
}

.topPage_report__articleExcerpt {
  padding: 0 0.5em;
}

.pTop_akari {
  padding-bottom: max(4%, 30px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-gap: max(4%, 30px);
}
@media screen and (max-width: 700px) {
  .pTop_akari {
    grid-template-columns: 1fr;
  }
}
.pTop_akari .akari_image a {
  display: block;
  overflow: hidden;
}
.pTop_akari .akari_image a:hover img {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.pTop_akari .akari_image img {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.pTop_akari .akari_text {
  -ms-flex-item-align: center;
      align-self: center;
  min-height: 0;
}
.pTop_akari .akari_text .akari_head {
  line-height: 1;
  white-space: nowrap;
}
.pTop_akari .akari_text .akari_head em {
  display: block;
  font-style: normal;
  padding-left: 0.5em;
  padding-bottom: 0.75em;
}
.pTop_akari .akari_text .akari_head a {
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 1.5em;
}
.pTop_akari .akari_text .summary {
  text-align: justify;
}
@media screen and (max-width: 700px) {
  .pTop_akari .akari_text .summary {
    padding: 0 5vw;
  }
}
.pTop_akari .akari_text .link {
  padding-top: 1.5em;
  text-align: right;
}
.pTop_akari .akari_text .link a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding: 0 0.25em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pTop_akari .akari_text .link a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.topPage_purchase {
  background: #f7fdef;
  padding: 4em 0;
}
@media screen and (max-width: 700px) {
  .topPage_purchase {
    padding: 1em 0 3em 0;
  }
}

.topPage_purchase__ttl {
  text-align: center;
  margin: 2em 0;
}
@media screen and (max-width: 700px) {
  .topPage_purchase__ttl {
    margin-bottom: 0;
  }
}

.topPage_purchase__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.topPage_purchase__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding-bottom: 4%;
}
@media screen and (max-width: 700px) {
  .topPage_purchase__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 2em;
  }
}

.topPage_purchase__itemImg img {
  width: 50%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.topPage_purchase__itemTtl {
  text-align: center;
  padding: 0.5em 0;
}

.topPage_purchase__cta {
  text-align: center;
}

a.topPage_purchase__button {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: 1em 2em 1em calc(2em + 27px);
  border-bottom: 2px solid #000;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
a.topPage_purchase__button:hover {
  border-color: var(--col-1);
  color: var(--col-1);
}
a.topPage_purchase__button:before {
  background-image: url(../images/shopping-cart-regular.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  height: 24px;
  width: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  a.topPage_purchase__button:before {
    height: 20px;
    width: 22px;
  }
}

.pageContact {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 200px;
}
@media screen and (max-width: 700px) {
  .pageContact {
    padding: 70px 0;
  }
}

.pageContact_wrap {
  padding: 10% 0;
}

.pageContact_adr {
  margin-bottom: 1em;
}

.pageContact_info a {
  text-decoration: none;
  color: var(--col-1);
  line-height: 1;
  display: block;
  border: 2px solid var(--col-1);
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 10px 0;
  border-radius: 5px;
  width: 300px;
}

.page_purchase {
  padding-top: 200px;
  padding-bottom: 5em;
  background: #f7fdef;
}

.page_purchase__ttl {
  text-align: center;
  margin-bottom: 1em;
}

.page_purchase__ann {
  text-align: center;
}

.page_purchase__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page_purchase__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page_purchase__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page_purchase__imgWrap {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.page_purchase__item.odd .page_purchase__imgWrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .page_purchase__item.odd .page_purchase__imgWrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_purchase__imgWrap {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page_purchase__imgMain img {
  width: 100%;
  height: auto;
  display: block;
}

.page_purchase__imgThumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page_purchase__imgThumb .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
}
.page_purchase__imgThumb .column a {
  display: block;
}
.page_purchase__imgThumb .column img {
  width: 100%;
  height: auto;
  display: block;
}

.page_purchase__txtWrap {
  width: 58%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58%;
          flex: 0 1 58%;
  padding: 5%;
  padding-top: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_purchase__txtWrap {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.page_purchase__itemImg img {
  width: 50%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.page_purchase__itemTtl {
  padding: 0.5em 0.5em;
}
@media screen and (max-width: 767px) {
  .page_purchase__itemTtl {
    text-align: center;
  }
}

.page_purchase__priceList {
  list-style: none;
  padding: 2em 1em;
}
.page_purchase__priceList li {
  padding: 0.5em 0;
}
.page_purchase__priceList .priceTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .page_purchase__priceList .priceTtl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .page_purchase__priceList .priceTtl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_purchase__priceList .price {
  font-weight: bold;
  padding-left: 1em;
}
.page_purchase__priceList .tax {
  padding-left: 0.5em;
  font-size: 0.8em;
}

.page_purchase__btn {
  text-align: center;
  list-style-type: none;
  margin-top: 20px;
  padding: 20px 0;
}
.page_purchase__btn li {
  padding: 10px 0;
}
.page_purchase__btn a.btn,
.page_purchase__btn .btn {
  text-decoration: none;
  background: var(--col-1);
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  padding: 12px 0;
  line-height: 1;
  border-radius: 8px;
  border: 2px solid;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  width: min(100%, 360px);
}
@media screen and (max-width: 480px) {
  .page_purchase__btn a.btn,
  .page_purchase__btn .btn {
    width: 100%;
    font-size: 14px;
  }
}
.page_purchase__btn a.btn.furusato,
.page_purchase__btn .btn.furusato {
  width: 260px;
  border: none;
}
@media screen and (max-width: 480px) {
  .page_purchase__btn a.btn.furusato,
  .page_purchase__btn .btn.furusato {
    width: 100%;
  }
}
.page_purchase__btn a.btn.yahoo,
.page_purchase__btn .btn.yahoo {
  background-color: transparent;
  border-color: var(--col-1);
  color: var(--col-1);
}
.page_purchase__btn a.btn.pokemaru,
.page_purchase__btn .btn.pokemaru {
  background-color: transparent;
  border-color: var(--col-1);
  color: var(--col-1);
}
.page_purchase__btn a.btn:hover,
.page_purchase__btn .btn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.page_purchase__btn a.btn .icon,
.page_purchase__btn .btn .icon {
  width: 28px;
}
.page_purchase__btn a.btn .icon img,
.page_purchase__btn .btn .icon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_purchase__btn .purchase_toggle {
  border: 2px solid var(--col-1);
  width: 304px;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .page_purchase__btn .purchase_toggle {
    width: 100%;
  }
}
.page_purchase__btn .purchase_toggle a.child {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .page_purchase__btn .purchase_toggle a.child {
    width: 85%;
  }
}
.page_purchase__btn .purchase_toggle dd {
  display: none;
}
.page_purchase__btn .purchase_toggle dt .btn {
  background: transparent;
  border-color: transparent;
  color: var(--col-1);
}

/*--------
__Article_archive
-----------------------------------------------*/
.aArticle {
  padding-top: 200px;
}

.aArticle_archive__ttl {
  text-align: center;
}
.aArticle_archive__ttl a {
  text-decoration: none;
  color: #000;
}
.aArticle_archive__ttl .note {
  font-size: 0.7em;
  padding-right: 0.5em;
}

.aArticle_noarticle {
  padding: 10vw 0 20vw 0;
}

.aArticle_noarticle__ttl {
  text-align: center;
}

.aArticle_list {
  padding-top: 60px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aArticle_list::after {
  content: "";
  display: block;
  width: 30%;
}
@media screen and (max-width: 660px) {
  .aArticle_list:after {
    display: none;
  }
}
.aArticle_list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin-bottom: 6%;
}
@media screen and (max-width: 660px) {
  .aArticle_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }
}
@media screen and (max-width: 480px) {
  .aArticle_list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 10%;
  }
}

.aArticle_list__ttl a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1.4;
}

.aArticle_list__thumb {
  overflow: hidden;
  padding-bottom: 0.8em;
}
.aArticle_list__thumb a.substitute {
  background-image: url(../images/matsulogo_w_240x300.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ddd;
  height: 0;
  padding-top: 56.25%;
  display: block;
}
.aArticle_list__thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}

.aArticle_list__date {
  font-style: italic;
}

.md_pagenavi__wrap {
  padding-bottom: 60px;
}

.aArticle_otherNav {
  padding-bottom: 60px;
}

.aArticle_footer {
  padding-top: 80px;
  border-top: 10px solid #ddd;
}
@media screen and (max-width: 700px) {
  .aArticle_footer {
    padding-top: 40px;
  }
}

.aArticle_otherNav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aArticle_otherNav__wrap::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 960px) {
  .aArticle_otherNav__wrap:after {
    display: none;
  }
}
.aArticle_otherNav__wrap .column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
}
@media screen and (max-width: 960px) {
  .aArticle_otherNav__wrap .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }
}
@media screen and (max-width: 600px) {
  .aArticle_otherNav__wrap .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 6%;
  }
}
.aArticle_otherNav__wrap .column:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 5%;
}

.aArticle_otherNav__navTtl {
  margin-bottom: 1em;
}

.aArticle_otherPost__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aArticle_otherPost__list::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 960px) {
  .aArticle_otherPost__list:after {
    display: none;
  }
}
.aArticle_otherPost__list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .aArticle_otherPost__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
  }
}
@media screen and (max-width: 600px) {
  .aArticle_otherPost__list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.aArticle_otherPost__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  overflow: hidden;
}
.aArticle_otherPost__thumb img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.aArticle_otherPost__thumb a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.aArticle_otherPost__thumb a.substitute {
  background-image: url(../images/matsulogo_w_240x300.svg);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ddd;
  height: 0;
  padding-top: 100%;
  display: block;
}

.aArticle_otherPost__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
}
.aArticle_otherPost__ttl a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #000;
  line-height: 1.5;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.aArticle_otherPost__ttl a:hover {
  color: var(--col-1);
}

.aArticle_otherNav__monthly ul {
  padding-left: 1.25em;
}
.aArticle_otherNav__monthly ul > li {
  padding-bottom: 0.5em;
}
.aArticle_otherNav__monthly ul > li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.aArticle_otherNav__monthly ul > li a:hover {
  color: var(--col-1);
}

/*--------
__Article_single
-----------------------------------------------*/
.sArticle {
  padding-top: 200px;
  padding-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .sArticle {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.sArticle_term {
  padding-bottom: 1em;
}
.sArticle_term a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: 0.5em 1em;
  color: #fff;
  background: var(--col-1);
}

.sArticle_ttl {
  line-height: 1.4;
  padding-bottom: 0.25em;
}

.sArticle_date {
  margin-bottom: 2.5em;
  display: block;
  font-style: italic;
  color: #666;
}

.sArticle_share__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 700px) {
  .sArticle_share__wrap {
    padding-top: 30px;
  }
}

.sArticle_share__btn {
  padding: 0 0.25em;
}
.sArticle_share__btn.facebook a:hover {
  color: #3B5998;
}
.sArticle_share__btn.twitter a:hover {
  color: #00aced;
}
.sArticle_share__btn.line a:hover {
  color: #5ae628;
}
.sArticle_share__btn a {
  text-decoration: none;
  color: #777;
  font-size: 24px;
  line-height: 1;
  padding: 10px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.sArticle_other {
  padding-top: 80px;
  border-top: 10px solid #ddd;
}
@media screen and (max-width: 700px) {
  .sArticle_other {
    padding-top: 40px;
  }
}

.sArticle_totop {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .sArticle_totop {
    padding-bottom: 40px;
  }
}
.sArticle_totop a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 2.5em;
  color: var(--col-1);
  border: 2px solid var(--col-1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.sArticle_totop a:hover {
  background: var(--col-1);
  color: #fff;
}

/*--------
__akari
-----------------------------------------------*/
.pAkari_keyvisual {
  background-color: #000;
}
.pAkari_keyvisual .innr {
  max-width: 1920px;
  margin-inline: auto;
}
.pAkari_keyvisual .innr img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pAkari_keyvisual .text_wrapper {
  border: 1px solid #fff;
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
}

.pAkari_copy {
  padding-left: 5vw;
  padding-right: 5vw;
}
.pAkari_copy p {
  text-align: center;
}
.pAkari_copy p span {
  display: inline-block;
  color: #ddc277;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 660px) {
  .pAkari_copy p span {
    display: block;
    line-height: 2;
  }
}

.pAkari_intro {
  padding-top: var(--gap-80);
  background-color: #000;
  overflow: hidden;
}
.pAkari_intro .about_arida {
  position: relative;
}
.pAkari_intro .intro_visual {
  height: max(30vw, 400px);
  max-width: 1920px;
  margin-inline: auto;
  overflow: hidden;
  background-image: url(../images/akari/akari_arida.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .pAkari_intro .intro_visual {
    height: 80vw;
  }
}
.pAkari_intro .intro_history {
  color: #ddc277;
  padding: var(--gap-60) 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-gap: 0;
}
@media screen and (max-width: 767px) {
  .pAkari_intro .intro_history {
    grid-template-columns: 1fr;
  }
}
.pAkari_intro .intro_history .history_title {
  grid-column: 1/2;
  color: #cea51c;
  margin-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .pAkari_intro .intro_history .history_title span {
    display: block;
    text-align: center;
    font-size: min(6.5vw, 36px);
  }
}
.pAkari_intro .intro_history .history_contents {
  grid-column: 1/2;
}
.pAkari_intro .intro_history .history_contents p {
  margin-bottom: 2em;
  text-align: justify;
}
.pAkari_intro .intro_history .history_contents p:last-child {
  margin-bottom: 0;
}
.pAkari_intro .intro_history .history_copy {
  grid-column: 2/3;
  grid-row: 1/3;
  color: #fff;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.65;
  color: #f7f4e4;
}
@media screen and (max-width: 767px) {
  .pAkari_intro .intro_history .history_copy {
    position: absolute;
    padding-left: 0;
    right: 1.5em;
    top: -1.25em;
    color: #cea51c;
  }
}
.pAkari_intro .intro_history .history_copy .fst {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  padding-top: 1.5em;
  display: block;
}
.pAkari_intro .intro_history .history_copy .scd {
  padding-top: 3em;
  display: block;
  padding-right: 0.5em;
}
.pAkari_intro .intro_history .history_copy .horiz {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pAkari_intro .intro_history .history_copy .vertic {
  display: block;
  letter-spacing: 0.2em;
  width: 1em;
  line-height: 1.2;
}
.pAkari_intro .intro_yura {
  max-width: 1920px;
  margin-inline: auto;
  overflow: hidden;
  padding-left: max(8vw, 40px);
}
.pAkari_intro .intro_yura span {
  height: max(30vw, 400px);
  display: block;
  background-image: url(../images/akari/akari_yura.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 700px) {
  .pAkari_intro .intro_yura span {
    background-position: 70% center;
  }
}
.pAkari_intro .intro_hatake {
  max-width: 1920px;
  margin-inline: auto;
  overflow: hidden;
  padding-right: max(8vw, 40px);
}
.pAkari_intro .intro_hatake span {
  height: max(30vw, 400px);
  display: block;
  background-image: url(../images/akari/akari_hatake.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pAkari_intro .intro_column {
  padding: var(--gap-80) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  justify-items: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-gap: var(--gap-60);
  color: #ddc277;
}
@media screen and (max-width: 767px) {
  .pAkari_intro .intro_column {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_intro .intro_column.hatake .contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.pAkari_intro .intro_column .title {
  line-height: 1.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .pAkari_intro .intro_column .title {
    display: block;
    padding-left: 20px;
    font-size: min(8vw, 36px);
  }
}
.pAkari_intro .intro_column .title span {
  display: block;
  text-align: left;
  white-space: nowrap;
}
.pAkari_intro .intro_column .contents {
  text-align: justify;
}
.pAkari_intro .intro_column .contents p {
  margin-bottom: 2em;
  text-align: justify;
}
.pAkari_intro .intro_column .contents p:last-child {
  margin-bottom: 0;
}

.pAkari_award {
  border-top: 15px solid #d2a679;
  background-color: #f7f4e4;
  padding: var(--gap-80) 0;
}
.pAkari_award .column {
  position: relative;
  padding: 0 120px;
}
@media screen and (max-width: 700px) {
  .pAkari_award .column {
    padding: 0;
  }
}
.pAkari_award .column::before, .pAkari_award .column::after {
  content: "";
  position: absolute;
  top: 30px;
  background-image: url(../images/akari/akari_ring.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100%;
  width: 80px;
}
@media screen and (max-width: 700px) {
  .pAkari_award .column::before, .pAkari_award .column::after {
    height: 100%;
    width: 50px;
    top: 0px;
  }
}
.pAkari_award .column::before {
  left: 0;
  background-position: left top;
}
.pAkari_award .column::after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pAkari_award .title {
  line-height: 1.5;
  color: #cea51c;
  text-align: center;
  margin-bottom: 0.5em;
}
.pAkari_award .title span {
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .pAkari_award .title span {
    display: block;
  }
}
.pAkari_award .title span:last-child {
  display: block;
}
.pAkari_award .contents {
  padding-bottom: var(--gap-60);
}
@media screen and (max-width: 700px) {
  .pAkari_award .contents {
    padding-top: 30px;
  }
}
.pAkari_award .comment {
  background-color: #fff;
  padding: var(--gap-30) var(--gap-40);
  max-width: 860px;
  margin-inline: auto;
}
.pAkari_award .comment .comment_ttl {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}
.pAkari_award .comment .comment_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pAkari_award .comment .comment_list ul {
  margin-left: 1em;
}
.pAkari_award .comment .comment_list ul > li {
  line-height: 1.5;
  padding-bottom: 0.5em;
  text-align: justify;
}
.pAkari_award .comment .comment_list ul > li:last-child {
  padding-bottom: 0;
}

.pAkari_feature {
  background-color: #000;
  color: #cea51c;
  overflow: hidden;
}
.pAkari_feature .column {
  display: grid;
  grid-template-rows: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-gap: 5px;
}
@media screen and (max-width: 1200px) {
  .pAkari_feature .column {
    padding: 0 4vw;
  }
}
.pAkari_feature .column.first {
  grid-template: "title summary figure" auto/auto 20em 1fr;
  padding-top: var(--gap-60);
}
@media screen and (max-width: 1200px) {
  .pAkari_feature .column.first {
    grid-template: "title summary figure" auto/auto auto 55vw;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.first {
    grid-template: "title figure" 50vw "title summary" auto/auto 45vw;
  }
}
@media screen and (max-width: 600px) {
  .pAkari_feature .column.first {
    grid-template: "title figure" 50vw "title summary" auto/auto 1fr;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.first .title {
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
  }
}
@media screen and (max-width: 600px) {
  .pAkari_feature .column.first .title {
    font-size: min(9vw, 36px);
  }
}
.pAkari_feature .column.first .summary {
  padding-bottom: 3vw;
}
@media screen and (max-width: 600px) {
  .pAkari_feature .column.first .summary {
    padding-bottom: 0;
    -webkit-transform: translateX(-1.5em);
            transform: translateX(-1.5em);
  }
}
.pAkari_feature .column.first .figure {
  padding-left: var(--gap-40);
  -webkit-transform: translateY(-8vw);
          transform: translateY(-8vw);
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.first .figure {
    -webkit-transform: translateY(-25vw);
            transform: translateY(-25vw);
  }
}
@media screen and (max-width: 600px) {
  .pAkari_feature .column.first .figure {
    position: relative;
  }
}
.pAkari_feature .column.first .figure img {
  width: 130%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .pAkari_feature .column.first .figure img {
    width: 60vw;
  }
}
@media screen and (max-width: 980px) {
  .pAkari_feature .column.first .figure img {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.first .figure img {
    width: 100vw;
  }
}
@media screen and (max-width: 600px) {
  .pAkari_feature .column.first .figure img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.pAkari_feature .column.second {
  grid-template: "figure title summary" auto/1fr auto 20em;
}
@media screen and (max-width: 1200px) {
  .pAkari_feature .column.second {
    grid-template: "figure title summary" auto/45vw auto auto;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.second {
    grid-template: "summary title" auto "figure title" auto/auto 25vw;
  }
}
@media screen and (max-width: 600px) {
  .pAkari_feature .column.second {
    grid-template: "summary title" auto "figure title" auto/auto 1fr;
  }
}
.pAkari_feature .column.second .title {
  padding-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.second .title {
    padding-bottom: 0;
    -webkit-transform: translateY(-15vw);
            transform: translateY(-15vw);
  }
}
@media screen and (max-width: 600px) {
  .pAkari_feature .column.second .title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: min(9vw, 36px);
  }
}
.pAkari_feature .column.second .summary {
  padding-left: 40px;
  padding-bottom: 3vw;
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.second .summary {
    padding-bottom: 0;
    padding-top: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .pAkari_feature .column.second .summary {
    padding: 0;
    padding-left: 1.5em;
    padding-top: 4em;
    padding-right: 1.5em;
  }
}
.pAkari_feature .column.second .figure {
  padding-right: var(--gap-60);
  -webkit-transform: translateY(10vw);
          transform: translateY(10vw);
}
@media screen and (max-width: 980px) {
  .pAkari_feature .column.second .figure {
    -webkit-transform: translateY(20vw);
            transform: translateY(20vw);
  }
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.second .figure {
    -webkit-transform: translateY(10vw);
            transform: translateY(10vw);
  }
}
.pAkari_feature .column.second .figure img {
  width: 400px;
  height: auto;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .pAkari_feature .column.second .figure img {
    width: 35vw;
  }
}
@media screen and (max-width: 980px) {
  .pAkari_feature .column.second .figure img {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_feature .column.second .figure img {
    width: 55vw;
  }
}
.pAkari_feature .title {
  grid-area: title;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .pAkari_feature .title {
    font-size: 6.5vw;
  }
}
.pAkari_feature .title span {
  display: block;
}
.pAkari_feature .summary {
  grid-area: summary;
  align-self: self-end;
}
.pAkari_feature .summary p {
  margin-bottom: 1em;
  text-align: justify;
}
.pAkari_feature .summary p:last-child {
  margin-bottom: 0;
}
.pAkari_feature .figure {
  grid-area: figure;
}
.pAkari_feature .foot_image {
  height: max(20vw, 500px);
}
@media screen and (max-width: 980px) {
  .pAkari_feature .foot_image {
    height: 50vw;
  }
}
.pAkari_feature .foot_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}

.pAkari_about {
  background-color: #fd6606;
  color: #fff;
  padding-top: var(--gap-80);
}
.pAkari_about .about_wrapper {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: 1fr auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-gap: 0;
}
@media screen and (max-width: 980px) {
  .pAkari_about .about_wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_about .about_wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.pAkari_about .about_wrapper .col_contents {
  grid-column: 2/3;
  grid-row: 1/3;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-gap: var(--gap-40);
  padding: var(--gap-40);
}
@media screen and (max-width: 980px) {
  .pAkari_about .about_wrapper .col_contents {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_about .about_wrapper .col_contents {
    grid-column: initial;
  }
}
@media screen and (max-width: 600px) {
  .pAkari_about .about_wrapper .col_contents {
    display: block;
  }
}
.pAkari_about .about_wrapper .col_contents .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 600px) {
  .pAkari_about .about_wrapper .col_contents .title {
    justify-self: center;
    padding-bottom: var(--gap-40);
  }
}
.pAkari_about .about_wrapper .col_contents .title span {
  display: block;
}
.pAkari_about .about_wrapper .col_contents .summary p {
  margin-bottom: 1em;
  text-align: justify;
}
.pAkari_about .about_wrapper .col_contents .summary p:last-child {
  margin-bottom: 0;
}
.pAkari_about .about_wrapper .col_img1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 980px) {
  .pAkari_about .about_wrapper .col_img1 {
    aspect-ratio: 5/4;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_about .about_wrapper .col_img1 {
    grid-column: initial;
    grid-row: 1/2;
    height: 50vw;
  }
}
.pAkari_about .about_wrapper .col_img1 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .pAkari_about .about_wrapper .col_img1 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: left center;
       object-position: left center;
  }
}
.pAkari_about .about_wrapper .col_img2 {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 980px) {
  .pAkari_about .about_wrapper .col_img2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  .pAkari_about .about_wrapper .col_img2 {
    grid-column: initial;
    grid-row: 3/4;
  }
}
.pAkari_about .about_wrapper .col_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media screen and (max-width: 767px) {
  .pAkari_about .about_wrapper .col_2col {
    height: 50vw;
  }
}
.pAkari_about .about_wrapper .col_2col img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/8;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .pAkari_about .about_wrapper .col_2col img {
    aspect-ratio: initial;
  }
}
.pAkari_about .about_wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.pAkari_about .thumb_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
}
.pAkari_about .thumb_wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*--------
__404
-----------------------------------------------*/
.md_page__error {
  padding-top: 200px;
  padding-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .md_page__error {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.md_page__errorTtl {
  margin-bottom: 1em;
}

.md_page__errordescription a {
  text-decoration: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 2.5em;
  color: var(--col-1);
  border: 2px solid var(--col-1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.md_page__errordescription a:hover {
  background: var(--col-1);
  color: #fff;
}
.md_page__errordescription .totop {
  margin-top: 3em;
  display: block;
}

/*-----------------------------------------------
 __postEntry
-----------------------------------------------*/
.postEntry {
  overflow: hidden;
  word-break: break-all;
  line-height: 1.75;
  text-align: left;
}
.postEntry img,
.postEntry video,
.postEntry embed,
.postEntry object,
.postEntry iframe {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.postEntry img {
  margin: 0;
  width: auto;
  height: auto;
}
.postEntry .alignleft,
.postEntry img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}
.postEntry .alignright,
.postEntry img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.postEntry .aligncenter,
.postEntry img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.postEntry img.alignleft,
.postEntry img.alignright,
.postEntry img.aligncenter {
  margin-bottom: 12px;
}
.postEntry pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.postEntry h1,
.postEntry h2,
.postEntry h3,
.postEntry h4,
.postEntry h5,
.postEntry h6 {
  color: #000;
  margin: 0 0 1em 0;
  line-height: 1.5em;
  font-weight: normal;
}
.postEntry h1 {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .postEntry h1 {
    font-size: 1.6em;
    text-align: left !important;
  }
  .postEntry h1 br {
    display: none;
  }
}
.postEntry h2 {
  font-size: 1.6em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .postEntry h2 {
    font-size: 1.2em;
    text-align: left !important;
  }
  .postEntry h2 br {
    display: none;
  }
}
.postEntry h3 {
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .postEntry h3 {
    font-size: 1em;
    text-align: left !important;
  }
}
.postEntry h4 {
  font-size: 1em;
}
.postEntry h5 {
  font-size: 1em;
}
.postEntry h6 {
  font-size: 1em;
}
.postEntry strong {
  font-weight: bold;
}
.postEntry p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .postEntry p {
    margin-bottom: 1em;
  }
}
.postEntry p:last-child {
  margin-bottom: 0;
}
.postEntry ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
.postEntry ul li {
  list-style: square;
}
.postEntry ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
  padding: 0;
}
.postEntry ol li {
  list-style: decimal;
}
.postEntry .wpview-type-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.postEntry .gallery {
  margin: auto -6px;
  padding: 6px 0;
  line-height: 1;
  overflow-x: hidden;
}
.postEntry .gallery img[data-mce-selected]:focus {
  outline: none;
}
.postEntry .gallery a {
  cursor: default;
}
.postEntry .gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.postEntry .gallery .gallery-caption,
.postEntry .gallery .gallery-icon {
  margin: 0;
}
.postEntry .gallery .gallery-caption {
  font-size: 13px;
  margin: 4px 0;
}
.postEntry .ie7 .gallery,
.postEntry .ie8 .gallery {
  margin: auto;
}
.postEntry .ie7 .gallery .gallery-item,
.postEntry .ie8 .gallery .gallery-item {
  padding: 6px 0;
}
.postEntry .ie8 .gallery-columns-3 .gallery-item,
.postEntry .ie7 .gallery-columns-3 .gallery-item {
  width: 33%;
}
.postEntry .gallery-columns-1 .gallery-item {
  width: 100%;
}
.postEntry .gallery-columns-2 .gallery-item {
  width: 50%;
}
.postEntry .gallery-columns-3 .gallery-item {
  width: 33.333%;
}
.postEntry .gallery-columns-4 .gallery-item {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .postEntry .gallery-columns-4 .gallery-item {
    width: 33.333%;
  }
}
.postEntry .gallery-columns-5 .gallery-item {
  width: 20%;
}
@media screen and (max-width: 600px) {
  .postEntry .gallery-columns-5 .gallery-item {
    width: 33.333%;
  }
}
.postEntry .gallery-columns-6 .gallery-item {
  width: 16.665%;
}
@media screen and (max-width: 600px) {
  .postEntry .gallery-columns-6 .gallery-item {
    width: 33.333%;
  }
}
.postEntry .gallery-columns-7 .gallery-item {
  width: 14.285%;
}
@media screen and (max-width: 600px) {
  .postEntry .gallery-columns-7 .gallery-item {
    width: 33.333%;
  }
}
.postEntry .gallery-columns-8 .gallery-item {
  width: 12.5%;
}
@media screen and (max-width: 600px) {
  .postEntry .gallery-columns-8 .gallery-item {
    width: 33.333%;
  }
}
.postEntry .gallery-columns-9 .gallery-item {
  width: 11.111%;
}
@media screen and (max-width: 600px) {
  .postEntry .gallery-columns-9 .gallery-item {
    width: 33.333%;
  }
}
.postEntry .gallery img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

.postEntry .wp-block-image {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .postEntry .wp-block-image {
    margin: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .postEntry .wp-block-image {
    margin: 20px 0;
  }
}
.postEntry .wp-block-image.margin_none {
  margin: 0;
}
.postEntry .wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 0em;
  color: #666;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .postEntry .wp-block-image figcaption {
    font-size: 10px;
    text-align: left;
  }
}

.postEntry a[data-seo-automated-link-building] {
  text-decoration: none;
  color: #000;
  position: relative;
  border-bottom: 2px dotted #999;
  padding-bottom: 0.1em;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.postEntry a[data-seo-automated-link-building]:hover {
  color: var(--col-1);
  border-color: var(--col-1);
}
.postEntry .annotation {
  font-size: 0.8em;
  padding: 3em 2em 1em 2em;
  position: relative;
}
.postEntry .annotation:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 10%;
  background: #ddd;
  height: 2px;
}/*# sourceMappingURL=style.css.map */