/*
Theme Name: hybrid-battery-reproduction
Description: HEVバッテリー修理専門店 のテーマ
Version: 1.0
Author:	GRACE
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/


@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap');

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, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,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;
}

/* Reset+ */

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

img {
	border:none;
	vertical-align: bottom;
    width:100%;
    height:auto;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* Common */

body {
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" ,  "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
    color: #cfd6e2;
}
body > b,
body > br {
    display: none;
}

.serif {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 16px;
}

h2,
h3,
h4 {
    line-height: 1.25;
    color: #000;
}

h2,
h3,
h4,
h2 span,
h3 span,
h4 span {
    font-weight: bold;
    color: #000;
}

a {
  color: #000;
  text-decoration:none;
  cursor: pointer;
}

p,
ul li,
ol li,
dl dt,
dl dt dd,
table th,
table td {
    color: #000;
}

a:hover {
  opacity: .5;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover img {
	opacity: .5;
	-webkit-transition: all .3s;
	transition: all .3s;
}

input {
    cursor: pointer;
}

/* ==============================================================================================================

共通

============================================================================================================== */
.container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}

:root {
    --gray: #cfd6e2;
    --red: #a20b0b;
    --navy: #11316c;
    --black: #000;
    --yellow: #f8e146;
    --white: #fff;
    --text_shadow:
    4px  4px 3px #ffffff,
   -4px  4px 3px #ffffff,
    4px -4px 3px #ffffff,
   -4px -4px 3px #ffffff,
    4px  0px 3px #ffffff,
    0px  4px 3px #ffffff,
   -4px  0px 3px #ffffff,
    0px -4px 3px #ffffff; 
}
@keyframes floating-y {
    0% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(5%);
    }
}

/* ==============================================================================================================

PC

============================================================================================================== */
/* -----------------------
 header
----------------------- */
/* #top {
    margin-top: -28px;
} */
header {
    width: 100%;
    background-color: var(--white);
}
.header__tagline {
    background-color: var(--gray);
    font-size: 10px;
    padding: 5px 0;
}
.header__menu {
    justify-content: space-between;
    padding: 5px 0;
}
.header__menu__logo {
    width: 45%;
    display: flex;
    align-items: center;
}
.header__menu__logo h1 {
    font-size: 30px;
    font-size: clamp(30px,3vw,38px);
    font-weight: bold;
    letter-spacing: 2px;
}
.header__menu__inner {
    width: 55%;
    justify-content: flex-end;
}
.header__menu__maker {
    width: 20%;
    margin: 0 5px;
}
.header__menu__card {
    width: 25.5%;
    margin: 0 5px;
}
.header__menu__tel {
    width: 55%;
    margin: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__menu__tel:has(a:empty) {
    display: none; /* 電話番号非入力時親要素ごと非表示 */
}
.header__menu__tel a {
    color: var(--red);
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    line-height: 1;
    display: block;
    text-align: center;
}
.header__menu__tel a::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 30px;
    background-image: url(images/header-icon-tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: initial;
    margin-right: .25em;
}
.header__menu__tel p {
    text-align: left;
    line-height: 1.25;
}
.header__sp {
    display: none;
}
header nav {
    background-color: var(--navy);
}
header nav .flex {
    justify-content: space-between;
}
header nav a {
    display: block;
    padding: 30px 0;
    color: #fff;
    font-weight: bold;
}

/* -----------------------
 MV
----------------------- */
.mv {
    background-image: url(images/mv-bg-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
    margin-bottom: 50px;
}
.mv .mv__txt__yomigaeru {
    width: 50%;
    margin: 0 auto;
}
.mv .mv__txt__omakase {
    width: 60%;
    margin: 0 auto;
}
.mv .flex {
    justify-content: space-between;
}
.mv .mv__txt__price {
    width: 48%;
}
.mv .mv__txt__price__hev {
    color: var(--white);
    font-weight: bold;
    font-size: 25px;
    text-decoration: underline;
    display: inline-block;
    text-align: center;
    margin: 0 0 5px 0.75em;
}
.mv .mv__txt__price__yen {
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    margin-left: .5em;
    text-shadow: var(--text_shadow);
}
.mv .mv__txt__price__yen span {
    font-size: 80px;
    color: var(--red);
    font-weight: bold;
}
.mv .mv__txt__price__motto {
    width: 90%;
}
.mv .mv__txt__point {
    width: 48%;
    display: flex;
    align-items: center;
}

/* -----------------------
 sec01 メーカーロゴ
----------------------- */
.sec01 {
    margin-bottom: 50px;
}
.sec01 .sec01__inner {
    border: 1px solid var(--gray);
    padding: 30px 100px;
    width: 100%;
}
.sec01 .sec01__inner .flex {
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.sec01 .sec01__inner__maker {
    width: 15%;
}
.sec01 .sec01__inner p {
    font-size: 20px;
}

/* -----------------------
 sec02 キャンペーン
----------------------- */
.sec02 {
    background-color: var(--yellow);
    margin-bottom: 30px;
}
.sec02:has(.sec02__contents__gentei:empty) {
    display: none; /* キャンペーン情報非入力時親要素ごと非表示 */
}
.sec02 .sec02__title {
    background-color: var(--navy);
}
.sec02 .sec02__title h2 {
    width: 40%;
    margin: 0 auto;
    padding: 20px 0;
}
.sec02 .sec02__contents .container {
    padding: 30px 0 20px;
}
.sec02 .sec02__contents p {
    text-align: center;
    font-weight: bold;
    line-height: 1.25;
}
.sec02 .sec02__contents__gentei {
    font-size: 25px;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.sec02 .sec02__contents__gentei::after {
    content: '';
    display: block;
    width: 580px;
    height: 13px;
    background-image: url(images/sec02-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto;
}
.sec02 .sec02__contents__campaign {
    color: var(--navy);
    font-size: 35px;
}
.sec02 .sec02__contents__offer {
    font-size: 50px;
    color: var(--red);
}
.sec02 .sec02__date {
    background-color: var(--navy);
    color: var(--white);
    text-align: center;
}
.sec02 .sec02__date p {
    font-size: 20px;
    padding: 5px 0;
    color: var(--white);
}

/* -----------------------
 sec03 エリア
----------------------- */
.sec03 {
    margin-bottom: 30px;
}
.sec03 .sec03__inner {
    width: 90%;
    margin: 0 auto;
}
.sec03 .sec03__inner h2 {
    font-size: 30px;
    color: var(--white);
    background-color: var(--black);
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
}
.sec03 .sec03__inner p {
    border: 1px solid var(--gray);
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    line-height: 2;
    padding: 30px 50px;
    background-image: url(images/sec03-icon-pin.png);
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: 95% bottom;
}

/* -----------------------
 sec04 CTA
----------------------- */
.sec04 {
    border-top: 10px solid var(--red);
    background-image: url(images/sec04-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--white);
    text-align: center;
    margin-bottom: 30px;
}
.sec04 .container {
    padding: 30px 0;
}
.sec04 h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: var(--white);
}
.sec04 h2 span {
    font-size: 45px;
    color: var(--yellow);
}
.sec04 .sec04__point {
    width: 40%;
    margin: 0 auto 20px;
}
.sec04 .sec04__imasugu,
.sec04 .sec04__soudan {
    font-size: 25px;
    font-weight: bold;
    color: var(--white);
    line-height: 1.25;
}
.sec04 .sec04__imasugu span,
.sec04 .sec04__soudan span {
    color: var(--yellow);
    font-weight: bold;
}
.sec04 .sec04__imasugu::after {
    content: '';
    display: block;
    width: 580px;
    height: 13px;
    background-image: url(images/sec04-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto 20px;
}
.sec04 .sec04__imasugu {
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.sec04 .sec04__empty {
    background-color: var(--red);
    border: 3px solid var(--white);
    border-radius: 10px;
    display: block;
    font-weight: bold;
    width: 45%;
    margin: 0 auto 20px;
    color: var(--white);
    font-size: 43px;
    padding: 5px 0;
    box-shadow: 8px 8px 0px 0px #000;
}
.sec04 .sec04__empty:has(.sec04__tel:empty) {
    display: none; /* 電話番号非入力時親要素ごと非表示 */
}
.sec04 .sec04__tel {
    color: var(--white);
}
.sec04 .sec04__tel::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 30px;
    background-image: url(images/sec04-icon-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: initial;
    margin-right: .25em;
}
.sec04 .sec04__empty p {
    text-align: center;
    color: var(--white);
    font-size: 26px;
}
.sec04 .sec04__empty p.tel__sp {
    display: none;
}
.sec04 .flex {
    justify-content: center;
    margin-bottom: 10px;
}
.sec04 .flex p {
    font-size: 18px;
    margin: 0 10px;
}

/* -----------------------
 sec05 クレジットカード
----------------------- */
.sec05 {
    margin-bottom: 30px;
}
.sec05 .sec05__inner {
    width: 90%;
    margin: 0 auto;
    border: 1px solid var(--gray);
    padding: 30px;
}
.sec05 .sec05__inner h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.sec05 .sec05__inner p {
    width: 70%;
    margin: 0 auto;
}

/* -----------------------
 sec06 簡単フォーム
----------------------- */
.sec06.contact__form {
    border: none;
}

/* -----------------------
 sec07 故障の予兆
----------------------- */
.sec07 {
    border-top: 10px solid var(--navy);
    background-color: var(--yellow);
    color: var(--white);
    text-align: center;
    margin-bottom: 30px;
}
.sec07 .sec07__yocho {
    background-image: url(images/sec07-bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 100px;
}
.sec07 .sec07__yocho h2 {
    width: 60%;
    margin: 0 auto 20px;
}
.sec07 .sec07__checklist {
    width: 65%;
    margin: 0 auto;
    justify-content: space-between;
}
.sec07 .sec07__checklist::after {
    content: '';
    display: block;
    width: 580px;
    height: 13px;
    background-image: url(images/sec04-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px auto;
}
.sec07 ul {
    text-align: left;
}
.sec07 ul li {
    font-size: 25px;
    color: var(--white);
}
.sec07 ul li span {
    color: var(--yellow);
    font-weight: bold;
}
.sec07 ul li::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 25px;
    background-image: url(images/sec07-icon-check.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: initial;
    margin-right: .25em;
}
.sec07 .sec07__yocho p {
    font-size: 35px;
    font-weight: bold;
    color: var(--navy);
    text-shadow: var(--text_shadow);
}
.sec07 .sec07__yocho p span.break {
    display: inline-block;
    font-weight: bold;
}
.sec07 .sec07__yocho p span:nth-of-type(2) {
    font-size: 45px;
    color: var(--red);
    font-weight: bold;
}
.sec07 .sec07__onayami {
    background-image: url(images/sec07-bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
}
.sec07 .sec07__onayami h3 {
    width: 60%;
    position: absolute;
    top: -130%;
    left: 18%;
}
.sec07 .sec07__onayami ul {
    text-align: left;
    width: 60%;
    margin: 0 auto;
}
.sec07 .sec07__kaiketsu {
    padding: 40px 0 0;
}
.sec07 .sec07__kaiketsu .container {
    background-image: url(images/sec07-img-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.sec07 .sec07__kaiketsu h3 {
    color: var(--navy);
    text-shadow: var(--text_shadow);
    font-size: 40px;
    text-align: left;
    margin-bottom: 30px;
}
.sec07 .sec07__kaiketsu h3 span.senmonten {
    font-size: 55px;
}
.sec07 .sec07__kaiketsu h3 span.kaiketsu {
    font-size: 70px;
    color: var(--red);
}
.sec07 .sec07__kaiketsu h3 span.break {
    display: inline-block;
}
.sec07 .sec07__kaiketsu__txt {
    width: 55%;
    padding-bottom: 60px;
}

/* -----------------------
 sec08 ディーラーの場合…
----------------------- */
.sec08 {
    margin-bottom: 30px;
}
.sec08 .flex {
    justify-content: space-between;
    align-items: center;
}
.sec08 .sec08__box {
    width: 48%;
}
.sec08 .sec08__box h2 {
    font-size: 30px;
    text-align: center;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    line-height: 1.25;
}
.sec08 .sec08__box__txt {
    font-size: 25px;
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--gray);
    line-height: 1.5;
}
.sec08 .sec08__box__dealer h2 {
    background-color: var(--black);
    color: var(--white);
}
.sec08 .sec08__box__dealer .sec08__box__txt span {
    font-size: 30px;
    font-weight: bold;
}
.sec08 .sec08__box__us {
    position: relative;
}
.sec08 .sec08__box__us h2 {
    background-color: var(--yellow);
    color: var(--navy);
}
.sec08 .sec08__box__us .sec08__box__txt {
    padding: 80px 30px 20px;
}
.sec08 .sec08__box__us .sec08__box__txt span {
    font-weight: bold;
    color: var(--navy);
}
.sec08 .sec08__box__copy {
    background-color: var(--red);
    text-align: center;
    color: var(--white);
    padding: 15px;
    margin-top: -20px;
    width: 95%;
    margin: -50px auto 0;
    font-weight: bold;
    font-size: 25px;
    position: absolute;
    left: 2.5%;
    line-height: 1.25;
    background-image: url(images/sec08-icon.png);
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.sec08 .sec08__box__copy span.syuuri {
    font-size: 35px;
    font-weight: bold;
}
.sec08 .sec08__box__copy span.hosoku {
    font-size: 20px;
}

/* -----------------------
 sec09 専門店の当店なら
----------------------- */
.sec09 {
    border-top: 10px solid var(--yellow);
    padding: 50px 0;
    background-size: auto auto;
    background-color: rgba(22, 49, 101, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(18, 39, 81, 1) 4px, rgba(18, 39, 81, 1) 8px );
}
.sec09 h2 {
    margin: 0 auto 40px;
    width: 60%;
}
.sec09 .sec09__list {
    justify-content: space-between;
    margin-bottom: 50px;
}
.sec09 .sec09__list p {
    width: 19%;
}
.sec09 .sec09__box {
    margin-top: -200px;
    padding-top: 200px;
}
.sec09 .sec09__box h3 {
    background-color: var(--yellow);
    color: var(--navy);
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 30px;
    line-height: 1.25;
    padding: 20px;
}
.sec09 .sec09__box p {
    width: 50%;
    padding: 30px;
}
.sec09 .sec09__box__img {
    background-color: #f3f7fe;
    display: flex;
    align-items: center;
    border-radius: 0 0 0 10px;
}
.sec09 .sec09__box__txt {
    background-color: var(--white);
    font-size: 20px;
    line-height: 1.75;
    border-radius: 0 0 10px 0;
}
.sec09 .sec09__box__txt span {
    font-weight: bold;
}

/* -----------------------
 sec18 リビルトバッテリー
----------------------- */
.sec18 {
    border-top: 10px solid var(--yellow);
    background-image: url(images/sec18-bg-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.sec18 h2 {
    text-align: center;
    color: var(--white);
    font-size: 40px;
    margin-bottom: 50px;
}
.sec18 h2 span.break {
    color: var(--white);
    display: inline-block;
}
.sec18 h2 span:nth-of-type(3) {
    color: var(--yellow);
}
.sec18 .flex {
    justify-content: space-between;
}
.sec18 .sec18__box__txt {
    line-height: 2;
    color: var(--white);
    font-size: 20px;
    width: 60%;
}
.sec18 .sec18__box__txt span {
    font-weight: bold;
    color: var(--yellow);
}
.sec18 .sec18__box__img {
    width: 35%;
    background-color: var(--white);
    padding: 20px;
    position: relative;
}
.sec18 .sec18__box__img__fee {
    position: absolute;
    top: 25%;
    right: 9%;
    font-weight: bold;
    color: var(--red);
    font-size: 25px;
    line-height: 1;
    text-align: center;
}
.sec18 .sec18__box__img__fee span {
    font-size: 50px;
    font-weight: bold;
}

/* -----------------------
 sec10 お客様の声
----------------------- */
.sec10 {
    background-color: var(--gray);
    border-top: 10px solid var(--navy);
}
.sec10 .container {
    padding: 50px 0 30px;
}
.sec10 h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.sec10 .container > p {
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 30px;
}
.sec10 .sec10__sp {
    display: none;
}
.sec10 .container > .flex {
    justify-content: center;
}
.sec10 .sec10__box {
    width: 48%;
    background-color: var(--white);
    border-radius: 10px;
    margin: 0 10px 20px;
    padding: 30px;
}
.sec10 .sec10__box .flex {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}
.sec10 .sec10__box__img {
    width: 48%;
}
.sec10 h3 {
    font-size: 25px;
    width: 48%;
    color: var(--navy);
    position: relative;
    z-index: 999;
}
.sec10 h3::after {
    content: '';
    display: block;
    width: 83px;
    height: 77px;
    background-image: url(images/sec10-icon-fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
}
.sec10 .sec10__box__txt {
    font-size: 20px;
    line-height: 1.75;
    padding-top: 20px;
}

/* -----------------------
 sec11 寿命
----------------------- */
.sec11 {
    border-top: 10px solid var(--navy);
}
.sec11 .sec11__jumyo {
    padding: 50px 0 100px;
    background-image: url(images/sec11-bg-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec11 .sec11__jumyo h2 {
    width: 70%;
    margin: 0 auto 30px;
}
.sec11 .sec11__jumyo .flex {
    justify-content: space-between;
}
.sec11 .sec11__jumyo .flex p {
    width: 48%;
    font-size: 20px;
    line-height: 1.75;
    color: var(--white);
}
.sec11 .sec11__jumyo .flex p span {
    font-weight: bold;
}
.sec11 .sec11__kiken {
    background-image: url(images/sec11-bg-02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 110px;
}
.sec11 .sec11__kiken h3 {
    width: 50%;
    position: absolute;
    top: -160px;
    left: 30%;
}
.sec11 .sec11__kiken__copy {
    position: relative;
}
.sec11 .sec11__kiken__copy__ijo {
    width: 60%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.sec11 .sec11__kiken__copy__ijo::after {
    content: '';
    display: block;
    width: 580px;
    height: 13px;
    background-image: url(images/sec04-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 30px auto 0;
}
.sec11 .sec11__kiken__copy__txt {
    color: var(--navy);
    text-shadow: var(--text_shadow);
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 999;
}
.sec11 .sec11__kiken__copy__txt span.break {
    display: inline-block;
    font-weight: bold;
}
.sec11 .sec11__kiken__copy__txt span {
    font-size: 70px;
    color: var(--red);
    font-weight: bold;
}
.sec11 .sec11__kiken__copy__img {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 35%;
}
.sec11 .sec11__kiken__checklist {
    position: relative;
    z-index: 999;
}
.sec11 .sec11__kiken__checklist h4 {
    width: 80%;
    margin: 0 auto 30px;
}
.sec11 .sec11__kiken__checklist .flex {
    justify-content: space-between;
}
.sec11 .sec11__kiken__checklist__box {
    color: var(--white);
    width: 48%;
    margin-bottom: 50px;
}
.sec11 .sec11__kiken__checklist__box dt {
    font-size: 30px;
    font-weight: bold;
    color: var(--white);
}
.sec11 .sec11__kiken__checklist__box dt span {
    font-weight: bold;
    color: var(--yellow);
}
.sec11 .sec11__kiken__checklist__box dt::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 25px;
    background-image: url(images/sec07-icon-check.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: initial;
    margin-right: 0.25em;
}
.sec11 .sec11__kiken__checklist__box dd {
    font-size: 20px;
    line-height: 1.75;
}

/* -----------------------
 共通CTA
----------------------- */
.common__cta .common__cta__mv {
    background-image: url(images/common__cta-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
}
.common__cta .common__cta__mv .mv__txt__yomigaeru {
    width: 50%;
    margin: 0 auto;
}
.common__cta .common__cta__mv .mv__txt__omakase {
    width: 60%;
    margin: 0 auto;
}
.common__cta .common__cta__mv .container > .flex {
    justify-content: space-between;
}
.common__cta .common__cta__mv .mv__txt__price {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.common__cta .common__cta__mv .mv__txt__price__hev {
    color: var(--white);
    font-weight: bold;
    font-size: 25px;
    text-decoration: underline;
    display: inline-block;
    text-align: center;
    margin: 0 0 5px 0.75em;
}
.common__cta .common__cta__mv .mv__txt__price__yen {
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    margin-left: .5em;
    text-shadow: var(--text_shadow);
}
.common__cta .common__cta__mv .mv__txt__price__yen span {
    font-size: 80px;
    color: var(--red);
    font-weight: bold;
}
.common__cta .common__cta__mv .mv__txt__price__motto {
    width: 90%;
}
.common__cta .common__cta__mv .mv__txt__point {
    display: flex;
    align-items: center;
}
.common__cta .common__cta__mv .container .flex .flex {
    width: 48%;
}
.common__cta .common__cta__detail {
    padding: 30px 0 50px;
    background-size: auto auto;
    background-color: rgba(5, 25, 62, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(4, 20, 50, 1) 5px, rgba(4, 20, 50, 1) 10px );
}
.common__cta .common__cta__detail__list {
    justify-content: space-between;
    margin-bottom: 30px;
}
.common__cta .common__cta__detail__list p {
    width: 19%;
}
.common__cta .common__cta__detail__card {
    width: 90%;
    margin: 0 auto 30px;
    border: 1px solid var(--gray);
    padding: 30px;
    background-color: var(--white);
}
.common__cta .common__cta__detail__card h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}
.common__cta .common__cta__detail__card p {
    width: 70%;
    margin: 0 auto;
}
.common__cta .common__cta__detail__btn {
    justify-content: space-evenly;
}
.common__cta .common__cta__detail__btn__tel__empty {
    text-align: center;
    font-size: 35px;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    border: 3px solid var(--white);
    width: 48%;
    line-height: 1;
    height: 110px;
}
.common__cta .common__cta__detail__btn__tel__empty:has(a:empty) {
    display: none; /* 電話番号非入力時親要素ごと非表示 */
}
.common__cta .common__cta__detail__btn p {
    text-align: center;
    font-size: 18px;
    line-height: 1.25;
}
.common__cta .common__cta__detail__btn__tel__empty {
    background-color: var(--red);
    margin: 0 auto 20px;
    color: var(--white);
    padding: 20px 0;
    box-shadow: 8px 8px 0px 0px #000;
}
.common__cta .common__cta__detail__btn__tel {
    display: block;
    color: var(--white);
}
.common__cta .common__cta__detail__btn__tel::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 30px;
    background-image: url(images/sec04-icon-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: initial;
    margin-right: .25em;
}
.common__cta .common__cta__detail__btn__tel__empty p {
    color: var(--white);
    margin-top: 5px;
}
.common__cta .common__cta__detail__btn__tel__empty p.tel__sp {
    display: none;
}
.common__cta .common__cta__detail__btn__mail {
    background-color: var(--yellow);
    color: var(--navy);
    padding: 10px 0;
    text-align: center;
    font-size: 35px;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    border: 3px solid var(--white);
    width: 48%;
    line-height: 1;
    height: 110px;
    box-shadow: 8px 8px 0px 0px #000;
}
.common__cta .common__cta__detail__btn__mail span {
    display: inline-block;
    width: 36px;
    vertical-align: text-top;
    margin-right: 0.25em;
}

/* -----------------------
 sec12 バッテリーの種類
----------------------- */
.sec12 {
    background-color: var(--gray);
}
.sec12 .container {
    padding: 50px 0 30px;
}
.sec12 h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.sec12 .container > p {
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 30px;
}
.sec12 .container > p span {
    font-weight: bold;
}
.sec12 .container > .flex {
    justify-content: space-between;
    align-items: stretch;
}
.sec12 .sec12__box {
    width: 48%;
    background-color: var(--white);
    border-radius: 10px;
}
.sec12 .sec12__box h3 {
    font-size: 30px;
    text-align: center;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    line-height: 1.25;
    background-color: #11316c;
    color: var(--yellow);
}
.sec12 .sec12__box__txt {
    font-size: 25px;
    padding: 20px 30px;
    border-radius: 0 0 10px 10px;
    line-height: 1.5;
}
.sec12 .sec12__box__txt dt {
    font-weight: bold;
    width: 15%;
}
.sec12 .sec12__box__txt dd {
    flex: 1;
    color: var(--black);
}

/* -----------------------
 sec13 修理の流れ
----------------------- */
.sec13 {
    border-top: 10px solid var(--yellow);
    padding: 50px 0;
    background-size: auto auto;
    background-color: rgba(22, 49, 101, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(18, 39, 81, 1) 4px, rgba(18, 39, 81, 1) 8px );
}
.sec13 h2 {
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.sec13 .sec13__box {
    background-color: var(--white);
}
.sec13 .sec13__box:not(:last-of-type) {
    margin-bottom: 30px;
}
.sec13 .sec13__box h3 {
    background-color: var(--black);
    font-size: 30px;
    text-align: center;
    padding: 15px;
    color: var(--white);
    line-height: 1;
}
.sec13 .sec13__box .flex {
    padding: 30px;
    justify-content: space-between;
}
.sec13 .sec13__box__img {
    width: 45%;
}
.sec13 .sec13__box__txt {
    font-size: 25px;
    width: 52%;
}
.sec13 .sec13__box__txt dt {
    color: var(--navy);
    font-size: 30px;
    font-weight: bold;
}
.sec13 .sec13__box__txt dd {
    color: var(--black);
}

/* -----------------------
 sec14 施工事例
----------------------- */
.sec14 {
    border-top: 10px solid var(--yellow);
    background-color: var(--gray);
    padding-top: 50px;
}
.sec14 h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.sec14 .container > .flex {
    justify-content: space-between;
    align-items: stretch;
}
.sec14 .sec14__box {
    width: 48%;
    margin-bottom: 50px;
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
}
.sec14 .sec14__box__txt {
    border-radius: 0 0 10px 10px;
    padding: 20px 30px;
    font-size: 25px;
    line-height: 1.75;
}
.sec14 .sec14__box__txt dt {
    font-weight: bold;
    width: 25%;
}
.sec14 .sec14__box__txt dd {
    flex: 1;
    color: var(--black);
}
.sec14 .sec14__box__txt dd span {
    color: var(--red);
    font-size: 45px;
    font-weight: bold;
}
.sec14 .sec14__box__txt__fee {
    align-items: baseline;
}
.sec14 .sec14__box__txt__fee dd {
    line-height: 1.25;
    font-weight: bold;
}

/* -----------------------
 sec15 よくある質問
----------------------- */
.sec15 {
    background-color: var(--gray);
    padding: 50px 0;
}
.sec15 h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.sec15 .sec15__inner {
    background-color: var(--white);
    padding: 50px;
}
.sec15 .sec15__inner__list:not(:first-of-type) {
    padding-top: 30px;
}
.sec15 .sec15__inner__list:not(:last-of-type) {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 30px;
}
.sec15 .sec15__inner__list__box dl {
    justify-content: space-between;
    align-items: baseline;
}
.sec15 .sec15__inner__list__box dt {
    font-size: 36px;
    color: var(--white);
    text-align: center;
    font-weight: bold;
    width: 6%;
}
.sec15 .sec15__inner__list__box__q {
    margin-bottom: 20px;
}
.sec15 .sec15__inner__list__box dl.sec15__inner__list__box__a {
    align-items: flex-start;
}
.sec15 .sec15__inner__list__box__q dt {
    background-color: var(--navy);
}
.sec15 .sec15__inner__list__box__a dt {
    background-color: var(--red);
}
.sec15 .sec15__inner__list__box dd {
    font-size: 25px;
    line-height: 1.5;
    width: 92%;
    color: var(--black);
}
.sec15 .sec15__inner__list__box__q dd {
    font-weight: bold;
    color: var(--navy);
}
.sec15 .sec15__inner__list__box dd span {
    font-weight: bold;
}

/* -----------------------
 sec16 修理までの流れ
----------------------- */
.sec16 {
    border-top: 10px solid var(--yellow);
    padding: 50px 0;
    background-size: auto auto;
    background-color: rgba(22, 49, 101, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(18, 39, 81, 1) 4px, rgba(18, 39, 81, 1) 8px );
}
.sec16 h2 {
    color: var(--white);
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.sec16 .sec16__box {
    background-color: var(--white);
}
.sec16 .sec16__box:not(:last-of-type) {
    margin-bottom: 30px;
}
.sec16 .sec16__box h3 {
    background-color: var(--black);
    font-size: 30px;
    text-align: center;
    padding: 15px;
    color: var(--white);
    line-height: 1;
}
.sec16 .sec16__box .flex {
    padding: 30px;
    justify-content: space-between;
}
.sec16 .sec16__box__img {
    width: 45%;
}
.sec16 .sec16__box__txt {
    font-size: 25px;
    width: 52%;
}

/* -----------------------
 sec17 安心してお任せ
----------------------- */
.sec17 {
    border-top: 10px solid var(--yellow);
    padding: 50px 0;
    background-color: var(--gray);
}
.sec17 h2 {
    color: var(--red);
    text-shadow: var(--text_shadow);
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.sec17 .sec17__box {
    background-color: var(--white);
    border-radius: 10px;
}
.sec17 .sec17__box:nth-of-type(even) .sec17__box__detail {
    flex-direction: row-reverse;
}
.sec17 .sec17__box:not(:last-of-type) {
    margin-bottom: 30px;
}
.sec17 .sec17__box h3 {
    background-color: var(--navy);
    font-size: 30px;
    text-align: center;
    padding: 15px 30px;
    color: var(--yellow);
    line-height: 1.25;
    justify-content: flex-start;
    border-radius: 10px 10px 0 0;
    align-items: center;
}
.sec17 .sec17__box__h3__img {
    width: 8%;
    margin-right: 1em;
}
.sec17 .sec17__box__h3__txt {
    font-weight: bold;
    color: var(--yellow);
}
.sec17 .sec17__box .sec17__box__detail {
    padding: 30px;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
}
.sec17 .sec17__box__img {
    width: 45%;
}
.sec17 .sec17__box__txt {
    font-size: 25px;
    width: 52%;
}

/* -----------------------
 footer
----------------------- */
footer {
    background-color: var(--gray);
    padding: 20px 0 140px;
}
footer .footer__inner {
    background-color: var(--white);
    padding: 30px;
    margin-bottom: 20px;
}
footer h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
footer dl {
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    color: var(--black);
}
footer dl:not(:first-of-type) {
    padding-top: 15px;
}
footer dl:not(:last-of-type) {
    border-bottom: 1px solid var(--navy);
    padding-bottom: 15px;
}
footer .footer__inner__tel:has(a:empty) {
    display: none; /* 電話番号非入力時親要素ごと非表示 */
}
footer .footer__copyright {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}
footer .footer__follow__btn {
    background-color: var(--navy);
    padding: 10px 0;
    position: fixed; /* ここから下、スクロールで追従固定表示用の記述*/
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 9998;
    display: none; /* 最初は非表示 */
}
footer .footer__follow__btn .flex {
    justify-content: space-evenly;
}
footer .footer__follow__btn__tel__empty {
    text-align: center;
    font-size: 35px;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    border: 3px solid var(--white);
    width: 48%;
    line-height: 1;
    height: 110px;
    background-color: var(--red);
    margin: 0 auto;
    color: var(--white);
    padding: 20px 0;
    box-shadow: 7px 7px 0px 0px #000;
}
footer .footer__follow__btn p {
    text-align: center;
    font-size: 18px;
    line-height: 1.25;
}
footer .footer__follow__btn__tel__empty:has(a:empty) {
    display: none; /* 電話番号非入力時親要素ごと非表示 */
}
footer .footer__follow__btn__tel::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 30px;
    background-image: url(images/sec04-icon-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: initial;
    margin-right: .25em;
}
footer .footer__follow__btn__tel__empty p {
    color: var(--white);
    margin-top: 5px;
}
footer .footer__follow__btn__tel__empty p.tel__sp {
    display: none;
}
footer .footer__follow__btn__tel {
    color: var(--white);
}
footer .footer__follow__btn__mail {
    background-color: var(--yellow);
    color: var(--navy);
    padding: 10px 0;
    text-align: center;
    font-size: 35px;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    border: 3px solid var(--white);
    width: 48%;
    line-height: 1;
    height: 110px;
    box-shadow: 7px 7px 0px 0px #000;
}
footer .footer__follow__btn__mail span {
    display: inline-block;
    width: 36px;
    vertical-align: text-top;
    margin-right: 0.25em;
}
footer .pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 2%;
    bottom: 5%;
    background: var(--white);
    border: solid 1px var(--navy);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}
footer .pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid var(--navy);
    border-right: 3px solid var(--navy);
    transform: translateY(20%) rotate(-45deg);
}

/* -----------------------
 contact
----------------------- */
.breadcrumbs {
    color: var(--black);
}
.contact__mv {
    background-image: url(images/contact_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    border-bottom: 1px solid #cfd6e2;
}
.contact__mv h2 {
    text-align: center;
    font-size: 48px;
    color: var(--navy);
}
.contact__message p {
    text-align: center;
    font-size: 20px;
    line-height: 1.75;
    padding: 30px 0;
}
.contact__check {
    border-top: 10px solid var(--black);
    padding: 50px 0;
    background-size: auto auto;
    background-color: rgba(22, 49, 101, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(18, 39, 81, 1) 4px, rgba(18, 39, 81, 1) 8px );
}
.contact__check h2 {
    color: var(--white);
    text-align: center;
    line-height: 1.25;
    margin-bottom: 50px;
    font-size: 40px;
}
.contact__check h2 span.break {
    display: inline-block;
    color: var(--white);
}
.contact__check .contact__check__box {
    background-color: var(--white);
}
.contact__check .contact__check__box:not(:last-of-type) {
    margin-bottom: 30px;
}
.contact__check .contact__check__box h3 {
    background-color: var(--black);
    font-size: 30px;
    text-align: center;
    padding: 13px 10px 10px;
    color: var(--white);
    line-height: 1.25;
}
.contact__check .contact__check__box .flex {
    padding: 30px 30px 0;
    justify-content: space-between;
    align-items: center;
}
.contact__check .contact__check__box__img {
    width: 70%;
}
.contact__check .contact__check__box__list {
    font-size: 20px;
    line-height: 2;
    width: 28%;
}
.contact__check .contact__check__box__list li {
    font-weight: bold;
}
.contact__check .contact__check__box__txt {
    font-size: 20px;
    line-height: 1.75;
    padding: 30px;
}
.contact__check .contact__check__box:last-of-type .contact__check__box__img {
    width: 100%;
    padding: 30px;
}
.contact__form {
    background-color: #f7f7f7;
    padding: 50px 0;
    border-bottom: 10px solid var(--navy);
}
.contact__form .container {
    background-color: var(--white);
    border-radius: 10px;
    padding: 50px;
}

.contact__form__inner {
    width: 100%;
}
.contact__form h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}
.contact__form__inner table {
    margin-bottom: 50px;
    width: 100%;
}
.contact__form__inner table tr th {
    width: 40%;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 20px;
    vertical-align: middle;
}
.contact__form__inner table tr th p {
    font-weight: bold;
}
.contact__form__inner table tr th span {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 3px 6px;
    margin-right: 1em;
    vertical-align: middle;
}
.contact__form__inner table tr th span.attention {
    background-color: var(--red);
    color: var(--white);
}
.contact__form__inner table tr th span.option {
    background-color: #a7a7a7;
    color: var(--white);
}
.contact__form__inner table tr td {
    width: 60%;
    padding: 20px;
}
.contact__form__inner table tr td input,
.contact__form__inner table tr td textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--gray);
    width: 100%;
}
.contact__form__inner table tr.contact__form__image td input {
    border: none;
    padding: 1px;
}
.contact__form__inner table tr.contact__form__policy label {
    display: flex;
    justify-content: flex-start;
}
.contact__form__inner table tr.contact__form__policy label input {
    width: 7%;
}
.contact__form__inner table tr.contact__form__policy label span {
    font-size: 16px;
}
.contact__form__inner table tr.contact__form__policy td {
    font-size: 13px;
}
.contact__form__policy-detail {
    height: 250px;
    overflow: scroll;
    border: 1px solid var(--gray);
    margin-bottom: 50px;
}
.contact__form__policy-detail h3 {
    background-color: var(--black);
    text-align: center;
    color: var(--white);
    padding: 13px 10px 10px;
    font-size: 20px;
    line-height: 1;
}
.contact__form__policy__list {
    padding: 30px;
}
.contact__form__policy__list p:not(:last-of-type) {
    margin-bottom: 20px;
}
.contact__form__policy__list h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.contact__form__btn input {
    color: var(--white);
    background-color: var(--red);
    border: none;
    border-radius: 5px;
    padding: 30px;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 7px 0px 0px #700a0a;
}
.contact__form__btn input:hover {
    opacity: .5;
}
.contact__form__btn.flex {
    justify-content: space-evenly;
}
.contact__form__btn.flex input[name="submitBack"] {
    width: 20%;
    background-color: var(--gray);
}
.contact__form__btn.flex input[name="confirm"] {
    width: 50%;
}
.contact__form__policy .wpcf7-list-item {
    margin: 0 .5em 0 0;
}
.contact__form__policy td p:first-of-type {
    font-size: 16px;
}




/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}













/* 769px以上（PC/TB）の場合、電話番号タップコール無効 */
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
      pointer-events: none;
    }
  }

/* ==============================================================================================================

tablet〜PC

============================================================================================================== */
@media screen and (max-width:1350px) {
    footer .pagetop {
        bottom: 18%;
    }
}
@media screen and (max-width:1199px) {
    .container {
        max-width: 98%;
        margin: 0 auto;
    }
    .header__menu__tel a {
        font-size: 3vw;
    }
    .header__menu__tel a::before {
        width: 1.5vw;
        height: 32px;
        vertical-align: top;
    }
    .header__menu__tel p {
        font-size: 1.25vw;
    }
    header nav a {
        font-size: 1.4vw;
    }
    .mv .mv__txt__yomigaeru {
        width: 60vw;
    }
    .mv .mv__txt__omakase {
        width: 70vw;
    }
    .mv .mv__txt__price__yen {
        font-size: 3vw;
    }
    .mv .mv__txt__price__yen span {
        font-size: 7vw;
    }
    .sec04 .sec04__point {
        width: 40vw;
    }
    .sec04 .sec04__empty {
        font-size: 3.5vw;
    }
    .contact__form__inner table tr th {
        font-size: 1.5vw;
    }
    .contact__form__inner table tr th span {
        font-size: 1.5vw;
    }
    .sec07 .sec07__yocho h2 {
        width: 55vw;
    }
    .sec07 .sec07__checklist {
        width: 70vw;
    }
    .sec07 ul li {
        font-size: 2.3vw;
    }
    .sec07 .sec07__yocho p {
        font-size: 3vw;
    }
    .sec07 .sec07__yocho p span:nth-of-type(2) {
        font-size: 4.5vw;
    }
    .sec07 .sec07__onayami h3 {
        width: 60vw;
    }
    .sec07 .sec07__kaiketsu h3 {
        font-size: 4vw;
    }
    .sec07 .sec07__kaiketsu h3 span.senmonten {
        font-size: 5vw;
    }
    .sec07 .sec07__kaiketsu h3 span.kaiketsu {
        font-size: 6vw;
    }
    .sec08 .sec08__box h2 {
        font-size: 3vw;
    }
    .sec08 .sec08__box__copy span.hosoku {
        font-size: 1.8vw;
    }
    .sec08 .sec08__box__txt {
        font-size: 2vw;
    }
    .sec08 .sec08__box__us .sec08__box__txt {
        padding: 60px 30px 20px;
    }
    .sec08 .sec08__box__dealer .sec08__box__txt span {
        font-size: 3vw;
    }
    .sec09 .sec09__box__txt {
        font-size: 1.8vw;
    }
    .sec18 .sec18__box__txt {
        font-size: 1.8vw;
    }
    .sec18 .sec18__box__img__fee {
        font-size: 2vw;
    }
    .sec18 .sec18__box__img__fee span {
        font-size: 4.5vw;
    }
    .sec10 .container > p {
        font-size: 1.8vw;
    }
    .sec10 .sec10__box {
        width: 46vw;
    }
    .sec10 h3 {
        font-size: 2.5vw;
    }
    .sec11 .sec11__jumyo .flex p {
        font-size: 1.8vw;
    }
    .sec11 .sec11__kiken h3 {
        width: 50vw;
    }
    .sec11 .sec11__kiken__copy__ijo {
        width: 60vw;
    }
    .sec11 .sec11__kiken__copy__img {
        top: 0;
    }
    .sec11 .sec11__kiken__checklist__box dd {
        font-size: 1.8vw;
    }
    .common__cta .common__cta__mv .mv__txt__yomigaeru {
        width: 60vw;
    }
    .common__cta .common__cta__mv .mv__txt__omakase {
        width: 70vw;
    }
    .common__cta .common__cta__mv .mv__txt__price__yen {
        font-size: 3vw;
    }
    .common__cta .common__cta__mv .mv__txt__price__yen span {
        font-size: 7vw;
    }
    .common__cta .common__cta__detail__btn a {
        font-size: 3vw;
    }
    .common__cta .common__cta__detail__btn p {
        font-size: 1.5vw;
    }
    .common__cta .common__cta__detail__btn__mail span {
        width: 3vw;
    }
    .sec12 .sec12__box h3 {
        font-size: 3vw;
    }
    .sec12 .sec12__box__txt {
        font-size: 2vw;
    }
    .sec12 .sec12__box__txt dt {
        width: 16%;
    }
    .sec13 .sec13__box__txt {
        font-size: 2.2vw;
    }
    .sec13 .sec13__box__txt dt {
        font-size: 2.5vw;
    }
    .sec14 .sec14__box__txt {
        font-size: 2vw;
    }
    .sec14 .sec14__box__txt dt {
        width: 27%;
    }
    .sec15 .sec15__inner__list__box dt {
        font-size: 3.3vw;
    }
    .sec15 .sec15__inner__list__box dd {
        font-size: 2vw;
    }
    .sec16 .sec16__box__txt {
        font-size: 2vw;
    }
    .sec17 .sec17__box h3 {
        font-size: 3vw;
    }
    .sec17 .sec17__box__txt {
        font-size: 2vw;
    }
    footer .footer__follow__btn .flex a {
        font-size: 3.3vw;
    }
    footer .footer__follow__btn__mail span {
        width: 3vw;
    }
    footer .footer__follow__btn p {
        font-size: 1.6vw;
    }
    .contact__check .contact__check__box__list {
        font-size: 1.6vw;
    }
    .contact__check .contact__check__box__txt {
        font-size: 2vw;
    }
}
@media screen and (max-width:999px) {
    .sec04 .sec04__empty {
        width: 70%;
    }
    .common__cta .common__cta__detail__btn__tel__empty,
    .common__cta .common__cta__detail__btn__mail {
        height: 90px;
    }
    .common__cta .common__cta__detail__btn__tel::before {
        height: 20px;
    }
    .common__cta .common__cta__detail__btn__mail {
        padding: 1vw 0;
    }
    footer {
        padding: 20px 0 110px;
    }
    footer dl {
        width: 100%;
    }
    footer .footer__follow__btn__tel__empty,
    footer .footer__follow__btn .flex a {
        height: auto;
    }
    footer .footer__follow__btn__tel::before {
        height: 17px;
        width: 12px;
    }
    footer .footer__follow__btn__mail {
        padding: 14px 0;
    }
    footer .pagetop {
        bottom: 15%;
    }
}

/* ==============================================================================================================

SP〜tablet

============================================================================================================== */
@media screen and (max-width:768px) {
    header {
        position: static;
        height: auto;
    }
    .header__pc {
        display: none;
    }
    .header__sp {
        display: flex;
        justify-content: space-between;
    }
    .header__menu__sp__logo {
        width: 40%;
    }
    .header__menu__sp__logo .header__menu__logo {
        width: 100%;
        margin-bottom: 10px;
    }
    .header__menu__sp__logo .header__menu__logo h1 {
        font-size: 4vw;
        line-height: 1.1;
    }
    .header__menu__sp__logo .header__menu__date {
        font-size: 10px;
        line-height: 1.25;
    }
    .header__menu__sp__link {
        width: 50%;
        margin-right: 50px;
        align-items: center;
        justify-content: flex-end;
    }
    .header__menu__sp__tel,
    .header__menu__sp__mail {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 5px;
    }
    .header__menu__sp__link__empty {
        background-image: url(images/btn-phone.png);
        background-size: contain;
        background-position: center;
        background-color: var(--red);
    }
    .header__menu__sp__link__empty:has(a:empty) {
        display: none; /* 電話番号非入力時親要素ごと非表示 */
    }
    .header__menu__sp__link__empty .header__menu__sp__tel span {
        display: none; /* spanに出力させた電話番号を非表示 */
    }
    .header__menu__sp__link__empty:has(span:empty) {
        display: none; /* spanが空の場合親要素非表示 */
    }

    /* ハンバーガーメニュー カスタマイズ */
    .header__menu__sp__btn__tel__empty:has(a:empty) {
        display: none; /* 電話番号非入力時親要素ごと非表示 */
    }

    .hamburger {
        display: block;
        height: 62px;
        margin-left: auto;
        position: fixed;
        z-index: 10;
        width: 60px;
        background-color: #106098;
        top: 4.3%;
        border: 1px solid var(--white);
        border-radius: 4px;
    }
    .hamburger.-active .hamburger__line {
        background-color: transparent;
    }
    .hamburger.-active .hamburger__line::before {
        top: 0;
        transform: rotate(45deg);
    }
    .hamburger.-active .hamburger__line::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .hamburger.-active .hamburger__text::before {
        content: '閉じる';
    }
    .hamburger__line {
        display: block;
        height: 2px;
        position: absolute;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
        width: 24px;
        background-color: var(--white);
        transition: 0.4s;
    }
    .hamburger__line:before,
    .hamburger__line:after {
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        background-color: var(--white);
        transition: inherit;
    }
    .hamburger__line:before {
        top: -6px;
    }
    .hamburger__line:after {
        top: 6px;
    }
    .hamburger__text {
        position: absolute;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .hamburger__text::before {
        content: "メニュー";
        text-align: center;
        color: var(--white);
        font-size: 10px;
        font-weight: 900;
    }
    .header__nav-area {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 9;
        height: 100vh;
        width: 80%;
        visibility: hidden;
        background-color: #106098;
        transition: 0.4s;
    }
    .header__nav-area.-active {
        left: 0;
        visibility: visible;
    }
    .global-navigation {
        padding: 20px 20px;
        background-color: #106098;
    }
    .global-navigation__list {
        margin-bottom: 20px;
    }
    .global-navigation__list a {
        font-size: 16px;
        border-bottom: 1px solid white;
        padding: 15px 0;
        line-height: 1;
    }
    .global-navigation__list a::before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 15px;
        background-image: url(images/sec06-icon-arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: bottom;
        margin-right: 0.25em;
    }
    .header__menu__sp__btn__tel__empty {
        text-align: center;
        border-radius: 10px;
        line-height: 1;
        background-color: var(--red);
        padding: 5px 0;
        border: 2px solid var(--white);
        margin-bottom: 10px;
    }
    .header__menu__sp__btn__tel {
        display: block;
        color: var(--white);
        font-size: 20px;
        padding: 0;
        margin: 5px 0;
    }
    .header__menu__sp__btn__tel::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 15px;
        background-image: url(images/sec04-icon-phone.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: initial;
        margin-right: 0.25em;
    }
    .header__menu__sp__btn__tel__empty p {
        font-size: 10px;
        color: var(--white);
    }
    .header__menu__sp__btn__tel__empty:has(a:empty) {
        display: none; /* 電話番号非入力時親要素ごと非表示 */
    }
    .header__menu__sp__btn__mail {
        background-color: var(--yellow);
        color: var(--navy);
        padding: 5px 0;
        text-align: center;
        font-size: 20px;
        border-radius: 10px;
        display: block;
        border: 2px solid var(--white);
        line-height: 1;
    }
    .header__menu__sp__btn__mail p {
        text-align: center;
        font-size: 10px;
        line-height: 1;
    }
    .header__menu__sp__btn__mail span {
        display: inline-block;
        width: 18px;
        vertical-align: text-top;
        margin-right: 0.25em;
    }
    .header__menu__sp__btn__mail p:last-of-type {
        margin-top: 3px;
    }
/* ハンバーガーメニューここまで */

.header__menu__sp__logo {
    width: 55%;
}
.header__menu__sp__link {
    width: 35%;
    margin-right: 45px;
}
.header__menu__sp__tel {
    width: 40px;
    height: 50px;
}
.header__menu__sp__mail {
    width: 50px;
    height: 50px;
}
.hamburger {
    width: 50px;
    height: 50px;
}
.hamburger__line {
    top: 18px;
}
.hamburger__text {
    bottom: 4px;
}
.header__menu__sp__logo .header__menu__logo {
    margin-bottom: 5px;
}
.header__menu__sp__logo .header__menu__date {
    font-size: 14px;
}

    header nav .container {
        display: none;
    }
    .mv {
        border-top: 10px solid var(--black);
        margin-bottom: 20px;
        background-image: url(images/mv-bg-sp.jpg);
        padding: 170px 0 30px;
    }
    .mv .mv__txt__yomigaeru {
        width: 90%;
    }
    .mv .mv__txt__omakase {
        width: 100%;
        margin: -30px 0 150px;
    }
    .mv .mv__txt__price {
        width: 100%;
    }
    .mv .mv__txt__price__hev {
        font-size: 30px;
        display: block;
    }
    .mv .mv__txt__price__yen {
        font-size: 30px;
        margin-left: 0.75em;
        text-align: center;
    }
    .mv .mv__txt__price__yen span {
        font-size: 70px;
    }
    .mv .mv__txt__price__motto {
        width: 70%;
        margin: 0 auto 50px;
    }
    .mv .mv__txt__point {
        width: 70%;
        margin: 0 auto;
    }
    .sec01 {
        margin-bottom: 20px;
    }
    .sec01 .sec01__inner {
        padding: 30px;
    }
    .sec01 .sec01__inner p {
        font-size: 16px;
        line-height: 1.5;
    }
    .sec02 .sec02__contents__gentei {
        font-size: 20px;
    }
    .sec02 .sec02__contents__gentei::after {
        width: 70%;
    }
    .sec02 .sec02__contents__campaign {
        font-size: 25px;
    }
    .sec02 .sec02__contents__offer {
        font-size: 45px;
    }
    .sec02 .sec02__date p {
        font-size: 14px;
    }
    .sec03 .sec03__inner {
        width: 100%;
    }
    .sec03 .sec03__inner h2 {
        font-size: 20px;
    }
    .sec03 .sec03__inner p {
        font-size: 16px;
        line-height: 1.75;
        padding: 30px;
    }
    .sec04 h2 {
        font-size: 22px;
    }
    .sec04 h2 span {
        font-size: 34px;
    }
    .sec04 .sec04__point {
        width: 50%;
    }
    .sec04 .sec04__imasugu,
    .sec04 .sec04__soudan {
        font-size: 20px;
    }
    .sec04 .sec04__imasugu::after {
        width: 70%;
    }
    .sec04 .sec04__empty {
        width: 100%;
        font-size: 30px;
        padding: 10px 20px 5px;
        /* background-image: url(images/sec04-icon-tap.png); */
        background-size: 10%;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .sec04 .sec04__empty:hover {
        cursor: pointer;
    }
    .sec04 .sec04__tel {
        line-height: 1.5;
    }
    .sec04 .sec04__tel::before {
        height: 23px;
    }
    .sec04 .sec04__empty p.tel__sp {
        display: block;
        font-size: 13px;
        line-height: 1;
    }
    .sec04 .flex {
        margin-bottom: 0;
    }
    .sec04 .flex p {
        font-size: 13px;
    }
    .sec05 .sec05__inner {
        width: 100%;
    }
    .sec05 .sec05__inner h2 {
        font-size: 22px;
    }
    .sec05 .sec05__inner p {
        width: 100%;
    }
    .contact__form {
        padding: 30px 0;
    }
    .contact__form .container {
        padding: 50px 30px;
    }
    .contact__form h2 {
        font-size: 22px;
    }
    .contact__form__inner table {
        margin-bottom: 10px;
    }
    .contact__form__inner table tr th {
        font-size: 15px;
        display: block;
        width: 100%;
        padding: 10px 20px 0px;
    }
    .contact__form__inner table tr th span {
        font-size: 12px;
    }
    .contact__form__inner table tr td {
        width: 100%;
        display: block;
        padding: 15px 20px 20px;
    }
    .contact__form__inner table tr.contact__form__policy label input {
        width: 3%;
    }
    .contact__form__policy-detail h3 {
        font-size: 15px;
    }
    .contact__form__policy__list {
        padding: 20px;
    }
    .contact__form__policy-detail {
        height: 200px;
    }
    .contact__form__btn input {
        font-size: 18px;
        width: 100%;
    }
    .sec07 .sec07__yocho h2 {
        width: 90%;
    }
    .sec07 .sec07__checklist {
        width: 100%;
        flex-direction: column;
        padding: 0 50px;
    }
    .sec07 ul li {
        font-size: 18px;
    }
    .sec07 ul li::before {
        width: 23px;
        height: 20px;
        vertical-align: sub;
        margin-right: 0.5em;
    }
    .sec07 .sec07__checklist::after {
        width: 90%;
    }
    .sec07 .sec07__yocho p {
        font-size: 20px;
    }
    .sec07 .sec07__yocho p span:nth-of-type(2) {
        font-size: 30px;
    }
    .sec07 .sec07__onayami h3 {
        width: 100%;
        left: 0;
        top: -190%;
    }
    .sec07 .sec07__onayami ul {
        width: 100%;
        padding: 0 50px;
    }
    .sec07 .sec07__kaiketsu h3 {
        font-size: 25px;
    }
    .sec07 .sec07__kaiketsu h3 span.senmonten {
        font-size: 32px;
    }
    .sec07 .sec07__kaiketsu h3 span.kaiketsu {
        font-size: 45px;
    }
    .sec08 .sec08__box {
        width: 100%;
    }
    .sec08 .sec08__box__dealer {
        margin-bottom: 30px;
    }
    .sec08 .sec08__box h2 {
        font-size: 20px;
    }
    .sec08 .sec08__box__txt {
        font-size: 20px;
    }
    .sec08 .sec08__box__dealer .sec08__box__txt span {
        font-size: 30px;
    }
    .sec08 .sec08__box__copy {
        font-size: 18px;
        background-size: 8%;
        margin: -40px auto 0;
    }
    .sec08 .sec08__box__copy span.syuuri {
        font-size: 25px;
    }
    .sec08 .sec08__box__copy span.hosoku {
        font-size: 14px;
    }
    .sec08 .sec08__box__us .sec08__box__txt {
        padding: 50px 30px 20px;
    }
    .sec09 .sec09__box {
        margin-top: 0;
        padding-top: 0;
    }
    .sec09 h2 {
        width: 90%;
    }
    .sec09 .sec09__list {
        justify-content: center;
        margin-bottom: 30px;
    }
    .sec09 .sec09__list p {
        width: 49%;
    }
    .sec09 .sec09__box h3 {
        font-size: 18px;
    }
    .sec09 .sec09__box p {
        width: 100%;
    }
    .sec09 .sec09__box__img {
        border-radius: 0;
    }
    .sec09 .sec09__box__txt {
        font-size: 16px;
        border-radius: 0 0 10px 10px;
    }
    .sec18 {
        padding: 50px 0;
    }
    .sec18 h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec18 .sec18__box__txt {
        font-size: 16px;
        margin-bottom: 30px;
        width: 100%;
    }
    .sec18 .sec18__box__img {
        width: 60%;
        margin: 0 auto;
    }
    .sec18 .sec18__box__img__fee {
        font-size: 27px;
    }
    .sec18 .sec18__box__img__fee span {
        font-size: 50px;
    }
    .sec10 h2 {
        font-size: 25px;
    }
    .sec10 .container > p {
        font-size: 16px;
    }
    .sec10 .sec10__pc {
        display: none;
    }
    .sec10 .sec10__sp {
        display: flex;
    }
    .slider {
        margin: 30px auto 0;
        max-width: 80%;
        width: 80%;
    }
    .sec10 h3 {
        font-size: 16px;
    }
    .sec10 .sec10__box__txt {
        font-size: 16px;
    }
    .sec11 .sec11__jumyo h2 {
        width: 90%;
    }
    .sec11 .sec11__jumyo .flex p:first-of-type {
        margin: 0 auto 30px;
        width: 80%;
    }
    .sec11 .sec11__jumyo .flex p:last-of-type {
        width: 100%;
        font-size: 16px;
        line-height: 2;
    }
    .sec11 .sec11__kiken h3 {
        width: 100%;
        top: -200px;
        left: 0;
    }
    .sec11 .sec11__kiken__copy__ijo {
        width: 80%;
    }
    .sec11 .sec11__kiken__copy__txt {
        font-size: 35px;
        line-height: 1.25;
        margin-bottom: 20px;
    }
    .sec11 .sec11__kiken__copy__txt span {
        font-size: 40px;
    }
    .sec11 .sec11__kiken__copy__ijo::after {
        width: 80%;
        margin: 30px auto 20px;
    }
    .sec11 .sec11__kiken__copy__img {
        top: 50%;
    }
    .sec11 .sec11__kiken__checklist h4 {
        width: 90%;
    }
    .sec11 .sec11__kiken__checklist__box {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec11 .sec11__kiken__checklist__box dt {
        font-size: 24px;
        line-height: 1.25;
    }
    .sec11 .sec11__kiken__checklist__box dt::before {
        width: 28px;
        height: 24px;
        vertical-align: top;
    }
    .sec11 .sec11__kiken__checklist__box dd {
        font-size: 16px;
    }
    .common__cta {
        background-size: auto auto;
        background-color: rgba(5, 25, 62, 1);
        background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(4, 20, 50, 1) 5px, rgba(4, 20, 50, 1) 10px);
    }
    .common__cta .common__cta__mv {
        background-image: url(images/cta-img-01.png);
        background-size: contain;
        padding: 20px 0;
    }
    .common__cta .common__cta__mv .mv__txt__yomigaeru {
        width: 90%;
    }
    .common__cta .common__cta__mv .mv__txt__omakase {
        width: 100%;
        margin: -20px 0 150px;
    }
    .common__cta .common__cta__mv .mv__txt__price {
        width: 100%;
        align-items: center;
    }
    .common__cta .common__cta__mv .mv__txt__price__hev {
        font-size: 30px;
        display: block;
    }
    .common__cta .common__cta__mv .mv__txt__price__yen {
        font-size: 30px;
        margin-left: 0.75em;
        text-align: center;
    }
    .common__cta .common__cta__mv .mv__txt__price__yen span {
        font-size: 70px;
    }
    .common__cta .common__cta__mv .mv__txt__price__motto {
        width: 70%;
        margin: 0 auto;
    }
    .common__cta .common__cta__mv .container .flex .flex {
        width: 100%;
        margin-top: -30px;
    }
    .common__cta .common__cta__mv .mv__txt__point {
        width: 70%;
        margin: -20px auto 0;
    }
    .common__cta .common__cta__detail__list {
        justify-content: center;
        margin-bottom: 30px;
    }
    .common__cta .common__cta__detail__list p {
        width: 49%;
    }
    .common__cta .common__cta__detail__card {
        width: 100%;
    }
    .common__cta .common__cta__detail__card p {
        width: 100%;
    }
    .common__cta .common__cta__detail__btn__tel {
        /* background-image: url(images/sec04-icon-tap.png); */
        background-size: 10%;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    .common__cta .common__cta__detail__btn__tel__empty {
        padding: 5px 0 10px;
        height: auto;
        width: 100%;
    }
    .common__cta .common__cta__detail__btn__tel__empty p.tel__sp {
        display: block;
        margin-bottom: 5px;
    }
    .common__cta .common__cta__detail__btn a {
        font-size: 30px;
        width: 100%;
        height: auto;
    }
    .common__cta .common__cta__detail__btn p {
        font-size: 10px;
    }
    .common__cta__detail__btn__mail {
        font-size: 30px;
    }
    .common__cta .common__cta__detail__btn__mail span {
        width: 3.5vw;
    }
    .sec12 h2 {
        font-size: 25px;
    }
    .sec12 .container > p {
        font-size: 16px;
    }
    .sec12 .sec12__box {
        width: 100%;
    }
    .sec12 .sec12__box:first-of-type {
        margin-bottom: 30px;
    }
    .sec12 .sec12__box h3 {
        font-size: 22px;
    }
    .sec12 .sec12__box__txt {
        font-size: 16px;
    }
    .sec12 .sec12__box__txt dt {
        width: 10%;
    }
    .sec13 h2 {
        font-size: 25px;
    }
    .sec13 .sec13__box h3 {
        font-size: 20px;
    }
    .sec13 .sec13__box__img {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec13 .sec13__box__txt {
        font-size: 16px;
        width: 100%;
    }
    .sec13 .sec13__box__txt dl {
        margin-bottom: 20px;
    }
    .sec13 .sec13__box__txt dt {
        font-size: 18px;
    }
    .sec14 h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .sec14 .sec14__box {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec14 .sec14__box__txt {
        font-size: 16px;
    }
    .sec14 .sec14__box__txt dt {
        width: 18%;
    }
    .sec14 .sec14__box__txt dd span {
        font-size: 30px;
    }
    .sec15 h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .sec15 .sec15__inner {
        padding: 30px;
    }
    .sec15 .sec15__inner__list__box dt {
        font-size: 18px;
    }
    .sec15 .sec15__inner__list__box dd {
        font-size: 16px;
    }
    .sec16 h2 {
        margin-bottom: 30px;
        font-size: 25px;
    }
    .sec16 .sec16__box h3 {
        font-size: 20px;
    }
    .sec16 .sec16__box__img {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec16 .sec16__box__txt {
        font-size: 16px;
        width: 100%;
    }
    .sec17 h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .sec17 .sec17__box h3 {
        font-size: 18px;
    }
    .sec17 .sec17__box__img {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec17 .sec17__box__txt {
        font-size: 16px;
        width: 100%;
    }
    footer h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    footer dl {
        font-size: 15px;
    }
    footer .footer__follow__btn__tel__empty,
    footer .footer__follow__btn .flex a {
        height: auto;
        padding: 0;
    }
    footer .footer__follow__btn__tel__empty {
        font-size: initial;
        line-height: initial;
    }
    footer .footer__follow__btn .flex .footer__follow__btn__tel__empty {
        padding: 9px 0;
    }
    footer .footer__follow__btn__tel__empty p {
        margin-top: 0;
    }
    footer .footer__follow__btn__tel__empty p.tel__sp {
        display: block;
    }
    footer .footer__follow__btn .flex a.footer__follow__btn__mail {
        padding: 10px 0;
    }
    footer .footer__follow__btn__mail p:last-of-type {
        margin-top: 4px;
    }
    .contact__mv {
        padding: 100px 0;
    }
    .contact__mv h2 {
        font-size: 25px;
    }
    .breadcrumbs {
        font-size: 13px;
    }
    .contact__message p {
        font-size: 16px;
    }
    .contact__check h2 {
        margin-bottom: 40px;
        font-size: 25px;
    }
    .contact__check .contact__check__box h3 {
        font-size: 18px;
    }
    .contact__check .contact__check__box__img {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact__check .contact__check__box__list {
        font-size: 16px;
        width: 100%;
    }
    .contact__check .contact__check__box__txt {
        font-size: 16px;
    }
}

@media screen and (max-width:650px) {
    .sec07 .sec07__kaiketsu .container {
        background-position: 150%;
    }
    .sec07 .sec07__kaiketsu h3 {
        width: 60vw;
    }
    .sec07 .sec07__kaiketsu__txt {
        width: 100%;
        padding-bottom: 20px;
    }
    .sec18 .sec18__box__img__fee {
        font-size: 3.5vw;
    }
    .sec18 .sec18__box__img__fee span {
        font-size: 8vw;
    }
}

@media screen and (max-width:560px) {
    .header__menu__sp__link {
        width: 35%;
    }
    .sec12 .sec12__box__txt dt {
        width: 15%;
    }
    .sec17 .sec17__box h3 {
        font-size: 3vw;
    }
}

@media screen and (max-width:542px) {
    .sec07 .sec07__onayami h3 {
        top: -120%;
    }
}

@media screen and (max-width:520px) {
    .sec14 .sec14__box__txt dt {
        width: 25%;
    }
}

@media screen and (max-width:500px) {
    .header__menu__sp__logo {
        padding: 5px 0;
    }
    .mv {
        width: 100vw;
        height: 100vh;
        padding: 60px 0 10px;
    }
    .mv .mv__txt__yomigaeru {
        width: 100%;
        margin: 0 auto 10px;
    }
    .mv .mv__txt__omakase {
        margin: -30px 0 80px;
    }
    .mv .mv__txt__price__hev {
        margin: 0;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, .8);
    }
    .mv .mv__txt__price__yen {
        margin: 0;
    }
    .mv .mv__txt__price__motto {
        width: 80%;
        margin: 0 auto 20px;
    }
    .mv .mv__txt__point {
        width: 80%;
    }
    .sec01 .sec01__inner {
        padding: 10px;
    }
    .sec01 .sec01__inner .flex {
        margin-bottom: 10px;
    }
    .sec02 .sec02__title h2 {
        width: 90%;
        padding: 15px 0;
    }
    .sec02 .sec02__contents .container {
        padding: 10px 0 0px;
    }
    .sec03 .sec03__inner h2 {
        padding: 15px 0;
    }
    .sec03 .sec03__inner p {
        padding: 10px;
    }
    .sec03 .sec03__inner p {
        background-size: 20%;
    }
    .sec04 .container {
        padding: 20px 0 10px;
    }
    .sec04 h2 {
        margin-bottom: 10px;
    }
    .sec04 .sec04__point {
        width: 90%;
        margin: 0 auto 10px;
    }
    .sec04 .sec04__imasugu::after {
        width: 90%;
        margin: 10px auto;
    }
    .sec04 .sec04__empty {
        padding: 10px 10px 3px;
        margin: 0 auto 10px;
    }
    .sec05 .sec05__inner {
        padding: 20px;
    }
    .sec05 .sec05__inner h2 {
        margin-bottom: 10px;
    }
    .contact__form .container {
        padding: 20px 0px;
    }
    .contact__form h2 {
        margin-bottom: 10px;
    }
    .contact__form__policy__list {
        padding: 10px;
    }
    .contact__form__btn input {
        font-size: 4vw;
    }
    .sec07 .sec07__yocho {
        padding: 20px 0 60px;
    }
    .sec07 .sec07__yocho h2 {
        width: 100%;
        margin: 0 auto 10px;
    }
    .sec07 .sec07__checklist {
        padding: 0 10px;
    }
    .sec07 .sec07__checklist::after {
        margin: 15px auto 0px;
    }
    .sec07 .sec07__yocho p {
        line-height: 1.5;
    }
    .sec07 .sec07__onayami {
        padding: 50px 0;
    }
    .sec07 .sec07__onayami h3 {
        top: -115%;
    }
    .sec07 .sec07__onayami ul {
        padding: 0 10px;
    }
    .sec07 ul li {
        text-indent: -1.75em;
        padding-left: 1.75em;
    }
    .sec07 .sec07__kaiketsu {
        padding: 20px 0 0;
    }
    .sec07 .sec07__kaiketsu h3 {
        margin-bottom: 20px;
    }
    .sec07 .sec07__kaiketsu h3 {
        margin-left: 10px;
    }
    .sec08 .sec08__box__txt {
        padding: 10px;
    }
    .sec08 .sec08__box__copy {
        padding: 10px;
        background-size: 13%;
    }
    .sec08 .sec08__box__us .sec08__box__txt {
        padding: 40px 10px 10px;
    }
    .sec09 {
        padding: 30px 0;
    }
    .sec09 h2 {
        margin: 0 auto 30px;
    }
    .sec09 .sec09__list {
        margin-bottom: 10px;
    }
    .sec09 .sec09__box h3 {
        padding: 15px;
    }
    .sec09 .sec09__box p {
        padding: 10px;
    }
    .sec18 {
        padding: 30px 0;
    }
    .sec18 h2 {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .sec18 .sec18__box__txt {
        margin-bottom: 20px;
    }
    .sec18 .sec18__box__img {
        width: 90%;
    }
    .sec18 .sec18__box__img__fee {
        font-size: 5.5vw;
    }
    .sec18 .sec18__box__img__fee span {
        font-size: 10vw;
    }
    .sec10 .container {
        padding: 30px 0;
    }
    .sec10 h2 {
        margin-bottom: 10px;
    }
    .sec10 .container > p {
        margin-bottom: 0;
    }
    .sec10 .sec10__box {
        padding: 10px;
    }
    .sec10 h3::after {
        width: 63px;
    }
    .sec10 .sec10__box .flex {
        padding-bottom: 10px;
    }
    .sec10 .sec10__box__txt {
        padding-top: 10px;
    }
    .sec11 .sec11__jumyo {
        padding: 30px 0 50px;
        background-position: 62%;
    }
    .sec11 .sec11__jumyo h2 {
        width: 100%;
        margin: 0 auto;
    }
    .sec11 .sec11__jumyo .flex p:first-of-type {
        margin: 0 auto 10px;
        width: 100%;
    }
    .sec11 .sec11__kiken {
        padding-top: 100px;
    }
    .sec11 .sec11__kiken h3 {
        top: -105px;
    }
    .sec11 .sec11__kiken__copy__ijo {
        width: 95%;
        z-index: 0;
    }
    .sec11 .sec11__kiken__copy__ijo::after {
        width: 100%;
        margin: 20px auto 10px;
    }
    .sec11 .sec11__kiken__copy__img {
        display: none;
    }
    .sec11 .sec11__kiken__copy__txt {
        z-index: 0;
    }
    .sec11 .sec11__kiken__checklist {
        z-index: 0;
    }
    .sec11 .sec11__kiken__checklist h4 {
        width: 95%;
        margin: 0 auto 20px;
    }
    .sec11 .sec11__kiken__checklist__box {
        margin-bottom: 20px;
    }
    .common__cta .common__cta__mv {
        background-position: 0 30%;
    }
    .common__cta .common__cta__mv .mv__txt__omakase {
        margin: -10px 0 120px;
    }
    .common__cta .common__cta__mv .mv__txt__price__hev {
        margin: 0;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, .8);
    }
    .common__cta .common__cta__mv .mv__txt__price__yen {
        margin: 0;
    }
    .common__cta .common__cta__mv .mv__txt__price__motto {
        width: 100%;
    }
    .common__cta .common__cta__mv .mv__txt__point {
        width: 100%;
    }
    .common__cta .common__cta__detail__list {
        margin-bottom: 10px;
    }
    .common__cta .common__cta__detail {
        padding: 0 0 30px;
    }
    .common__cta .common__cta__detail__card h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .common__cta .common__cta__detail__card {
        padding: 20px;
    }
    .common__cta .common__cta__detail__btn__tel::before {
        height: 25px;
    }
    .common__cta .common__cta__detail__btn .common__cta__detail__btn__mail {
        font-size: 23px;
    }
    .common__cta .common__cta__detail__btn__mail span {
        width: 23px;
    }
    .sec12 .container {
        padding: 30px 0;
    }
    .sec12 h2 {
        margin-bottom: 10px;
    }
    .sec12 .container > p {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .sec12 .sec12__box:first-of-type {
        margin-bottom: 10px;
    }
    .sec12 .sec12__box__txt {
        padding: 10px;
    }
    .sec13 {
        padding: 30px 0;
    }
    .sec13 h2 {
        margin-bottom: 20px;
    }
    .sec13 .sec13__box .flex {
        padding: 10px;
    }
    .sec13 .sec13__box__img {
        margin-bottom: 10px;
    }
    .sec13 .sec13__box:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .sec13 .sec13__box__txt dl:last-of-type {
        margin-bottom: 0;
    }
    .sec14 {
        padding-top: 30px;
    }
    .sec14 h2 {
        margin-bottom: 20px;
    }
    .sec14 .sec14__box {
        margin-bottom: 10px;
    }
    .sec14 .sec14__box__txt {
        padding: 10px;
    }
    .sec15 {
        padding: 30px 0;
    }
    .sec15 h2 {
        margin-bottom: 20px;
    }
    .sec15 .sec15__inner {
        padding: 10px;
    }
    .sec15 .sec15__inner__list:not(:last-of-type) {
        padding-bottom: 10px;
    }
    .sec15 .sec15__inner__list__box__q {
        margin-bottom: 10px;
    }
    .sec15 .sec15__inner__list:not(:first-of-type) {
        padding-top: 10px;
    }
    .sec16 {
        padding: 30px 0;
    }
    .sec16 h2 {
        margin-bottom: 20px;
    }
    .sec16 .sec16__box:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .sec16 .sec16__box .flex {
        padding: 10px;
    }
    .sec16 .sec16__box__img {
        margin-bottom: 10px;
    }
    .sec17 {
        padding: 30px 0;
    }
    .sec17 h2 {
        margin-bottom: 20px;
    }
    .sec17 .sec17__box:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .sec17 .sec17__box h3 {
        font-size: 20px;
        padding: 15px;
    }
    .sec17 .sec17__box__h3__img {
        width: 10%;
        margin-right: 0.5em;
    }
    .sec17 .sec17__box__h3__txt {
        width: 85%;
        text-align: left;
    }
    .sec17 .sec17__box .sec17__box__detail {
        padding: 10px;
    }
    .sec17 .sec17__box__img {
        margin-bottom: 10px;
    }
    footer {
        padding: 20px 0 60px;
    }
    footer .footer__inner {
        padding: 10px;
        margin-bottom: 10px;
    }
    footer h2 {
        margin-bottom: 10px;
    }
    footer dl:not(:last-of-type) {
        padding-bottom: 5px;
    }
    footer dl:not(:first-of-type) {
        padding-top: 5px;
    }
    footer .pagetop {
        bottom: 9%;
    }
    footer .footer__follow__btn {
        padding: 5px 0px;
    }
    footer .footer__follow__btn__tel__empty,
    footer .footer__follow__btn .flex a {
        padding: 3px 0;
    }
    footer .footer__follow__btn .flex a {
        font-size: 16px;
    }
    footer .footer__follow__btn p {
        font-size: 10px;
    }
    footer .footer__follow__btn__tel__empty {
        border: 2px solid var(--white);
        width: 49%;
    }
    footer .footer__follow__btn__tel__empty p {
        margin-top: 0;
    }
    footer .footer__follow__btn__tel::before {
        width: 12px;
        height: 12px;
        margin-right: .1em;
    }
    footer .footer__follow__btn__mail {
        border: 2px solid var(--white);
        width: 49%;
    }
    footer .footer__follow__btn__mail p:last-of-type {
        margin-top: 0px;
    }
    .contact__check {
        padding: 30px 0;
    }
    .contact__check h2 {
        margin-bottom: 20px;
    }
    .contact__check .contact__check__box .flex {
        padding: 10px 10px 0;
    }
    .contact__check .contact__check__box__txt {
        padding: 10px;
    }
    .contact__check .contact__check__box:last-of-type .contact__check__box__img {
        padding: 10px;
    }
}

@media screen and (max-width:490px) {
    .header__menu__sp__logo {
        width: 60%;
    }
    .header__menu__sp__link {
        width: 25%;
    }
}

@media screen and (max-width:459px) {
    .sec07 .sec07__onayami h3 {
        top: -85%;
    }
    .mv .mv__txt__omakase {
        margin: 0 0 30px;
    }
    .mv .mv__txt__price__hev {
        margin-bottom: 10px;
    }
    .mv .mv__txt__price__yen {
        margin-bottom: 10px;
    }
    .mv .mv__txt__price__motto {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width:450px) {
    .header__menu__sp__logo .header__menu__date {
        font-size: 10px;
    }
    .header__menu__sp__link {
        width: 28%;
    }
    .sec11 .sec11__kiken__copy__txt {
        font-size: 28px;
    }
    footer .pagetop {
        bottom: 10%;
    }
}

@media screen and (max-width:445px) {
    footer {
        padding: 20px 0 70px;
    }
}

@media screen and (max-width:428px) {
    .drawer-hamburger {
        top: 49px;
    }
}

@media screen and (max-width:410px) {
    .header__menu__sp__logo {
        width: 55%;
    }
    .header__menu__sp__link {
        width: 30%;
        margin-right: 53px;
    }
}

@media screen and (max-width: 375px) {
    .header__menu__sp__logo {
        width: 52%;
    }
    .header__menu__sp__link {
        width: 35%;
        margin-right: 45px;
    }
    .header__menu__sp__tel {
        width: 40px;
        height: 50px;
    }
    .header__menu__sp__mail {
        width: 50px;
        height: 50px;
    }
    .hamburger {
        width: 50px;
        height: 50px;
    }
    .hamburger__line {
        top: 18px;
    }
    .hamburger__text {
        bottom: 4px;
    }
    .mv .mv__txt__price__yen {
        font-size: 25px;
    }
    .sec07 .sec07__kaiketsu .container {
        background-position: 230%;
    }
    .common__cta .common__cta__mv .mv__txt__price__yen {
        font-size: 25px;
    }
    footer .pagetop {
        bottom: 12%;
    }
}

@media screen and (max-width: 368px) {
    .sec07 .sec07__kaiketsu .container {
        background-position: 490%;
    }
}