@charset "UTF-8";
/* ページトップアイコン */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 2%;
  bottom: 2%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.l-container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.l-footer {
  margin-top: auto;
  padding: 10px 0;
  background: #ccc;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  position: relative;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 10px;
  }
}

.l-footer_copy {
  font-size: 12px;
  text-align: center;
  color: #000;
}

.l-header {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header {
    z-index: 10000;
    padding: 0 30px;
    width: 100%;
    height: 100%;
  }
}

.l-header_sns {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 768px) {
  .l-header_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 5%;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .l-header_sns {
    position: absolute;
    top: 43%;
    left: 0;
    font-size: 14px;
  }
}

.l-header_sns li {
  width: 30px;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  .l-header_sns li {
    margin: 5px 20px;
    text-align: center;
  }
}

.l-header_sns a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header_sns a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .l-header_sns li:nth-of-type(3) {
    margin-right: 5%;
  }
}

.l-header_logo {
  margin: 5px auto 40px;
  padding: 20px;
  width: 260px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    margin: 80px auto 0;
    padding: 10px;
    width: 50%;
    min-width: 200px;
  }
}

.l-header_btn {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 80px;
  z-index: 1000;
}

.l-header_btn_hamburger {
  position: relative;
  width: 40px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .l-header_btn_hamburger {
    width: 30px;
    height: 14px;
  }
}

.l-header_btn_hamburger span {
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}

.l-header_btn_hamburger span:nth-of-type(1) {
  width: 100%;
  top: 0;
}

.l-header_btn_hamburger span:nth-of-type(2) {
  width: 70%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header_btn_hamburger span:nth-of-type(3) {
  width: 35%;
  bottom: 0;
}

.l-header_btn_text {
  margin-left: 12px;
  height: 1em;
  font-size: 22px;
  line-height: 1em;
  font-family: "Apple LiGothic medium", futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000;
  overflow: hidden;
}

.l-header_btn_text_inner {
  position: relative;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-header_btn_text_inner span {
  display: block;
}

.l-header_nav {
  width: 100%;
  height: 40px;
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    height: 100vmax;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
  }
}

.l-header_nav_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .l-header_nav_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .l-header_nav_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100vh;
  }
}

.l-header_nav_white {
  background: #fff;
}

.l-header_nav_cmn {
  margin: 5px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header_nav_cmn {
    font-size: calc(2rem + 6vw);
  }
}

.l-header_nav_cmn a {
  color: #BF4040;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .l-header_nav_cmn a {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .l-header_nav_cmn a {
    font-size: 14px;
  }
}

.l-header_nav_cmn a:hover {
  border-bottom: 2px solid #BF4040;
  color: #BF4040;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.l-header.active .l-header_btn_hamburger span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.l-header.active .l-header_btn_hamburger span:nth-of-type(2) {
  width: 0;
}

.l-header.active .l-header_btn_hamburger span:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.l-header.active .l-header_btn_text_inner {
  top: -1em;
}

.l-header.active .l-header_nav {
  opacity: 1;
  pointer-events: auto;
}

.l-main {
  width: 100%;
  height: calc(32vh - 40px);
}

.l-main li {
  width: 30px;
  margin-right: 13px;
}

.l-main_logo {
  margin: 0 auto 40px;
}

.l-main_nav {
  width: 100%;
  margin-top: 30px;
  height: 30px;
  background: #EBEBEB;
  position: relative;
}

.l-main_nav--main {
  background: #EBEBEB;
}

.l-main_nav_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.l-main_nav_cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 5px 20px;
}

.l-main_nav_cmn a {
  color: #000;
  font-size: 15px;
}

.l-main_nav_cmn a:hover {
  text-decoration: underline;
  color: #BF4040;
}

.l-mv {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-mv_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35%;
  height: 85vh;
  background: url(../images/mainlogo.svg) 20% 55%/contain no-repeat;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-mv_inner {
    background: url(../images/mainlogo.svg) 50% 50%/contain no-repeat;
    width: 50%;
    height: 20vmax;
    margin: 20px auto;
  }
}

.l-mv_nav {
  min-height: 100px;
}
@media screen and (max-width: 768px) {
  .l-mv_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-mv_nav_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .l-mv_nav_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .l-mv_nav_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 30vh;
  }
}

.l-mv_nav_cmn {
  margin: 5px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-mv_nav_cmn {
    margin: 5px 15px;
    font-size: calc(2rem + 6vw);
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .l-mv_nav_cmn {
    font-size: 14px;
  }
}

.l-mv_nav_cmn a {
  color: #BF4040;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 19px;
}
.l-mv_nav_cmn a:hover {
  border-bottom: 2px solid #BF4040;
  color: #BF4040;
  -webkit-transition-property: border-bottom;
  transition-property: border-bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
  .l-mv_nav_cmn a {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .l-mv_nav_cmn a {
    font-size: 14px;
  }
}

.l-mv_sns {
  width: 100%;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-mv_sns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .l-mv_sns {
    height: 30px;
    margin-bottom: 10px;
  }
}

.l-mv_sns li {
  width: 4px;
}
@media screen and (max-width: 768px) {
  .l-mv_sns li {
    width: 15px;
  }
}

.l-mv_sns li + li {
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .l-mv_sns li + li {
    margin-left: 26px;
  }
}

.l-section {
  position: relative;
  padding: 30px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 20px 0;
  }
}

.l-section_gray {
  background-color: #F2F2F2;
}

@media screen and (min-width: 769px) {
  .p-top_about_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1180px;
    width: 100%;
  }
}

.p-top_about_cont_cmn {
  position: relative;
  width: 100%;
  max-width: 432px;
}
@media screen and (max-width: 768px) {
  .p-top_about_cont_cmn {
    margin: 0 auto;
  }
}

.p-top_about_cont_sns {
  position: relative;
}

.p-top_about_cont_sns_img {
  position: absolute;
  top: 50%;
  right: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-top_about_cont_img {
  position: relative;
  max-width: 650px;
  height: auto;
  width: calc(90% - 432px);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-top_about_cont_img {
    width: 90%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 768px) {
  .p-top_about_cont img {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 1;
  }
}

.p-top_about_cont li {
  margin: 0 10px;
}

.p-contact_text_space {
  margin-right: 20px;
}

.p-contact_text_space--mini {
  margin-right: 10px;
}

.p-contact_cmn {
  margin: 40px auto;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-contact_cmn {
    font-size: 16px;
  }
}

.p-contact_faq_cmn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact_faq_cmn {
    margin-top: 20px;
  }
}

.p-contact_faq_title {
  font-size: 20px;
  line-height: 1.5em;
  font-family: 筑紫A丸ゴシック, 源ノ角ゴシック, JPnoto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact_faq_title {
    font-size: 18px;
  }
}

.p-contact_wrap {
  width: 620px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .p-contact_wrap {
    width: 100%;
  }
}

.p-form_body {
  background: #F2F2F2;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-form_body {
    padding: 20px min(6.5%, 15px);
  }
}

.p-form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form_wrap + .p-form_wrap {
  margin-top: 20px;
}

.p-form_title {
  color: #BF4040;
  text-align: center;
  width: 150px;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .p-form_title {
    width: 100%;
  }
}

.p-form_en {
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.p-form_en::first-letter {
  text-transform: capitalize;
}

.p-form_jp {
  margin-top: 1px;
}

.p-form_text {
  width: 400px;
  background: #fff;
  padding: 6px;
  resize: none;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .p-form_text {
    width: auto;
  }
}

.p-form_checkbox {
  margin-top: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-form_checkbox input {
  margin-right: 4px;
}

.p-form_address {
  height: 80px;
}

.p-form_textarea {
  height: 220px;
}

.p-form_submit {
  margin: 20px auto 0;
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 12px;
  color: #BF4040;
  background: #F2F2F2;
  text-align: center;
}

.wpcf7-not-valid-tip {
  margin: 3px 0 0 8px;
}

.c-card_arrow, .p-home_text li {
  opacity: 0;
  font-size: 14px;
  color: #fff;
  will-change: transform;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-home_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "futura", sans-serif;
  margin-top: 30px;
}

.p-home_cont_title {
  z-index: 99;
  position: absolute;
  bottom: 0;
  right: 130px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.fa-arrow-right {
  z-index: 100;
  position: absolute;
  right: 75px;
  bottom: 25px;
  font-size: 40px;
  cursor: pointer;
}

.p-home_cont_sub_title {
  z-index: 99;
  position: absolute;
  top: 20px;
  right: 70px;
  color: #000;
  opacity: 0.7;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-home_pic {
  z-index: 100;
  width: 400px;
  height: 200px;
  background-image: url("https://cdn.pixabay.com/photo/2014/07/08/13/34/fish-387160_960_720.jpg");
  background-size: 100% 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.p-home_text {
  position: absolute;
  left: 30px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  width: 50%;
  line-height: 1.8em;
  list-style: none;
}

.p-home_text li:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-home_text li:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-home_text li:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.p-home_news {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p-home_news {
    font-size: 14px;
  }
}

.p-home_news_list {
  margin: 30px auto 0;
  width: 100%;
}

.p-home_news_list_cmn {
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EBEBEB;
  list-style: none;
}

.p-home_news_list_date {
  color: #000;
  vertical-align: middle;
  display: inline-block;
  margin-right: 40px;
  padding: 5px 0 5px 20px;
}

.p-home_news_list a {
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-home_news_list a:hover {
  background-color: #F2F2F2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-home_news_list_text {
  font-family: 筑紫A丸ゴシック, 源ノ角ゴシック, JPnoto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000;
  display: inline-block;
  margin-left: 13%;
  padding: 0;
  vertical-align: middle;
}

.p-product, .p-product_cont_mini {
  width: 100%;
  position: relative;
}
.p-producth4, .p-product h5, .p-product_cont_mini h5 {
  margin-top: 30px;
}

.p-product_inner {
  max-width: 1050px;
  margin-inline: auto;
}

.p-product_title {
  color: #BF4040;
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-product_title {
    font-size: 20px;
  }
}

.p-product_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-product_items {
    display: block;
    padding: 0 20px;
  }
}

.p-product_item {
  width: 31%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  -webkit-transition: color 0.3s, -webkit-filter 0.3s;
  transition: color 0.3s, -webkit-filter 0.3s;
  transition: filter 0.3s, color 0.3s;
  transition: filter 0.3s, color 0.3s, -webkit-filter 0.3s;
}

.p-product_item:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(0);
  color: #BF4040;
}

.p-product_img {
  position: relative;
  margin: 0;
}

.p-product_img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.p-product_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 6px outset #ddd;
}

.p-product_block {
  padding: 14px 0 42px;
}

.p-product_itemname {
  text-align: center;
  font-size: 20px;
}

.p-product_nav {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.p-product_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-product_cont_mini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-product_cont_left {
  text-align: left;
  padding: 5px 10px;
}

.p-product_cont_right {
  text-align: left;
  padding: 5px 10px;
}

.p-product_menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .p-product_menu {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-product_menu_item {
  background: #fff;
  color: #000;
  display: block;
  margin-bottom: 1px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-product_menu_item {
    background: #EBEBEB;
    width: 100%;
  }
}

.p-product_menu_item:last-child {
  border-bottom: none;
}

.p-product_menu_item a {
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-product_menu_item a {
    font-size: 16px;
  }
}

.p-product_menu_item a:hover {
  text-decoration: underline;
}

.p-product_menu_item_link {
  color: #BF4040;
  display: block;
  line-height: 40px;
  padding: 0 10px;
  padding: 0 1rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-product_menu_item_link {
    border-bottom: 1px solid #fff;
  }
}

.p-product_menu_item_link:after {
  /*   background: #33105f; */
  color: #000;
  content: "\f0fe";
  font-size: 20px;
  display: block;
  font-family: "Font Awesome 5 Free";
  /*   line-height: 60px; */
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  width: 50px;
}

.p-product_menu_item_link.on:after {
  content: "\f146";
  color: #000;
}

.p-product_submenu, .p-product_submenu_inner {
  background: #fff;
  display: none;
  list-style: none;
  padding: 0 10px;
  padding: 0 1rem;
  text-align: center;
}

.p-product_submenu_item {
  border-bottom: 1px solid #EBEBEB;
  color: #000;
  padding: 10px;
  padding: 1rem;
}

.p-product_submenu_inner {
  padding: 0;
}

.p-product_slide_cmn {
  width: 90%;
  /*   width: calc(100% - 40px); */
  margin: 30px auto;
  padding: 40px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .p-product_slide_cmn {
    width: 120%;
    padding: 10px 20px;
    margin: 20px auto;
    margin-left: -10%;
  }
}

.slick-slide {
  margin: 0 3px;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /*画像を見切れさせたくない場合はcontain*/
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.icon_prev {
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  z-index: 1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .icon_prev {
    left: -24px;
  }
}

.icon_next {
  position: absolute;
  top: 50%;
  right: -33px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  z-index: 1;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .icon_next {
    right: -24px;
  }
}

.slick-current {
  opacity: 0.6;
}

.p-product_slide_thumb {
  margin-top: 10px;
}

.p-product_slide_thumb, .icon_prev, .icon_next {
  cursor: pointer;
}

.p-product_slide_thumb .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important; /*サムネイルをスライドさせない*/
}

@media screen and (min-width: 769px) {
  .p-shop_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-shop_card li {
  margin: 20px;
  position: relative;
}

.p-shop_card_text {
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

.p-shop_card_text h4 {
  color: #000;
}

.p-shop_card_img {
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 5px 5px 10px rgba(196, 196, 196, .5);
          box-shadow: 5px 5px 10px rgba(196, 196, 196, .5);
  border-radius: 5px;
}

.p-shop_cont {
  display: block;
  list-style: none;
  position: relative;
  width: 300px;
  margin: 0 auto;
  background-color: #F5F6F8;
}

.p-shop a {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-shop a:hover {
  background-color: #F2F2F2;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}

/* モーダル全体(背景＋本体) */
.p-shop_modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-shop_modal-bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, .7);
}

.p-shop_modal-cont {
  width: 80%;
  height: 80%;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 40px;
  overflow: scroll;
}

.js-modal-close {
  text-decoration: underline;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.p-single {
  margin-inline: auto;
  text-align: center;
}

.p-single_title {
  font-size: 32px;
  color: #BF4040;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-single_title {
    font-size: 26px;
  }
}

.p-single_subtitle {
  font-size: 18px;
  color: #BF4040;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-single_subtitle {
    font-size: 16px;
  }
}

.p-single_slick {
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-single_slick {
    max-width: none;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.slick-slide {
  margin: 0 10px;
}

.p-single__slickImg {
  width: 100%;
  position: relative;
}

.p-single__slickImg::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.p-single__slickImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single img {
  margin-inline: auto;
  margin-top: 30px;
}

.slick-current {
  opacity: 1;
}

.p-single_desc:first-of-type {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .p-single_desc:first-of-type {
    margin-top: 58px;
  }
}

.p-single_desc {
  margin-top: 26px;
}

.p-single_text:nth-child(2) {
  margin-top: 18px;
}

.p-single_text {
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
  line-height: 1.86;
}

.p-single_subject {
  text-align: center;
  color: #BF4040;
}

.p-single_content {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
  line-height: 1.86;
  text-align: left;
  padding: 32px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-single_content {
    padding: 20px 0 30px;
  }
}

.p-single_content h1,
.p-single_content h2,
.p-single_content h3,
.p-single_content h4,
.p-single_content h5,
.p-single_content h6 {
  margin-top: 20px;
}

.p-single_content h2 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-single_content h2 {
    font-size: 20px;
  }
}

.p-single_content h3 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-single_content h3 {
    font-size: 18px;
  }
}

.p-single_content p {
  padding: 4px 0;
}

.p-single_content ul,
.p-single_content ol {
  margin-top: 16px;
}

.p-single_content ol {
  list-style: decimal;
}

.p-single_content ul {
  list-style: disc;
}

.p-single_content ul li,
.p-single_content ol li {
  margin-left: 20px;
}

.p-single .slick-dots li button:before {
  font-size: 14px;
  opacity: 0.15;
}

.p-single .slick-dots li.slick-active button:before {
  color: #BF4040;
  opacity: 0.85;
}

.slick-next {
  right: 10px !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.slick-next::before {
  content: none !important;
}

.slick-prev {
  left: 20px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 16px !important;
  }
}

.slick-prev::before {
  content: none !important;
}

.slick-next::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-bottom: 4px solid #BF4040;
  border-right: 4px solid #BF4040;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(-6px);
          transform: rotate(-45deg) translateY(-6px);
}
@media screen and (max-width: 768px) {
  .slick-next::after {
    width: 18px;
    height: 18px;
  }
}

.slick-prev::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-left: 4px solid #BF4040;
  border-top: 4px solid #BF4040;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-45deg) translateY(-6px);
          transform: rotate(-45deg) translateY(-6px);
}
@media screen and (max-width: 768px) {
  .slick-prev::after {
    width: 18px;
    height: 18px;
  }
}

.slick-arrow {
  z-index: 2 !important;
}

.c-button_sns {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-button_sns {
    height: 40px;
    margin-top: 20px;
  }
}

.c-button_sns li {
  width: 30px;
  margin-right: 13px;
}

.c-button--big {
  display: block;
  width: 100%;
  margin: 50px auto;
  max-width: 300px;
  padding: 10px 0;
  background: #EBEBEB;
  text-align: center;
  font-weight: bold;
  color: #BF4040;
  font-size: 18px;
  line-height: 1.2em;
  font-family: 筑紫A丸ゴシック, 源ノ角ゴシック, JPnoto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .c-button--big {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-button--big {
    margin: 50px auto;
  }
}

.c-button--big:hover {
  color: #F2F2F2;
}

.c-button--big::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  z-index: -1;
}

.c-button--big:hover::after {
  background-color: #BF4040;
}

.arrow_cmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.arrow_left,
.arrow_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrow_left {
  left: 50%;
  margin-left: -300px;
}

.arrow_right {
  right: 50%;
  margin-right: -300px;
}

.arrow_left span,
.arrow_right span {
  border-right: 12px solid transparent;
  border-bottom: 20.78461px solid #BF4040;
  border-left: 12px solid transparent;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 1px;
}

.arrow_left span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.arrow_right span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-button--close {
  width: 100px;
  padding: 5px;
  margin: 50px auto 0;
}

.c-card {
  position: relative;
  width: 500px;
  height: 200px;
  background-color: #ebebeb;
  overflow: hidden;
  margin-bottom: 10px;
}

.c-card:hover button {
  -webkit-transform: scale(16.5);
          transform: scale(16.5);
}

.c-card:hover p {
  color: #fff;
}

.c-card:hover .p-home_pic {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.c-card:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-card:hover li {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-card .c-button_menu {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 30px;
  height: 30px;
  background-color: #bf4040;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  mix-blend-mode: hard-light;
}

.card2 .p-home_pic {
  background-image: url("https://images.unsplash.com/photo-1488278905738-514111aa236c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1000&q=80");
}

.card2 .c-button_menu {
  background-color: #5361c6;
}

.card3 .p-home_pic {
  background-image: url("https://images.unsplash.com/photo-1523381294911-8d3cead13475?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1000&q=80");
}

.card3 .c-button_menu {
  background-color: #40bf4f;
}

.card4 .p-home_pic {
  background-image: url("https://cdn.pixabay.com/photo/2015/03/27/21/51/tackle-box-695271_960_720.jpg");
}

.card4 .c-button_menu {
  background-color: #878f19;
}

.c-textarea, .c-textarea--center {
  margin: 20px 0 0 30px;
  width: 100%;
  max-width: 664px;
}
@media screen and (max-width: 768px) {
  .c-textarea, .c-textarea--center {
    width: 90%;
    margin: 20px auto;
  }
}

.c-textarea_img {
  background: #F2F2F2;
}
.c-textarea_img + * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-textarea_img + * {
    margin-top: 20px;
  }
}

.c-textarea_title {
  line-height: 1.7em;
  font-weight: bold;
}

.c-textarea_title--big {
  font-size: 40px;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .c-textarea_title--big {
    font-size: 26px;
  }
}

.c-textarea_title + .c-textarea_text {
  margin-top: 20px;
}

.c-textarea_title--underscore {
  display: inline-block;
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-textarea_title--underscore {
    font-size: 18px;
  }
}

.c-textarea_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}

.c-textarea_title + .c-textarea_text {
  margin-top: 16px;
}

.c-textarea_text {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 0 auto;
  font-family: 筑紫A丸ゴシック, 源ノ角ゴシック, JPnoto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .c-textarea_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-textarea_text {
    text-align: left;
  }
}

.c-textarea_text--center {
  text-align: center;
}

.c-textarea_text--red {
  color: #BF4040;
  margin-top: 30px;
  text-align: center;
}

.c-textarea--big {
  font-size: 18px;
  line-height: 2.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-textarea--big {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-textarea--big {
    text-align: center;
  }
}

.c-textarea--center {
  text-align: center;
}

.c-title {
  font-size: 30px;
  line-height: 1em;
  font-family: "Apple LiGothic medium", futura-pt-bold, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.032em;
  text-align: center;
  background-color: #F2F2F2;
  color: #BF4040;
  margin-top: 50px;
  padding: 6px;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    text-align: center;
    margin-top: 20px;
    padding: 4px;
  }
}

.c-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-title + * {
    margin-top: 40px;
  }
}

.c-title + .c-textArea {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-title + .c-textArea {
    margin-top: 30px;
  }
}

.c-title--main, .c-title--main--red--wait, .c-title--main--red {
  line-height: 1.3em;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.032em;
  text-align: center;
  padding: 5px 0;
  font-size: min(3.8vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-title--main, .c-title--main--red--wait, .c-title--main--red {
    font-size: 25px;
  }
}

.c-title--main--red {
  color: #BF4040;
}

.c-title--main--red--wait {
  margin-top: 25%;
}
@media screen and (max-width: 768px) {
  .c-title--main--red--wait {
    margin-top: 50%;
  }
}

.c-title--sub, .c-title--sub--blue, .c-title--sub--blue--mini, .c-title--sub--green, .c-title--sub--green--mini, .c-title--sub--red, .c-title--sub--red--mini {
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Apple LiGothic medium", futura, noto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .c-title--sub, .c-title--sub--blue, .c-title--sub--blue--mini, .c-title--sub--green, .c-title--sub--green--mini, .c-title--sub--red, .c-title--sub--red--mini {
    font-size: 16px;
  }
}

.c-title--sub--red, .c-title--sub--red--mini {
  line-height: 0.8em;
  color: #BF4040;
}

.c-title--sub--red--mini {
  line-height: 1em;
  letter-spacing: 0;
}

.c-title--sub--green, .c-title--sub--green--mini {
  color: #40BF4F;
}

.c-title--sub--green--mini {
  line-height: 1em;
  letter-spacing: 0;
}

.c-title--sub--blue, .c-title--sub--blue--mini {
  color: #5361C6;
}

.c-title--sub--blue--mini {
  line-height: 1em;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 10px;
}

body {
  font-size: 16px;
  font-family: 筑紫A丸ゴシック, 源ノ角ゴシック, JPnoto-sans-cjk-jp, "Noto Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #000;
}

img {
  display: block;
  height: auto;
}

.wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.nav_current a {
  border-bottom: 2px solid #BF4040;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*# sourceMappingURL=style.css.map */
