@charset "UTF-8";
/* Scss Document */
/* =============================================================
reset.scss
============================================================== */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* =============================================================
base.scss
============================================================== */
html {
  font-size: 10px;
}

body {
  line-height: 1;
  /*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",verdana, sans-serif;*/
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}

a {
  outline: none;
  color: #333;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
}

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt0 {
  margin-top: 5px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 5px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 599px) {
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 20px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 20px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 20px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.roboto, #loading .progressbar-text, #loading {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.noto, .itemBox__list, .itemBox__box__price, .itemBox__box__komiprice {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
}

.pc_view {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_view {
    display: block;
  }
}

.sp_view {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_view {
    display: none;
  }
}

/* =============================================================
parts/layout.scss
============================================================== */
/* box style
---------------------------------------------*/
.base--small, .base, .base--wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--wide {
  max-width: 1240px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.base {
  max-width: 1080px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1160px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 560px) {
  .base {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.base--small {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.base .base--small {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 560px) {
  .base .base--small {
    max-width: 960px;
  }
}

.l-contents {
  padding-top: 45px;
}
@media screen and (min-width: 560px) {
  .l-contents {
    padding-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-contents {
    padding-top: 80px;
  }
}
.l-contents--top {
  padding-top: 0px;
}

/* =============================================================
space.scss　直でclassを書く
============================================================== */
.space--large {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.space--medium {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.space--med {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .space--med {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 960px) {
  .space--med {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* =============================================================
txt.scss
============================================================== */
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

/* =============================================================
sectionbox.scss
============================================================== */
.sectionbox {
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox .sectionbox_inner {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .sectionbox .sectionbox_inner {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox .sectionbox_inner {
    margin-top: 60px;
  }
}

.sectionbox__small {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .sectionbox__small {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox__small {
    margin-top: 60px;
  }
}

/* =============================================================
box.css
============================================================== */
/*******調整********/
main, footer, header, .promo__inner, .pageTitle, .footerContact {
  position: relative;
  z-index: 1;
}

main {
  overflow: hidden;
}

.conversion {
  background: url(../../img/common/conversion_bg.png) center top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .conversion {
    background: url(../../img/common/conversion_deco.png) right bottom no-repeat, url(../../img/common/conversion_bg.png) center top no-repeat;
    background-size: 19%, cover;
  }
}
.conversion {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .conversion {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .conversion {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.conversion__inner {
  max-width: 930px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .conversion__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.conversion__ttlbox {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .conversion__ttlbox {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .conversion__ttlbox {
    margin-bottom: 50px;
  }
}
.conversion__ttl {
  font-size: 2rem;
  color: #D60A0A;
  letter-spacing: 2px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 560px) {
  .conversion__ttl {
    margin-bottom: 35px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .conversion__ttl {
    margin-bottom: 50px;
    font-size: 7rem;
  }
}
.conversion__ttl span {
  font-size: 150%;
}
.conversion .conversion__area {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #55362D;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .conversion .conversion__area {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .conversion .conversion__area {
    font-size: 2rem;
    margin-bottom: 80px;
  }
}
.conversion .conversion__area dt {
  margin-bottom: 13px;
}
@media screen and (min-width: 560px) {
  .conversion .conversion__area dt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .conversion .conversion__area dt {
    margin-bottom: 20px;
  }
}
.conversion .conversion__area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .conversion .conversion__area ul:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #55362D;
    width: 3%;
    height: 1px;
    left: 7%;
    top: 50%;
  }
}
@media screen and (min-width: 960px) {
  .conversion .conversion__area ul:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #55362D;
    width: 3%;
    height: 1px;
    right: 7%;
    top: 50%;
  }
}
.conversion .conversion__area ul li {
  letter-spacing: 2px;
  line-height: 1.2;
}
.conversion .conversion__area ul li:after {
  content: ",";
}
.conversion .conversion__area ul li:last-child:after {
  content: "";
}

.conversionBtn {
  margin: 0 auto;
  max-width: 340px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .conversionBtn {
    max-width: 800px;
  }
}
.conversionBtn:before {
  content: "";
  position: absolute;
  left: 0%;
  top: -20px;
  background: url(../../img/common/mitsumori_deco.png) left top no-repeat;
  background-size: contain;
  width: 16%;
  height: 150%;
}
@media screen and (min-width: 560px) {
  .conversionBtn:before {
    top: auto;
    bottom: -3px;
    left: -8%;
    width: 12%;
  }
}
@media screen and (min-width: 960px) {
  .conversionBtn:before {
    left: -11%;
    width: 16%;
  }
}
.conversionBtn:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -20px;
  background: url(../../img/common/year_deco.png) left top no-repeat;
  background-size: contain;
  width: 16%;
  height: 150%;
}
@media screen and (min-width: 560px) {
  .conversionBtn:after {
    top: auto;
    bottom: -3px;
    right: -8%;
    width: 12%;
  }
}
@media screen and (min-width: 960px) {
  .conversionBtn:after {
    right: -11%;
    width: 16%;
  }
}
@media screen and (min-width: 560px) {
  .conversionBtn__list {
    gap: 3%;
    display: flex;
    justify-content: center;
  }
}
.conversionBtn__list li {
  text-align: center;
  margin-top: 20px;
}
.conversionBtn a {
  opacity: 1;
}
.conversionBtn a:hover {
  opacity: 0.8;
}

/* =============================================================
breadcrumb.css
============================================================== */
.breadCrumb {
  font-size: 12px;
  padding: 15px 10px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 10;
  opacity: 1;
  padding-right: 4%;
  padding-left: 4%;
}
@media screen and (min-width: 960px) {
  .breadCrumb {
    font-size: 14px;
    padding-right: 2%;
    padding-left: 2%;
  }
}
.breadCrumb ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.breadCrumb ul li {
  list-style-type: none;
  line-height: 1.4;
}
.breadCrumb ul li:after {
  content: ">";
  padding-left: 3px;
  margin-right: 3px;
}
@media screen and (min-width: 560px) {
  .breadCrumb ul li:after {
    padding-top: 5px;
    margin-bottom: 5px;
  }
}
.breadCrumb ul li:last-child:after {
  content: "";
}
.breadCrumb ul li a {
  color: #000;
  text-decoration: underline;
}
.breadCrumb ul li a:hover {
  text-decoration: none;
}
.breadCrumb ul li:last-child .last {
  width: 120px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 560px) {
  .breadCrumb ul li:last-child .last {
    width: 100%;
  }
}

/* =============================================================
pagenavi.css
============================================================== */
/* pagination
-----------------------*/
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (min-width: 560px) {
  .pagination {
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .pagination {
    margin-top: 100px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination a,
.pagination .current_page {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #ccc;
  transition: 0.2s all;
  padding: 8px;
}
@media screen and (min-width: 560px) {
  .pagination a,
  .pagination .current_page {
    font-size: 1.3rem;
    padding: 8px 10px;
    margin: 5px 3px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .pagination a,
  .pagination .current_page {
    font-size: 1.4rem;
    padding: 10px 15px;
    margin: 8px 5px;
  }
}
@media screen and (min-width: 960px) {
  .pagination a:hover,
  .pagination .current_page:hover {
    border: 1px solid #083f99;
    background: #083f99;
    color: #fff;
  }
}
.pagination .current_page {
  background: #083f99;
  color: #fff;
  border: 1px solid #083f99;
}
@media screen and (min-width: 960px) {
  .pagination .current_page:hover {
    border: 1px solid #083f99;
  }
}

/* pagenavi
-----------------------*/
.pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
@media screen and (min-width: 560px) {
  .pagenavi {
    width: 100%;
    margin: 0px;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi {
    align-items: flex-start;
  }
}
.pagenavi_top {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .pagenavi_top {
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_top {
    width: 33.3%;
  }
}
.pagenavi_top .btn01 {
  margin-top: 0;
}
.pagenavi_top .btn01 a {
  width: 80%;
}
.pagenavi_top .btn01 a::after {
  display: none;
}
.pagenavi_next, .pagenavi_prev {
  width: 25%;
}
@media screen and (min-width: 560px) {
  .pagenavi_next, .pagenavi_prev {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_next, .pagenavi_prev {
    width: 33.3%;
  }
}
.pagenavi_next span, .pagenavi_prev span {
  position: relative;
}
.pagenavi_next span:first-of-type, .pagenavi_prev span:first-of-type {
  color: #083f99;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:first-of-type, .pagenavi_prev span:first-of-type {
    font-size: 1.6rem;
  }
}
.pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.pagenavi_next a, .pagenavi_prev a {
  text-decoration: none;
  color: #000000;
  transition: all 0.1s;
}
@media screen and (min-width: 960px) {
  .pagenavi_next a:hover, .pagenavi_prev a:hover {
    opacity: 0.6;
  }
}
.pagenavi .pagenavi_next {
  text-align: right;
}
.pagenavi .pagenavi_prev {
  text-align: left;
}

/* =============================================================
button.scss
============================================================== */
.morebtn {
  text-align: center;
  margin-top: 50px;
}
.morebtn a {
  color: #FF3709;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
}
.morebtn a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #FF3709;
  transition: width 0.3s;
}
.morebtn a:hover:before {
  transition: width 0.3s;
  width: 0%;
}

.btn01 {
  max-width: 320px;
  margin: 0 auto;
}
.btn01 a {
  background: #fff;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
  color: #FF3709;
  font-weight: bold;
  padding: 10px 20px 12px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 560px) {
  .btn01 a {
    font-size: 2rem;
    padding: 13px 20px 15px;
  }
}
@media screen and (min-width: 960px) {
  .btn01 a {
    font-size: 3.2rem;
    padding: 18px 30px 23px;
  }
}
.btn01 a:hover {
  background: #FF3709;
  color: #fff;
}

.btn02 {
  max-width: 220px;
  margin: 0 auto;
}
.btn02 a {
  background: #FF3709;
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px 12px;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 560px) {
  .btn02 a {
    font-size: 1.6rem;
    padding: 13px 20px 15px;
  }
}
@media screen and (min-width: 960px) {
  .btn02 a {
    font-size: 1.8rem;
    padding: 12px 20px 12px;
  }
}
.btn02 a:hover {
  background: #fff;
  color: #FF3709;
}

.btn03 {
  width: 260px;
  margin: 0 auto;
}
.btn03--pd {
  padding-bottom: 30px;
  padding-top: 20px;
}
@media screen and (min-width: 560px) {
  .btn03--pd {
    padding-bottom: 45px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .btn03--pd {
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
.btn03 a {
  width: 100%;
  text-align: center;
  display: block;
  background: #E4007F;
  text-decoration: none;
  color: #fff;
  padding: 16px;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
  .btn03 a {
    font-size: 1.5rem;
    padding: 18px;
  }
}
@media screen and (min-width: 960px) {
  .btn03 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn03 a i {
  margin-left: 8px;
}
.btn03 a:hover {
  background: #000;
}

.btn04 {
  width: 100%;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
.btn04 a {
  background: #084097;
  padding-top: 23px;
  padding-bottom: 23px;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  bottom: 0px;
  transition: bottom 0.3s;
}
@media screen and (min-width: 560px) {
  .btn04 a {
    padding-top: 31px;
    padding-bottom: 31px;
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 560px) {
  .btn04 a {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 960px) {
  .btn04 a {
    font-size: 3rem;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.btn04 a:before {
  position: absolute;
  width: 0;
  height: 0;
  right: 0px;
  top: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: right bottom;
}
.btn04 a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  color: #fff;
  right: 25px;
  font-size: 15px;
}
.btn04 a:hover:after {
  transition: right 0.3s;
  right: 15px;
}
.btn04 span {
  background: url(../../img/common/btn04_arrow.png) right center no-repeat;
  background-size: 30px auto;
  padding-right: 40px;
}
@media screen and (min-width: 960px) {
  .btn04 span {
    padding-right: 70px;
    background-size: auto;
  }
}
.btn04.recruit_btn {
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 560px) {
  .btn04.recruit_btn {
    margin: 0 auto 65px;
  }
}
@media screen and (min-width: 960px) {
  .btn04.recruit_btn {
    margin: 0 auto 90px;
  }
}

.googlemap_btn {
  width: 100%;
}
.googlemap_btn a {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 10px 10px 10px;
  display: block;
  position: relative;
  font-weight: bold;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s;
  text-decoration: none;
  color: "#fff";
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .googlemap_btn a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 960px) {
  .googlemap_btn a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
}
.googlemap_btn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  position: absolute;
  font-size: 18px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.googlemap_btn a:hover {
  background: #111;
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* =============================================================
form.css
============================================================== */
.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #fff5f5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #cf1212;
  padding-bottom: 10px;
  font-size: 1.3rem;
}
@media screen and (min-width: 560px) {
  .error_box p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .error_box p {
    font-size: 1.5rem;
  }
}

.submit_btn button[type=submit] {
  margin: 0px auto;
  display: block;
  width: 90%;
  max-width: 400px;
  border: 1px solid #e61010;
  color: #fff;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 138.5%;
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: #CF1212;
}

.back_btn {
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .back_btn {
    width: 60%;
  }
}

.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #000000;
  padding: 10px 0px 8px 0px;
  font-size: 1.3rem;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    padding: 15px 0px;
    font-size: 2rem;
  }
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.visitCalendar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.visitCalendar input {
  margin-right: 8px;
}

/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 100%;
}

@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 8px;
    border-radius: 3px;
  }
}
select {
  border: 1px solid #ccc;
  padding: 5px;
}

input:focus,
textarea:focus {
  border: 1px solid #217fc4;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

/* =============================================================
list.css list-style-typeを書く
============================================================== */
/* =============================================================
list.scss
============================================================== */
.c-ul_basic {
  padding-left: 20px;
}
.c-ul_basic li {
  list-style: disc;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ul_basic li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ul_basic li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.c-ol_basic {
  padding-left: 20px;
}
.c-ol_basic li {
  list-style: disc;
  font-size: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ol_basic li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ol_basic li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.c-li_attention li {
  position: relative;
  padding-left: 20px;
  text-indent: -15px;
  font-size: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-li_attention li {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .c-li_attention li {
    font-size: 1.5rem;
    line-height: 1.8;
    line-height: 1.4;
  }
}
.c-li_attention li + li {
  margin-top: 5px;
}
.c-li_attention li::before {
  content: "※";
}

.c-li_icon li {
  position: relative;
  font-size: 100%;
  font-size: 1.3rem;
  line-height: 1.8;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-li_icon li {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .c-li_icon li {
    font-size: 1.5rem;
    line-height: 1.8;
    line-height: 1.4;
  }
}
.c-li_icon li + li {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .c-li_icon li + li {
    margin-top: 8px;
  }
}

.c-li_icon--orange i {
  color: #083f99;
}

.c-li_small li {
  font-size: 1.2rem;
}
@media screen and (min-width: 560px) {
  .c-li_small li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .c-li_small li {
    font-size: 1.3rem;
  }
}

/* =============================================================
parts/title.scss
============================================================== */
/*******ttl01*********/
.ttl_cloud {
  text-align: center;
  background: url(../../img/common/ttl_cloud_bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 20px 10px;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #55362D;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 560px) {
  .ttl_cloud {
    font-size: 2.8rem;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .ttl_cloud {
    font-size: 3.6rem;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ttl01 {
  text-align: center;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 3px;
  margin-bottom: 45px;
  font-weight: bold;
  color: #55362D;
}
@media screen and (min-width: 768px) {
  .ttl01 {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .ttl01 {
    margin-bottom: 90px;
    font-size: 3.6rem;
  }
}
.ttl01--white {
  color: #fff;
}
.ttl01 .ttl01s {
  position: relative;
}
.ttl01 .ttl01s:before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -12px;
  width: 75%;
  border-bottom: 5px solid #FF3709;
}
@media screen and (min-width: 560px) {
  .ttl01 .ttl01s:before {
    bottom: -20px;
    border-width: 7px;
  }
}
@media screen and (min-width: 960px) {
  .ttl01 .ttl01s:before {
    bottom: -25px;
    border-width: 8px;
  }
}
.ttl01 .ttl01s--yellow:before {
  border-color: #FEF1AE;
}
.ttl01--br span {
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .ttl01--br span {
    display: inline;
  }
}
.ttl01--br span br {
  display: block;
}
@media screen and (min-width: 560px) {
  .ttl01--br span br {
    display: none;
  }
}

/*******ttl02*********/
.ttl02 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 2px;
  text-shadow: #000 2px 0px, #000 -2px 0px, #000 0px -2px, #000 -2px 0px, #000 2px 2px, #000 -2px 2px, #000 2px -2px, #000 -2px -2px, #000 1px 2px, #000 -1px 2px, #000 1px -2px, #000 -1px -2px, #000 2px 1px, #000 -2px 1px, #000 2px -1px, #000 -2px -1px;
  color: #E4007F;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .ttl02 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .ttl02 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .ttl02 {
    font-size: 5rem;
    margin-bottom: 50px;
  }
}
.ttl02 .deco {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}
.ttl02 .deco:before, .ttl02 .deco:after {
  content: "";
  position: absolute;
}
.ttl02 .deco:before {
  left: -9%;
  bottom: -60%;
  background: url(../../img/service/trouble_left_parson.png) left bottom no-repeat;
  background-size: contain;
  width: 30%;
  height: 190%;
}
@media screen and (min-width: 560px) {
  .ttl02 .deco:before {
    left: -2%;
  }
}
.ttl02 .deco:after {
  right: -9%;
  bottom: -60%;
  background: url(../../img/service/trouble_right_parson.png) right bottom no-repeat;
  background-size: contain;
  width: 30%;
  height: 190%;
}
@media screen and (min-width: 560px) {
  .ttl02 .deco:after {
    right: -2%;
  }
}
.ttl02__txt {
  position: relative;
  z-index: 3;
}

.ttl02__en {
  font-size: 1.4rem;
  margin-bottom: 30px;
  font-family: "Poppins", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
  font-weight: 700;
  color: #084098;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .ttl02__en {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .ttl02__en {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .ttl02__en {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
.ttl02__en span {
  position: relative;
  letter-spacing: 1px;
}
.ttl02__en span:before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -8px;
  border-bottom: 1px solid #231815;
  width: 40px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .ttl02__en span:before {
    left: 0%;
    transform: translateX(0%);
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 960px) {
  .ttl02__en span:before {
    bottom: -12px;
  }
}
.ttl02__en-center {
  text-align: center;
}
.ttl02__en-center span:before {
  left: 50%;
  transform: translateX(-50%);
}

/* =============================================================
table.css
============================================================== */
.tbl01 {
  width: 100%;
  border: 1px solid #b6b6b6;
  table-layout: fixed;
}
.tbl01 th, .tbl01 td {
  border-right: 1px solid #b6b6b6;
  width: 100%;
  display: block;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .tbl01 th, .tbl01 td {
    width: auto;
    display: table-cell;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 th, .tbl01 td {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.tbl01 th {
  padding: 10px 15px 10px 15px;
  text-align: left;
  background: #eee;
}
@media screen and (min-width: 768px) {
  .tbl01 th {
    width: 200px;
    vertical-align: top;
    font-weight: normal;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 th {
    width: 200px;
    padding: 25px;
  }
}
.tbl01 td {
  padding: 5px 15px 10px 15px;
  border-bottom: 1px solid #b6b6b6;
}
@media screen and (min-width: 768px) {
  .tbl01 td {
    padding: 15px;
    border-right: 1px solid #b6b6b6;
  }
}
@media screen and (min-width: 960px) {
  .tbl01 td {
    padding: 20px;
  }
}

/* =============================================================
keyframe.scss
============================================================== */
/*****スタッフカード interviewページ******/
.js_staffcard {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_staffcard {
    opacity: 0;
    right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .js_staffcard.js_staffcard_move {
    opacity: 1;
    right: 0px;
    transition: right 0.5s, opacity 0.5s;
  }
}

/*****製品一覧******/
.js_product {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_product {
    opacity: 0;
    transform: scale(0.97);
  }
}
@media screen and (min-width: 768px) {
  .js_product.js_product_active {
    opacity: 1;
    transform: scale(1);
    transition: top 0.5s, opacity 0.5s, transform 0.5s;
  }
}

/*****下から上へ******/
.js_fadeinup {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_fadeinup {
    top: 20px;
    opacity: 0;
    transform: scale(0.98);
  }
}
@media screen and (min-width: 768px) {
  .js_fadeinup.js_fadeinup_move {
    top: 0px;
    opacity: 1;
    transform: scale(1);
    transition: top 0.5s, opacity 0.5s, transform 0.5s;
  }
}

/**********/
.js_box {
  overflow: hidden;
}
.js_box_pos {
  position: relative;
  transform: translateY(100%);
  transition-duration: 0.8s;
  display: block;
}
.js_box_move {
  transform: translateY(0%);
  transition-duration: 0.8s;
}

/*****下から上へ******/
.js_scale {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_scale {
    opacity: 0;
    transform: scale(0.98);
  }
}
@media screen and (min-width: 768px) {
  .js_scale.js_scale_move {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s, transform 0.5s;
  }
}

@-webkit-keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
}
@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
  }
}
@keyframes anime_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes jump {
  from {
    bottom: 0;
  }
  45% {
    bottom: -10px;
  }
  55% {
    bottom: -10px;
  }
  to {
    bottom: 0;
  }
}
.move_start {
  opacity: 0;
  top: 50px;
  transition-duration: 1s;
  position: relative;
}
.move_start-sp {
  top: 0px;
}

.chara_move {
  bottom: 0;
  position: relative;
  animation-duration: 0.5s;
  animation-name: jump;
  animation-timing-function: ease-in;
}

.fade-in-up {
  transition-duration: 1s !important;
  opacity: 1 !important;
  top: 0px !important;
}

@keyframes pikapika {
  0% {
    opacity: 1;
  }
  50.0% {
    opacity: 0;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowslider {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50.0% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.js_show {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 3px 0px 3px;
  position: relative;
}
.js_show .js_show_mv {
  position: absolute;
  background: #084098;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
}
.js_show .action {
  width: 100%;
}
.js_show span {
  display: block;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #0093f2;
  text-align: center;
  font-weight: 200;
}
#loading svg {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -25px);
}
@media screen and (min-width: 560px) {
  #loading svg {
    transform: translate(0%, -30px);
  }
}
@media screen and (min-width: 960px) {
  #loading svg {
    transform: translate(0%, -35px);
  }
}
#loading .progressbar-text {
  font-size: 2.5rem;
}
@media screen and (min-width: 560px) {
  #loading .progressbar-text {
    font-size: 3rem;
  }
}
@media screen and (min-width: 960px) {
  #loading .progressbar-text {
    font-size: 3.5rem;
  }
}
#loading #loading_text span {
  display: none;
}

/* =============================================================
header
============================================================== */
#l-header {
  width: 100%;
  /*position: fixed;
  left: 0px;
  top:0px;*/
  z-index: 130;
  background: #fff;
}

.header {
  overflow: hidden;
  position: fixed;
  top: 0px;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 101;
  height: 63px;
  transition: height 0.4s;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .header {
    height: 80px;
  }
}
@media screen and (min-width: 960px) {
  .header {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
  }
}
@media (min-width: 1100px) {
  .header {
    padding-top: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    padding-top: 10px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header .logo {
  width: 180px;
}
@media screen and (min-width: 560px) {
  .header .logo {
    width: 240px;
  }
}
.header .logo--sr {
  width: 180px;
}
@media screen and (min-width: 560px) {
  .header .logo--sr {
    width: 240px;
  }
}
.header__box {
  /*overflow-y: auto;
  overflow-x: hidden;*/
  overflow: hidden;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .header__box {
    /*margin-top: 10px;*/
    padding-bottom: 0px;
    display: flex;
    align-items: center;
  }
}
.header__box ul.nav {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .header__box ul.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
  }
}
.header__box ul.nav li {
  letter-spacing: 1px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li {
    margin-left: 0.6666666667vw;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .header__box ul.nav li {
    margin-left: 10px;
  }
}
.header__box ul.nav li.pc_hide {
  display: block;
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li.pc_hide {
    display: none;
  }
}
.header__box ul.nav li a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: block;
  padding: 20px 8px;
  border-bottom: 1px solid #FF3709;
  position: relative;
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a {
    display: inline-block;
    border-bottom: none;
    padding: 0px;
    font-size: 1.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .header__box ul.nav li a {
    font-size: 1.6rem;
  }
}
.header__box ul.nav li a span {
  background: url(../../img/common/star.png) left center no-repeat;
  padding-left: 20px;
}
@media screen and (min-width: 560px) {
  .header__box ul.nav li a span {
    padding-left: 15px;
  }
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a span {
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a:before, .header__box ul.nav li a:after {
    content: "";
  }
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a:before {
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0%;
    border-bottom: 1px solid #000;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a:after {
    position: absolute;
    right: 50%;
    bottom: -8px;
    width: 0%;
    border-bottom: 1px solid #000;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a:hover:before {
    left: 50%;
    bottom: -8px;
    width: 50%;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a:hover:after {
    right: 50%;
    bottom: -8px;
    width: 50%;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a.stay:before {
    left: 50%;
    bottom: -8px;
    width: 50%;
    transition: width 0.3s;
  }
}
@media screen and (min-width: 960px) {
  .header__box ul.nav li a.stay:after {
    right: 50%;
    bottom: -8px;
    width: 50%;
    transition: width 0.3s;
  }
}
.header__btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .header__btn {
    display: none;
  }
}
.header__btn li {
  display: block;
  width: 49%;
  margin-bottom: 1.7857142857vw;
}
.header__btn li a {
  display: block;
  text-align: center;
  padding: 20px 5px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
}
.header__btn__visit a {
  background: #ffa515;
}
.header__btn__line a {
  background: #2aad39;
}
.header__btn__estimate a {
  background: #f73e3e;
}
.header__btn__contact a {
  background: #E4007F;
}

.header.active {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 101;
  transition: height 0.4s;
  padding-bottom: 90px;
}
.header.active .header__box {
  display: block;
}

.h_box {
  display: flex;
}

.h_btn {
  margin-left: 5px;
}
@media screen and (min-width: 960px) {
  .h_btn {
    margin-left: 10px;
  }
}
.h_btn:first-of-type {
  margin-bottom: 1px;
}
@media (min-width: 1100px) {
  .h_btn:first-of-type {
    margin-bottom: 0px;
  }
}
.h_btn img {
  max-width: 160px;
}
.h_btn a {
  display: block;
  opacity: 1;
}
.h_btn a:hover {
  opacity: 0.8;
}
.h_btn .sp_view {
  font-size: 2.5rem;
  color: #fff;
  padding: 8px 8px;
  border-radius: 5px;
}
@media screen and (min-width: 560px) {
  .h_btn .sp_view {
    margin-top: 3px;
    font-size: 4rem;
  }
}
.h_btn .sp_view.mail {
  background: #f73e3e;
}
.h_btn .sp_view.tel {
  display: block;
  background: #ec6c00;
}
@media screen and (min-width: 560px) {
  .h_btn .sp_view.tel {
    display: none;
  }
}
.h_btn .sp_view.line {
  background: #00b900;
}

/* =============================================================
navigation
============================================================== */
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  display: block;
}
@media screen and (min-width: 960px) {
  .openbtn {
    display: none;
  }
}
.openbtn {
  position: fixed;
  background: #FF3709;
  right: 2%;
  top: 6px;
  z-index: 101;
}
@media screen and (min-width: 560px) {
  .openbtn {
    top: 15px;
  }
}
.openbtn {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

/* =============================================================
footer
============================================================== */
/* =============================================================
footer
============================================================== */
footer {
  background: linear-gradient(#FFDEBC, #FFA088);
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.1rem;
}
@media screen and (min-width: 560px) {
  footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
  }
}

.floating {
  position: fixed;
  right: 0px;
  bottom: 0px;
  font-weight: bold;
  display: flex;
  z-index: 101;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .floating {
    display: none;
    width: auto;
    bottom: 73px;
  }
}
@media screen and (min-width: 960px) {
  .floating {
    bottom: 93px;
  }
}
.floating__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px 5px;
  height: 61px;
}
@media screen and (min-width: 560px) {
  .floating__inner {
    height: auto;
    padding: 10px 10px 10px 25px;
    width: 100%;
    max-width: 50%;
    border-right: none;
  }
}
.floating__contact {
  width: 50%;
}
.floating__contact .floating__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .floating__contact {
    width: auto;
  }
}
.floating__contact a {
  display: block;
  background: #3047ad;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  padding: 3px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .floating__contact a {
    padding: 2px 0px 2px 2px;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .floating__contact a {
    font-size: 1.6rem;
  }
}
.floating__contact {
  /*&__contact{


      @include mq-up(sm){   
          @include m-font-size(11);
      }

      @include mq-up(lg){
          @include m-font-size(12);
      }
  }
  &__tel{
      @include m-font-size(21);
      margin-bottom: 5px;
      @include mq-up(sm){    
          @include m-font-size(19);
      }
      @include mq-up(lg){
          @include m-font-size(20);
      }
  }*/
}
.floating__tel {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .floating__tel {
    width: auto;
  }
}
.floating__tel .floating__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.floating__tel a, .floating__tel .tel_bg {
  display: block;
  background: #3047ad;
  text-decoration: none;
  color: #fff;
  padding: 3px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .floating__tel a, .floating__tel .tel_bg {
    padding: 2px 0px 2px 2px;
    text-align: left;
  }
}
.floating__tel__contact {
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .floating__tel__contact {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 960px) {
  .floating__tel__contact {
    font-size: 1.2rem;
  }
}
.floating__tel__tel {
  font-size: 1.7rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .floating__tel__tel {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .floating__tel__tel {
    font-size: 1.6rem;
  }
}

.pageTop {
  position: fixed;
  right: 10px;
  bottom: 80px;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 560px) {
  .pageTop {
    right: 15px;
    bottom: 15px;
  }
}
.pageTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.9rem;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  transition: background 0.3s;
  background-color: #999;
}
@media screen and (min-width: 560px) {
  .pageTop a {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
}
.pageTop span {
  display: none;
}

/*
kotei area
-----------------------------*/
.footer_contact_linkarea {
  position: fixed;
  right: 0px;
  bottom: 100px;
  z-index: 50;
  display: none;
}

.footer_contact_linkarea li {
  width: 100px;
  margin-top: 20px;
  list-style: none;
  position: relative;
  right: -10px;
  border: 2px solid #f56d07;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  padding: 2px;
  box-sizing: border-box;
  background: #fff;
}

.footer_contact_linkarea li:hover {
  right: -2px;
}

.footer_contact_linkarea li a {
  display: none;
  padding: 15px 20px 15px 10px;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-feature-settings: "palt";
  background: #f56d07;
  border-radius: 8px 0 0 8px;
  line-height: 1.3;
}

.footer_contact_linkarea li:nth-child(2) {
  border: 2px solid #00b900;
}

.footer_contact_linkarea li:nth-child(2) a {
  background: #00b900;
}

.footer_contact_linkarea li.linkarea_visit {
  border: 2px solid #f56d07;
}

.footer_contact_linkarea li.linkarea_visit a {
  background: #f56d07;
}

.footer_contact_linkarea li i {
  font-size: 30px;
  margin-bottom: 5px;
  /*color: #f56d07;*/
}

.footer_contact_linkarea li a span {
  display: block;
}

.footer_contact_linkarea li p {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.footer_contact_linkarea li p:nth-child(2) {
  font-size: 9px;
  margin-top: 5px;
  width: 100%;
}

.footer_contact_linkarea li p:nth-child(2) span {
  padding: 0 1px;
  margin: 2px 10px 0px 10px;
  background: #fff;
}

.footer_contact_linkarea li p:nth-child(2) span:first-of-type {
  color: #00b900;
}

.footer_contact_linkarea li p:nth-child(2) span:nth-child(2) {
  color: #0091fa;
}

@media screen and (max-width: 599px) {
  .footer_contact_linkarea {
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
  }
  .footer_contact_linkarea ul {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
  }
  .footer_contact_linkarea li {
    width: 100%;
    height: 80px;
    margin-top: 0px;
    border-radius: 0;
    right: 0;
  }
  .footer_contact_linkarea li a {
    padding: 5px;
    font-size: 131%;
    border-radius: 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer_contact_linkarea li a br {
    display: none;
  }
  .footer_contact_linkarea li:hover {
    right: 0;
  }
  .footer_contact_linkarea li i {
    font-size: inherit;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .footer_contact_linkarea li a span {
    display: inline;
  }
  .footer_contact_linkarea li p:nth-child(2) span {
    display: inline-block;
    padding: 1px 10px;
    margin: 0 2px;
  }
}
@media screen and (max-width: 959px) {
  .footer_contact_linkarea li {
    height: 70px;
    padding: 0;
    border: none;
    /*width:30%;*/
  }
  .footer_contact_linkarea li:nth-of-type(2) {
    /*width:40%;*/
    border: none;
  }
  .footer_contact_linkarea li a {
    /*font-size: 100%;*/
    font-size: 3.5vw;
  }
  .footer_contact_linkarea li i {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .footer_contact_linkarea li p:first-of-type {
    display: flex;
    flex-direction: column;
  }
  .footer_contact_linkarea li p:nth-child(2) {
    display: none;
  }
  .footer_contact_linkarea li.linkarea_visit {
    border-left: 1px solid #fff;
  }
}
/* =============================================================
main.css
============================================================== */
#wrapper {
  position: relative;
  margin-top: 63px;
  padding-bottom: 67px;
}
@media screen and (min-width: 560px) {
  #wrapper {
    margin-top: 80px;
    padding-bottom: 0px;
  }
}

.content_space {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .content_space {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 960px) {
  .content_space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.content_space--pb0 {
  padding-bottom: 0px;
}

/* =============================================================
top.css
============================================================== */
.promo img {
  width: 100%;
  text-align: center;
}

/*********************/
.ecocuteChance__ttl {
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  color: #55362D;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .ecocuteChance__ttl {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .ecocuteChance__ttl {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
}
.ecocuteChance__ttl br {
  display: none;
}
@media screen and (min-width: 560px) {
  .ecocuteChance__ttl br {
    display: block;
  }
}

/*********************/
.itemBox1 {
  width: 49%;
  color: #55362D;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .itemBox1 {
    width: 48%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .itemBox1 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) {
  .btnLists ul {
    display: flex;
    justify-content: center;
    gap: 2%;
  }
}
.btnLists ul li {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btnLists ul li {
    width: 31%;
    margin-bottom: 0px;
  }
}
.btnLists ul a {
  display: block;
  padding: 16px 13px;
  background-image: linear-gradient(321deg, #f7a810, #f16100);
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 8px;
}
.btnLists ul a:hover {
  background-image: linear-gradient(321deg, #f16100, #f7a810);
}
@media screen and (min-width: 560px) {
  .btnLists ul a {
    padding: 18px 15px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .btnLists ul a {
    padding: 20px 20px;
    font-size: 1.6rem;
  }
}

/*********************/
.items__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.items__wrap1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.items__caution {
  margin-bottom: 25px;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .items__caution {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .items__caution {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}

.itemBox {
  position: relative;
  border: 2px solid #FF3709;
  width: 49%;
  padding: 5px 5px 10px;
  color: #55362D;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .itemBox {
    width: 48%;
    margin-bottom: 20px;
    padding: 10px 10px 10px;
  }
}
@media screen and (min-width: 960px) {
  .itemBox {
    margin-bottom: 30px;
  }
}
.itemBox__ph {
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
}
.itemBox__ph img {
  width: 26.7857142857vw;
}
@media screen and (min-width: 560px) {
  .itemBox__ph img {
    width: 23.9583333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__ph img {
    width: 280px;
  }
}
.itemBox__maker {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
  width: 18.75vw;
}
@media screen and (min-width: 560px) {
  .itemBox__maker {
    right: 10px;
    top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__maker {
    width: auto;
  }
}
.itemBox__caution {
  font-size: 2.3214285714vw;
  margin-top: 1.7857142857vw;
}
@media screen and (min-width: 560px) {
  .itemBox__caution {
    font-size: 1.1458333333vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__caution {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.itemBox__box {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.itemBox__box__maker {
  font-weight: 600;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 1200px) {
  .itemBox__box__maker {
    font-size: 4rem;
  }
}
.itemBox__box__title {
  font-weight: 600;
  font-size: 3.5714285714vw;
}
@media screen and (min-width: 560px) {
  .itemBox__box__title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__box__title {
    font-size: 4rem;
  }
}
.itemBox__box__caution {
  font-weight: bold;
  font-size: 3.0357142857vw;
  margin-top: 1.7857142857vw;
  line-height: 1.2;
}
@media screen and (min-width: 560px) {
  .itemBox__box__caution {
    font-size: 1.3333333333vw;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__box__caution {
    font-size: 1.4rem;
  }
}
.itemBox__box__komi {
  margin-top: 3.125vw;
}
@media screen and (min-width: 560px) {
  .itemBox__box__komi {
    margin-top: 3.125vw;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__box__komi {
    margin-top: 30px;
  }
}
.itemBox__box__komitxt {
  background: #D11919;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 3.0357142857vw;
  text-align: center;
  padding: 1.0416666667vw;
}
@media screen and (min-width: 560px) {
  .itemBox__box__komitxt {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__box__komitxt {
    font-size: 2.4rem;
    padding: 10px;
  }
}
.itemBox__box__komitxt br {
  display: none;
}
@media screen and (min-width: 560px) {
  .itemBox__box__komitxt br {
    display: block;
  }
}
.itemBox__box__komiprice {
  position: relative;
  text-decoration: line-through;
  font-weight: bold;
  padding-bottom: 3.0357142857vw;
  font-size: 5.2083333333vw;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .itemBox__box__komiprice {
    font-size: 3.3333333333vw;
    padding-bottom: 2.8125vw;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__box__komiprice {
    font-size: 3.6rem;
    padding-bottom: 10px;
  }
}
.itemBox__box__komiprice:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.515625vw;
  background: url(../../img/item/arrow.png) center bottom no-repeat;
  background-size: contain;
  width: 5.3571428571vw;
  height: 5.3571428571vw;
}
@media screen and (min-width: 560px) {
  .itemBox__box__komiprice:before {
    width: 3.125vw;
    height: 3.125vw;
    bottom: -2.8125vw;
  }
}
@media screen and (min-width: 960px) {
  .itemBox__box__komiprice:before {
    width: 30px;
    height: 30px;
    bottom: -27px;
  }
}
.itemBox__box__komiprice span {
  font-size: 70%;
}
.itemBox__box__komiprice__b {
  margin-left: 0px;
}
@media screen and (min-width: 560px) {
  .itemBox__box__komiprice__b {
    margin-left: 15px;
    margin-bottom: 5px;
  }
}
.itemBox__box__zei {
  margin-top: 20px;
  color: #D11919;
  font-weight: bold;
  font-size: 3.2142857143vw;
}
@media screen and (min-width: 560px) {
  .itemBox__box__zei {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 960px) {
  .itemBox__box__zei {
    font-size: 1.7rem;
  }
}
.itemBox__box__price {
  margin-top: 5px;
  font-size: 7.1428571429vw;
  font-weight: bold;
  text-shadow: #D11919 2px 0px, #D11919 -2px 0px, #D11919 0px -2px, #D11919 -2px 0px, #D11919 2px 2px, #D11919 -2px 2px, #D11919 2px -2px, #D11919 -2px -2px, #D11919 1px 2px, #D11919 -1px 2px, #D11919 1px -2px, #D11919 -1px -2px, #D11919 2px 1px, #D11919 -2px 1px, #D11919 2px -1px, #D11919 -2px -1px;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .itemBox__box__price {
    font-size: 5vw;
  }
}
@media screen and (min-width: 960px) {
  .itemBox__box__price {
    font-size: 6rem;
  }
}
.itemBox__box__price span {
  font-size: 40%;
  margin-left: 5px;
}
.itemBox__list {
  font-size: 3.2142857143vw;
  margin-top: 3.5714285714vw;
}
@media screen and (min-width: 560px) {
  .itemBox__list {
    font-size: 2vw;
    margin-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .itemBox__list {
    font-size: 2.4rem;
    margin-top: 50px;
  }
}
.itemBox__list__one + .itemBox__list__one {
  margin-top: 5px;
}
@media screen and (min-width: 560px) {
  .itemBox__list__one + .itemBox__list__one {
    margin-top: 8px;
  }
}
@media screen and (min-width: 960px) {
  .itemBox__list__one + .itemBox__list__one {
    margin-top: 10px;
  }
}
.itemBox__list__one span {
  display: inline-block;
}
.itemBox__list__one--red span {
  background: #F53232;
  color: #fff;
  padding: 5px 10px;
}
.itemBox__list__one--orange span {
  background: #F55932;
  color: #fff;
  padding: 5px 10px;
}
.itemBox__campaign {
  display: flex;
  margin-top: 10px;
  z-index: 1;
  position: relative;
  gap: 2px;
}
.itemBox__campaign li {
  text-align: center;
}
.itemBox__campaign li img {
  border: 1px solid #bbb;
  margin-right: 5px;
  display: block;
  padding: 3px;
  background: #fff;
  height: 16.7857142857vw;
}
@media screen and (min-width: 560px) {
  .itemBox__campaign li img {
    height: 7.8333333333vw;
  }
}
@media screen and (min-width: 960px) {
  .itemBox__campaign li img {
    height: 94px;
  }
}

/*********************/
.comparisonBox {
  color: #55362D;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .comparisonBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.comparisonBox__listbox {
  background: url(../../img/common/ptn_bg.jpg);
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .comparisonBox__listbox {
    width: 48%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .comparisonBox__listbox {
    padding: 40px;
  }
}
.comparisonBox__ttl {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
@media screen and (min-width: 560px) {
  .comparisonBox__ttl {
    margin-bottom: 40px;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 960px) {
  .comparisonBox__ttl {
    margin-bottom: 60px;
    font-size: 2rem;
  }
}
.comparisonBox__list li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
  .comparisonBox__list li {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .comparisonBox__list li {
    font-size: 1.6rem;
  }
}
.comparisonBox__list li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../../img/common/check.png) left center no-repeat;
  width: 17px;
  height: 17px;
}
.comparisonBox__list li + li {
  margin-top: 10px;
}

.deco1 {
  position: relative;
}
.deco1:before {
  content: "";
  background: url(../../img/top/nyamamoto_doco.png) left bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: -15%;
  bottom: 0px;
  width: 20%;
  height: 44%;
}
@media screen and (min-width: 768px) {
  .deco1:before {
    left: -30%;
    width: 36%;
  }
}

.deco2 {
  position: relative;
}
.deco2:before {
  content: "";
  background: url(../../img/top/nikky_deco.png) left bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: -10%;
  bottom: 0px;
  width: 20%;
  height: 44%;
}
@media screen and (min-width: 768px) {
  .deco2:before {
    right: -30%;
    width: 36%;
  }
}

.savings__txt {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .savings__txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .savings__txt {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
.savings__txt br {
  display: none;
}
@media screen and (min-width: 560px) {
  .savings__txt br {
    display: block;
  }
}
.savings__ph {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .savings__ph {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .savings__ph {
    margin-bottom: 120px;
  }
}

/*******************/
.guidelineBox__wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.guidelineBox__ph {
  display: block;
  padding-left: 0px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .guidelineBox__ph {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .guidelineBox__inner {
    display: flex;
    justify-content: end;
    padding-right: 30px;
    padding-bottom: 12%;
    position: relative;
    margin-bottom: 20%;
    max-height: 520px;
  }
  .guidelineBox__inner:nth-of-type(2n) {
    justify-content: start;
    padding-left: 30px;
  }
}
.guidelineBox__inner:before {
  position: absolute;
  width: 60%;
  height: 120px;
}
@media screen and (min-width: 560px) {
  .guidelineBox__inner:before {
    height: 138%;
  }
}
.guidelineBox__inner:nth-of-type(2n) .guidelineBox__ph {
  padding-left: 20px;
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .guidelineBox__inner.g_deco1 {
    background: url(../../img/top/point_circle_bg.png) right top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .guidelineBox__inner.g_deco1:before {
    content: "";
    background: url(../../img/top/guideline01.png) right top no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .guidelineBox__inner.g_deco2 {
    background: url(../../img/top/point_circle_bg.png) left top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .guidelineBox__inner.g_deco2:before {
    content: "";
    background: url(../../img/top/guideline02.png) left top no-repeat;
    background-size: cover;
    right: 0px;
    top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .guidelineBox__inner.g_deco3 {
    background: url(../../img/top/point_circle_bg.png) right top no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .guidelineBox__inner.g_deco3:before {
    content: "";
    background: url(../../img/top/guideline03.png) right top no-repeat;
    background-size: cover;
    left: 0px;
    top: 0px;
  }
}
.guidelineBox__box {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .guidelineBox__box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .guidelineBox__box {
    width: 35%;
  }
}
@media screen and (min-width: 960px) {
  .guidelineBox__box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.guidelineBox__point {
  font-size: 2.5rem;
  font-weight: bold;
  color: #F3E172;
  text-shadow: #FF3709 2px 0px, #FF3709 -2px 0px, #FF3709 0px -2px, #FF3709 -2px 0px, #FF3709 2px 2px, #FF3709 -2px 2px, #FF3709 2px -2px, #FF3709 -2px -2px, #FF3709 1px 2px, #FF3709 -1px 2px, #FF3709 1px -2px, #FF3709 -1px -2px, #FF3709 2px 1px, #FF3709 -2px 1px, #FF3709 2px -1px, #FF3709 -2px -1px;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .guidelineBox__point {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 960px) {
  .guidelineBox__point {
    font-size: 3.8rem;
  }
}
.guidelineBox__ttl {
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #55362D;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .guidelineBox__ttl {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .guidelineBox__ttl {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
.guidelineBox__txt {
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #55362D;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  .guidelineBox__txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .guidelineBox__txt {
    font-size: 1.8rem;
  }
}

/*******************/
.reason {
  padding-top: 20px;
}
@media screen and (min-width: 560px) {
  .reason {
    padding-top: 70px;
  }
}
@media screen and (min-width: 560px) {
  .reason {
    padding-top: 0px;
  }
}

@media screen and (min-width: 560px) {
  .reasonBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .reasonBox {
    margin-bottom: 170px;
  }
}
.reasonBox__one {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .reasonBox__one {
    width: 30%;
    margin-bottom: 0px;
  }
}
.reasonBox__one__ttl {
  text-align: center;
}
.reasonBox__one__ttl img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .reasonBox__one__ttl img {
    width: 100%;
  }
}
.reasonBox__one__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #55362D;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .reasonBox__one__txt {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .reasonBox__one__txt {
    margin-top: 40px;
    font-size: 2rem;
  }
}

/***********************/
.voice {
  background: linear-gradient(#FFDEBC, #FFA088);
}
@media screen and (min-width: 768px) {
  .voice__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.voice__box {
  border: 3px solid #55362D;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .voice__box {
    padding: 35px 25px;
  }
}
@media screen and (min-width: 768px) {
  .voice__box {
    width: 32%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .voice__box {
    padding: 40px 30px;
  }
}
.voice__box__ttl {
  color: #55362D;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .voice__box__ttl {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .voice__box__ttl {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.voice__box__ph {
  text-align: center;
}
.voice__box__txt {
  margin-top: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  color: #55362D;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  .voice__box__txt {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .voice__box__txt {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

/*********************/
.btobReform {
  position: relative;
  padding-top: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 560px) {
  .btobReform {
    padding-top: 75px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .btobReform {
    padding-top: 90px;
    margin-bottom: 130px;
  }
}
.btobReform:before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #E95506;
  width: 30px;
  height: 15px;
  right: 50%;
  transform: translateX(50%);
  top: 0px;
}
@media screen and (min-width: 560px) {
  .btobReform:before {
    width: 60px;
    height: 30px;
  }
}
@media screen and (min-width: 960px) {
  .btobReform:before {
    width: 80px;
    height: 40px;
  }
}
.btobReform__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .btobReform__ttl {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .btobReform__ttl {
    font-size: 4.8rem;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .btobReform__ttl {
    font-size: 5.2rem;
  }
}
.btobReform__ttl .small {
  display: block;
  font-size: 65%;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .btobReform__ttl .small {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .btobReform__ttl .small {
    margin-bottom: 15px;
  }
}
.btobReform__ttl .color {
  color: #FF3709;
}
.btobReform__consul {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .btobReform__consul {
    margin-bottom: 45px;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 960px) {
  .btobReform__consul {
    margin-bottom: 70px;
    font-size: 2.4rem;
  }
}
.btobReform__consul span {
  position: relative;
}
@media screen and (min-width: 560px) {
  .btobReform__consul span:before {
    content: "";
    position: absolute;
    left: -35px;
    bottom: 0px;
    width: 2px;
    height: 120%;
    border-right: 1px solid #000;
    transform: rotate(-35deg);
    transform-origin: center;
  }
}
@media screen and (min-width: 560px) {
  .btobReform__consul span:after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: 0px;
    width: 2px;
    height: 120%;
    border-right: 1px solid #000;
    transform: rotate(35deg);
    transform-origin: center;
  }
}
.btobReform__list {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .btobReform__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.btobReform__list li {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .btobReform__list li {
    width: 49%;
  }
}
.btobReform__list li img {
  width: 100%;
}

/**********************/
.group {
  padding: 30px 20px;
}
@media screen and (min-width: 560px) {
  .group {
    padding-top: 6.25vw;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .group {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.group__inner {
  text-align: center;
  margin: 0 auto;
}
.group__ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .group__ttl {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .group__ttl {
    margin-bottom: 30px;
  }
}
.group__txt {
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .group__txt {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .group__txt {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
.group__txt p {
  line-height: 1.4;
}
.group__txt p + p {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .group__txt p + p {
    margin-top: 20px;
  }
}
.group__txt span {
  color: #ED2121;
  font-size: 150%;
}
@media screen and (min-width: 960px) {
  .group__txt span {
    font-size: 200%;
  }
}
.group__txt br {
  display: none;
}
@media screen and (min-width: 560px) {
  .group__txt br {
    display: block;
  }
}
.group__medal {
  display: flex;
  justify-content: space-between;
}
.group__medal li {
  width: 32%;
}

/**************************/
.flow {
  background: #FFF462;
}
.flow__inner {
  counter-reset: number 0;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    display: flex;
    justify-content: space-between;
  }
}
.flow__num {
  color: #fff;
  position: relative;
  background: #B9ACA2;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .flow__num {
    height: 260px;
    width: 5%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .flow__num {
    height: 300px;
    width: 4%;
  }
}
.flow__num__number {
  height: 100%;
  font-size: 15px;
  padding: 7px 0px;
  text-align: center;
  background: #7F7C7C;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow__num__number {
    padding: 8px 0px;
    width: 100%;
    height: 38px;
    font-size: 20px;
  }
}
.flow__num__number--chk {
  background: #FF3709;
}
.flow__num:after {
  content: "";
  background: #FF3709;
  position: absolute;
  bottom: -26px;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 11.9175359259px;
}
@media screen and (min-width: 768px) {
  .flow__num:after {
    clip-path: polygon(0 0, 80% 50%, 0 100%);
    height: 17.3205080757px;
    right: -107%;
    bottom: auto;
    top: 50%;
    width: 15px;
  }
}
@media screen and (min-width: 960px) {
  .flow__num:after {
    right: -140%;
  }
}
.flow__num:last-child:after {
  display: none;
}
.flow__num__txt {
  font-size: 1.5rem;
  padding: 8px 0px;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .flow__num__txt {
    font-size: 1.6rem;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 960px) {
  .flow__num__txt {
    font-size: 2rem;
  }
}
.flow__num--chk {
  background: #ED6D00;
}
.flow__num span {
  display: block;
  height: stretch;
}

/*****************/
.faq {
  background: #FFEEB5;
}
.faq__inner {
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.faq__ttl {
  color: #fff;
  background: linear-gradient(#FFDEBC, #FFA088);
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 18px 10px 38px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 3px;
  letter-spacing: 10px;
}
@media screen and (min-width: 560px) {
  .faq__ttl {
    font-size: 2.7rem;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .faq__ttl {
    font-size: 3.2rem;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.faq__box {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .faq__box {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .faq__box {
    padding: 40px;
  }
}
.faq__qa {
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 10px 0px;
  background: #fff;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .faq__qa {
    padding-bottom: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .faq__qa {
    padding-bottom: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
.faq__q {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.6;
  min-height: 32px;
  background: url(../../img/top/question.png) left top no-repeat;
  padding-left: 50px;
}
@media screen and (min-width: 560px) {
  .faq__q {
    line-height: 2;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .faq__q {
    margin-bottom: 18px;
    font-size: 2rem;
  }
}
.faq__a {
  font-size: 1.3rem;
  line-height: 1.6;
  background: url(../../img/top/answer.png) left 10px no-repeat;
  padding-left: 30px;
  margin-left: 20px;
}
@media screen and (min-width: 560px) {
  .faq__a {
    line-height: 2;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .faq__a {
    font-size: 1.6rem;
  }
}

.lineWrap {
  background: #2AAD39;
  padding-top: 35px;
  padding-bottom: 40px;
}

.lineBox {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1290px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .lineBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 960px) {
  .lineBox {
    padding-bottom: 50px;
  }
}
.lineBox__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lineBox__left {
    width: 73%;
  }
}
.lineBox__right {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .lineBox__right {
    width: 25%;
    margin-top: 0px;
  }
}
.lineBox__right img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .lineBox__right img {
    width: auto;
  }
}

.stepBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #333;
}
.stepBox__list {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .stepBox__list {
    width: 33.3333%;
  }
}
.stepBox__list img {
  width: 100%;
  height: 100%;
}

/****************/
.first_hide {
  display: none;
}

.worksBox {
  background: #f0eef1;
  padding: 4.4642857143vw 3.5714285714vw;
  margin-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .worksBox {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .worksBox {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 560px) {
  .worksBox {
    width: 48%;
    padding: 2.6041666667vw 2.0833333333vw;
  }
}
@media screen and (min-width: 960px) {
  .worksBox {
    padding: 25px 20px;
  }
}
.worksBox__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.worksBox__ph {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.worksBox__ph:before {
  content: "";
  background: url(../../img/works/works_arrow.png);
  background-size: contain;
  width: 25px;
  height: 36px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
}
.worksBox__ph__img {
  position: relative;
  width: 49%;
}
.worksBox__ph__img img {
  width: 100%;
}
.worksBox__before, .worksBox__after {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 5px 8px;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .worksBox__before, .worksBox__after {
    padding: 6px 9px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .worksBox__before, .worksBox__after {
    padding: 7px 10px;
    font-size: 1.4rem;
  }
}
.worksBox__before {
  background: #f16100;
}
.worksBox__after {
  background: #c72013;
}
.worksBox__btn {
  text-align: center;
  background: #273551;
  border-radius: 30px;
  color: #fff;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 560px) {
  .worksBox__btn {
    padding: 1.5625vw 1.0416666667vw;
    font-size: 2.0833333333vw;
    max-width: 320px;
  }
}
@media screen and (min-width: 960px) {
  .worksBox__btn {
    padding: 15px 10px;
    font-size: 2rem;
  }
}

.worksInfo {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: #f7f5f7;
  margin-top: 4.1071428571vw;
  padding: 4.4642857143vw 3.5714285714vw;
}
@media screen and (min-width: 560px) {
  .worksInfo {
    margin-top: 2.3958333333vw;
    padding: 2.0833333333vw;
  }
}
@media screen and (min-width: 960px) {
  .worksInfo {
    padding: 20px;
    margin-top: 23px;
  }
}
.worksInfo__inner {
  border-top: 1px solid #b6874a;
  padding-top: 3.5714285714vw;
}
@media screen and (min-width: 560px) {
  .worksInfo__inner {
    padding-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 960px) {
  .worksInfo__inner {
    padding-top: 20px;
  }
}
.worksInfo__hojyokin {
  margin-bottom: 15px;
}
.worksInfo__hojyokin li {
  background: url(../../img/works/works_deco1.png) left center no-repeat;
  padding-left: 20px;
  font-size: 1.2rem;
}
@media screen and (min-width: 560px) {
  .worksInfo__hojyokin li {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 960px) {
  .worksInfo__hojyokin li {
    font-size: 1.4rem;
  }
}
.worksInfo__hojyokin li + li {
  margin-top: 8px;
}
.worksInfo__price {
  text-align: center;
}
.worksInfo__price__txt {
  font-size: 3.0357142857vw;
}
@media screen and (min-width: 560px) {
  .worksInfo__price__txt {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .worksInfo__price__txt {
    font-size: 1.7rem;
  }
}
.worksInfo__price__txt strong {
  font-size: 250%;
  color: #ae1004;
  font-weight: 700;
}
.worksInfo__price__txt strong span {
  font-size: 1.8rem;
}
@media screen and (min-width: 560px) {
  .worksInfo__price__txt strong span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1200px) {
  .worksInfo__price__txt strong span {
    font-size: 1.7rem;
  }
}
.worksInfo__information {
  margin-top: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 560px) {
  .worksInfo__information {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (min-width: 960px) {
  .worksInfo__information {
    margin-top: 20px;
  }
}
.worksInfo__information {
  background: #fff;
}
.worksInfo__information__inner {
  padding: 2.6785714286vw 3.5714285714vw;
}
@media screen and (min-width: 560px) {
  .worksInfo__information__inner {
    padding: 1.5625vw 2.0833333333vw;
  }
}
@media screen and (min-width: 960px) {
  .worksInfo__information__inner {
    padding: 15px 20px;
  }
}
.worksInfo__information__inner dl {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: 1;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .worksInfo__information__inner dl {
    font-size: 1.4583333333vw;
  }
}
@media screen and (min-width: 960px) {
  .worksInfo__information__inner dl {
    font-size: 1.4rem;
  }
}
.worksInfo__information__inner dl + dl {
  margin-top: 8px;
}
.worksInfo__information__inner dl dt {
  width: 70px;
  border-right: 2px solid #e1dad6;
}
@media screen and (min-width: 560px) {
  .worksInfo__information__inner dl dt {
    width: 8.3333333333vw;
  }
}
@media screen and (min-width: 960px) {
  .worksInfo__information__inner dl dt {
    width: 80px;
  }
}
.worksInfo__information__inner dl dd {
  flex: 1;
  margin-left: 10px;
}
.worksInfo__information__ttl {
  background: #273551;
  text-align: center;
  color: #fff;
  padding: 1.7857142857vw 0.8928571429vw 2.1428571429vw;
}
@media screen and (min-width: 560px) {
  .worksInfo__information__ttl {
    padding: 1.0416666667vw 0.5208333333vw 1.25vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 960px) {
  .worksInfo__information__ttl {
    padding: 10px 5px 12px;
    font-size: 1.6rem;
  }
}

/* =============================================================
contact.css
============================================================== */
.contact {
  /*width: calc(100% + 40px);*/
  /*margin:0px -20px;*/
}
.contact .contact-coution {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media screen and (min-width: 560px) {
  .contact .contact-coution {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .contact .contact-coution {
    font-size: 1.5rem;
  }
}

.visitCalendar {
  margin-bottom: 10px;
}
.visitCalendar_calendar {
  margin-right: 10px;
}

/* table
------------------------------*/
.form_tbl {
  margin-bottom: 40px;
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .form_tbl {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.form_tbl.tbl01 {
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  border-left: none;
  border-right: none;
}
.form_tbl.tbl01 th, .form_tbl.tbl01 td {
  width: 100%;
  display: block;
  border-right: none;
  font-size: 14px;
}
@media screen and (min-width: 560px) {
  .form_tbl.tbl01 th, .form_tbl.tbl01 td {
    display: table-cell;
    width: auto;
    font-size: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl.tbl01 th, .form_tbl.tbl01 td {
    font-size: 16px;
  }
}
.form_tbl.tbl01 th {
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
  font-weight: normal;
}
@media screen and (min-width: 560px) {
  .form_tbl.tbl01 th {
    width: 185px;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl.tbl01 th {
    width: 250px;
    padding: 25px;
  }
}
.form_tbl th {
  background: #f9f9f9;
  font-weight: bold;
}
.form_tbl th span:not(.material-icons) {
  font-size: 12px;
  color: #fff;
  background: #111;
  padding: 3px 5px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 560px) {
  .form_tbl th span:not(.material-icons) {
    top: -2px;
  }
}
.form_tbl th.th_required {
  background: #ffebeb;
}
.form_tbl th.th_required span {
  background: #CF1212;
}
.form_tbl td {
  padding: 15px 15px 20px 15px;
}
@media screen and (min-width: 560px) {
  .form_tbl td {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .form_tbl td {
    padding: 25px;
  }
}
.form_tbl td input + p {
  margin-top: 10px;
}
.form_tbl td p {
  font-size: 12px;
}
@media screen and (min-width: 560px) {
  .form_tbl td p {
    font-size: 13px;
  }
}

.contact_yoboform {
  padding: 0px 20px 15px 20px;
}
@media screen and (min-width: 560px) {
  .contact_yoboform {
    padding: 0 0 15px 0;
  }
}
.contact_yoboform h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
  font-size: 2rem;
  margin-bottom: 15px;
  border-left: 5px solid #111;
  padding-left: 5px;
}
@media screen and (min-width: 560px) {
  .contact_yoboform h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .contact_yoboform h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .contact_yoboform h3 + p {
    display: none;
  }
}

.form_tbl_yobo th {
  border-bottom: 1px solid #b6b6b6;
}
.form_tbl_yobo th.tdopen {
  border-bottom: 1px solid #fff;
}
.form_tbl_yobo th p {
  position: relative;
  width: 100%;
}
.form_tbl_yobo th .material-icons {
  font-size: 200%;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (min-width: 960px) {
  .form_tbl_yobo th .material-icons {
    display: none;
  }
}

.cont_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_list::after {
  content: "";
  display: block;
  width: 32%;
}
.cont_list li {
  margin-bottom: 10px;
  width: 32%;
}
@media screen and (max-width: 959px) {
  .cont_list input {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .cont_list label {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
  }
  .cont_list label input {
    margin-top: -2px;
  }
  .cont_list input:checked + label {
    background: #DBCB70;
  }
}

/* privacy check */
.contact_privacy {
  width: 100%;
  padding: 20px;
  background: #eee;
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .contact_privacy {
    margin-bottom: 50px;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 960px) {
  .contact_privacy {
    margin-bottom: 60px;
    padding: 30px 40px;
  }
}

/* thanks
------------------------------*/
.contact_thanks {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .contact_thanks {
    text-align: center;
    margin-top: 50px;
  }
}
.contact_thanks .sp_none {
  display: none;
}
@media screen and (min-width: 560px) {
  .contact_thanks .sp_none {
    display: inline;
  }
}