@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #FFFFF;
  margin: 0;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  overflow-x: hidden;
}

section {
  padding: 80px 16px;
}
@media screen and (max-width: 750px) {
  section {
    padding: 40px calc(100vw / 375 * 16);
  }
}

.container {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 686px;
  }
}

header.is-fixed nav.header__nav--sp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}

img {
  display: block;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}
/*border*/
.bor-r-2 {
  border-radius: 2px;
}

.bor-r-4 {
  border-radius: 4px;
}

.bor-r-8 {
  border-radius: 8px;
}

.bor-r-16 {
  border-radius: 16px;
}

.bor-r-24 {
  border-radius: 24px;
}

.bor-c-orange {
  border-color: #ff6600;
}

/*margin*/
.mar-t-0 {
  margin-top: 0px;
}

.mar-t-8 {
  margin-top: 8px;
}

.mar-t-16 {
  margin-top: 16px;
}

.mar-t-24 {
  margin-top: 24px;
}

.mar-b-0 {
  margin-bottom: 0px;
}

.mar-b-8 {
  margin-bottom: 8px;
}

.mar-b-16 {
  margin-bottom: 16px;
}

.mar-b-24 {
  margin-bottom: 24px;
}

/*padding*/
.pad-0 {
  padding: 0px;
}

.pad-t-0 {
  padding-top: 0px;
}

/*##text##*/
.tex-a-center {
  text-align: center;
}

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

@media screen and (max-width: 750px) {
  .tex-a-center-tab {
    text-align: center;
  }
}

/*##文字##*/
big {
  font-size: 1.2em;
}

.col-white {
  color: #ffffff;
}

.col-orange {
  color: #FF6600;
}

.col-bluegreen {
  color: #75C5C8;
}

.col-red {
  color: #FF5852;
}

.fon-w-bold {
  font-weight: bold;
}

.fon-s-20 {
  font-size: 2rem;
}

.fon-s-24 {
  font-size: 2.4rem;
}

/**リンク**/
span {
  display: inline-block;
}

/*## H1～5 ##*/
strong {
  color: #FF6600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(250, 255, 255, 0)), color-stop(70%, #ffdd02));
  background: linear-gradient(to bottom, rgba(250, 255, 255, 0) 70%, #ffdd02 70%);
}

/*##color##*/
.bac-c-black {
  background-color: #000;
}

.bac-c-white {
  background-color: #fff;
}

.bac-c-baige {
  background-color: #FAF5EE;
}

.bac-c-pink {
  background-color: #FFD9E5;
}

.bac-c-gray {
  background-color: #E8E8E8;
}

.bac-c-blue {
  background-color: #F2F2FC;
}

.bac-c-navy {
  background-color: #1B2575;
}

.bac-c-orange {
  background-color: #FF6600;
}

.bac-c-paleorange {
  background-color: #F9EBE1;
}

.bac-c-bluegreen {
  background-color: #75c5c8;
}

/*テーブル*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*フォーム*/
input[type=text],
input[type=tel],
input[type=email],
input[type=date],
input[type=time],
textrarea,
select {
  border: 1px solid;
}

/*【リスト】*/
li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 0em;
}

dt {
  position: relative;
}
dt:before, dt:after {
  content: "";
  width: 12px;
  height: 3px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  display: block;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
dt:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
dt.active:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

/*
dt:after {
	  content: "";
	  width: 8px;
	  height: 8px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	  position: absolute;
	  right: 16px;
	  top: 50%;
	  -webkit-transform: translateY(-50%) rotate(-45deg);
	          transform: translateY(-50%) rotate(-45deg);
	  -webkit-transition: 0.5s ease;
	  transition: 0.5s ease;
}


dt.active:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
*/
dd {
  display: none;
}

dd p {
  display: inline-block;
}

/*【コピーライト】*/
#copy {
  text-align: center;
  color: #ffffff;
  background: #F0819A;
  padding-top: 40px;
}

/*【Swiper】*/
.swiper-pagination-progressbar {
  width: 100%;
  height: 8px;
  bottom: 0px;
  left: 0px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000;
}

.swiper-pagination-bullets {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
  margin: 4px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  width: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 18px;
}
@media screen and (max-width: 750px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: calc(100vw / 750 * 18);
  }
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 18px;
}
@media screen and (max-width: 750px) {
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: calc(100vw / 750 * 18);
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 32px !important;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: calc(100vw / 750 * 32) !important;
  }
}

/*header*/
header.is-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
}

/*hamburger*/
section.hamburger {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  section.hamburger {
    padding: 0;
    display: initial;
  }
}
section.hamburger dt {
  position: absolute;
  right: 16px;
  top: 16px;
}
@media screen and (max-width: 375px) {
  section.hamburger dt {
    right: calc(100vw / 375 * 16);
  }
}
section.hamburger dt:after {
  display: none;
}
section.hamburger .hamburger__lines {
  position: relative;
  width: 18px;
  height: 16px;
  z-index: 1000000;
}
section.hamburger .hamburger__lines hr {
  width: 100%;
  border: 1px solid #d1121c;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
section.hamburger .hamburger__lines hr:nth-of-type(1) {
  -webkit-transform: translateY(calc(-50% - 6px));
          transform: translateY(calc(-50% - 6px));
}
section.hamburger .hamburger__lines hr:nth-of-type(3) {
  -webkit-transform: translateY(calc(-50% + 6px));
          transform: translateY(calc(-50% + 6px));
}
section.hamburger dt.active .hamburger__lines hr {
  border-color: #fff;
}
section.hamburger dt.active .hamburger__lines hr:nth-of-type(1) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
section.hamburger dt.active .hamburger__lines hr:nth-of-type(2) {
  display: none;
}
section.hamburger dt.active .hamburger__lines hr:nth-of-type(3) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
section.hamburger dd {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0px;
  padding: 32px 16px 0px 16px;
  background: rgba(209, 18, 28, 0.9);
  display: none;
}
section.hamburger dd .header__nav--sp {
  max-width: 294px;
  margin: 0 auto;
}