@charset "UTF-8";
/* Scss Document */
/*透明度100％*/
/*薄黒*/
/*黄色*/
/*透明度30％*/
/*透明度18％*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap");
@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.slide_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_slide_up {
  -webkit-animation-name: slide_up;
          animation-name: slide_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_slide_down {
  -webkit-animation-name: slide_down;
          animation-name: slide_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_slide_right {
  -webkit-animation-name: slide_right;
          animation-name: slide_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slide_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_slide_left {
  -webkit-animation-name: slide_left;
          animation-name: slide_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur {
  opacity: 0;
}

.animate_blur {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.blur_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_blur_up {
  -webkit-animation-name: blur_up;
          animation-name: blur_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_blur_down {
  -webkit-animation-name: blur_down;
          animation-name: blur_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_blur_right {
  -webkit-animation-name: blur_right;
          animation-name: blur_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_blur_left {
  -webkit-animation-name: blur_left;
          animation-name: blur_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.contarea {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sp_contarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.serif {
  font-family: "Noto Serif JP", serif;
}

.s-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.paragraph-group {
  display: block;
}

.paragraph {
  display: inline-block;
}

.text-white {
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  font-weight: 900;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.align-justify {
  text-align: justify;
}

html {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
html ::-moz-selection {
  background: #3b4043;
}
html ::selection {
  background: #3b4043;
}

body {
  position: relative;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
body.active {
  overflow: hidden;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tit_lv-1 .en {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.tit_lv-1 .jp {
  display: inline-block;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .tit_lv-1 .en {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .tit_lv-1 .jp {
    position: relative;
    padding-left: 55px;
    line-height: 1;
    font-size: 14px;
  }
  .tit_lv-1 .jp::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #000000;
  }
}
@media screen and (max-width: 767px) {
  .tit_lv-1 .en {
    display: block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .tit_lv-1 .jp {
    display: block;
    line-height: 1;
    font-size: 14px;
  }
}

.deco {
  position: absolute;
  z-index: -1;
  font-size: 110px;
  font-weight: 300;
  color: rgba(198, 0, 0, 0.1);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .deco {
    font-size: 70px;
  }
}
.deco_right {
  top: 0;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(90deg) translate(100%, 50%);
          transform: rotate(90deg) translate(100%, 50%);
}
.deco_left {
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(90deg) translate(-50%, -100%);
          transform: rotate(90deg) translate(-50%, -100%);
}

.txt_bgcol {
  color: #ffffff;
  background-color: #C60000;
  padding: 0 10px 5px;
}

.outline {
  color: transparent;
  -webkit-text-stroke: 0.5px #C60000;
  text-stroke: 0.5px #C60000;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .outline {
    font-size: 70px;
  }
}

.outline_w {
  color: transparent;
  -webkit-text-stroke: 0.5px #ffffff;
  text-stroke: 0.5px #ffffff;
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .outline_w {
    font-size: 70px;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 35px;
  height: 35px;
  background-color: #C60000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.pagetop:hover {
  opacity: 0.7;
}
.pagetop a {
  position: relative;
}
.pagetop a::after {
  position: absolute;
  top: 15px;
  left: 10px;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-style: none solid solid none;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.btn_normal {
  width: 100%;
  height: 75px;
  line-height: 75px;
  max-width: 300px;
  margin: 30px auto 0 auto;
  background: url(../images/btn_normal.jpg) no-repeat;
  border-radius: 5px;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.btn_normal span {
  font-size: 80%;
  padding-left: 0.5em;
  padding-bottom: 5px;
  display: inline-block;
}
.btn_normal a {
  width: 100%;
  height: 75px;
  line-height: 75px;
  display: block;
  padding-left: 1em;
}
.btn_normal a::after {
  content: "";
  background: url(../images/btn_normal_arrow.png) no-repeat;
  background-size: contain;
  margin-left: 1em;
  margin-bottom: 3px;
  width: 43px;
  height: 8px;
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.header_inner {
  backdrop-filter: blur(10px);
  background-color: #ffffff;
}
.header_logo {
  color: #C60000;
  font-weight: 600;
  padding-left: 1vw;
}
.header .gnav li {
  position: relative;
}
.header .gnav li:after {
  content: "／";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: -8px;
}
.header .gnav li:last-child:after, .header .gnav li:nth-last-child(2):after {
  display: none;
}
@media screen and (min-width: 950px) {
  .header .gnav .nav_qa {
    border: 1px solid #000;
    display: block;
  }
  .header .gnav .nav_qa:hover {
    background-color: #000;
    color: #fff;
  }
  .header .gnav .nav_qa:hover:after {
    display: none;
  }
}
.header .gnav.active .nav_qa {
  border: none;
}
.header .btn_mypage {
  background: #C60000;
  text-align: center;
  font-size: 11px;
  width: 70px;
  height: 70px;
  z-index: 1010;
}
.header .btn_mypage a {
  color: #fff;
  width: 70px;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .btn_mypage img {
  width: 23px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header_inner {
    height: 70px;
    padding: 0;
  }
  .header_logo {
    position: relative;
    text-align: center;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_logo a img {
    width: 90%;
  }
  .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
    height: 70px;
  }
  .header_container .gnav_toggle {
    position: relative;
    z-index: 1010;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: auto;
    background: transparent;
  }
  .header_container .gnav_toggle span {
    display: block;
    color: transparent;
  }
  .header_container .gnav_toggle::before, .header_container .gnav_toggle::after,
  .header_container .gnav_toggle span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background: #000;
    margin: auto;
  }
  .header_container .gnav_toggle::before {
    top: 16px;
  }
  .header_container .gnav_toggle::after {
    bottom: 15px;
  }
  .header_container .gnav_toggle span::before {
    top: 0;
    bottom: 0;
  }
  .header_container .gnav_toggle.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    bottom: 0;
  }
  .header_container .gnav_toggle.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
  }
  .header_container .gnav_toggle.active span::before {
    width: 0;
  }
  .header .gnav {
    display: none;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 75px 20px;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    opacity: 0;
    overflow: hidden;
    color: #000000;
    color: #fff;
  }
  .header .gnav.active {
    display: block;
    visibility: visible;
    opacity: 1;
    overflow: scroll;
  }
  .header .gnav.active li:after {
    content: "";
  }
  .header .gnav_content {
    display: block;
    padding: 5px 0;
    font-size: 20px;
  }
  .header .gnav_content a {
    position: relative;
    padding-left: 40px;
    line-height: 1.2;
  }
  .header .gnav_content a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 30px;
    height: 1px;
    background: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    height: 70px;
  }
  .header_logo {
    width: 18%;
  }
  .header .gnav {
    width: 78%;
    margin-left: auto;
    padding-right: 1.5vw;
  }
  .header .gnav_toggle {
    display: none !important;
  }
  .header .gnav_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 13px;
  }
  .header .gnav.active li:after {
    content: "";
  }
  .header .gnav.active .gnav_container {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .header .gnav_content {
    position: relative;
  }
  .header .gnav_content a {
    padding: 0 0.9vw;
  }
  .header .gnav_content a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0px;
    height: 1px;
    background: #C60000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .gnav_content a:hover::after {
    left: 25%;
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 100%;
    height: 70px;
  }
  .header_container .gnav_toggle {
    display: block !important;
    position: relative;
    z-index: 1010;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
    background: transparent;
  }
  .header_container .gnav_toggle span {
    display: block;
    color: transparent;
  }
  .header_container .gnav_toggle::before, .header_container .gnav_toggle::after,
  .header_container .gnav_toggle span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 1px;
    background: #000;
    margin: auto;
  }
  .header_container .gnav_toggle::before {
    top: 16px;
  }
  .header_container .gnav_toggle::after {
    bottom: 15px;
  }
  .header_container .gnav_toggle span::before {
    top: 0;
    bottom: 0;
  }
  .header_container .gnav_toggle.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    background: #fff;
  }
  .header_container .gnav_toggle.active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
    background: #fff;
  }
  .header_container .gnav_toggle.active span::before {
    width: 0;
    background: #fff;
  }
  .header_container .gnav {
    display: none;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 75px 20px;
    background: #333;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    opacity: 0;
    overflow: hidden;
    color: #000000;
    color: #fff;
  }
  .header_container .gnav.active {
    display: block;
    visibility: visible;
    opacity: 1;
    overflow: scroll;
  }
  .header_container .gnav_content {
    display: block;
    padding: 5px 0;
    font-size: 20px;
  }
  .header_container .gnav_content a {
    position: relative;
    padding-left: 40px;
    line-height: 1.2;
  }
  .header_container .gnav_content a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 30px;
    height: 1px;
    background: #fff;
  }
}

.mv {
  position: relative;
  background: url(../images/mv.jpg) center no-repeat;
  background-size: contain;
  margin-top: 70px;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 30.5%;
}
.mv .main_image {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media print, screen and (min-width: 768px) {
  .mv .main_image {
    min-height: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .mv .main_image {
    min-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .mv .main_image {
    min-height: 110px;
  }
}
.mv .main_image .logo_tf {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv .main_image .logo_tf {
    margin-bottom: 0;
  }
}
.mv .main_image .logo_tf img {
  -webkit-filter: drop-shadow(1px 1px 1px #fff);
          filter: drop-shadow(1px 1px 1px #fff);
}
@media print, screen and (min-width: 768px) {
  .mv .main_image .logo_tf img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .mv .main_image .logo_tf img {
    width: 120px;
  }
}
.mv .main_image .top_title {
  width: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
@media print, screen and (min-width: 768px) {
  .mv .main_image .top_title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .mv .main_image .top_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .mv .main_image .top_title {
    font-size: 18px;
  }
}

.main-contents {
  padding: 0 2vw;
}

.con_wrap {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .con_wrap {
    padding: 0 4vw;
    margin-bottom: 10vh;
  }
}

@media print, screen and (min-width: 768px) {
  .inner_wrap {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 2vw;
  }
}

@media print, screen and (min-width: 768px) {
  .lead_inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lead_inner {
    padding-top: 30px;
  }
}
.lead_inner h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .lead_inner h3 {
    font-size: 36px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lead_inner h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.lead_inner .ph_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.lead_inner .ph_list img {
  width: 48%;
  height: auto;
}
.lead_inner .lead_txt {
  margin-bottom: 30px;
}
.lead_inner .lead_txt p {
  padding-bottom: 10px;
  text-indent: 1em;
  line-height: 1.6;
}

.item {
  background: #000 url(../images/bg_henrei_ichiran.jpg) bottom no-repeat;
  background-size: contain;
  padding: 10vh 4vw;
}
.item .tit_area:before {
  background: #fff;
}
.item_inner {
  color: #fff;
}
.item_txt {
  margin-bottom: 30px;
}
.item_txt p {
  padding-bottom: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .item_txt p {
    padding-bottom: 20px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .item_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .item_list li .item_ph {
    width: 48%;
  }
  .item_list li .item_detail {
    width: 48%;
  }
  .item_list li .item_detail .item_name {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.8;
  }
  .item_list li .item_detail .item_d_txt {
    line-height: 1.6;
    font-size: 14px;
  }
  .item_list li .item_detail .item_price {
    font-weight: 900;
    margin-bottom: 10px;
  }
  .item_list li .item_detail .item_price span {
    font-size: 120%;
    padding-right: 0.5em;
  }
  .item_list li .btn_kifu {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .item_list li {
    margin-bottom: 60px;
    padding: 0 4vw;
  }
  .item_list li .item_ph {
    width: 100%;
  }
  .item_list li .item_detail {
    width: 100%;
  }
  .item_list li .item_detail .item_name {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 10px;
  }
  .item_list li .item_detail .item_d_txt {
    line-height: 1.6;
    font-size: 14px;
  }
  .item_list li .item_detail .item_price {
    font-weight: 900;
    margin-bottom: 10px;
    text-align: right;
  }
  .item_list li .item_detail .item_price span {
    font-size: 120%;
    padding-right: 0.5em;
  }
  .item_list li .btn_kifu {
    width: 70%;
    margin: 0 auto;
  }
}

.txt_red {
  color: #D34545;
  font-weight: bold;
}

.buy_inner .tit_area {
  line-height: 1.6;
}
.buy .riyo_box {
  padding: 30px 0 10vh 0;
}
@media screen and (max-width: 767px) {
  .buy .riyo_box {
    padding: 30px 0 5vh 0;
  }
}
.buy_list:after {
  content: "";
  display: block;
  width: 32%;
}
@media print, screen and (min-width: 768px) {
  .buy_list {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2vw;
  }
  .buy_list li {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .buy_list li .buy_ph {
    width: 37%;
  }
  .buy_list li .buy_detail {
    width: 60%;
  }
  .buy_list li .buy_detail .buy_name {
    line-height: 1.6;
  }
  .buy_list li .buy_detail .buy_d_txt {
    line-height: 1.4;
    font-size: 13px;
  }
  .buy_list li .buy_detail .buy_price {
    font-weight: 900;
    margin-bottom: 10px;
  }
  .buy_list li .buy_detail .buy_price span {
    font-size: 120%;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .buy_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .buy_list li .buy_ph {
    width: 20%;
  }
  .buy_list li .buy_detail {
    width: 78%;
  }
  .buy_list li .buy_detail .buy_name {
    line-height: 1.6;
  }
  .buy_list li .buy_detail .buy_d_txt {
    line-height: 1.4;
    font-size: 13px;
  }
  .buy_list li .buy_detail .buy_price {
    font-weight: 900;
    margin-bottom: 10px;
  }
  .buy_list li .buy_detail .buy_price span {
    font-size: 120%;
    padding-right: 0.5em;
  }
}

.about {
  background: #000 url(../images/bg_about.jpg) bottom no-repeat;
  background-size: cover;
  padding: 10vh 4vw;
}
.about .tit_area:before {
  background: #fff;
}
.about_inner {
  color: #fff;
}
.about_inner .tit_about {
  font-size: 105%;
  margin-bottom: 10px;
}
.about_inner .about_txt {
  margin-bottom: 40px;
}
.about_inner .about_txt p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about_inner .about_txt p {
    line-height: 1.6;
  }
}
.about_inner .about_txt p.last {
  margin-bottom: 30px;
}

.furusato_nozei_tukaimichi .fnt_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.furusato_nozei_tukaimichi .fnt_list li .fnt_detail {
  width: 62%;
}
.furusato_nozei_tukaimichi .fnt_list li .fnt_detail dt {
  font-size: 120%;
  font-weight: bold;
}
.furusato_nozei_tukaimichi .fnt_list li .fnt_ph {
  width: 28%;
}
.furusato_nozei_tukaimichi .fnt_hosoku {
  padding: 15px;
  background: #C5E0B5;
}

.furusato_nozei {
  background: #EFEDEA;
  padding: 10vh 4vw;
}
.furusato_nozei .fn_ph {
  margin: 5vh 0 6vh 0;
}
@media print, screen and (min-width: 768px) {
  .furusato_nozei .kifu_nagare {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 2vw;
  }
}

.btn_kifu {
  background: #C60000;
  border-radius: 40px;
  text-align: center;
}
.btn_kifu a {
  padding: 10px;
  display: block;
  font-weight: bold;
  position: relative;
}
.btn_kifu a::after {
  content: "";
  display: block;
  background: url(../images/icon_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  width: 12px;
  height: 20px;
  top: 14px;
}

.tit_area {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  margin-top: -30px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tit_area {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.tit_area::before {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.link {
  text-decoration: underline;
}

.news {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news {
    width: 60%;
  }
  .news .tit_area {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 0;
    text-align: left;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .news .tit_area::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding: 0 20px;
  }
}
.news_inner {
  position: relative;
}
.news_container {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.news_list li {
  font-size: 14px;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news_list li .data {
  max-width: 100px;
  padding-right: 20px;
}
.news_list li .topics {
  width: 80%;
  max-width: 870px;
  text-align: left;
  padding-left: 20px;
}
.news_list li .topics a:hover {
  color: #C60000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news_list li .topics {
    width: 100%;
    padding: 0;
  }
}

.footer_wrap {
  border-top: 8px solid #000;
  padding-top: 5vh;
}
@media print, screen and (min-width: 768px) {
  .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 3vh 2vw;
  }
}

@media print, screen and (min-width: 768px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 45%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_nav {
    margin-top: 30px;
    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;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .f_nav li {
    list-style: disc;
    margin-left: 20px;
    line-height: 1.6;
    font-size: 14px;
    width: 130px;
  }
  .footer .f_nav li:last-child {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_nav li {
    width: 33%;
    position: relative;
    text-align: center;
    padding: 0 1vw;
    font-size: 10px;
  }
  .footer .f_nav li:after {
    content: "|";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    right: -8px;
  }
  .footer .f_nav li:last-child:after, .footer .f_nav li:nth-last-child(4):after {
    display: none;
  }
}
.footer .f_nav li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .footer .f_logo {
    width: 240px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_logo {
    width: 55%;
    margin: 3vh auto 0 auto;
    text-align: center;
  }
}

.footer_copy {
  width: 100%;
  font-size: 12px;
  padding: 10px 2vw;
  text-align: left;
}

.m_h10 {
  margin: 10px 0;
}

.txt_riyo_chui {
  text-align: center;
  font-weight: bold;
  color: #D34545;
  margin-bottom: 30px;
}