@charset "UTF-8";
/*-------------
reset.css
---------------*/
* {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "HiraMinProN", "游明朝体", YuMincho, "Yu Mincho", serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
  font-weight: 400;
  color: #0E0E0E;
}

.goth {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
}

*:not(a):not(strong):not(span):not(sup):not(sub):not(em):not(i):not(code):not(pre):not(mark):not(small) {
  font-size: 14px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2 ease;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

img :not(.article-in img) {
  width: 100%;
}

main a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.pagelink {
  scroll-margin-top: 100px;
}

/*-------------
layout.css
---------------*/
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/*ヘッダー*/
header {
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

#header-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#header-in * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
}

/*コンテンツ*/
.contents {
  height: auto;
  width: 100%;
  position: relative;
}

.contents-in {
  margin: 0 auto;
  position: relative;
  height: auto;
}

.contents-in {
  display: block;
}

/*フッター*/
footer {
  width: 100%;
}

#footer-in {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.inside {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}

.inside {
  max-width: calc(1000px + 10%);
}

.inside-full {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

/*=========================
ヘッダー
=========================*/
header {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

#header-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  gap: 3%;
}

.h-nav {
  -webkit-flex-basis: calc(100% - 100px);
      -ms-flex-preferred-size: calc(100% - 100px);
          flex-basis: calc(100% - 100px);
}

.nav-contact {
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
  background-color: #a02464;
  color: #ffffff;
}
.nav-contact a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 80px;
}

.h-txt {
  font-size: 11px;
  padding-top: 8px;
  margin-bottom: 10px;
}

.nav-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

#sign {
  -webkit-flex-basis: 188px;
      -ms-flex-preferred-size: 188px;
          flex-basis: 188px;
}

#gmenu {
  -webkit-flex-basis: calc(100% - 188px);
      -ms-flex-preferred-size: calc(100% - 188px);
          flex-basis: calc(100% - 188px);
  margin-left: auto;
  margin-bottom: 10px;
}
#gmenu ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#gmenu li {
  font-size: 14px;
  color: #0E0E0E;
}

.navToggle {
  display: none;
}

main {
  padding-top: 80px;
}

/*=========================
フッター
=========================*/
footer {
  background-color: #B53A76;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}

.footerlogo {
  margin-bottom: 100px;
  text-align: center;
}
.footerlogo img {
  width: 100px;
}

.footermenu {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}
.footermenu li {
  display: inline-block;
  margin-bottom: 20px;
}
.footermenu a {
  color: #ffffff;
  padding: 0 0.5em;
  border-right: 1px solid #ffffff;
  text-decoration: underline;
  font-size: 13px;
}
.footermenu li:last-child a {
  border-right: none;
}
.footermenu a:hover {
  text-decoration: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 0px;
}

#page-top img {
  width: 40px;
}

#copy p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

/*=========================
コンテンツ共通
=========================*/
.imgfr {
  padding-bottom: 80%;
  position: relative;
  display: block;
}
.imgfr img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: initial;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

/*=========================
footer前バナー
=========================*/
#adbn {
  background-color: #ffffff;
}

#adbn-in {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.adbn-bn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.adbn-bn img {
  width: 232px;
}

.more_btn2 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 100%;
}
.more_btn2 a {
  background-color: #B53A76;
  color: #ffffff;
  padding: 1.2em 0.5em 1.1em;
  text-align: center;
  display: block;
  border-radius: 50px;
  font-size: 16px;
}
.more_btn2 a::after {
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  width: 18px;
  height: 18px;
  background-image: url(../../img/index/arrow2.png);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.more_btn2 a:hover {
  background-color: #d6488d;
  color: #ffffff;
}

/*-------------------------
iOSでのデフォルトスタイルをリセット
-------------------------*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  /*=========================
  ナビ
  =========================*/
  #gmenu.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 11;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #752F3A;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    border: none;
    color: #752F3A;
    font-size: 9px;
    font-weight: bold;
    top: 30px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /**/
  #header-in {
    height: 60px;
  }
  .h-txt {
    display: none;
  }
  .nav-contact {
    margin-right: 40px;
  }
  .nav-contact a {
    height: 60px;
    font-size: 13px;
  }
  #sign {
    padding-top: 10px;
  }
  #sign img {
    height: 40px;
  }
  /*=========================
  スマホメニュー
  =========================*/
  #gmenu {
    display: none;
  }
  #gmenu-sp.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #gmenu-sp {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    max-width: 420px;
    background-color: #752F3A;
  }
  #gmenu-sp-in {
    width: 100%;
    height: 100%;
    padding: 80px 6% 40px;
  }
  #gmenu-sp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  #gmenu-sp ul li {
    list-style-type: none;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
  }
  #gmenu-sp ul li a {
    display: block;
    padding: 5px 0;
    color: #ffffff;
  }
}
@media print, screen and (min-width: 767.01px) {
  #gmenu-sp {
    display: none;
  }
}
/*---------------------
レスポンシブ表示、非表示
-----------------------*/
@media print, screen and (min-width: 767.01px) {
  .tlsp {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 640.01px) and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .pctl {
    display: none;
  }
}