@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    line-break: strict;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
    outline: none;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-size: 18px;
    line-height: 1.6!important;
    margin: auto;
    overflow-x: hidden;
}
img{
    display: block;
    width: 100%;
}
h2, h3{
    margin: 0;
}
p, a{
    font-size: 18px;
    padding: 0;
    margin: 0;
}

/* font */
.mincho {
  font-family: "Zen Old Mincho", serif;
}
.mincho-e {
  font-family: "Libertinus Serif Display", system-ui;
}

/* 共通 */
.single-post{
    max-width: 1000px;
    margin: auto;
    overflow-x: hidden;
    padding-top: 90px!important;
}
.wrap{
    max-width: 750px;
    margin: auto;
}
.tx-red{
    color: #bb171e;
}

/* header */
.header{
    position: fixed;
    max-width: 1000px;
    width: 100%;
    height: auto!important;
    background-color: #bb171e;
	top: 0;
	left: 50%;
    transform: translate(-50%, 0);
	z-index: 9999;
}
.header-info-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}
.header .logo{
    max-width: 180px;
}

/* menuボタン */
.menu-button {
    padding: 10px;
}
.menu-button, .menu-button span {
    display:block;
    transition:all .5s;
    -webkit-transition:all .5s;
    box-sizing:border-box;
}
.menu-button .h_menu {
    position:relative;
    width:35px;
    height:25px;
    margin:0 auto;
}
.menu-button span {
    position:absolute;
    left:0; width:100%;
    height:2px;
    background-color:#f6b256;
}

.menu-button span:nth-of-type(1) { top:0; }
.menu-button span:nth-of-type(2) { top:11px; }
.menu-button span:nth-of-type(3) { bottom:1px; }

.menu-button.active span:nth-of-type(1) {
  -webkit-transform:translateY(11px) rotate(-45deg);
  transform:translateY(11px) rotate(-45deg);
}
.menu-button.active span:nth-of-type(2) {
  opacity:0;
}
.menu-button.active span:nth-of-type(3) {
  -webkit-transform:translateY(-11px) rotate(45deg);
  transform:translateY(-11px) rotate(45deg);
}
.h-label{
    font-size: 14px;
    font-weight: bold;
    color: #f6b256;
    padding-bottom: 3px;
}

/* gnav */
.gnav{
    display: none;
}
.gnav.active{
    display: block;
}
.gnav img{
    display: block;
    padding: 15px;
    margin: auto;
}
.gnav-list{
    padding: 0;
    margin: 20px;
}
.gnav-list li{
    list-style: none;
    border-bottom: 2px solid #fff;
}
.gnav-list li a{
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 15px 30px;
}
.gnav-list li a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: bold;
    right: 30px;
    top: 30%;
    color: #fff;
}

/* cta */
.cta{
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    width: 100%;
    background: #00000099;
    z-index: 999;
}
.cta.show{
    display: block;
}
.cta .zaiko-btn{
    max-width: calc(750px - 30px);
    margin: 15px auto;
}

/* fv */
.fv{
    padding: 0;
}

/* worry */
.worry{
    position: relative;
    background-image: url(/assets/img/lp/worry_bg.png);
    padding: 50px 0;
}
.worry::after{
    position: absolute;
    content: "";
    background-image: url(/assets/img/lp/worry_bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 110px;
    top: 100%;
}
.worry h2{
    width: fit-content;
    font-size: 50px;
    text-align: right;
}
.worry h2 span{
    position: relative;
    font-size: 100px;
}
.worry h2 span::after{
    position: absolute;
    content: "";
    background-image: url(/assets/img/lp/worry_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -120px;
}
.worry-block{
    position: relative;
    padding: 20px 0 50px 0;
    margin-bottom: 15px;
}
.worry-block::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #bb171e;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.worry-item{
    font-weight: bold;
    background-color: #ffffffcc;
    padding: 15px 15px 15px 55px;
    margin: 5px;
}
.worry-item p{
    position: relative;
    font-size: 25px;
}
.worry-item p::before{
    position: absolute;
    content: "";
    background-image: url(/assets/img/lp/worry_check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.worry-bottom-tx{
    font-size: 50px;
    font-weight: bold;
}
.worry-bottom-tx span{
    font-size: 70px;
    color: #bb171e;
    background: linear-gradient(transparent 50%, #fff 50%);
}

/* review */
.review{
    background-color: #fff;
    padding: 150px 0 50px 0;
}

/* reason */
.reason{
    background-color: #bb171e;
    padding: 50px 0;
}
.reason h2{
    display: flex;
    align-items: center;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
}
.reason h2:before,
.reason h2:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: #fff;
}
.reason h2:before {
    margin-right: 1rem;
}
.reason h2:after {
    margin-left: 1rem;
}
.reason-item{
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.reason-item h3{
    margin: 0;
}
.reason-title{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #bb171e;
    font-size: 25px;
    margin-bottom: 10px;
}
.reason-num{
    background-color: #bb171e;
    color: #fff;
    width: 80px;
    height: 80px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.reason-num span{
    font-size: 30px;
    line-height: 1;
}
.reason-tx{
    font-weight: bold;
    margin-top: 20px;
}
.grid2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
/* table */
.rating-table-wrap table:not(.has-border-color) :where(th,td){
    border: 2px solid #999;
}
.rating-table-wrap{
  max-width: 750px;
  margin: 20px auto 0 auto;
}
.rating-table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
}
.rating-table thead th{
  background: #999;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-weight: bold;
  letter-spacing: .02em;
}
.rating-table tbody th,
.rating-table tbody td{
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding: 15px 10px;
  vertical-align: middle;
}
.rating-table tbody th{
  width: 25%;
  text-align: center;
  background: #f5f5f5;
  border-right: 1px solid #cfcfcf;
  white-space: nowrap;
}
.rating-table tbody td{
  width: 75%;
  background: #fff;
}

/* 黄色ハイライト行（右列だけ） */
.rating-table tbody tr.hl td{
  background: #f9f4b7;
}
.rating-note{
  margin-top: 10px;
  font-size: 12px;
}

/* ijihi */
.ijihi{
    background-color: #333;
    color: #fff;
    padding: 50px 0;
}
.ijihi-top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ijihi-top p{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}
.ijihi-top img{
    width: 80px;
}
.ijihi h2{
    position: relative;
    font-size: 50px;
    text-align: center;
    transform: rotate(-5deg);
    margin-bottom: 60px;
}
.ijihi h2 span{
    font-size: 100px;
    color: #f6b256;
}
.ijihi h2::after{
    position: absolute;
    content: "";
    background-image: url(/assets/img/lp/ijihi_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    height: 50px;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}
.ijihi p{
    font-weight: bold;
}
.yellow-box{
    background-color: #f6b256;
    color: #333;
    padding: 0 2px;
    margin: 0 2px;
}
.ijihi-img{
    margin-top: 15px;
}
.ijihi h3{
    position: relative;
    font-size: 50px;
    text-align: center;
    color: #f6b256;
    margin: 100px 0 20px 0;
}
.ijihi h3::after{
    position: absolute;
    content: "";
    background-image: url(/assets/img/lp/ijihi_item2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 35px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.service-block, .bankin-block{
    display: flex;
    gap: 5px;
    box-sizing: border-box;
    margin: 15px 0;
}
.service-block img,
.bankin-block img {
    min-width: 0;
}
.ijihi-voice{
    margin: 30px 0;
}
.ijihi-voice1,
.ijihi-voice2{
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 0 #f6b256;
    color: #333;
    border-radius: 100px;
    margin-bottom: 30px;
}
.ijihi-voice1{
    padding: 30px 30px 30px 120px;
    margin-left: 80px;
}
.ijihi-voice2{
    padding: 30px 120px 30px 30px;
    margin-right: 80px;
}
.ijihi-voice1 img,
.ijihi-voice2 img{
    position: absolute;
    width: auto;
    height: 180px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.ijihi-voice1 img{
    left: -20px;
}
.ijihi-voice2 img{
    right: -20px;
}

/* tokuten */
.tokuten{
    position: relative;
    background-color: #fff;
    padding: 50px 0;
}
.tokuten::before{
    position: absolute;
    content: "";
    background-image: url(/assets/img/lp/tokuten_point.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
}
.tokuten h2{
    font-size: 50px;
    text-align: right;
    margin-bottom: 15px;
}
.tokuten h2 span{
    display: block;
    width: fit-content;
    background-color: #f6b256;
    color: #fff;
    font-size: 35px;
    transform: skew(-10deg);
    padding: 5px 20px;
    margin: 0 10px 10px auto;
}
.tokuten p{
    text-align: right;
    margin: 10px 0 20px 0;
}

/* point */
.point{
    background-color: #f5f5f5;
    padding: 0 0 50px 0;
}
.point .logo{
    width: 200px;
    margin: 0 auto 20px auto;
}
.point h2{
    font-size: 50px;
    text-align: center;
    color: #bb171e;
    border-top: 3px solid #bb171e;
    border-bottom: 3px solid #bb171e;
    padding: 15px 30px;
    margin-bottom: 20px;
}
.hexagon-wrap {
    position: relative;
	display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 20%;
	margin: 0 auto;
    z-index: 0;
}
.hexagon-wrap::before{
    position: absolute;
    content: "";
    background-image: url(/assets/img/lp/point_item1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35%;
    height: 35%;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.hexagon-wrap::after{
    position: absolute;
    content: "";
    background-image: url(/assets/img/lp/point_item2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 20%;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.hexagons {
	width: calc(100% /2);
}
.hexagon-3_hexagon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 200 / 173;
	background-color: #ddd;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.hexagon-3_hexagon>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	width: 90%;
	height: 90%;
	background-color: #fff;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
/* 2行目と3行目の六角形を上にずらして縁を重ねる */
.hexagon-3_hexagon:nth-of-type(2),
.hexagon-3_hexagon:nth-of-type(3) {
	margin-top: -5%;
}
/* 中央の列を下にずらす */
.honeycomb-area .hexagons-center {
	transform: translateY(calc(100% / 6));
}
/* 2列目と3列目の六角形を左にずらして縁を重ねる */
.honeycomb-area .hexagons-center{
	margin-left: calc(-100% / 2 * 0.25 - 100% / 2 * 0.05);
}
/* 中身 */
.point-num{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    color: #ddd;
}
.point-title{
    font-size: 20px;
    font-weight: bold;
    color: #bb171e;
    padding-bottom: 5px;
}
.point-tx{
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

/* voice */
.voice{
    background-color: #bb171e;
    padding: 50px 0;
}
.voice h2{
    position: relative;
    font-size: 120px;
    color: #bd953f;
    line-height: 0.8;
    margin-bottom: 20px;
}
.voice h2::after{
    position: absolute;
    content: "";
    bottom: 20px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.voice h2 span{
    position: relative;
    width: fit-content;
    display: block;
    font-size: 50px;
    color: #fff;
    background-color: #bb171e;
    padding-left: 15px;
    margin-left: auto;
    z-index: 10;
}
.voice-item{
    border: 2px solid #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.voice-item p{
    color: #fff;
}
.voice-item .voice-name{
    font-weight: bold;
    text-align: center;
    color: #f6b256;
}
.voice-title{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.voice-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* maker */
.allmaker{
    background-image: url(/assets/img/lp/allmaker_bg.png);
    background-repeat: no-repeat;
    padding: 50px 0;
}
.allmaker h2{
    font-size: 50px;
    text-align: center;
}
.maker-img{
    margin-top: 30px;
}
.zaiko-btn{
    position: relative;
    display: flex;
    justify-content: center;
    text-decoration: none;
    position: relative;
    background-color: #f6b256;
    border-radius: 5px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 20px 15px;
    margin-top: 50px;
}
.zaiko-btn::after{
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    display: block;
    position: absolute;
    right: 20px;
    top: 33%;
}
.zaiko-btn span{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

/* qa */
.qa{
    background-color: #262626;
    padding: 50px 0;
}
.qa h2{
    font-size: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.qa-item{
    background-color: #3f3f3f;
    color: #fff;
    margin-bottom: 15px;
}
.qa-title{
    position: relative;
    font-weight: bold;
    background-color: #545454;
    padding: 20px;
    margin: 0;
}
.qa-title::after {
    position: absolute;
    content: "+";
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    top: 28%;
    right: 25px;
}
.qa-title.open::after {
    content: "-";
}
.qa-text{
    display: none;
    padding: 20px;
}

/* contact */
.contact{
    background-color: #f5f5f5;
    padding: 50px 0;
}
.contact h2{
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}
/* form */
.hidden-fields-container{
    display: none;
}
.yoyaku-block p.title{
    font-weight: bold;
    margin-bottom: 5px;
}
.yoyaku-block p.title .hissu{
    background-color: #bb171e;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 5px;
}
.yoyaku-block p.title .contact-tokuten{
    background-color: #555;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    margin-left: 5px;
}
.form-item{
    padding-bottom: 15px;
}
.policy{
    display: block;
    color: #000;
    text-align: center;
    text-decoration: underline;
    margin: 20px 0;
}
input[type=text],
input[type="email"],
input[type="tel"]{
    width: 100%;
    border: 1px solid #ddd;
    padding: 11px;
}
.contact input[type=submit]{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    background-color: #f6b256;
    color: #000;
    border: none;
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}

/* shop */
.shop{
    background-color: #fff;
    padding: 50px 0;
}
.shop h2{
    position: relative;
    font-size: 120px;
    color: #bd953f;
    line-height: 0.8;
    margin-bottom: 20px;
}
.shop h2::after{
    position: absolute;
    content: "";
    bottom: 20px;
    width: 100%;
    height: 2px;
    background: #000;
}
.shop h2 span{
    position: relative;
    width: fit-content;
    display: block;
    font-size: 50px;
    color: #000;
    background-color: #fff;
    padding-left: 15px;
    margin-left: auto;
    z-index: 10;
}
.shop h3{
    text-align: center;
    margin: 20px auto;
}
.shop table{
  width: 100%;
  background-color: #fff;
  border: 2px solid #333;
  border-collapse: collapse;
}
.shop table th{
  background-color: #333;
  color: #fff;
}
.shop table tbody tr + tr th,
.shop table tbody tr + tr td{
  border-top: 2px solid #333;
}
.shop table th,
.shop table td{
  padding: 15px;
}

/* examination */
.examination{
    background-color: #f5f5f5;
}
.examination-btn{
    position: relative;
    display: block;
    background: #bb171e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 30px 15px;
}
.examination-btn::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    right: 20px;
    top: 40%;
}
/* about */
.about{
    padding: 50px 0;
}
.about h1{
    text-align: center;
}
.about img{
    margin: 30px 0 15px 0;
}
.about table{
    border-collapse: collapse;
}
.about table tr th,
.about table tr td{
    text-align: left;
    padding: 10px 15px;
}
.about table tr th{
    width: 30%;
    background-color: #333;
    color: #fff;
}
table:not(.has-border-color) :where(th,td){
    border: 2px solid #333;
}

/* privacy */
.privacy{
    padding: 30px 0;
}
.privacy h1{
    text-align: center;
    margin-bottom: 0.5em;
}
.privacy h2{
  position: relative;
  color: #bb171e;
  font-size: 2em;
  text-align: center;
  padding: 15px;
  margin-bottom: 1em;
}
.privacy h2::after{
  position: absolute;
  content: '';
  width: 60px;
  height: 5px;
  background-color: #e96000;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
}
.privacy h3{
  color:#bb171e;
  border-bottom: 1px solid #bb171e;
  margin-bottom: 0.5em;
}
.privacy  p{
  font-size: 15px;
  margin-bottom:1.8em;
}
.privacy ol{
  padding-left: 1em;
}
.privacy ol li{
  font-size: 15px;
  padding-bottom: 15px;
}
.privacy ol.latin{
  list-style: upper-latin;
}
.privacy ol.alpha{
  list-style: lower-alpha;
}
.privacy .info{
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}
.privacy .info h4{
  border-bottom: 1px solid #e96000;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}


/* footer */
.footer{
    max-width: 1000px;
    background-color: #262626!important;
    color: #fff;
    padding: 10px 15px!important;
    margin: 0 auto 110px auto;
}
.footer-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-link{
    display: flex;
    gap: 5px;
}
.footer-link a{
    color: #fff;
}

/*750px以下*/
@media screen and (max-width:750px){
    body, p, a{
        font-size: 15px;
    }
    /* 共通 */
    .wrap{
        padding: 0 15px;
    }
    /* header */
    .header .logo{
        max-width: 160px;
    }
    /* cta */
    .cta .zaiko-btn{
        margin: 10px;
    }
    .zaiko-btn{
        font-size: 18px;
        padding: 15px;
        margin: 30px 0 15px 0;
    }
    /* worry */
    .worry{
        padding: 20px 0;
    }
    .worry h2{
        font-size: 35px;
    }
    .worry h2 span{
        font-size: 70px;
    }
    .worry h2 span::after{
        bottom: -85px;
    }
    .worry-block{
        padding: 15px 0 50px 0;
    }
    .worry-item p{
        font-size: 20px;
    }
    .worry-bottom-tx{
        font-size: 35px;
    }
    .worry-bottom-tx span{
        font-size: 55px;
    }
    /* review */
    .review{
        padding: 100px 0 20px 0;
    }
    /* reason */
    .reason{
        padding: 20px 0;
    }
    .reason h2{
        font-size: 35px;
    }
    .reason-title{
        font-size: 20px;
        gap: 15px;
    }
    .reason-num{
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    .reason-num span{
        font-size: 25px;
    }
    /* ijihi */
    .ijihi{
        padding: 20px 0;
    }
    .ijihi-top p{
        font-size: 30px;
    }
    .ijihi-top img{
        width: 50px;
    }
    .ijihi h2{
        font-size: 35px;
    }
    .ijihi h2 span{
        font-size: 85px;
    }
    .ijihi h2::after{
        width: 100%;
        bottom: -35px;
    }
    .ijihi h3{
        font-size: 32px;
        margin: 50px 0 15px 0;
    }
    .ijihi h3::after{
        width: 50%;
        bottom: -35px;
    }
    .ijihi-voice1{
        margin-left: 50px;
        padding: 30px 30px 30px 85px;
    }
    .ijihi-voice2{
        margin-right: 50px;
        padding: 30px 70px 30px 30px;
    }
    .ijihi-voice1 img, .ijihi-voice2 img{
        height: 150px;
    }
    /* tokuten */
    .tokuten{
        padding: 20px 0;
    }
    .tokuten::before{
        width: 120px;
    }
    .tokuten h2{
        font-size: 35px;
    }
    .tokuten h2 span{
        font-size: 25px;
        margin: 0 10px 0 auto;
    }
    .tokuten p{
        text-align: left;
    }
    /* point */
    .point h2{
        font-size: 35px;
        padding: 10px;
    }
    .hexagons{
        flex: 1;
    }
    .honeycomb-area .hexagons-center {
        margin-left: calc(-100% / 2 * 0.25 - 100% / 2 * 0.1);
    }
    .point-num{
        font-size: 25px;
    }
    .point-title{
        font-size: 16px;
        padding: 0;
    }
    .point-tx{
        font-size: 13px;
    }
    /* voice */
    .voice{
        padding: 20px 0;
    }
    .voice h2{
        font-size: 85px;
    }
    .voice h2 span{
        font-size: 35px;
    }
    .voice h2::after{
        bottom: 10px;
    }
    .voice-title{
        font-size: 18px;
    }
    /* allmaker */
    .allmaker{
        padding: 20px 0;
    }
    .allmaker h2{
        font-size: 35px;
    }
    .maker-img{
        margin-top: 15px;
    }
    /* qa */
    .qa{
        padding: 20px 0;
    }
    .qa h2{
        font-size: 35px;
    }
    .qa-title{
        font-size: 18px;
    }

    /* contact */
    .contact{
        padding: 20px 0;
    }
    .contact h2{
        font-size: 35px;
    }
    input[type=submit]{
        font-size: 15px;
    }
    .policy{
        margin: 10px 0;
    }
    /* shop */
    .shop{
        padding: 20px 0;
    }
    .shop h2{
        font-size: 85px;
    }
    .shop h2 span{
        font-size: 35px;
    }
    .shop h2::after{
        bottom: 10px;
    }
    /* about */
    .about{
        padding: 30px 10px;
    }
    /* footer */
    .footer{
        margin: 0 auto 78.8px auto;
    }
    .footer img{
        width: 150px;
    }
}

/*480px以下*/
@media screen and (max-width:480px){
    body, p, a{
        font-size: 14px;
    }
    .wrap{
        padding: 0 10px;
    }
    .single-post{
        padding-top: 60px!important;
    }
    /* header */
    .header-info{
        height: 60px;
    }
    .header-info-inner{
        padding: 7px 15px;
    }
    .header .logo{
        max-width: 120px;
    }
    .menu-button{
        padding: 0;
    }
    .h-label{
        font-size: 12px;
    }
    .gnav-list{
        margin: 0 15px 15px 15px;
    }
    /* worry */
    .worry-item{
        padding:15px 15px 15px 40px;
    }
    .worry-item p::before{
        width: 20px;
        height: 20px;
        left: -30px;
    }
    .worry-item p{
        font-size: 18px;
    }
    .worry-bottom-tx{
        font-size: 25px;
    }
    .worry-bottom-tx span{
        font-size: 42px;
    }
    /* review */
    .review{
        padding: 70px 0 20px 0;
    }
    /* reason */
    .reason-item{
        padding: 15px;
        margin-bottom: 15px;
    }
    .reason-title{
        font-size: 18px;
        gap: 10px;
    }
    .reason-tx{
        margin-top: 10px;
    }
    .rating-table tbody th, .rating-table tbody td{
        padding: 10px;
    }
    /* ijihi */
    .ijihi-top p{
        font-size: 25px;
    }
    .ijihi-top img{
        width: 40px;
    }
    .ijihi h2 span{
        font-size: 55px;
    }
    .ijihi h2::after{
        bottom: -40px;
    }
    .ijihi h3{
        font-size: 25px;
    }
    .ijihi h3::after{
        width: 70%;
    }
    .ijihi-voice1{
        margin-left: 20px;
        margin-bottom: 20px;
        padding: 20px 30px 20px 70px;
    }
    .ijihi-voice2{
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 20px 60px 20px 30px;
    }
    .ijihi-voice1 img, .ijihi-voice2 img{
        height: 130px;
    }
    /* point */
    .point-title{
        font-size: 14px;
    }
    .point-tx{
        font-size: 11px;
        padding-bottom: 20px;
    }
    /* voice */
    .voice h2{
        font-size: 70px;
    }
    .voice h2 span{
        font-size: 30px;
    }
    .voice-item{
        padding: 10px;
        margin-bottom: 15px;
    }
    .voice-title{
        font-size: 15px;
    }
    .voice-content{
        gap: 10px;
    }
    /* qa */
    .qa h2{
        font-size: 35px;
    }
    .qa-title{
        font-size: 15px;
        padding: 20px 40px 20px 15px;
    }
    .qa-title::after{
        right: 15px;
    }
    /* contact */
    .yoyaku-block p.title .contact-tokuten{
        font-size: 10px;
    }
    .contact input[type=submit]{
        font-size: 15px;
    }
    /* shop */
    .shop h2{
        font-size: 70px;
    }
    .shop h2 span{
        font-size: 30px;
    }
    .shop table th, .shop table td{
        padding: 15px 10px;
    }
    /* about */
    .about{
        padding: 20px 10px 30px 10px;
    }
    /* footer */
    .footer img{
        width: 120px;
    }
    .footer-link a,
    .copyright{
        font-size: 12px;
    }
}