@charset "UTF-8";
body{
	-webkit-text-size-adjust: 100%;
}

a{
	color: #333;
}

.h-bnr{
	display: none;
}

.t-main{
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
	background: url("../images/main_pc.png") no-repeat center;
	width: 100%;
	height: 600px;
}

.t-main h1{
	display: inline-block;
	margin: 0 auto;
}

h2{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.category-block{
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-block li{
	width:18.4375%;
	border-radius: 12px;
	box-shadow: 0 0 4px 0 rgba(51,51,51,.16);
	margin-right:1.953125%;
}

.category-block li:nth-of-type(5n){
	margin-right: 0;
}

.category-block li:nth-of-type(n + 6){
	margin-top: 1.953125%;
}

.category-block li a{
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	height: 100%;
}

.category-block .ph-box{
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 78px;
}

.category-block .ph-box img{
	width: 42px;
}

.category-block .title-box{
	width: calc(100% - 88px);
}

#logo:hover,
.h-bnr a:hover img,
.column-box a:hover img,
.footer-logo:hover img{
	opacity: .7;
}

.column-box:hover a img,
.r-c-ph-box:hover a img{
	opacity: .7;
}

.gnav-h-sub li a:hover{
	color: #E94D37;
}

.button-base:hover a,
.button-base:hover span{
	background:#C8422F;
}

.category-box.shop-tag-wrap a:hover{
	color: #fff;
	background: #E94D37;
}

/* TOP新着記事 */
.t-colmun{
	background:#F7F7F7;
}

.column-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-box{
	width: 23.53515625%;
	margin-right: 1.953125%;
}

.column-box:nth-of-type(4n){
	margin-right: 0;
}

.column-box figure{
	margin-bottom: 10px;
}
.column-time{
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

.column-text-box { /* 2025-10追加 */
	font-size: 20px;
}
.column-box h3{
	/* font-size: 16px; */ /* 2025-10修正 */
	line-height: 1.4;
/* 2025-10追加 ▼ ここから ▼ */
	padding-top: .25rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 行数 */
/* 2025-10追加 ▲ ここまで ▲ */
}

.category-box.shop-tag-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	font-size: 16px; /* 2025-10追加 */
}

.category-box.shop-tag-wrap li:not(:last-child) { /* 2021-02追加 */
	padding-right: .25rem;
}

.category-box.shop-tag-wrap a{
	display: block;
	color: #E94D37;
	font-size: 13px;
	width: 100%;
	border-radius: 12px;
	border: solid 1px #E94D37;
	padding: 3px 8px;
	line-height: 1.4;
	letter-spacing: 0.04rem;
}

.l-t-search:not(:last-of-type){
	margin-bottom: 40px;
}

.l-t-search .category-block li{
	width: 23.53515625%;
	margin-right:1.953125%;
}

.l-t-search .category-block li:nth-of-type(5n){
	margin-right:1.953125%;
	margin-top: 1.953125%;
}

.l-t-search .category-block li:nth-of-type(4n){
	margin-right: 0;
}


/* TOPミッション */
.t-mission{
	background: #F7F7F7;
}

.title-row{
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: flex-end;
	margin-bottom: 20px;
}

.title-row h2{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0;
}

.ph-box{line-height: 0;}

.mission-wrap{
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mission-itembox:not(:last-of-type){
	margin-right: 1.953125%;
}

.mission-itembox{
	width: 32.03125%;
	background: #fff;
}

.mission-itembox .text-box{
	padding: 20px;
}

.mission-itembox h3{
	font-size: 18px;
	color:#E94D37;
	text-align: center;
	margin-bottom: 12px;
}

.step-box-item:not(:last-of-type){
	margin-bottom: 60px;
}

.step-box1 {
	background: url(../images/step_1.svg) no-repeat right top #E94D37;
	background-size: 336px auto;
}

.step-box2 {
	background: url(../images/step_2.svg) no-repeat right top #E94D37;
	background-size: 336px auto;
}

.step-box3 {
	background: url(../images/step_3.svg) no-repeat right top #E94D37;
	background-size: 336px auto;
}

.step-box4 {
	background: url(../images/step_4.svg) no-repeat right top #E94D37;
	background-size: 336px auto;
}

.step-ph-box img{
	display: none;
}

.step-box1 .step-ph-box{
	background:url('../images/t_step_1.png') no-repeat center;
	background-size: cover;
}

.step-box2 .step-ph-box{
	background:url('../images/t_step_2.png') no-repeat center;
	background-size: cover;
}

.step-box3 .step-ph-box{
	background:url('../images/t_step_3.png') no-repeat center;
	background-size: cover;
}

.step-box4 .step-ph-box{
	background:url('../images/t_step_4.png') no-repeat center;
	background-size: cover;
}

.step-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.step-ph-box{
	width: 420px;
	line-height: 0;
}

.step-text-box{
	width: calc(100% - 420px);
	padding: 20px;
}

.step-text-box h3, .step-text-box p{
	color:#fff;
}

.step-text-box h3{
	font-size: 18px;
	position: relative;
	padding-bottom:11px;
	margin-bottom: 15px;
}

.step-text-box h3:before{
	content: "";
	position: absolute;
	bottom:0;
	background:#fff;
	width: 100%;
	height: 1px;
}

.step-text-box p{
	font-size: 15px;
}

.step-r-column{
	margin-top: 20px;
}

.step-r-column h3{
	font-size: 18px;
	position: relative;
}

.step-r-column h3:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
}

.step-r-column .r-column-t{
	display: table;
	padding-right: 20px;
	background:#fff;
	position: relative;
	z-index: 2;
}

.r-column-t .r-c-midashi{
	margin-right: 12px;
}

.r-column-ul{
	display:-webkit-box;
  display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 16px;
}

.r-column-ul li:not(:last-of-type){
	margin-right: 1.953125%;
}

.r-column-ul li{
	width: 23.53515625%;
}

.r-column-ul li h4{
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

#step-more-b{
	display: none;
}


.copy{
	background:#ff33a1;
	padding:15px 0
}

.copy .cotainer{
	padding:0;
}

.copy  p,
.copy small{
	color:#fff;
	display: block;
	font-size:13px;
	text-align: center;
}

.copy small{
	margin-top:5px;
}


.copy a{
	color:#fff;
}

.copy a:hover{
	text-decoration: underline;
}

@keyframes fadein {
	from {
			opacity: 0;
	}
	to {
			opacity: 1;
	}
}

.select-box{
	width: 366px;
}
.select-box label {
  position: relative;
}
.select-box label:before {
	content: "";
	width: 14px;
	height: 14px;
	background: url(../images/icon/arrow-bottom.svg) no-repeat center;
	background-size: contain;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 12px;
	pointer-events: none;
}
.select-box select {
	width: 100%;
	font-size: 15px;
	background: transparent;
	padding: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: solid 1px #E5E5E5;
	border-radius: 0;
	cursor: pointer;
}
.select-box.open label:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#attachment{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 8px;
}
#attachment label {
 /* ボタン部分の見た目（任意） */
	display:-webkit-box;
	display:-ms-flexbox;
 display: flex;
	-ms-flex-wrap: wrap;
 flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
 align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
 justify-content: center;
 width: 124px;
 height: 46px;
 position: relative;
 background: #F7F7F7;
 border: solid 1px #E5E5E5;
 color:#333;
 font-size: 13px;
 padding: 8px;
 border-radius:0;
 transition: all 0.3s;
}
#attachment label:hover {
 background: #E94D37;
 color: #fff;
 transition: all 0.4s;
}
#attachment label input {
 /* 今回のポイント */
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
	margin: 0;
}
#attachment .filename {
 font-size: 16px;
	line-height: 1.2;
	width: calc(100% - 124px);
 padding:0 0 0 10px;
	word-break: break-all;
}






@media (max-width: 1048px){
	h2,
	.title-row{
		margin-bottom: 15px;
	}
	.title-row h2{
		margin-right: 15px;
	}
	.column-box{
		width: 23.84851586489253%;
		margin-right:1.5353121801433%;
	}
	.l-t-search:not(:last-of-type) {
    margin-bottom: 30px;
	}
	.l-t-search .category-block li {
  width: 23.84851586489253%;
		margin-right:1.5353121801433%;
	}
	.mission-itembox{
		width: 32.30979187990447%;
	}
	.category-block li,
	.mission-itembox:not(:last-of-type) {
  margin-right: 1.5353121801433%;
	}
	.r-column-ul{
		margin-top: 12px;
	}
	.r-column-ul li:not(:last-of-type){
		margin-right:1.5353121801433%;
	}
	.r-column-ul li {
    width: 23.84851586489253%;
	}
	.step-box-item:not(:last-of-type){
		margin-bottom: 45px;
	}

	.category-block li:nth-of-type(n + 6){
		margin-top: 1.5353121801433%;
		margin-right: 1.5353121801433%
	}

	.l-t-search .category-block li:nth-of-type(5n){
		margin-top: 1.5353121801433%;
		margin-right: 1.5353121801433%;
	}


}




@media (max-width: 899px){
	.t-main{
		height: 480px;
	}
	.t-main h1{
		display:-webkit-box;
  	display:-ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
		height: 80%;
	}
	.t-main h1 img{
		height: 100%;
	}
	h2{
		font-size: 22px;
	}
	.category-block li:nth-of-type(3n){
		margin-right: 0;
	}
	.category-block li,
	.category-block li:nth-of-type(5n){
		width: 31.97831978319783%;
		margin-right:1.72612197928654%;
	}

	.category-block li:nth-of-type(n + 4){
		margin-top:1.72612197928654%;
	}

	.category-block .ph-box{
		width: 52px;
	}

	.category-block .ph-box img{
		width: 32px;
	}

	.category-block .title-box h3 br{
		display: none;
	}

	.column-box h3{
		font-size: 15px;
	}

	.l-t-search .category-block li{
		width: 31.97831978319783%;
		margin-right:1.72612197928654%;
	}

	.category-block li:nth-of-type(n + 4){
		margin-top:1.5353121801433%;
	}

	.category-block .title-box h3{
		font-size: 14px;
	}

	.l-t-search .category-block li:nth-of-type(4n){
		margin-top: 1.5353121801433%;
  margin-right: 1.5353121801433%;
	}

	.l-t-search .category-block li:nth-of-type(3n){
		margin-right: 0;
	}

}



@media (max-width: 768px){
	.step-box1 .step-ph-box,
	.step-box2 .step-ph-box,
	.step-box3 .step-ph-box,
	.step-box4 .step-ph-box{
		background: none;
	}

	.step-box1, .step-box2, .step-box3, .step-box4{
		background-size:322px auto;
	}

	.step-box .step-ph-box{
		width: 46%;
		padding: 15px;
		padding-right: 0;
	}

	.step-text-box{
		width: 54%;
		padding: 15px;
	}

	.step-box-item:not(:last-of-type){
		margin-bottom: 30px;
	}

	.step-ph-box img{
		display: block;
	}

	.r-column-ul li{
		width: 23.57723577235772%;
	}

	.r-column-ul li:not(:last-of-type){
		margin-right: 1.8970189701897%;
	}

}




@media (max-width: 599px){
	.t-main{
		height: 268px;
		background: url("../images/main_sp.png") no-repeat center;
		background-size: auto 100%;
	}

	h2{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.category-block .title-box h3{
		line-height: 1.4;
	}

	.category-block .title-box{
		width: calc(100% - 62px);
	}

	.category-block .title-box h3 br{
		display: block;
	}

	.category-block li,
	.category-block li:nth-of-type(5n),
	.l-t-search .category-block li{
		width: 48.55072463768116%;
		margin-right: inherit;
	}

	.category-block li:nth-of-type(n + 3),
	.category-block li:nth-of-type(n + 4),
	.l-t-search .category-block li:nth-of-type(4n),
	.l-t-search .category-block li:nth-of-type(5n){
		margin-top:  2.89855072463768%;
	}

	.category-block li:nth-of-type(2n){
		margin-right: 0;
		margin-left: auto;
	}

	.category-block li:nth-of-type(3n),
	.category-block li:nth-of-type(n + 6),
	.l-t-search .category-block li:nth-of-type(3n),
	.l-t-search .category-block li:nth-of-type(2n),
	.l-t-search .category-block li:nth-of-type(4n),
	.l-t-search .category-block li:nth-of-type(5n){
		margin-right: inherit;
	}

	.l-t-search .category-block li:nth-of-type(2n){
		margin-left: auto;
	}

	.column-box{
		width: 48.55072463768116%;
		margin-right: 2.89855072463768%;
	}

	.column-box:nth-of-type(2n){
		margin-right: 0;
	}

	.column-box:nth-of-type(n + 3){
		margin-top: 24px;
	}

	.column-box h3{
		font-size: 14px;
	}

	.column-time,
	.category-box.shop-tag-wrap a{
		font-size: 12px;
	}

	.mission-itembox{
		width: 100%;
	}

	.mission-itembox:not(:last-of-type){
		margin: 0 0 15px 0;
	}

	.mission-itembox .text-box{
		padding: 15px;
	}

	.mission-itembox h3,
	.step-text-box h3{
		font-size: 16px;
	}

	.step-box{
		padding: 15px;
	}

	.step-box .step-ph-box,
	.step-box .step-text-box{
		padding: 0;
	}

	.step-box1, .step-box2, .step-box3, .step-box4{
		background-size: 220px auto;
	}

	.step-box .step-ph-box,
	.step-text-box{
		width: 100%;
	}

	.category-block .title-box h3 .sp-br{
		display: none;
	}

	.step-text-box h3{
		padding-bottom: 10px;

	}

	.step-text-box p{
		font-size: 14px;
		margin-top: 12px;
	}

	.step-r-column h3{
		position: inherit;
	}

	.step-r-column h3:before{
		content: none;
	}

	.step-r-column .r-column-t{
		display: block;
	}

	.step-r-column .r-column-t span{
		display: table;
		font-size: 15px;
	}

	.step-r-column .r-column-t .r-c-title{
		display: block;
		position: relative;
	}

	.step-r-column .r-column-t .r-c-title span{
		position: relative;
		background: #fff;
		padding-right: 10px;
		z-index: 2;
	}

	.step-r-column .r-column-t .r-c-title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	}

	.r-column-ul{
		margin-top: 8px;
	}

	.r-column-ul li:not(:last-of-type){
		margin:0 0 12px 0;
	}

	.r-column-ul li{
		width: 100%;
	}

	.r-column-ul li h4{
		margin: 0;
		position: relative;
		padding-left: 22px;
	}

	.r-column-ul li h4:before{
		content: "";
    display: block;
    position: absolute;
    background: url(../images/icon/check_icon.svg) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
	}

	.r-c-ph-box{
		display: none;
	}

	.more-btn{
		display: block;
    width: 80%;
    font-size: 16px;
    padding: 8px 10px;
    padding-right: 20px;
    color: #E94D37;
    border: solid 1px #E94D37;
    border-radius: 15px;
    text-align: center;
    margin: 15px auto 0 auto;
    position: relative;
    line-height: 1.6;
	}

	.more-btn:after{
		content: "";
		position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 11px;
    height: 11px;
    margin-top: -10px;
    border-top: 1px solid #E94D37;
    border-right: 1px solid #E94D37;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	}

	.t-step .title-row h2{
		margin: 0 0 10px 0;
	}

	#step-more-b{display: block;}

	.select-box{
		width: 100%;
	}

	#stepm,
	#mission{
		display: none;
		opacity: 0;
	}

	#stepm.step-boxwrap.stepstyle,
	#mission.stepstyle{
		display: block;
    opacity: 1;
    animation-name: fadein;
    animation-duration: 2s;
	}



}




@media (max-width: 340px){
	.category-block .title-box h3 .sp-br{
		display: block;
	}
	.category-block .ph-box{
		width: 46px;
	}
	.category-block .title-box{
		width: calc(100% - 56px );
	}

}
