@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

:root {
  --red: #80000D;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  min-width: 1200px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}
.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pos-relative{
  position: relative;
}
.wp-block-columns{
  display: flex;
  justify-content: center;
}
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
.l-header {
  background-color: #b20005;
  padding: 20px 50px;
}

.l-header-inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header-logo img {
  width: 270px;
}

.l-header-logo h1 a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.l-header-logo h1 a span{
  font-size: 12px;
  margin-left: 12px;
}

.l-header-splink {
  display: none;
}

.l-header-inf ul {
  display: flex;
  align-items: center;
}

.l-header-inf ul li + li {
  margin-left: 10px;
}

.l-header-inf ul li:nth-child(1) img {
  width: 77px;
}

.header-telbox{
  color: white;
  font-weight: bold;
  text-align: center;
}

.header-telbox div{
  display: flex;
  align-items: center;
}

.header-telbox div span{
  font-size: clamp(2.5rem, 3.5vw, 3.125rem); /* 50pxを可変サイズに */
  margin-left: 15px;
  line-height: 1;
}

.header-telbox p{
  font-size: clamp(1.5rem, 2vw, 1.7rem); /* 27pxを可変サイズに */
}

.l-header-nav .l-header-nav_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap; /* 折り返し防止 */
}

.l-header-nav .l-header-nav_list li.l-header-nav_list__item {
  position: relative;
  padding: 0 clamp(8px, 1vw, 25px); /* パディングを調整 */
}

.l-header-nav .l-header-nav_list li.l-header-nav_list__item:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.l-header-nav .l-header-nav_list li:last-child:before{
  display: none;
}

.l-header-nav .l-header-nav_list li.l-header-nav_list__item a ,
.l-header-nav .l-header-nav_list li.l-header-nav_list__item p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.7rem); /* フォントサイズ最小値を調整 */
  cursor: pointer;
  white-space: nowrap; /* テキストの折り返し防止 */
}

.l-header-nav .l-header-nav_list li:last-child:before{
  display: none;
}

.l-header-nav .l-header-nav_list li.l-header-nav_list__item a ,
.l-header-nav .l-header-nav_list li.l-header-nav_list__item p {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.l-header_sub {
  position: absolute;
  left: 0;
  padding-top: 1px;
  width: 100%;
  background-color: rgba(144,0,0,.6);
  display: none;
}

.l-header_sub li a {
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.l-header_sub li a span {
  display: block;
  line-height: 1.3;
  font-size: 14px;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.title01{
  font-size: 40px;
  font-weight: bold;
  color: var(--red);
  border-top: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  text-align: center;
  padding: 10px 0;
  width: 86%;
  margin: auto;
}
.caption01{
  font-size: 17px;
  font-weight: bold;
  color: var(--red);
  text-align: center;
  padding: 10px 0;
  width: 86%;
  margin: auto;
}
.duralumin_footer{
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(20%, 30%);
}
/* Footer
---------------------------------------------------------------*/
.l-footer {
  background-color: #b20005;
  padding: 30px;
  color: white;
  text-align: center;
}
.l-footer img:not(.duralumin_footer) {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
  margin-right: 25px;
}
.footer-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
}
/*pagetop*/

.l-footer-top {
  position: fixed;
  z-index: 300;
  right: 230px;
  bottom: 340px;
  width: 74px;
  height: 74px;
}

.l-footer-top__link {
  display: none;
}

.l-footer-top__link.totop img {
  width: 94px;
  height: 94px;
}

.l-floating-top {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 20px;
  width: 305px;
  height: 346px;
}

.floating__link {
  display: none;
  height: 100%;
}

.floating_inner {
  position: relative;
}

.floating_inner_tell {
  display: block;
  position: absolute;
  left: 28px;
  top: 97px;
  width: 279px;
  height: 105px;
  border-radius: 10px;
  z-index: 2;
}

.floating_inner_line {
  display: block;
  position: absolute;
  left: 28px;
  top: 209px;
  width: 279px;
  height: 73px;
  border-radius: 10px;
  z-index: 2;
}

.floating_inner_contact {
  display: block;
  position: absolute;
  left: 28px;
  top: 287px;
  width: 279px;
  height: 56px;
  border-radius: 10px;
  z-index: 2;
}

.floating_inner a:hover {
  opacity: .3;
  background: #fff;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
.mv {
  height: 30vw;
  background: url(../images/mv.png) no-repeat top center;
  background-size: contain;
  margin: 0 auto 20px;
}
.top_btn_line{
  width: 565px;
  background-image: url(../images/line_bg.png);
  background-size: 100% 100%;
  font-size: 43px;
  color: white;
  padding: 21px 30px;
  box-sizing: border-box;
  cursor: pointer;
  margin: auto;
}
.top_btn_line .line{
  width: 70px;
}
.top_btn_line .arrow{
  width: 34px;
}
.animation{
  animation: dokundokun 1300ms ease infinite;
}
@keyframes dokundokun {
  0%  { transform: scale(1); }
  15% { transform: scale(1.2); }
  30% { transform: scale(1); }
  45% { transform: scale(1.2); }
  70% { transform: scale(1); }
}
#main{
  margin-top: 60px;
}
.purchase_result .result-swiper-wrapper{
  width: 76.5%;
  margin: 40px auto 0;
}
.purchase_result .result-swiper{
  font-weight: bold;
  word-break: break-all;
}
.purchase_result .result-swiper .swiper-slide{
  width: 230px;
  text-align: center;
  border: 1px solid #7C7C7C;
  padding: 20px 0;
  box-sizing: border-box;
}
.purchase_result .result-swiper .swiper-slide .result_ex{
  width: 76%;
  margin: auto;
}
.purchase_result .result-swiper .swiper-slide .result_ex .brand_name{
  font-size: 21px;
  margin-top: 10px;
}
.purchase_result .result-swiper .swiper-slide .result_ex .brand_name span{
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
  min-height: 2.65em;
}
.purchase_result .result-swiper .swiper-slide .result_ex .purchase_label{
  color: white;
  background: var(--red);
  font-size: 18px;
  padding: 0 9px;
  border-radius: 45px;
}
.purchase_result .result-swiper .swiper-slide .purchase_price{
  font-size: 25px;
}
.purchase_result .result-swiper-wrapper .swiper_custom_prev, .purchase_result .result-swiper-wrapper .swiper_custom_next{
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}
.swiper-button-next, .swiper-button-prev{
  display: none !important;
}
.purchase_result .result-swiper-wrapper .swiper_custom_prev{
  left: -30px;
}
.purchase_result .result-swiper-wrapper .swiper_custom_next{
  right: -30px
}
.campaign {
  background-image: url(../images/bg_campaign.png);
  background-size: 100% 100%;
  margin-top: 90px;
  padding-bottom: 40px;
}
.campaign .campaign_title{
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  color: var(--red);
  transform: translateY(-40%);
}
.campaign .campaign_title span{
  background-image: url(../images/bg_campaign_title.png);
  background-size: 100% 100%;
  padding: 20px 64px 40px;
}
.campaign .campaign_img_wrapper{
  text-align: center;
  margin-top: 10px;
}
.campaign .campaign_img_wrapper img{
  max-width: 1170px;
}
.contact_wrapper{
  max-width: 830px;
  margin: 30px auto 0;
}
.contact_wrapper .campaign_contact{
  border: 3px solid white;
  border-radius: 47px;
  box-shadow: 2px 3px 3px 0px #7d7d7d;
  color: white;
  position: relative;
  height: 90px;
  padding: 0 22px;
  cursor: pointer;
  transition: transform .3s;
}
.contact_wrapper .campaign_contact:hover{
  transform: scale(1.1);
}
.contact_wrapper .campaign_contact.line {
  background: #70C25E;
  font-size: 32px;
}
.contact_wrapper .campaign_contact.line .icon-line{
  width: 52px;
  margin-right: 10px;
}
.contact_wrapper .campaign_contact.line .dewi{
  position: absolute;
  width: 120px;
  right: 10%;
  bottom: 0;
}
.contact_wrapper .campaign_contact .icon-angle{
  width: 28px;
}
.contact_wrapper .campaign_contact.line span{
  margin: 0 28px;
}
.contact_wrapper .campaign_contact.phone{
  background: #22BA9E;
  font-size: 28px;
}
.contact_wrapper .campaign_contact .icon-phone{
  width: 38px;
}
.contact_wrapper .campaign_contact .campaign_contact_text{
  margin: 0 16px;
}
.problem{
  background-image: url(../images/bg_problem.png);
  background-size: 100% 100%;
  padding: 65px 0 100px;
  position: relative;
}
.problem .problem_title{
  color: white;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  line-height: 1;
}
.problem .problem_title small{
  font-size: 39px;
}
.problem .problem_title .large{
  font-size: 73px;
}
.problem .problem_inner{
  font-size: 22px;
  font-weight: bold;
  max-width: 920px;
  margin: 20px auto 0;
}
.problem .problem_inner .problem_text .problem_detail {
  background: white;
  border: 3px solid #1C5E77;
  border-radius: 8px;
  padding: 10px;
  justify-content: flex-start;
  margin-top: 10px;

}
.problem .problem_inner .problem_text .problem_detail .problem_detail_media{
  width: 73px;
}
.problem .problem_inner .problem_text .problem_detail .problem_detail_media img{
  max-width: 100%;
  max-height: 47px;
}
.problem .problem_inner .problem_media{
  transform: translateY(20px);
}
.lp-how2buy_wrapper{
  background-image: url(../images/bg_truck.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin: 85px 0 150px;
  background-position-x: 20px;
}
.how2buy-title{
  font-size: 68px;
  text-align: center;
  color: #8C000D;
  font-weight: bold;
}
.lp-how2buy__content{
  max-width: 1200px;
  margin: 20px auto 0;
}
.lp-advantage {
  background-color: #fff;
  padding: 1rem 0;
}
.lp-advantage__inner {
  position: relative;
  margin: 45px auto 0;
  background: url(https://tio-frs-8yywuhli.landinghub.site/images/car-icon.svg) no-repeat 90% 62%;
  background-color: rgba(255, 255, 255, .8);
  background-blend-mode: lighten;
  background-size: 287px 217px;
}
.lp-advantage__badge-area {
  position: absolute;
  top: 18%;
  right: 10%;
  display: flex;
  justify-content: space-between;
  width: 190px;
  column-gap: 10px;
}
.p-icon-badge {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  border: 1px solid #b00005;
  border-radius: 15px;
}
.p-icon-badge__text-area {
  border-bottom: 3px solid #eec760;
  font-size: 1.8rem;
  font-weight: 600;
  color: #b00005;
  text-align: center;
}
.p-icon-badge__small-text {
  font-size: .5em;
  line-height: 1.2;
}
.p-icon-badge__img-area img{
  height: 45px;
  width: auto;
}
.c-green-title {
  display: block;
  color: #f3e727;
  text-align: center;
  font-size: 47px;
  font-weight: 800;
  background: #BA1B21;
  border-radius: 25px;
  line-height: 2.1;
}
.lp-advantage__list{
  margin-top: 30px;
}
.lp-advantage__item {
  margin-top: 20px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.lp-advantage__item .advantage__item_num{
  text-align: center;
  background: #D61518;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100%;
  width: 86px;
  height: 86px;
  padding-top: 18px;
  box-sizing: border-box;
  line-height: 1.3;
  letter-spacing: -.1em;
}
.lp-advantage__item .advantage__item_inner{
  margin-left: 20px;
}
.lp-advantage__text {
  font-size: 33px;
  font-weight: 800;
}
.lp-advantage__text.red{
  font-size: 22px;
}
.lp-advantage .advantage_desc{
  font-size: 22px;
  max-width: 975px;
  margin: 40px auto 0;
}
.p-buy-flow2 {
  position: relative;
}
.p-buy-flow2:not(:last-of-type) {
  margin-bottom: 45px;
}
.p-buy-flow2:not(:last-of-type):after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 21px 53.5px 0 53.5px;
  border-color: #A71F24 transparent transparent transparent;
  transform: translateX(-50%) rotate(0deg);
}
.p-buy-flow2__inner {
  margin-top: 2rem;
  padding: 40px 40px 30px;
  border: 1px solid #b00005;
  border-radius: 15px;
  background-color: #ecf0f2;
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  column-gap: 30px;
}
.p-buy-flow2__step {
  display: inline-block;
  padding: 0 2em;
  min-width: 50px;
  position: absolute;
  top: 0;
  left: 3.5%;
  transform: translateY(-50%);
  background-color: #b00005;
  border-radius: 25px;
  color: #fff;
  font-size: 30px;
}
.p-buy-flow2__img {
  grid-row: 1/3;
  grid-column: 1;
}
.p-buy-flow2__title {
  grid-row: 1;
  grid-column: 2;
  color: #b00005;
  font-size: 27px;
  font-weight: 800;
}
.p-buy-flow2__description {
  grid-row: 2;
  grid-column: 2;
  font-size: 18px;
  line-height: 2;
}
.lp-how2buy__h4 {
  margin: 30px auto 65px;
  background-color: #231815;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  padding: 6px 0;
}
.red {
  color: #b10005;
}
.merit{
  background-color: #F8E500;
  padding-top: 50px;
  margin-top: -50px;
  position: relative;
}
.merit .merit_duralumin{
  position: absolute;
  top: 0;
}
.merit .merit_duralumin.duralumin_left{
  left: 0;
}
.merit .merit_duralumin.duralumin_right{
  right: 0;
}
.title02{
  text-align: center;
  font-size: 68px;
  font-weight: bold;
  color: var(--red);
  letter-spacing: -.05em;
  position: relative;
  z-index: 9;
}
.merit .merit_inner{
  max-width: 1200px;
  margin: 20px auto 0;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  align-items: flex-start;
}
.merit .merit_inner .merit_detail{
  width: 32.6%;
}
.merit .merit_inner .merit_detail .merit_detail_title{
  font-size: 30px;
  font-weight: bold;
  color: var(--red);
  text-align: center;
}
.merit .merit_inner .merit_detail .merit_detail_content{
  border: 6px solid var(--red);
  background: white;
  font-size: 20px;
  padding: 30px 30px 10px;
  box-sizing: border-box;
}
.merit .merit_inner .merit_detail .merit_detail_content .merit_head{
  color: var(--red);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid var(--red);
  padding-bottom: 30px;
}
.merit .merit_inner .merit_detail .merit_detail_content .merit_head .merit_head_media{
  width: 110px;
}
.merit .merit_inner .merit_detail .merit_detail_content .merit_desc{
  margin-top: 35px;
}
.show_more{
  text-align: center;
  cursor: pointer;
}
.show_more a{
  background: var(--red);
  color: white;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 23px;
  border-radius: 24px;
}
.show_more a:after{
  content: '';
  background-image: url(../images/plus.png);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
.show_more.open a:after{
  background-image: url(../images/minus.png);
}
.hd_kit{
  background-color: #71AFAC;
  padding: 40px 0 70px;
  margin-top: 50px;
}
.hd_kit .hd_kit_inner{
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 9;
}
.hd_kit .hd_kit_inner .kit_concept{
  font-size: 52px;
  font-weight: bold;
  color: var(--red);
  background: white;
}
.hd_kit .hd_kit_inner .ht_kit_media{
  position: absolute;
  max-width: 406px;
  left: 0;
  top: 9%;
  transform: translateX(-10%);
}
.hd_kit .hd_kit_inner .ht_kit_text{
  max-width: 930px;
  margin: 0 30px 0 auto;
  position: relative;
}
.hd_kit .hd_kit_inner .kit_content{
  margin-top: 22px;
  align-items: flex-start;
}
.hd_kit .hd_kit_inner .kit_content .kit_title{
  color: var(--red);
  font-size: 97px;
  font-weight: bold;
  background: white;
  width: 24.3%;
  text-align: center;
  line-height: 1.3;
}
.hd_kit .hd_kit_inner .kit_content .kit_desc{
  width: 76.7%;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
.hd_kit .hd_kit_inner .kit_content .kit_desc .kit_subtitle{
  font-size: 31px;
  font-weight: bold;
  color: #2C4E80;
  background: white;
}
.hd_kit .hd_kit_inner .kit_content .kit_desc .kit_desc_text{
  padding-top: 10px;
  padding-left: 22px;
}
.hd_kit .hd_kit_inner .kit_content .kit_desc .kit_desc_text span{
  color: #FFFF00;
  background: #71af00;
  padding: 0 5px;
}
.safe_delivery{
  margin-top: 30px;
  text-align: center;
}
.safe_delivery .safe_delivery_title{
  font-size: 68px;
  font-weight: bold;
  color: var(--red);
}
.safe_delivery img{
  margin-top: 30px;
  max-width: 1200px;
}
.flow{
  position: relative;
  padding: 60px 0 120px;
}
.flow:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_home_delivery.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.flow .flow_inner{
  max-width: 1273px;
  margin: 55px auto 0;
  justify-content: space-between;
}
.flow .flow_inner .flow_detail{
  width: 24%;
  position: relative;
}
.flow .flow_inner .flow_detail img{
  width: 100%;
  margin-top: 10px;
}
.flow .flow_inner .flow_detail .flow_detail_title{
  text-align: center;
  color: white;
  font-size: 33px;
  font-weight: bold;
}
.flow .flow_inner .flow_detail .flow_detail_title span{
  background: var(--red);
  clip-path: polygon(0 0, 100% 0%, 100% 64%, 50% 100%, 0 66%);
  width: 223px;
  display: inline-block;
  padding: 6px 0 32px;
}
.flow .flow_inner .flow_detail .flow_detail_desc{
  font-size: 20px;
  font-weight: bold;
  padding: 0 12%;
  letter-spacing: .1em;
  line-height: 1.8;
  margin-top: 1em;
}
.flow .flow_inner .flow_detail .flow_num{
  position: absolute;
  font-size: 150px;
  color: var(--red);
  opacity: .4;
  bottom: 0;
  line-height: 1;
  right: 0;
}
.flow_media{
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.flow .contact_wrapper{
  margin-top: 65px;
}
.flow .flow_onsite{
  max-width: 1400px;
  margin: 85px auto 0;
  border: 11px solid var(--red);
  padding-bottom: 70px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  background: white;
}
.flow .flow_onsite_title{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  background: var(--red);
  color: white;
}
.flow .flow_onsite_title span{
  display: inline-flex;
  align-items: center;
}
.flow .flow_onsite_title span:before, .flow .flow_onsite_title span:after{
  content: '';
  background-image: url(../images/truck.png);
  width: 117px;
  height: 88px;
  background-size: 100% 100%;
  display: inline-block;
}
.flow .flow_onsite_title span:before{
  margin-right: 120px;
}
.flow .flow_onsite_title span:after{
  margin-left: 120px;
}
.flow .flow_onsite .flow_onsite_desc{
  font-size: 22px;
  max-width: 970px;
  margin: 50px auto 0;
}
.flow_onsite_head{
  padding: 0 20px;
  color: var(--red);
  font-weight: bold;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 0;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.1;
}
.lp-how2buy__content .flow_onsite_head{
  margin-top: 20px;
}
.flow_onsite_head .wp-block-column{
  width: 19.1%;
  border: 2px solid var(--red);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px 0 0;
  background: white;
}
.flow_onsite_head .wp-block-column:first-child img{
  margin-top: 15px;
}
.flow_onsite_ttl{
  font-size: 26px;
}
.flow_onsite_ttl2{
  font-size: 36px;
}
.flow_onsite_ttl2 small{
  font-size: 18px;
}
.flow_onsite_ttl3{
  font-size: 73px;
}
.flow_onsite_ttl4{
  font-size: 49px;
}
.flow_onsite_ttl5{
  font-size: 59px;
}
.flow .title01{
  margin-top: 40px;
}
.flow .flow_onsite_diagram{
  max-width: 980px;
  margin: 45px auto 0;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
}
.flow .flow_onsite_diagram .wp-block-column{
  width: 18%;
  position: relative;
}
.flow .flow_onsite_diagram .wp-block-column:not(:last-child):after{
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18.5px 0 18.5px 18px;
  border-color: transparent transparent transparent var(--red);
  transform: rotate(0deg);
  display: block;
  top: 270px;
  right: -20%;
}
.flow .flow_onsite_diagram .wp-block-column p{
  margin-top: 25px;
}
.lp-shuccho-buy-flow+.lp-how2buy__h4{
  margin: 65px auto 45px;
}
.appraiser {
  justify-content: space-evenly;
  max-width: 1200px;
  margin: 50px auto 60px;
  text-align: center;
  align-items: flex-start;
}
.appraiser .wp-block-column{
  width: 23%;
  border: 6px solid var(--red);
  color: var(--red);
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
  box-sizing: border-box;
  background: white;
}
.appraiser .wp-block-column .appraiser_name{
  margin-top: 20px;
}
.appraiser .wp-block-column img{
  max-width: 100%;
}
.show_more{
  margin-top: 30px;
}
.show_more_detail {
  height: 0;
  overflow: hidden;
}
.appraiser .wp-block-column .show_more_detail .detail_text{
  font-size: 16px;
  font-weight: normal;
  color: black;
  margin-top: 10px;
  padding: 0 22px;
  text-align: left;
}
.appraiser .wp-block-column .show_more_detail .detail_title span{
  font-size: 14px;
  font-weight: bold;
  border: 2px solid var(--red);
  width: 87px;
  display: inline-block;
  margin-top: 30px;
  line-height: 1.8;
}
.reason{
  background-image: url(../images/bg_reason.png);
  background-size: 100% 100%;
  padding: 80px 0 130px;
}
.reason .reason_title{
  text-align: center;
  font-size: 85px;
  font-weight: bold;
  color: var(--red);
}
.reason .reason_title span{
  position: relative;
}
.reason .reason_title span:before, .reason .reason_title span:after{
  content: '';
  position: absolute;
  top: 50%;
  width: 80px;
  height: 154px;
  background-size: 100% 100%;
}
.reason .reason_title span:before{
  background-image: url(../images/leaves.png);
  left: -50px;
  transform: translateY(-50%);
}
.reason .reason_title span:after{
  background-image: url(../images/leaves.png);
  right: -90px;
  transform: translateY(-50%) rotateY(180deg);
}
.reason .reason_wrapper{
  max-width: 1200px;
  margin: 60px auto 0;
  font-size: 16px;
  justify-content: space-between;
}
.reason .reason_wrapper .wp-block-column{
  width: 28.75%;
}
.reason .reason_wrapper .wp-block-column img{
  width: 100%;
}
.reason .reason_wrapper .wp-block-column .reason_detail-title{
  font-size: 26px;
  font-weight: bold;
  color: var(--red);
  padding-left: 20px;
  margin-top: 15px;
  line-height: 1.4;
}
.reason .reason_wrapper .wp-block-column .reason_detail-text{
  margin-top: 10px;
  line-height: 2;
}
.reason .reason_compare{
  text-align: center;
  margin-top: 50px;
}
.reason .reason_compare img{
  margin-top: 70px;
}
.reason .review{
  margin-top: 80px;
}
.review .review_wrapper{
  text-align: center;
  margin: 55px auto 0;
  max-width: 950px;
}
.review .review_wrapper .wp-block-columns {
  margin-top: 25px;
  justify-content: space-between;
}
.review .review_wrapper .wp-block-columns .wp-block-column{
  width: 31%;
  padding: 16px;
  border-radius: 15px;
  background: white;
  box-sizing: border-box;
}
.review .review_wrapper .wp-block-columns .wp-block-column img{
  width: 100%;
}
.review .review_wrapper .wp-block-columns .wp-block-column .review_detail-title{
  font-size: 20px;
  color: var(--red);
  font-weight: bold;
  letter-spacing: .1em;
  border-bottom: 3px solid;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.review .review_wrapper .wp-block-columns .wp-block-column .review_detail-title span{
  color: white;
  background: var(--red);
  line-height: 1.2;
  width: 1.2em;
  display: inline-block;
  border-radius: 100%;
}
.review .review_wrapper .wp-block-columns .wp-block-column .reviewer{
  font-size: 16px;
  margin-top: 20px;
}
.review .review_wrapper .wp-block-columns .wp-block-column .review_stars{
  margin-top: 20px;
}
.review .review_wrapper .wp-block-columns .wp-block-column .review_stars img{
  width: 30px;
}
.review .review_wrapper .wp-block-columns .wp-block-column .review_text{
  font-size: 16px;
  margin-top: 20px;
  text-align: left;
}
.review .review_wrapper .wp-block-columns .wp-block-column .review_text span{
  background: #FFFF00;
}
.flow .contact_title{
  font-size: 20px;
  color: var(--red);
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
.flow .contact_title span{
  position: relative;
}
.flow .contact_title span:before, .flow .contact_title span:after{
  content: '';
  position: absolute;
  border-top: 1px solid var(--red);
  width: 40px;
  height: 1px;
  top: 50%;
}
.flow .contact_title span:before{
  transform: rotate(55deg) translateY(-50%);
  left: -60px;
}
.flow .contact_title span:after{
  transform: rotate(125deg) translateY(-50%);
  right: -60px;
}
.contact_title+.contact_wrapper{
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
/* PCフローティングメニュー */
.floating-pc {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 150px;
  max-width: 335px;
}

.floating-pc__lp-area {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .4);
  padding: 5%;
  border-radius: 0 20px 0 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.floating-pc__lp-title {
  border-bottom: 5px solid #b60005;
}

.floating-pc__link-lp {
  margin-top: 5%;
  display: block;
  background: linear-gradient(180deg, rgba(180,0,5,1) 0%, rgba(153,0,3,1) 50%, rgba(126,0,0,1) 100%);
  color: white;
  font-size: 18px;
  border-radius: 14px;
  width: 246px;
  padding: 3px 0 3px 20px;
  margin-right: 30px;
}

.floating-pc__link-lp img{
  width: auto;
  max-height: 56px;
  margin-left: 15px;
}

.floating-pc__lp-area .floating-pc__link-lp:first-child {
  margin-top: 0;
}

/*Morita 11/23/2021*/

.floating-pc-contact {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  width: 25vw;
  max-width: 300px;
}

.floating-pc__link-top {
  background: #b70005;
  color: white;
  font-size: 16px;
  right: 0;
  position: absolute;
  padding: 12px 9px;
  text-align: center;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 52vh;
}

.floating-pc__link-top:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  line-height: 1em;
}

.floating-pc-inner {
  position: relative;
}

#close-floating-wrapper {
  position: absolute;
  left: 100%;
  bottom: 0;
  border-radius: 0 1em 1em 0;
  background: #b70005;
  color: white;
  padding: 1em 0.2em;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  cursor: pointer;
}

#close-contact-pc-wrapper{
  border-radius: 12px 12px 0 0;
  background: #b70005;
  color: white;
  padding: 0px 5px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 5%;
  position: relative;
  justify-content: center;
}

.floating-contact-image {
  position: absolute;
  right: 0;
  bottom: 0;
}

#close-floating-label {
  writing-mode: vertical-rl;
  margin: auto;
  font-size: 18px;
}

#contact-pc-label {
  font-size: 16px;
  font-weight: bold;
}

#close-floating, #close-contact-pc {
  font-size: 12px;
  font-weight: bold;
  word-break: keep-all;
}

#close-floating:after, #close-contact-pc:after {
  content: "\f056";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 5px;
}

.js-inactive #close-floating:after, .js-inactive #close-contact-pc:after{
  content: "\f055";
}

#close-floating-wrapper.inactive #close-floating:after, #close-contact-pc-wrapper.inactive #close-contact-pc:after {
    content: "\f055";
}

.floating-pc__contact-area {
  position: relative;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, .4);
  padding: 5%;
  margin-left: 5%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.floating-pc__link-tel {
  width: 100%;
  height: 28%;
  border-radius: 10px;
  pointer-events: auto;
  display: block;
  background: white;
  border: 6px solid #b00005;
  color: #b00005;
  font-weight: bold;
  padding-bottom: 6px;
  line-height: 1.3;
}

.floating-pc__link-tel .tel-num {
  font-size: 35px;
}
.floating-pc__link-tel .tel-num span {
  font-size: 25px;
}
.floating-pc__link-tel .free-tel {
  font-size: 12px;
}
.floating-pc__link-tel .free-tel .bg-gold {
  background-size: 100% 100%;
  padding: 2px 8px;
  background: -webkit-linear-gradient(315deg, #efd522 0%, #f7f4cc 30%, #eec51c 40%, #eec51c 100%);
  background: linear-gradient(135deg, #efd522 0%, #f7f4cc 30%, #eec51c 40%, #eec51c 100%);
  border-radius: 10px;
}
.floating-pc__link-tel .free-tel .bg-red {
  background: #b00005;
  color: white;
  padding: 0 8px;
}
.floating-pc__link-tel .tel-time {
  font-size: 8px;
  margin-top: 4px;
}
.floating-pc__link-tel .tel-time span {
  font-size: 10px;
}
.floating-pc__link-line {
  width: 100%;
  height: 20%;
  margin-top: 10px;
  border-radius: 10px;
  pointer-events: auto;
  display: block;
  position: relative;
}
.floating-pc__link-line .line-content {
  background: #44ab35;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 10px;
}
.floating-pc__link-line .line-content_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  justify-content: center;
}
.floating-pc__link-line .line-content_inner .line-ttl {
  font-size: 36px;
  margin-right: 5px;
}
.floating-pc__link-line .line-content_inner .line-assetment .quick-assetment {
  font-size: 20px;
}
.floating-pc__link-line .line-content_inner .line-assetment .bg-gold {
  font-size: 8px;
  color: black;
  background: -webkit-linear-gradient(315deg, #efd522 0%, #f7f4cc 30%, #eec51c 40%, #eec51c 100%);
  background: linear-gradient(135deg, #efd522 0%, #f7f4cc 30%, #eec51c 40%, #eec51c 100%);
  padding: 2px 0;
  border-radius: 6px;
  margin-top: 4px;
}
.floating-pc__link-line .line-content_inner .line-assetment .bg-gold small {
  font-size: 7px;
}
.floating-pc__link-line .line-content .photo-assetment {
  font-size: 8px;
  background: white;
  color: #44ab35;
  max-width: 70%;
  padding: 2px 0;
  letter-spacing: .1em;
  margin: auto;
}
.floating-contact-image2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.floating-pc__link-mail {
  width: 100%;
  height: 15%;
  margin-top: 10px;
  border-radius: 10px;
  pointer-events: auto;
  display: block;
}
.floating-pc__link-mail .mail_inner {
  background: #b70005;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 20px 6px 10px;
  border-radius: 10px;
}
.floating-pc__link-mail .mail_inner img {
  width: 45px;
  height: 35px;
}
.floating-pc__link-mail .mail_inner .mail_content .nearest_store {
  font-size: 10px;
}
.floating-pc__link-mail .mail_inner i {
  font-size: 22px;
}
/*Morita Work End*/

.floating-sp {
  display: none;
}

.footer-banner {
  max-width: 1040px;
  margin: auto;
  z-index: 9;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* company profile */
.lp-company-profile{
  max-width: 1040px;
  margin: 20px auto 0;
}
.lp-company-profile__h3 {
    margin: 30px auto 65px;
    background-color: #231815;
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    padding: 6px 0;
}

.grad-item {
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  z-index: 9;
}

.grad-item.is-hide {
  height: 880px;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
}

.grad-item.none::before {
  display: none;
}

.grad-item.grad-item-type02.is-hide {
  height: 1400px;
}

.table-01 {
  margin: auto;
  text-align: left;
  font-size: 16px;
  max-width: 962px;
}
.table-01 th {
  background: #e9e9e9;
  width: 30%;
}
.table-01 td,
.table-01 th {
  border: 1px solid;
  padding: 25px 40px;
}

.grad-trigger {
  position: relative;
  z-index: 9;
}
.c-btn {
  text-align: center;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  background-color: #b30005;
  border-radius: 120px;
  width: 334px;
  padding: 8px 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 50px auto 50px;
  cursor: pointer;
}

.c-btn.c-btn-arw {
  background: url(../images/btn_arw.png) no-repeat 80% 50%;
  background-size: 32px;
  width: 500px;
  background-color: #a91f24
}

/* 最寄りの店舗を探す */
.search {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}