@charset "utf-8";

img {
	max-width: 100%;
}

.wrap {
	background-color: #ffffff;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
	color: #000;
	margin: auto;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 17px;
	background-color: #322313;
}

header .logo {
    width: 70px;
    margin: 0 0 0 30px;
}

header .links{
	display: flex;
    gap: 10px;
}

header .links a {
	display: block;
	width: 150px;
}

header {
    height: auto !important;
    flex-direction: column;
    padding: 10px 10px 0;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.logo-area {
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 50px;
    width: auto;
}

.header-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
}

.brand-name {
    color: #C5A15A;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
}

.brand-desc {
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
}

.header-nav ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.header-nav li {
    list-style: none;
}

.header-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: opacity 0.3s;
    border-right: #fff 1px solid;
    padding-right: 10px;
}

.header-nav li:last-child a {
    border-right: none;
}

.header-nav a:hover {
    opacity: 0.7;
    color: #C5A15A;
}

@media screen and (max-width: 768px) {
    .logo-area {
        flex-direction: row;
        gap: 10px;
    }
    .header-brand-text {
        display: none;
    }
    .brand-name { font-size: 1rem; }
    .brand-desc { font-size: 0.7rem; }
    
    .header-nav ul {
        gap: 15px;
        justify-content: flex-start;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 5px;
    }
}

.cta-button {
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	margin: 20px auto;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
}

.mv {
	padding: 0 180px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #161616;
}

.mv img{
	width: 100%;
}

section {
	padding: 60px 0;
}

section .inner {
	max-width: 40%;
	margin: 0 auto;
}

section h2 {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #562b00;
    line-height: 2rem;
}

section h2 span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; /* Set default width */
	height: 1px; /* Thickness of the line */
	background-color: #000; /* Color of the underline */
}

.reasons {
	background: url('../img/bg_features.jpg') no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.reasons h2{
	color: #fff;
}

.reasons h2 span::after {
	background: #fff;
	width: 80%;
	left: 10%;
}

.reasons .bnr-deco-line {
    max-width: 110px;
    display: inline-block;
}

.reasons .reasons_explain {
	font-size: 16px;
	line-height: 1.4em;
}

.reasons figure {
	margin: 35px 0 50px;
}

.reasons figure img{
	max-width: 75%;
}

.reasons figure:last-of-type img{
	max-width: 100%;
}

.reasons .reasons_txt span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 10px 13px;
	background: #cb1c1e;
}


.bnr {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
    box-sizing: border-box;
}

.bnr-line {
    max-width: 500px;
    height: auto;
    display: block;
}

.bnr:nth-of-type(1) {
    background-image: url('../img/btn_bg.jpg');
}

.bnr-title-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bnr-title-area h2 {
	text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #562b00;
    line-height: 2rem;
}

.bnr-deco-line {
    max-width: 60px;
    height: auto;
    display: block;
}

.bnr-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bnr-buttons a {
    display: inline-block;
    transition: opacity 0.3s;
    width: 100%;
    max-width: 380px;
}

.bnr-buttons a:hover {
    opacity: 0.8;
}

.bnr-buttons img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media (max-width: 768px) {
	.mv{
	padding: 0;
    max-width: 100%;
	}
    .bnr {
        padding: 50px 15px;
    }
	.bnr-line {
		max-width: 90%;
	}
    .bnr-title-area h2 {
        font-size: 28px;
        margin: 10px 0;
    }

    .bnr-deco-line {
        max-width: 50px; 
    }
}

.cases {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
    color: #4a3b32;
    line-height: 1.6;
    background-image: url('../img/bg_case_pc.jpg');
    background-size: 78%;
    background-position: center;
    background-repeat: no-repeat;
	padding: 60px 20px 180px;
    text-align: center;
}

@media (max-width: 1200px) {
	.cases{
	background-size: cover;
	}
}

.cases .inner {
    max-width: 520px;
    margin: 0 auto;
}

.cases-header h2 {
	text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #562b00;
    line-height: 2rem;
}

.cases .bnr-deco-line {
    max-width: 50px;
    display: inline-block;
}

.cases-divider {
    width: 60px;
    height: 1px;
    background-color: #a08865; /* Goldish Brown */
    margin: 0 auto 50px;
    position: relative;
}

.cases-divider::after {
    content: "◆";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    color: #a08865;
    background-color: #f9f4ef;
    padding: 0 5px;
}

.case-item {
    margin-bottom: 20px;
}

.case-box img {
	width: 70%;
}

@media screen and (max-width: 767px) {
    .case-item {
        flex-direction: column;
        text-align: center;
    }
    .case-img {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
    }
    .case-txt {
        width: 100%;
    }
    .case-box img {
        width: 100%;
    }
}

.case-img img {
    width: 100%;
    height: auto;
}

.cases-footer-message {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
    text-align: center;
	margin: 0 0 60px;
    font-size: 20px;
}

.cases-footer-message p {
    margin: 5px 0;
}

.cases-footer-message .large {
    font-size: 24px;
    margin: 15px 0;
}

.cases-footer-message .highlight {
    color: #ec7900;
    font-weight: bold;
	font-size: 27px;
}



.swiper-container{
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
    color: #4a3b32;
    line-height: 1.6;
    background-image: url('../img/bg_swiper.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
}

.swiper-container h2 {
	text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #562b00;
    line-height: 2rem;
}

.swiper-container p {
	font-size: 20px;
	line-height: 1.4em;
}

.swiper-container .bnr-deco-line {
    max-width: 50px;
    display: inline-block;
}

.swiper {
	width: 100%;
	max-width: 400px;
	height: auto;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	border-radius: 8px;
	background: #fff;
	margin-bottom: 30px;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 60%;
	height: auto;
	object-fit: cover;
	margin: 40px auto;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff; 
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.swiper-pagination-bullet-active {
	background-color: #333;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff; 
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.swiper-pagination-bullet-active {
	background-color: #333;
}

.swiper-button-next, .swiper-button-prev{
	color: #000 !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: none !important;
}

.swiper-inner-row {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 880px;
	margin: 0 auto;
  }
  
  .swiper-inner-row .swiper {
	width: 48%;
	margin: 0;
  }
  
  @media screen and (max-width: 768px) {
	.swiper-inner-row {
	  width: 100%;
	  flex-wrap: wrap;
	}
	.swiper-inner-row .swiper {
	  width: 100%;
	  margin-bottom: 20px;
	}
  }

.slider-container{
	background-size: cover;
	text-align: center;
	padding: 60px 20px 30px;
}

.slider-container h2 {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
    color: #4a3b32;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    line-height: 2rem;
}

.slider-container p {
	font-size: 20px;
	line-height: 1.4em;
	margin: 30px 0 10px;
}

.slider-container .under {
	text-align: center;
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
	margin: 0;
}

.slider-container .bnr-deco-line {
    max-width: 50px;
    display: inline-block;
}

.slider-container .slider-item {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.slider-items-wrapper {
	  display: flex;
	  justify-content: space-between;
	  gap: 20px;
	  align-items: flex-start;
	}
  
	.slider-item-group {
	  width: 32%;
	}
	
	.slider-item-group img {
		max-width: 100%;
		height: auto;
	}
  }

img-comparison-slider {
--divider-color: #ffffff;           /* 中央の線の色 */
--default-handle-color: #ffffff;    /* 丸い持ち手の色 */
--default-handle-width: 50px;       /* 持ち手のサイズ */
--default-handle-shadow: 0px 2px 5px rgba(0,0,0,0.4);
outline: none;
border-radius: 4px;
overflow: hidden;
cursor: ew-resize; /* マウスカーソルを左右矢印に */
}

img-comparison-slider img {
width: 100%;
height: auto;
display: block;
object-fit: cover;
}


.chart {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
    color: #4a3b32;
    line-height: 1.6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 5px 0;
    text-align: center;
}

.chart .inner {
    max-width: 800px;
    margin: 0 auto;
}

.chart-header h2 {
	text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #562b00;
    line-height: 2rem;
}

.chart .bnr-deco-line {
    max-width: 50px;
    display: inline-block;
}



.reviews {
    background-image: url('../img/bg_reviews.png');
	background-size: cover;
	color: #fff;
	text-align: center;
}

.reviews .inner{
	max-width: 990px;
    width: 100%;
}

.reviews h2 {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #562b00;
    line-height: 2rem;
}

.reviews .bnr-deco-line {
    max-width: 50px;
    display: inline-block;
}

.review-box {
	display: flex;
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

.review-box img {
	width: 230px;
    height: auto;
	margin-right: 20px;
}

.review-box div {
	width: 70%;
	color: #000;
	text-align: left;
}

.review-box div h3 {
	font-weight: normal;
}

.review-box div h3 span {
	display: inline-block;
	background: #000;
	font-size: 24px;
    padding: 5px 10px 10px;
	color: #fff;
}

.review-box div h3 strong {
	display: inline-block;
	margin: 0 0 0 14px;
	font-size: 24px;
}

.review-box div p {
	font-size: 14px;
	line-height: 1.4em;
}

.review-box div p strong {
	display: block;
	font-size: 24px;
	color: #cb1c1e;
	margin: 25px 0 20px;
	font-weight: 700;
	line-height: 30px;
}

 .flow {
    background-image: url('../img/bg_flow.png');
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	padding: 60px 0;
  }
  
  .flow h2 {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #562b00;
    line-height: 2rem;
	}

	.flow .bnr-deco-line {
		max-width: 60px;
		display: inline-block;
	}

  .flow-header {
	position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 96%;
    margin: 0 auto;
    text-align: center;
  }
  
  .flow-bg-text {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 12%;
	z-index: -1;
	pointer-events: none;
	opacity: 1;
  }
  
  .flow-main-title {
	position: relative;
	z-index: 1;
	color: #00205b; /* 濃紺 */
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
  }
  
  .flow-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 600px; 
	margin: 0 auto;
  }
  
  .flow-item {
	background-color: #fff;
	border-radius: 60px;
	padding: 20px 40px 20px 60px;
	display: flex;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	position: relative;
	min-height: 100px;
	box-sizing: border-box;
  }
  
  .flow-icon-box {
	width: 60px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .flow-icon {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 30px 0 0;
  }

  .flow-item:nth-of-type(1) .flow-icon,.flow-item:nth-of-type(3) .flow-icon {
	width: 70%;
  }
  
  .flow-content-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  
  .flow-step-label {
	background-color: #000;
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 20px;
	border-radius: 20px;
	margin: 0 8px 8px 0;
	letter-spacing: 0.05em;
	display: inline-block;
  }
  
  .flow-text {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0;
	line-height: 1.4;
  }

  .flow-text2 {
	width: 80%;
    font-size: 0.75rem;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.4;
    text-align: left;
  }
  
  .flow  {
	padding: 80px 20px 100px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	overflow: hidden;
  }
  .flow .flow-heading {
	color: #1B1B1B;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: normal;
  }
  .flow .flow-list {
	box-sizing: border-box;
	position: relative;
	width: 880px;
	margin: 32px auto 0;
	padding-left: 20px;
  }
  .flow .flow-list .flow-item {
	position: relative;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .flow .flow-list .flow-item:nth-of-type(n + 2) {
	margin-top: 16px;
  }
  .flow .flow-list .flow-item .flow-number {
	width: 30px;
	height: 30px;
	margin-right: 12px;
	border-radius: 50%;
	background-color: #1B1B1B;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
  }
  .flow .flow-list .flow-item .flow-content {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 818px;
	height: 90px;
	padding: 15px 20px;
	border-radius: 10px;
	background-color: #fff;
  }
  .flow .flow-list .flow-item .flow-content .flow-icon {
	width: 60px;
	height: 60px;
	margin-right: 20px;
  }
  .flow .flow-list .flow-item .flow-content .flow-content-text {
	color: #1B1B1B;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: normal;
  }

.intro {
	background: #f6f6f6;
}

.intro h2 span {
	line-height: 1.3em;
	padding: 0;
}

.intro h2 span::after {
	display: none;
}

.features {
	display: flex;
}

.features div {
	width: 50%;
	text-align: center;
	margin: 0 0 20px;
}

.features img {
	max-width: 100%;
	width: 80%;
}

.features p {
	margin-bottom: 10px;
	font-size: 18px;
}

.btn_sell {
	text-align: center;
	margin: 30px 0;
}

.btn_sell img {
	max-width: 750px;
}

.addition{
	text-align: center;
    margin: 40px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.tab-buttons {
	display: flex;
	justify-content: center;
}

.tab-buttons button {
	font-family: "Noto Serif JP", serif;
	width: 50%;
	background: url('../img/ico_tab1.png') no-repeat 25% 50%;
	background-color: #d9d9d9;
	border: 1px solid #e1e1e1;
	padding: 20px 20px;
	font-size: 15px;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	border-bottom: 0 none;
}

.tab-buttons button:last-child {
	background: url('../img/ico_tab2.png') no-repeat 25% 50%;
	background-color: #d9d9d9;
	margin: 0 0 0 10px;
}

.tab-buttons button.active {
	background-color: #f6f6f6;
}

.tab-content {
	display: none;
	background: #f6f6f6;
	border: 1px solid #e1e1e1;
	border-top: 0 none;
	padding: 20px;
}

.tab-content.active {
	display: block;
}

.opportunities {
	background: #f1f1f1;
}

.opportunities .features div {
	width: 55%;
	text-align: center;
	margin: 0 auto 10px;
}

.opportunities h2 span::after {
	width: 50%;
	left: 25%;
}

.opportunities p {
	font-size: 15px;
	line-height: 1.4em;
	margin: 30px 0 0;
	text-align: center;
}

.steps {
	text-align: center;
	background: #f1f1f1;
}

.steps h2 span::after {
	width: 50%;
	left: 25%;
}

.steps .steps_box {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.steps .steps_box .step {
	margin: 0 20px 0 0;
}

.steps .steps_box .step:last-child {
	margin: 0;
}

.stores {
	background-color: #233b6c;
	margin: 0 0 50px;
}

.stores h2 span {
	color: #fff;
}

.stores h2 span::after {
	background: #fff;
	width: 70%;
	left: 15%;
}

.stores p{
	width: auto;
    font-size: 24px;
    text-align: center;
	margin: 60px auto 30px;
    display: table;
    line-height: 36px;
	color: #fff;
}

.store-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px;
	max-width: 1020px;
    margin: 0 auto;
}

.store-item {
	width: 48.5%;
	border: 1px solid #333;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}

.store-item > div {
	display: flex;
}

.store-item figure {
	width: 43%;
	margin-right: 10px;
}

.store-item > div > div {
	width: 57%;
}

.store-item h3 {
	font-size: 20px;
	margin: 0 0 10px;
}

.store-item dl dt span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #ff4500;
	padding: 5px 25px 7px;
	border-radius: 10px;
	vertical-align: top;
}

.store-item dl dd {
	font-size: 18px;
	margin: 5px 0 10px;
	line-height: 1.2em;
}

.campaign{
	text-align: center;
}

.campaign img{
	width: 60%;
}

.faq {
	padding: 0;
}

.faq .inner {
    max-width: 960px;
	margin: 100px auto 0;
}

.faq h2 {
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}

.faq h2 strong {
	border-color: #000000;
}

.faq .bnr-deco-line {
	max-width: 60px;
	display: inline-block;
}

.faq-header {
position: relative;
text-align: center;
justify-content: center;
align-items: center;
max-width: 96%;
margin: 0 auto;
text-align: center;
}

.faq-main-title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}

.faq ul li {
	margin: 30px 0 0;
	box-shadow: rgba(149, 157, 165, 0.3) 0px 0px 10px;
	background: #fff;
	padding: 10px 20px 15px;
	border-radius: 20px;
	cursor: pointer;
}

.faq ul li dt {
	position: relative;
	padding: 0 50px;
	font-size: 24px;
	line-height: 1.8em;
	font-weight: 700;
}

.faq ul li dt:before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	color: #000000;
}

.faq ul li dt:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	content: "＋";
	display: block;
	width: 20px;
	height: 20px;
	background: #000000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
}

.faq ul li dd {
	display: none;
	margin: 20px 0 0;
    padding: 20px 10px;
	border-top: 1px solid #ddd;
	font-size: 20px;
	line-height: 1.8em;
}

.faq ul li.active dd {
	display: block;
}

.faq ul li.active dt:after {
	content: "-";
	background: #727274;
}

.f_text {
	padding: 40px 0;
	font-size: 20px;
}

footer{
	position: relative;
    float: left;
    width: 100%;
    z-index: 12;
	background: #000;
	color: #fff;
    padding: 30px 0;
	margin: 0 0 150px;
}

footer section{
	padding: 0 0 10px;
}

.footer_bottom{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
	padding: 0;
}

footer ul{
	display: inline-flex;
}

footer a{
	color: #fff;
}

.pc{
	display: inline-block;
}

.sp{
	display: none;
}


#fixed-banner {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 9999;
    text-align: center;
    backdrop-filter: blur(4px);
	display: none;
  }
  
  #fixed-banner img {
	width: 100%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
	display: block;
  }

  @media (max-width: 768px) {
	#fixed-banner img {
	  max-width: 100%;
	  bottom: 0;
	}
  }



@media (max-width: 768px) {

	.pc{
		display: none;
	}
	
	.sp{
		display: inline-block;
	}
  
	header {
		padding: 7px;
	}
  
  header .logo {
	width: 17vw;
	margin: 0 0 0.5vw 2vw;
  }

  header .links {
	  width: 54vw;
  }

  header .links a {
	  width: 25vw;
  }

  footer{
	font-size: 11px;
	margin: 0 0 115px;
  }
  
  .bnr {
	  padding: 5%;
  }

  .bnr:last-child {
	padding: 10% 5%;
}

  .bnr img{
	width: 100%;
}
  
  section {
	  padding: 10% 0 6%;
  }

  section h2 {
	font-size: 5.5vw;
	padding-bottom: 1vw;
	font-weight: 700;
  }
  
  section .inner {
	max-width: 96%;
  }

  section h2 span {
	padding: 0 5vw 2vw;
  }

  section.intro h2 span {
	padding: 0;
	border: 0 none;
	line-height: 1.4em;
  }

  .features {
	gap: 6vw;
	width: 100%;
  }

  .features div {
	text-align: center;
	margin-bottom: 3vw;
  }

  .features img {
	max-width: 100%;
	width: 100%;
  }

  .features p {
	font-size: 3.3vw;
  }

  .btn_sell {
	text-align: center;
	margin: 5vw 0;
  }

  .btn_sell img {
	max-width: 90%;
	margin: 0;
  }

  .addition{
	text-align: center;
    margin: 20px 0 40px;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 6vw;
}
  
  .reasons .reasons_explain {
	  font-size: 4vw;
  }
  
  .reasons figure {
	  margin: 10% 0;
  }
  
  .reasons .reasons_txt span {
	  font-size: 3.4vw;
	  padding: 2vw;
  }

  .cases{
	background-image: url('../img/bg_case.png');
    padding: 60px 20px;
  }

  .cases p{
	font-size: 4vw;
    line-height: 30px;
  }

  .case-box {
	width: 100%;
	flex-direction: column;
	margin-bottom: 5vw;
  }

  .case-box figure {
	width: 100%;
	margin-right: 0;
  }

  .case-box div {
	width: 100%;
	text-align: left;
	margin: 0;
  }

  .case-box div h3 {
	font-size: 4.5vw;
	padding: 0;
	margin: 5% 0 3%;
  }

  .case-box div p {
	font-size: 4vw;
	line-height: 1.4em;
	margin: 5% 0;
  }

  .case-box dl {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
  }

  .case-box dt {
	padding: 3vw 6vw;
	border-radius: 5vw;
	font-size: 4vw;
  }

  .case-box dt strong {
	font-size: 5vw;
  }

  .case-box dd {
	position: relative;
	font-size: 4vw;
	line-height: 1.4em;
  }

  .case-box dd span {
	font-size: 4vw;
  }

  .opportunities .features div {
	width: 100%;
}

	.reviews .inner{
	max-width: 90%;
	}

  .review-box {
	flex-direction: column;
	padding: 5%;
	margin-bottom: 5vw;
  }

  .review-box img {
	width: 40vw;
	margin: 0 auto;
  }

  .review-box div {
	width: 100%;
	margin: 5% 0 0;
  }

  .review-box div h3 {
	font-weight: normal;
	font-size: 4vw;
  }

  .review-box div h3 span {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 4vw;
	padding: 2vw 4vw;
  }

  .review-box div h3 strong {
	display: inline-block;
	margin: 0 0 0 3vw;
	font-size: 3.5vw;
	font-weight: 700;
  }

  .review-box div p {
	font-size: 3.4vw;
	line-height: 1.4em;
  }

  .review-box div p strong {
	display: block;
	font-size: 4vw;
	color: #cb1c1e;
	margin: 5vw 0 4vw;
	font-weight: 700;
	line-height: 25px;
  }
  .flow {
    padding: 40px 0;
  }
  .flow .flow-heading {
    font-size: 22px;
  }
  .flow .flow-list {
    width: 485px;
    margin: 25px auto 0;
  }
  .flow .flow-list .flow-item .flow-content {
    width: 313px;
    height: 90px;
    border-radius: 10px 0 0 10px;
    background-color: #fff;
  }
  .flow .flow-list .flow-item .flow-content .flow-content-text {
    font-size: 16px;
  }

  .tab-buttons button,
  .tab-buttons button:last-child {
	font-size: 4vw;
	background-size: 20%;
	background-position: 10% 50%;
	padding: 5vw 5vw 5vw 10vw;
  }
  
  .tab-content {
	  padding: 5%;
  }
  
  .tab-content p {
	  font-size: 4vw;
  }
  
  .opportunities p {
	  font-size: 3.7vw;
  }
  
  .steps .steps_box {
	  display: block;
  }
  .steps .steps_box .step {
	  margin: 0 auto 5%;
	  width: 60%;
  }
  .steps .steps_box .step:last-child {
	  margin: 0 auto;
  }

  .stores p{
	font-size: 4vw;
    line-height: 30px;
  }
  .store-list {
	  display: block;
  }
  .store-item {
	  width: 100%;
	  margin: 0 0 3%;
	  padding: 3%;
  }
  .store-item h3 {
	  font-size: 4vw;
	  margin: 0 0 3%;
  }
  .store-item figure {
	  margin-right: 2vw;
  }
  .store-item figure img {
	  width: 100%;
  }
  .store-item dl dt span {
	  font-size: 3.2vw;
	  padding: 1vw 5vw;
	  border-radius: 2vw;
  }
  .store-item dl dd {
	  font-size: 3vw;
	  margin: 1vw 0 2vw;
  }
  .campaign img{
	width: 90%;
  }
  .faq .inner {
	padding: 0 10px;
	margin: 20px auto 30px;
  }
  .faq ul li dt {
    position: relative;
    padding: 0 0 0 6vw;
    font-size: 3.5vw;
    line-height: 1.8em;
    font-weight: 700;
  }
  .faq ul li dd {
    font-size: 14px;
	margin: 20px 0 0;
    padding: 20px 10px 0;
  }
}


.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px; }
  
  .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px; }
  
  .twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%; }
  
  .twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s; }
  
  .twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity; }
  
  .twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em; }
  
  .twentytwenty-before-label:before, .twentytwenty-after-label:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; }
  
  .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
	top: 50%;
	margin-top: -19px; }
  
  .twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: 90px; }
  
  .twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute; }
  
  .twentytwenty-left-arrow, .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px; }
  
  .twentytwenty-up-arrow, .twentytwenty-down-arrow {
	left: 50%;
	margin-left: -6px; }
  
  .twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; }
	.twentytwenty-container img {
	  max-width: 100%;
	  position: absolute;
	  top: 0;
	  display: block; }
	.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	  background: rgba(0, 0, 0, 0); }
	  .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
	  .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
	  .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
		opacity: 0; }
	.twentytwenty-container * {
	  -webkit-box-sizing: content-box;
	  -moz-box-sizing: content-box;
	  box-sizing: content-box; }
  
  .twentytwenty-before-label {
	opacity: 0; }
	.twentytwenty-before-label:before {
	  content: attr(data-content); }
  
  .twentytwenty-after-label {
	opacity: 0; }
	.twentytwenty-after-label:before {
	  content: attr(data-content); }
  
  .twentytwenty-horizontal .twentytwenty-before-label:before {
	left: 10px; }
  
  .twentytwenty-horizontal .twentytwenty-after-label:before {
	right: 10px; }
  
  .twentytwenty-vertical .twentytwenty-before-label:before {
	top: 10px; }
  
  .twentytwenty-vertical .twentytwenty-after-label:before {
	bottom: 10px; }
  
  .twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25; }
	.twentytwenty-overlay:hover {
	  background: rgba(0, 0, 0, 0.5); }
	  .twentytwenty-overlay:hover .twentytwenty-after-label {
		opacity: 1; }
	  .twentytwenty-overlay:hover .twentytwenty-before-label {
		opacity: 1; }
  
  .twentytwenty-before {
	z-index: 20; }
  
  .twentytwenty-after {
	z-index: 10; }
  
  .twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid white;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer; }
  
  .twentytwenty-horizontal .twentytwenty-handle:before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwenty-horizontal .twentytwenty-handle:after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-vertical .twentytwenty-handle:before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwenty-vertical .twentytwenty-handle:after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  
  .twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px; }
  
  .twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px; }
  
  .twentytwenty-up-arrow {
	border-bottom: 6px solid white;
	top: 50%;
	margin-top: -17px; }
  
  .twentytwenty-down-arrow {
	border-top: 6px solid white;
	bottom: 50%;
	margin-bottom: -17px; }
  

	.legal-container {
		max-width: 960px;
		margin: 0 auto;
		padding: 40px 20px;
		font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
		color: #333;
		line-height: 1.8;
	  }
	
	  .legal-title {
		font-size: 28px;
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom: 2px solid #c5a059;
		color: #222;
	  }
	
	  .legal-heading {
		font-size: 18px;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 15px;
		color: #444;
	  }
	
	  .legal-text {
		margin-bottom: 15px;
		font-size: 15px;
	  }
	
	  .legal-list {
		margin-bottom: 15px;
		padding-left: 20px;
	  }
	  .legal-list li {
		margin-bottom: 5px;
	  }
	
	  .tokusho-table {
		width: 100%;
		border-collapse: collapse;
		margin-top: 20px;
	  }
	
	  .tokusho-table th,
	  .tokusho-table td {
		border: 1px solid #ddd;
		padding: 15px;
		font-size: 15px;
		vertical-align: top;
	  }
	
	  .tokusho-table th {
		background-color: #f9f9f9;
		width: 25%;
		font-weight: bold;
		text-align: left;
		color: #555;
	  }
	
	  .tokusho-table td {
		background-color: #fff;
		width: 75%;
	  }

	  .legal-footer{
		margin: 0;
	  }
	
	  @media (max-width: 768px) {
		.tokusho-table th,
		.tokusho-table td {
		  display: block;
		  width: 100%;
		  box-sizing: border-box;
		}
		.tokusho-table th {
		  background-color: #eee;
		  border-bottom: none;
		}
	  }