@charset "UTF-8";

html {
  font-size: 62.5%; /* 10px */
  font-family: 'Noto Sans JP',Arial,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Hiragino Sans','ヒラギノ角ゴシック',Meiryo,sans-serif;
  font-feature-settings: "palt";
}
body {
  font-size: 1.6rem;
  font-weight: 500;
}
.font-Helvetica {
  font-family: 'Helvetica', sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
section .inner {
  margin: 0 auto;
}

/*===============================
　.button
================================*/
.l-button {
  display: flex;
  margin-bottom: 10px;
}
.button + .button {
  margin-left: 16px;
}
.button a {
  display: flex;
  align-items: center;
  padding: 13px 0 16px 28px;
  width: 260px;
  color: #ffffff;
  line-height: 1;
  font-size: 2.2rem;
  border-radius: 30px;
  box-sizing: border-box;
}
.button a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}
.buttonPamphlet a::before {
  background-image: url(../img/iconPamphlet.svg);
  background-size: 20px 31px;
  margin-right: 13px;
  width: 20px;
  height: 31px;
}
.buttonShop a::before {
  background-image: url(../img/iconShop.svg);
  background-size: 33px 29px;
  margin-right: 10px;
  width: 33px;
  height: 29px;
}

/*===============================
　.offer
================================*/
.offer {
  margin: 0 auto;
  max-width: 860px;
}
.offer .inner {
  position: relative;
  margin-bottom: 25px;
}
.offer .info {
  position: absolute;
  right: 32px;
  bottom: 18px;
}
.offer .buttonPamphlet a {
  background-image: linear-gradient(to bottom, #77a6d8, #1366be);
}
.offer .buttonShop a {
  background-image: linear-gradient(to bottom, #e87b00, #ee4e00);
}
.offer .l-tel {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.offer .telTitle {
  margin-right: 12px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.offer .tel a {
  color: #000000;
  font-size: 5.4rem;
  font-weight: 600;
}
.offer .tel {
  display: flex;
  align-items: center;
}
.offer .tel::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../img/iconTel.svg);
  background-size: 43px 43px;
  margin-right: 13px;
  width: 43px;
  height: 43px;
}
.offer .businessHour {
  font-size: 1.4rem;
  line-height: 1.5;
}
.offer .note {
  font-size: 1.4rem;
  text-align: center;
}
.offer .img img {
  width: 100%;
}
.offerA,
.offerB {
  background: #ffeef1;
}
.offerA {
  padding: 40px 0 50px;
}
.offerB {
  padding: 50px 0 70px;
}
.offerB .offerBTitle {
  margin-bottom: 30px;
  font-size: 3.0rem;
  text-align: center;
}
.offerB .offerBTitle span {
  color: #e03b3b;
}
.offerB .offer {
  margin-bottom: 58px;
}

/*===============================
　.header
================================*/
.header {
  border-bottom: 5px solid #e03b3b;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 30px 16px 23px;
  max-width: 1150px;
}
.header .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .info .tel {
  margin-right: 24px;
}
.header .info .telNumber {
  margin-bottom: 8px;
  font-size: 3.4rem;
  font-weight: 700;
}
.header .info .telNumber::before {
  content: "";
  display: inline-block;
  background-image: url(../img/iconTel.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.header .info .telNumber a {
  color: #000000;
}
.header .info .businessHour {
  margin-left: 38px;
  font-size: 1.3rem;
}
.header .logo {
  width: 198px;
  height: 58px;
}
.header .logo img {
  width: 100%;
}
.header .button a {
  background-image: linear-gradient(to bottom, #ff5c59, #dc3911);
}

/*===============================
　.kv
================================*/
.kv {
  background-image: url(../img/kv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.kv .inner {
  margin: 0 auto;
  padding: 40px 0 0;
  max-width: 1114px;
}
.kv .inner img {
  width: 100%;
}

/*===============================
　.movie
================================*/
.movie {
  padding: 50px 0 70px;
  background-color: #ffeef1;
}
.movie .title {
  position: relative;
  margin: 0 auto 50px;
  padding: 14px 0 16px;
  width: 780px;
  font-size: 3.0rem;
  text-align: center;
  background: #ffffff;
}
.movie .title:before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 26px solid #ffffff;
}
.movie .title span {
  font-size: 4.0rem;
  color: #e03b3b;
}
.media {
  width: 600px;
  margin: 0 auto;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*===============================
　.check
================================*/
.check {
  padding: 50px 0 0;
  position: relative;
  background: #ededed;
}
.check .inner {
  display: flex;
  align-items: center;
  align-items: center;
  max-width: 993px;
}
.check .title {
  margin-bottom: 24px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1366be;
  text-align: center;
}
.check .img {
  margin-right: 30px;
  width: 335px;
}
.check .checkList {
  position: relative;
  padding: 25px 40px;
  background: #ffffff;
  border-radius: 30px;
}
.check .checkList::after {
  content: "";
  position: absolute;
  right: -111px;
  bottom: 0;
  display: inline-block;
  background-image: url(../img/imgHimaringCheck.png);
  background-image: image-set(url(../img/imgHimaringCheck.png) 1x, url(../img/imgHimaringCheck@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/imgHimaringCheck.png) 1x, url(../img/imgHimaringCheck@2x.png) 2x);
  background-size: 148px 144px;
  background-repeat: no-repeat;
  width: 148px;
  height: 144px;
}
.check .checkItem + .checkItem {
  margin-top: 18px;
}
.check .checkItem {
  font-size: 2.2rem;
}
.check .checkItem::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-image: url(../img/iconCheck.svg);
  background-size: 30px 25px;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
}
.check .bg {
  position: relative;
  background: #ffffff;
}
.check .bg .comment {
  position: absolute;
  bottom: 5vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 13px 0;
  width: 540px;
  text-align: center;
  font-size: 2.2rem;
  color: #ffffff;
  background: #333333;
}

/*===============================
　.coordinate
================================*/
.coordinate {
  padding: 64px 0 50px;
}
.coordinate .title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 34px;
  padding: 0 45px;
  font-size: 4.0rem;
  text-align: center;
  line-height: 1.5;
}
.coordinate .title::before,
.coordinate .title::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 78px;
  height: 2px;
  background-color: black;
}
.coordinate .title::before {
  left: -6.08vw;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.coordinate .title::after {
  right: -6.08vw;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.coordinate .title span {
  font-size: 5.4rem;
  color: #e03b3b;
}
.coordinate .title span span {
  font-size: 3.0rem;
}
.coordinate .img {
  margin: 0 auto 30px;
  max-width: 985px;
}
.coordinate .img img {
  width: 100%;
}
.coordinate .comment {
  font-size: 2.2rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width:820px) {
  .check .checkList::after {
    display: none;
  }
  .coordinate .title::before {
    left: -0.83vw;
  }
  .coordinate .title::after {
    right: -0.83vw;
  }
}

/*===============================
　.comparison
================================*/
.comparison .inner {
  padding: 40px 0;
  max-width: 985px;
}
.comparison .comparisonTitle {
  margin: 0 auto 30px;
  padding: 16px 0;
  font-size: 2.2rem;
  letter-spacing: .05em;
  width: 560px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  background: #333333;
}
.comparison .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparison .box .img {
  margin-right: 50px;
}
.comparison .box .text {
  font-size: 2.2rem;
  line-height: 2;
}
.comparison .box .text span {
  color: #e03b3b;
}
.comparison .bg {
  background: #ffeef1;
}
.linkOther a {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  padding: 22px 0 22px 17px;
  max-width: 850px;
  max-height: 80px;
  color: #ffffff;
  font-size: 2.2rem;
  background-image: linear-gradient(to bottom, #e87b00, #ee4e00);
  border-radius: 10px;
  box-sizing: border-box;
}
.linkOther .textOther {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 17px 0 0 14px;
  width: 215px;
  height: 74px;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.3;
  background: #ffffff;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}
.linkOther .textOther::after {
  content: "";
  display: inline-block;
  margin-left: 24px;
  background-image: url(../img/iconArrow.svg);
  background-size: 44px 12px;
  background-repeat: no-repeat;
  width: 44px;
  height: 12px;
}
.linkOther .emphasis {
  margin: 0 8px;
  font-size: 3.6rem;
}

/*===============================
　footer
================================*/
footer {
  padding: 20px 0;
  text-align: center;
}