@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;800&family=Noto+Serif+JP:wght@400;500;700&display=swap);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css);
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  color: currentColor;
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  color: unset;
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

address {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@keyframes arr_r {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(100%, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes underline {
  0% {
    transform: scale(1, 1);
    transform-origin: right center;
  }
  33.3% {
    transform: scale(0, 1);
    transform-origin: right center;
  }
  66.6% {
    transform: scale(0, 1);
    transform-origin: left center;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  background-color: #fff;
  color: #373C38;
}
html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-size: clamp(1.5rem, 1.322rem + 0.37vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-rendering: optimizeSpeed;
  min-width: initial;
}
a {
  text-decoration: none;
}

.btn {
  display: inline-block;
  transition: ease 0.2s;
}
.btn span {
  background: #008CF2;
  padding: 14px 15px 12px;
  margin: 20px 0 0 20px;
  border-radius: 50%;
}

.btn:hover span {
  background: #ff7700;
  transition: ease 0.2s;
}

.clear {
  clear: both;
}

main {
  clear: both;
  margin: 0 auto;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.aC {
  text-align: center;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

.sp_br {
  display: none;
}

@media screen and (max-width: 1240px) {
  .sp_br {
    display: block;
  }
}
.pc_br {
  display: block;
}

@media screen and (max-width: 1240px) {
  .pc_br {
    display: none;
  }
}
.error404 main {
  text-align: center;
  padding: 200px 0;
}
.error404 main p {
  margin-bottom: 30px;
}

header {
  padding: 0;
  position: relative;
}

.sitelogo {
  width: 80%;
  margin: 20px auto 0;
}

.head-tel {
  display: none;
}

.cd-primary-nav-trigger,
.cd-menu-icon,
.cd-primary-nav {
  display: none !important;
}

nav {
  float: right;
  margin: 40px 0 0;
  display: none;
}
nav ul {
  width: 895px;
}
nav li {
  float: left;
  margin: 17px 20px 0 0;
  font-weight: 600;
  padding: 0 1% 0;
  border-radius: 6px;
}
nav li img {
  width: 20px;
}

.menu {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 50px 50px 0 0;
  box-shadow: -1px 0px 11px -2px rgba(0, 0, 0, 0.45);
  z-index: 10;
}
.menu h4 {
  line-height: 1.4em;
  text-align: center;
  margin: 10px 0;
  letter-spacing: 0.04px;
}
.menu li {
  float: left;
  width: 32.64%;
  margin-right: 1%;
}
.menu li:nth-child(3) {
  margin-right: 0;
}
.menu li a {
  display: block;
  text-align: center;
  background-color: #E62828;
  margin: 0;
  font-size: 16px;
  border-radius: 0;
  padding: 5% 0;
  color: #fff;
}
.menu li a:hover {
  background: #e75252;
}

@media screen and (min-width: 990px) {
  .sitelogo {
    width: 415px;
    float: left;
    margin: 20px 0 0 20px;
  }
  .head-tel {
    display: block;
    float: right;
    width: 435px;
    font-weight: 800;
    font-size: 14px;
    margin: 15px 15px 0 0;
  }
  .head-tel .ttl {
    float: left;
    margin-top: 5px;
  }
  .head-tel .telno {
    display: inline;
    font-size: 34px;
    color: red;
    float: right;
    margin: 0;
    letter-spacing: 0.04em;
    padding: 0 0 0 24px;
    line-height: 1em;
    background-image: url(../../assets/img/head_tel_icon.png);
    background-position: 0 4px;
  }
  .head-tel .time {
    clear: both;
    text-align: right;
  }
  nav {
    display: none;
  }
  nav ul {
    width: 100%;
  }
  nav ul li {
    background: none;
  }
  nav ul li a:hover {
    color: none;
  }
  .cd-primary-nav-trigger,
  .cd-menu-icon,
  .cd-primary-nav {
    display: block !important;
    margin: 0;
  }
  .menu {
    position: fixed;
    right: 0;
    top: 580px;
    background: #fff;
    padding: 10px 10px 0;
    width: 160px;
    height: 200px;
    border-radius: 10px 0 0 10px;
    box-shadow: -1px 0px 11px -2px rgba(0, 0, 0, 0.45);
    z-index: 10;
  }
  .menu h4 {
    line-height: 1.4em;
    text-align: center;
    margin: 10px 0 20px;
    letter-spacing: 0.04px;
  }
  .menu h4 span {
    display: block;
    font-size: 120%;
  }
  .menu li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .menu li a {
    display: block;
    text-align: center;
    background-color: #E62828;
    margin: 0 0 6px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    padding: 0;
    width: 100%;
  }
  .menu li a:hover {
    background: #e75252;
  }
}
#index .mv .mvpc {
  display: none;
}

#index .mv .specialprice_sp {
  background: #D64949;
  padding: 3% 6%;
}

#index .mv .specialprice {
  display: none;
}

#index #contents #sec01 {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 1%;
}
#index #contents #sec01 h3 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 20px;
  line-height: 1.4em;
}
#index #contents #sec01 h3 span {
  color: red;
  font-size: 120%;
}
#index #contents #sec01 .trouble {
  background: #BF8686;
  width: 32%;
  border-radius: 20px;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4em;
  padding: 6% 0;
  margin: 0 2% 0 0;
}
#index #contents #sec01 .trouble:nth-child(4) {
  margin-right: 0;
}
#index #contents #sec01 .arrow {
  clear: both;
  margin: 10px auto;
  padding: 20px 0 0;
  width: 30px;
}
#index #contents #sec01 .resolution {
  clear: both;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.6em;
}
#index #contents #sec01 .resolution span {
  color: #fff;
  font-size: 110%;
  background: red;
  padding: 0 10px;
}

#index #contents #sec02 {
  background-image: url(../../assets/img/index/about_bg.png);
  background-size: cover;
  padding: 2% 5% 0;
}
#index #contents #sec02 .about {
  width: 100%;
  float: none;
}
#index #contents #sec02 .about h3 {
  font-size: 26px;
  text-align: center;
  border-top: solid 1px #FFB100;
  border-bottom: solid 1px #FFB100;
  margin: 8% 0 20px;
}
#index #contents #sec02 .about p {
  font-size: 16px;
  line-height: 1.8em;
}
#index #contents #sec02 .about p span {
  color: red;
  font-weight: 600;
}
#index #contents #sec02 .about_img {
  width: 60%;
  float: none;
  padding-top: 3%;
  margin: auto;
}

#index #contents #sec03 {
  width: 100%;
  margin: 0 auto 5%;
  padding: 0 3%;
}
#index #contents #sec03 h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.5em;
  margin: 30px 0 40px;
}
#index #contents #sec03 h3 span {
  color: red;
  font-size: 120%;
  padding-top: 10px;
}
#index #contents #sec03 h3 span .spot {
  font-size: 90%;
  background-image: url(../../assets/img/index/spot.png);
  background-position: 0 0;
  background-size: 30px;
}
#index #contents #sec03 .recom {
  position: relative;
  background: #D93131;
  width: 48%;
  border-radius: 16px;
  padding: 6px;
  float: left;
  margin: 0 4% 10% 0;
}
#index #contents #sec03 .recom:nth-child(odd) {
  margin-right: 0;
}
#index #contents #sec03 .recom .recom_icon {
  background: none;
  position: absolute;
  top: -45px;
  left: 0;
}
#index #contents #sec03 .recom h4 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
  margin: 35px 0 20px;
}
#index #contents #sec03 .recom p {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  line-height: 1.6em;
  min-height: 160px;
}

#index #contents #sec04 {
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}
#index #contents #sec04 h3 {
  text-align: center;
  font-size: 20px;
  margin: 30px 0 60px;
  line-height: 1em;
}
#index #contents #sec04 h3 span {
  color: #D93131;
  font-size: 50%;
  padding: 20px 10px;
  display: inline-block;
  line-height: 1.2em;
  border: solid 3px #D93131;
  border-radius: 50%;
  margin-right: 5px;
  transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
}
#index #contents #sec04 .step {
  position: relative;
  padding: 60px 0 20px;
  text-align: center;
  background: #D93131;
  width: 48%;
  border-radius: 16px;
  float: left;
  margin: 0 4% 8% 0;
}
#index #contents #sec04 .step:nth-child(odd) {
  margin-right: 0;
}
#index #contents #sec04 .step i {
  color: #FFEB00;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  line-height: 1.4em;
  left: calc(50% - 25px);
  top: -10px;
}
#index #contents #sec04 .step i span {
  font-size: 34px;
}
#index #contents #sec04 .step p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  margin: 20px 0;
  font-weight: 500;
}
#index #contents #sec04 .step:before,
#index #contents #sec04 .step:after {
  position: absolute;
  content: "";
}
#index #contents #sec04 .step:before {
  top: -20px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #D93131;
}
#index #contents #sec04 .step:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index #contents #sec04 .text {
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  clear: both;
}

#index #contents #sec05 {
  width: 100%;
  margin: auto;
  padding: 3%;
}
#index #contents #sec05 h3 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0;
  line-height: 1.6em;
}
#index #contents #sec05 h3 span {
  font-size: 120%;
  color: #D93131;
}
#index #contents #sec05 .ytbox {
  float: none;
  width: 70%;
  margin: 0 auto 15%;
  position: relative;
}
#index #contents #sec05 .ytbox img {
  width: 100%;
}
#index #contents #sec05 .ytbox a {
  transition: ease 0.4s;
}
#index #contents #sec05 .ytbox a:hover {
  opacity: 0.8;
}
#index #contents #sec05 .ytbox .ttl {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
  writing-mode: vertical-rl;
  background: #EAA106;
  z-index: 1;
}

.pagebtn {
  width: 95%;
  margin: auto;
}
.pagebtn a {
  font-size: 16px;
  display: block;
  background: #03847F;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  border-radius: 50px;
  margin-bottom: 60px;
  transition: ease 0.4s;
}
.pagebtn a:hover {
  background: #1acdc7;
}

#spec_area {
  width: 100%;
  background: #EAC26C;
  padding: 1% 5% 5%;
  margin-bottom: 60px;
}
#spec_area img {
  width: 100%;
}
#spec_area h3 {
  text-align: center;
  font-size: 24px;
  margin: 30px 0;
}
#spec_area .spec {
  width: 100%;
  background: #fff;
  padding: 20px;
}
#spec_area dl {
  margin-top: 5%;
  float: none;
  width: 100%;
  font-weight: 500;
}
#spec_area dt {
  float: left;
  line-height: 1.6em;
  padding: 8px 0 0 20px;
}
#spec_area dd {
  padding: 5px 0 5px 180px;
}
#spec_area dl dd:nth-child(2),
#spec_area dd:nth-child(6),
#spec_area dd:nth-child(10),
#spec_area dd:nth-child(14),
#spec_area dd:nth-child(18) {
  background: #EAEAEA;
}

#index #contents .faq {
  width: 90%;
  margin: 0 auto 60px;
  border: solid 4px #EAC26C;
  border-radius: 48px;
  padding: 1% 5% 0;
}
#index #contents .faq h3 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0;
  position: relative;
}
#index #contents .faq h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
  width: 120px;
  height: 5px;
  content: "";
  background: #EAC26C;
}
#index #contents .faq dt {
  font-size: 16x;
  font-weight: 500;
  height: 70px;
  line-height: 1.4em;
  padding-left: 50px;
}
#index #contents .faq dt span {
  margin: 0 20px 0 -50px;
  font-size: 36px;
  font-weight: 600;
  font-style: italic;
}
#index #contents .faq dd {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px 53px;
  line-height: 1.4em;
}
#index #contents .faq dd span {
  font-size: 36px;
  margin-right: 26px;
  color: #D93131;
  font-weight: 600;
  font-style: italic;
  margin-left: -50px;
}

/*---- PCレイアウト  ----*/
@media screen and (min-width: 990px) {
  #index .mv .mvpc {
    display: block;
  }
  #index .mv .mvsp {
    display: none;
  }
  #index .mv .specialprice {
    background: #D64949;
    padding: 2% 12%;
    display: block;
  }
  #index .mv .specialprice_sp {
    display: none;
  }
  .inner {
    width: 1200px;
    margin: auto;
  }
  #index #contents #sec01 {
    width: 1200px;
    margin: 0 auto 30px;
    padding: 0;
  }
  #index #contents #sec01 h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0;
  }
  #index #contents #sec01 h3 span {
    color: red;
    font-size: 120%;
  }
  #index #contents #sec01 .trouble {
    width: 360px;
    font-size: 30px;
    padding: 50px 0;
    margin: 0 60px 0 0;
  }
  #index #contents #sec01 .trouble:nth-child(4) {
    margin-right: 0;
  }
  #index #contents #sec01 .arrow {
    clear: both;
    margin: 30px auto;
    padding: 60px 0 0;
    width: 70px;
  }
  #index #contents #sec01 .resolution {
    clear: both;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
  }
  #index #contents #sec01 .resolution span {
    color: #fff;
    font-size: 110%;
    background: red;
    padding: 0 10px;
  }
  #index #contents #sec02 {
    background-image: url(../../assets/img/index/about_bg.png);
    background-size: cover;
    background-position: center;
  }
  #index #contents #sec02 .about {
    width: 650px;
    float: left;
  }
  #index #contents #sec02 .about h3 {
    font-size: 50px;
    text-align: center;
    border-top: solid 1px #FFB100;
    border-bottom: solid 1px #FFB100;
    margin: 50px 0 20px;
  }
  #index #contents #sec02 .about p {
    font-size: 20px;
    line-height: 1.8em;
  }
  #index #contents #sec02 .about p span {
    color: red;
    font-weight: 600;
  }
  #index #contents #sec02 .about_img {
    width: 500px;
    float: right;
    padding-top: 20px;
  }
  #index #contents #sec03 {
    width: 1200px;
    margin: 0 auto 100px;
    padding: 0;
  }
  #index #contents #sec03 h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0 40px;
  }
  #index #contents #sec03 h3 span {
    color: red;
    font-size: 120%;
    padding-top: 10px;
  }
  #index #contents #sec03 h3 span .spot {
    font-size: 90%;
    background-image: url(../../assets/img/index/spot.png);
    background-position: 10px 5px;
  }
  #index #contents #sec03 .recom {
    position: relative;
    background: #D93131;
    width: 285px;
    border-radius: 16px;
    padding: 6px;
    float: left;
    margin: 0 20px 0 0;
  }
  #index #contents #sec03 .recom:nth-child(3) {
    margin-right: 20px;
  }
  #index #contents #sec03 .recom:nth-child(5) {
    margin-right: 0;
  }
  #index #contents #sec03 .recom .recom_icon {
    background: none;
    position: absolute;
    top: -45px;
    left: 0;
  }
  #index #contents #sec03 .recom h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
    margin: 35px 0 20px;
  }
  #index #contents #sec03 .recom p {
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    line-height: 1.6em;
    min-height: 160px;
  }
  #index #contents #sec04 {
    width: 1200px;
    margin: 0 auto 100px;
    padding: 0;
  }
  #index #contents #sec04 h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0 60px;
  }
  #index #contents #sec04 h3 span {
    color: #D93131;
    font-size: 45%;
    padding: 25px 10px;
    display: inline-block;
    line-height: 1.2em;
    border: solid 4px #D93131;
    border-radius: 50%;
    margin-right: 20px;
    transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
  }
  #index #contents #sec04 .step {
    position: relative;
    padding: 60px 1.5rem 20px;
    text-align: center;
    background: #D93131;
    width: 285px;
    border-radius: 16px;
    float: left;
    margin: 0 20px 20px 0;
  }
  #index #contents #sec04 .step:nth-child(3) {
    margin-right: 20px;
  }
  #index #contents #sec04 .step:nth-child(5) {
    margin-right: 0;
  }
  #index #contents #sec04 .step i {
    color: #FFEB00;
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    line-height: 1.4em;
    left: 39%;
    top: -10px;
  }
  #index #contents #sec04 .step i span {
    font-size: 44px;
  }
  #index #contents #sec04 .step p {
    color: #fff;
    font-size: 23px;
    line-height: 1.4em;
    margin: 20px 0;
    font-weight: 500;
  }
  #index #contents #sec04 .step:before,
  #index #contents #sec04 .step:after {
    position: absolute;
    content: "";
  }
  #index #contents #sec04 .step:before {
    top: -20px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #D93131;
  }
  #index #contents #sec04 .step:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #index #contents #sec04 .text {
    text-align: center;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 500;
    clear: both;
  }
  #index #contents #sec05 {
    width: 1200px;
    margin: auto;
    margin-bottom: 60px;
    padding: 0;
  }
  #index #contents #sec05 h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0;
  }
  #index #contents #sec05 h3 span {
    font-size: 120%;
    color: #D93131;
  }
  #index #contents #sec05 .ytbox {
    float: left;
    width: 380px;
    margin: 0 30px 0 0;
    position: relative;
  }
  #index #contents #sec05 .ytbox:nth-child(4) {
    margin-right: 0;
  }
  #index #contents #sec05 .ytbox a {
    transition: ease 0.4s;
  }
  #index #contents #sec05 .ytbox a:hover {
    opacity: 0.8;
  }
  #index #contents #sec05 .ytbox .ttl {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    writing-mode: vertical-rl;
    background: #EAA106;
    z-index: 1;
  }
  .pagebtn {
    width: 530px;
    margin: auto;
  }
  .pagebtn a {
    font-size: 20px;
    display: block;
    background: #03847F;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    border-radius: 50px;
    margin-bottom: 60px;
    transition: ease 0.4s;
  }
  .pagebtn a:hover {
    background: #1acdc7;
  }
  #spec_area {
    background: #EAC26C;
    padding: 1px 0 60px;
    margin-bottom: 60px;
  }
  #spec_area h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0;
  }
  #spec_area .spec {
    background: #fff;
    padding: 20px;
  }
  #spec_area .spec .spec_img {
    float: left;
  }
  #spec_area dl {
    margin-top: 0;
    float: right;
    width: 380px;
    font-weight: 500;
  }
  #spec_area dt {
    float: left;
    line-height: 1.6em;
    padding: 8px 0 0 20px;
  }
  #spec_area dd {
    padding: 5px 0 5px 180px;
  }
  #spec_area dl dd:nth-child(2),
  #spec_area dd:nth-child(6),
  #spec_area dd:nth-child(10),
  #spec_area dd:nth-child(14),
  #spec_area dd:nth-child(18) {
    background: #EAEAEA;
  }
  #index #contents .faq {
    width: 1000px;
    margin: 0 auto 60px;
    border: solid 4px #EAC26C;
    border-radius: 48px;
    padding: 20px 80px 0 80px;
  }
  #index #contents .faq h3 {
    text-align: center;
    font-size: 30px;
    margin: 30px 0;
    position: relative;
  }
  #index #contents .faq h3:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 60px);
    width: 120px;
    height: 5px;
    content: "";
    background: #EAC26C;
  }
  #index #contents .faq dt {
    font-size: 24px;
    font-weight: 500;
    height: 70px;
  }
  #index #contents .faq dt span {
    font-size: 46px;
    margin-right: 20px;
    font-weight: 600;
    font-style: italic;
  }
  #index #contents .faq dd {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 60px 60px;
    line-height: 1.8em;
  }
  #index #contents .faq dd span {
    font-size: 46px;
    margin-right: 20px;
    color: #D93131;
    font-weight: 600;
    font-style: italic;
    margin-left: -54px;
  }
}
#price .mv .mvpc {
  display: none;
}

#price .mv .mvsp img {
  width: 100%;
}

#price .mv .specialprice_sp {
  background: #D9AA4F;
  padding: 3% 6%;
}

#price .mv .specialprice {
  display: none;
}

#price #spec_area {
  background: #EAEAEA;
}

#price #contents #sec01 {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 3%;
}
#price #contents #sec01 h3 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0;
  font-weight: 500;
  line-height: 1.4em;
}
#price #contents #sec01 h3 span {
  color: #D64949;
  font-size: 120%;
}
#price #contents #sec01 .komikomi {
  width: 80%;
  padding: 5%;
  margin: 0 auto 5%;
  border: solid 3px #D64949;
  border-radius: 15px;
  text-align: center;
}
#price #contents #sec01 .komikomi h4 {
  text-align: center;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 10px;
}
#price #contents #sec01 .komikomi h4 span {
  font-size: 0.5em;
  line-height: 1em;
}
#price #contents #sec01 .komikomi .text {
  text-align: left;
}
#price #contents #sec01 .komikomi img {
  width: 30%;
  margin: auto;
}

#price #contents #sec02 {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 3%;
}
#price #contents #sec02 h3 {
  text-align: center;
  font-size: 26px;
  margin: 60px 0 20px;
  font-weight: 500;
}
#price #contents #sec02 p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4em;
}
#price #contents #sec02 .count_pc {
  display: none;
  width: 100%;
}
#price #contents #sec02 .count_pc img {
  width: 100%;
}

#price #contents #sec03 {
  width: 100%;
  margin-bottom: 60px;
  padding: 0 5%;
}
#price #contents #sec03 h3 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0;
  font-weight: 500;
}
#price #contents #sec03 h3 span {
  color: #D64949;
  font-size: 120%;
}
#price #contents #sec03 .photodata {
  width: 80%;
  margin: 0 auto 5%;
}
#price #contents #sec03 .text {
  font-size: 14px;
}

#price #contents #sec04 {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 5%;
  clear: both;
}
#price #contents #sec04 h3 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0;
  font-weight: 500;
}
#price #contents #sec04 h4 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 3%;
}
#price #contents #sec04 h4 span {
  color: #D64949;
}
#price #contents #sec04 .map {
  width: 80%;
  margin: auto;
}
#price #contents #sec04 .text {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

/*---- PCレイアウト  ----*/
@media screen and (min-width: 990px) {
  #price .mv .mvpc {
    display: block;
  }
  #price .mv .mvpc img {
    width: 100%;
  }
  #price .mv .mvsp {
    display: none;
  }
  #price .mv .specialprice {
    background: #D9AA4F;
    padding: 2% 12%;
    display: block;
  }
  #price .mv .specialprice_sp {
    display: none;
  }
  #price #contents #sec01 {
    width: 1100px;
    margin: 0 auto 30px;
    padding: 0;
  }
  #price #contents #sec01 h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0;
    font-weight: 500;
  }
  #price #contents #sec01 h3 span {
    color: #D64949;
    font-size: 120%;
  }
  #price #contents #sec01 .komikomi {
    width: 340px;
    padding: 30px 20px;
    margin: 0 35px 60px 0;
    border: solid 3px #D64949;
    border-radius: 15px;
    float: left;
    text-align: center;
  }
  #price #contents #sec01 .komikomi:nth-child(4) {
    margin-right: 0;
  }
  #price #contents #sec01 .komikomi h4 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 30px;
  }
  #price #contents #sec01 .komikomi h4 span {
    font-size: 0.5em;
    line-height: 1em;
  }
  #price #contents #sec01 .komikomi .text {
    text-align: left;
    height: 130px;
  }
  #price #contents #sec01 .komikomi img {
    width: 60%;
    margin: auto;
  }
  #price #contents #sec02 {
    width: 1200px;
    margin: 0 auto 100px;
    padding: 0;
  }
  #price #contents #sec02 h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0;
    font-weight: 500;
  }
  #price #contents #sec02 h3 span {
    color: #D64949;
    font-size: 120%;
  }
  #price #contents #sec02 p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  #price #contents #sec02 .count_pc {
    display: block;
    width: 1000px;
    margin: auto;
  }
  #price #contents #sec02 .count_sp {
    display: none;
  }
  #price #contents #sec03 {
    width: 1200px;
    margin: 0 auto 60px;
    padding: 0;
  }
  #price #contents #sec03 h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0;
    font-weight: 500;
  }
  #price #contents #sec03 h3 span {
    color: #D64949;
    font-size: 120%;
  }
  #price #contents #sec03 .photodata {
    float: left;
    width: 580px;
    margin-right: 40px;
  }
  #price #contents #sec03 .text {
    font-size: 18px;
    text-align: left;
    margin: 0 0 0 20px;
  }
  #price #contents #sec04 {
    width: 1200px;
    margin: 0 auto 100px;
    padding: 0;
    clear: both;
  }
  #price #contents #sec04 h3 {
    text-align: center;
    font-size: 45px;
    margin: 30px 0;
    font-weight: 500;
  }
  #price #contents #sec04 h3 span {
    color: #D64949;
    font-size: 120%;
  }
  #price #contents #sec04 h4 {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
  }
  #price #contents #sec04 h4 span {
    color: #D64949;
  }
  #price #contents #sec04 .map {
    width: 800px;
    margin: auto;
  }
  #price #contents #sec04 .text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }
}
#page-top {
  position: fixed;
  bottom: 15%;
  right: 3%;
  z-index: 3;
}

#page-top a {
  text-decoration: none;
  background: #fff;
  font-size: 140%;
  width: 80px;
  height: 80px;
  padding: 17px 0;
  text-align: center;
  display: block;
  border-radius: 50px;
  border: solid 1px #c43100;
  color: #c43100 !important;
}

#page-top a:hover {
  text-decoration: none;
  background: #c43100;
  color: #fff !important;
}

footer {
  clear: both;
  padding-bottom: 20%;
}
footer .fcontact {
  background: #D64949;
  color: #ffffff;
  width: 100%;
  padding: 20px 0 40px;
}
footer .fcontact h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: #FFFF00;
}
footer .fcontact .box {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
}
footer .fcontact .ttl {
  margin: 0 0 10px;
}
footer .fcontact .mail {
  float: none;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
footer .fcontact .mail .btn {
  width: 90%;
  background: #008CF2;
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  border-radius: 50px;
}
footer .fcontact .mail .btn:hover {
  background: #26aedc;
  transition: ease 0.4s;
}
footer .fcontact .tel {
  float: none;
  font-weight: 600;
  text-align: center;
}
footer .fcontact .tel .telno {
  font-size: 38px;
  line-height: 1em;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
  font-weight: 800;
  padding: 0 0 0 30px;
  background-image: url(../../assets/img/foot_tel_icon.png);
  background-position: 0 12px;
  display: inline;
}
footer address {
  text-align: center;
}
footer address .fsitelogo {
  width: 70%;
  margin: 20px auto 0;
}
footer .official {
  width: 215px;
  margin: 20px auto;
}
footer .official a {
  background: #FF9300;
  width: 215px;
  padding: 15px 0;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}
footer .official a:hover {
  background: #eddb34;
  transition: ease 0.4s;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
}

/*---- PCレイアウト  ----*/
@media screen and (min-width: 990px) {
  #page-top {
    bottom: 20px;
  }
  footer {
    clear: both;
    padding-bottom: 0;
  }
  footer .fcontact {
    background: #D64949;
    color: #ffffff;
    width: 100%;
    padding: 20px 0;
  }
  footer .fcontact h3 {
    font-size: 45px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    color: #FFFF00;
  }
  footer .fcontact .box {
    width: 860px;
    margin: 0 auto;
    padding: 20px 0;
  }
  footer .fcontact .ttl {
    margin: 0 0 10px;
  }
  footer .fcontact .mail {
    float: left;
    font-weight: 600;
    text-align: center;
  }
  footer .fcontact .mail .btn {
    width: 400px;
    background: #008CF2;
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
    border-radius: 50px;
  }
  footer .fcontact .mail .btn:hover {
    background: #26aedc;
    transition: ease 0.4s;
  }
  footer .fcontact .tel {
    float: right;
    font-weight: 600;
    text-align: center;
  }
  footer .fcontact .tel .telno {
    font-size: 50px;
    line-height: 1em;
    margin: 0 0 10px;
    letter-spacing: 0.05em;
    font-weight: 800;
    padding: 0 0 0 30px;
    background-image: url(../../assets/img/foot_tel_icon.png);
    background-position: 0 25px;
  }
  footer address {
    text-align: center;
  }
  footer address .fsitelogo {
    width: 415px;
    margin: 20px auto 0;
  }
  footer .official {
    width: 215px;
    margin: 20px auto;
  }
  footer .official a {
    background: #FF9300;
    width: 215px;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
    color: #fff;
  }
  footer .official a:hover {
    background: #eddb34;
    transition: ease 0.4s;
  }
  footer .copyright {
    text-align: center;
    font-size: 12px;
    padding-bottom: 20px;
  }
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  margin: 0 auto;
  z-index: 20;
  background-color: #FFF;
}

.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
html, body {
  height: 100%;
}

.cd-header {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home .cd-header {
  border-bottom: none;
}

.cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.875em;
}

.cd-logo img {
  display: block;
}

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  /* hidden on small devices */
  display: none;
}

.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}

.cd-secondary-nav a {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

#index .cd-primary-nav-trigger {
  top: 0;
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 60px;
  height: 100%;
  width: 100px;
  z-index: 3;
}

.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 70%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}

.cd-primary-nav-trigger .cd-menu-icon::before,
.cd-primary-nav-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -15px;
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 15px;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before,
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #ffffff;
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00528E;
  z-index: 2;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
}
.cd-primary-nav .sp-sitelogo {
  width: 60%;
  margin: 6% 0 15% 6%;
}

.cd-primary-nav li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 2%;
  float: none;
}

.cd-primary-nav a {
  display: inline-block;
  padding: 0 1em 0.7em;
  width: 100%;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
  border-bottom: solid 1px #90ADE0;
  border-radius: 0;
}
.cd-primary-nav a span {
  font-size: 0.68em;
  margin-left: 5%;
  color: #90ADE0;
}

.cd-primary-nav li img {
  border-radius: 0;
  text-align: center;
}

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 0.8em;
}

.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 0.4em;
}

.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}

.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}

.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}

.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-intro {
  position: relative;
  height: 100%;
  background: url("../img/cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-intro h1 {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}

.cd-main-content {
  position: relative;
  z-index: 1;
}

.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0;
}

/* PC向けレイアウトの指定：641px以上では固定レイアウト */
@media only screen and (min-width: 1284px) {
  .cd-header {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-bottom: none;
  }
}/*# sourceMappingURL=style.css.map */