@charset "UTF-8";

.container-mv_top{
	width: 100%;
	padding: 0;
	text-align: center;
}
@media only screen and (max-width: 767px){
.container-mv_top{
 margin: 0px;
}}

/*--セクション--*/

.content{
	display: inline-block;
	position: relative;
	width: 95%;
	max-width: 1020px;
	text-align: center;
	margin-top: 50px;
}

.content p{
	font-size: 18px;
	padding: 20px auto;
	text-align: left;
}
@media only screen and (max-width: 767px){
.content p{
	font-size: 16px;
	padding: 20px auto;}}


/*-- 見出し --*/
.under-str-g{
	display: inline-block;
	position: relative;
	padding: 10px;
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: 600;
	color: #001E57;
}
@media screen and (max-width: 767px){
.under-str-g{
	padding: 10px;
	margin-bottom: 30px;
	font-size: 18px;
}}

.h3-heading{
font-size: 32px;
font-weight: 400;
line-height: 1.4;
color: #001E57;
}
@media screen and (max-width: 767px){
.h3-heading{
font-size: 22px;
font-weight: 400;
line-height: 1.4;
}}

/*ボタン*/

.btn-white{
	display: inline-block;
	font-size: 18px;
	color: #001E57;
	width: 260px;
	text-align: center;
	border-radius: 8px;
	padding: 12px 10px 12px 20px;
	background-color: #fff;
	font-weight: 600;
  text-decoration: none;
	border: 2px solid #001E57;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px){
.btn-white{
	font-size: 16px;
	width: 200px;
	padding: 10px 10px 10px 20px;
}}

.btn-white::after {
	content: '\f054';
	font: var(--fa-font-solid);
	margin-left: 20px;
}

.btn-white:hover {
	color: #fff;
	background-color: #265BA8;
	border: 2px solid #265BA8;
}

.btn-area-r{
text-align: right;
margin-right: 0;
}
.btn-area-l{
text-align: left;
}
.btn-area-c{
text-align: center;
}

/*--メインビジュアルエリア--*/
.mv-area_top{
display: block;
text-align: center;
}

.mv-area_top img{
background-color: #fff;
width: 100%;
text-align: center;
}
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 767px){
.pc { display: none !important; }
.sp { display: block !important; 
}}

.box-announce{
	display: block;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: rgb(18,27,57);
background: linear-gradient(135deg, rgba(18,27,57,1) 19%, rgba(62,99,149,1) 50%, rgba(18,27,57,1) 79%);
}
@media screen and (max-width: 767px){
.box-announce{
	padding: 20px;
	font-size: 18px;
	line-height:1.3em;
}}

/*--ラインナップ--*/

.container_lineup{
display: inline-block;
width: 95%;
padding: 0px 10px;
text-align: center;
}

.wrap_lineup01{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.img_lineup01{
width: 50%;
padding: 10px;
}

.img_lineup01 img{
max-width: 520px;
border-radius: 10px;
width: 100%;
}

@media screen and (max-width: 767px){
.container_lineup{
width: 100%;
padding: 0px 0px;
}
.wrap_lineup01{
flex-direction: column;}
.img_lineup01{
width: 100%;
padding: 5px 0;
}}

.wrap_lineup02{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 40px;
}

.img_lineup02{
position:relative;
width: 20%;
padding: 10px;
}
.img_lineup02 p{
position:absolute;
color: #fff;
font-weight: 600;
font-size: 16px;
top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
white-space: nowrap;
}

.img_lineup02 img{
max-width: 260px;
border-radius: 6px;
width: 100%;
}

@media screen and (max-width: 767px){
.wrap_lineup02{
display: flex;}
.img_lineup02{
width: 48%;
padding: 5px 0;
}}

/*--JAPANバナー追加3列変更--*/

.wrap_lineup03{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.img_lineup03{
width: 33%;
padding: 10px;
}

.img_lineup03 img{
max-width: 400px;
border-radius: 10px;
width: 100%;
}

@media screen and (max-width: 767px){
.wrap_lineup03{
flex-direction: column;}
.img_lineup03{
width: 100%;
padding: 5px 0;
}}

/*--インソールの新構造--*/

.bg-active{
background: rgb(236,33,122);
background: linear-gradient(90deg, rgba(236,33,122,1) 0%, rgba(250,141,164,1) 100%);
}

.bg-daily{
background: rgb(180,233,223);
background: linear-gradient(90deg, rgba(180,233,223,1) 0%, rgba(44,165,192,1) 100%);
}

p.insole-lead{
text-align: center;
margin-bottom: 30px;
}
@media screen and (max-width:767px){
p.insole-lead{
text-align: left;
padding: 0 15px;
margin-bottom: 20px;
}}

.txt-kakomi{
display: inline-block;
border:0;
background: #fff;
color: #333;
padding:3px 10px;
margin-top: 5px;
border-radius: 50px;
}

.container-active{
display: inline-block;
width: 95%;
margin: 20px auto;
text-align: center;
}

@media screen and (max-width:767px){
.container-active{
width: 100%;
margin: 20px 0px;
text-align: center;
}}

.wrap-active01,
.wrap-active02,
.wrap-daily01,
.wrap-daily02{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 10px;
}
@media screen and (max-width:767px){
.wrap-active01,
.wrap-active02,
.wrap-daily01,
.wrap-daily02{
flex-direction: column;
text-align: center;
}}

.ttl-active,
.ttl-daily{
font-size:42px;
font-weight: 600;
text-align: left;
color: #E6C542;
  letter-spacing : 4px;
  text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;
width: 54%;
}
@media screen and (max-width:767px){
.ttl-active,
.ttl-daily{
font-size:34px;
width: 100%;
}}

.type-active,
.type-daily{
color: #fff;
text-align: left;
font-size:20px;
font-weight:600;
margin-bottom: 20px;
width: 46%;
}
@media screen and (max-width:767px){
.type-active,
.type-daily{
font-size:18px;
width: 100%;
}}

.img-active,
.img-daily{
padding: 10px;
width:42%;
}

.img-active img,
.img-daily img{
max-width: 420px;
width:100%;
}

.description-active,
.description-daily{
padding: 10px;
width:50%;
}

.description-active img,
.description-daily img{
max-width: 500px;
width:100%;
}

@media screen and (max-width:767px){
.img-active,
.img-daily,
.description-active,
.description-daily{
width: 100%;
padding: 0;
}}

/*--スパイラルターンの特徴--*/

.container-spec{
display: inline-block;
width: 95%;
margin-bottom: 20px;
padding: 20px 40px 30px 40px;
background: #fff;
border-radius: 16px;
}

.ttl_spec{
text-align: left;
color: #265ba8;
font-size: 28px;
font-weight: 600;
line-height:1.6;
margin-bottom: 15px;
}
.wrap-spec{
display: flex;
}
@media screen and (max-width:767px){
.wrap-spec{
flex-direction: column-reverse;
align-items: center;
}}
.txt_spec{
text-align: left;
margin-right: 30px;
}
@media screen and (max-width:767px){
.txt_spec{
margin-top: 20px;
margin-right: 0px;
}}

img.img_spec{
max-width: 460px;
width: 90%;
height: auto;
}
.btn-area_spec{
text-align: right;
}
@media screen and (max-width:767px){
.btn-area_spec{
text-align: center;}
img.img_spec{
width: 100%;
}}

/*テキストとイメージ逆パターン（ここから）*/
.wrap02_spec{
display: flex;
}
@media screen and (max-width:767px){
.wrap02_spec{
flex-direction: column;
align-items: center;
}}
.txt02_spec{
text-align: left;
margin-left: 30px;
}
@media screen and (max-width:767px){
.txt02_spec{
margin-top: 20px;
margin-left: 0px;
}}
/*テキストとイメージ逆パターン（ここまで）*/

/*- ご利用者様の声 -*/
.voice-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width:767px){
.voice-container{
	flex-direction: column;
	align-items: center;
}}

.voice_top{
max-width: 680px;
flex-basis: 32%;
position: relative;
background: #fff;
padding: 0;
border-radius: 20px 20px 0px 0px;
margin-bottom: 30px;
}
#golf04{
border: 2px solid #63ad56;
}
#walk04{
border: 2px solid #265BA8;
}
#beauty04{
border: 2px solid #b6266e;
}

img.voice-user{
position: absolute;
width: 100px;
border: 6px solid #fff;
border-radius: 50px;
top: 100px;
left: 50%;
transform: translate(-50%, -50%);
}

.voice_top dt{
padding: 20px 15px 50px;
margin-bottom: 15px;
font-size: 18px;
font-weight: 600;
color: #fff;
border-radius: 16px 16px 0px 0px;
}
#golf03{
background: #63ad56;
}
#walk03{
background: #265BA8;
}
#beauty03{
background: #b6266e;
}

.voice_top dd{
padding: 40px 20px 30px;
color: #333;
background: #fff;
}
.voice-profile{
font-size: 14px;
margin-bottom: 20px;
}
.voice-comment01{
font-size: 18px;
font-weight: 600;
padding: 1rem 0;
margin:0 15px 15px;
border-bottom: 4px dotted goldenrod;
}
.voice-comment02{
font-size: 16px;
text-align: left;
line-height: 1.4em;
}


/*--ご注文プラン--*/
#h3-plan{
display: inline-block;
background-color: rgba( 255,255,255,0.5 );
font-weight: 500;
font-size: 32px;
padding: 3px 10px;
margin-bottom: 20px;
}
@media screen and (max-width:767px){
#h3-plan{
font-size: 24px;
padding: 3px 10px;
margin-bottom: 20px;
}}

.bg_plan{
background: #ffdf82 url("https://spiralturn.co.jp/ec_file/images/top/img-plan_top.jpg") center top no-repeat;
}

.container_plan{
text-align: right;
}
.wrap_plan{
display: inline-block;
max-width: 580px;
width: 50%;
text-align: left;
}
@media screen and (max-width:767px){
.wrap_plan{
width: 100%;
text-align: center;
}}

.box-ttl_plan{
display: inline-block;
background: #001E57;
width:100%;
color: #fff;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
text-align: left;
}
.box-ttl_plan::before {
 content: '\f07a';
 font: var(--fa-font-solid);
 margin-right: 10px;
}
.box-txt_plan{
display: inline-block;
background-color: rgba( 255,255,255,0.5 );
color: #001E57;
padding: 5px 5px;
font-size: 16px;
line-height: 1.2;
text-align: left;
margin-bottom: 20px;
}

/*--開発ストーリー--*/
.container_story{
display: flex;
}
.wrap-txt_story{
flex-basis: 50%;
margin-right: 50px;
text-align: left;
}

.img_story{
flex-basis: 50%;
}

img.img_story{
max-width: 500px;
margin-bottom: 60px;
}

@media screen and (max-width:767px){
.container_story{
flex-direction: column-reverse;
align-items: center;
}
.wrap-txt_story{
margin-right: 0px;
width: 90%;
text-align: left;
}
img.img_story{
width: 100%;
}}

/*テキスト小さめ右寄せ*/
.txt-small-r{
font-size: smaller;
text-align: right;
padding-right:15px;
}

/*ルームシューズ誘導バナー*/

.content-bnr{
	display: inline-block;
	max-width: 480px;
	width: 92%;
	margin:30px auto;
}

.btn-yoyaku,
a.btn-yoyaku,
button.btn-yoyaku {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-yoyaku-radius-solid {
  color: #333333;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

a.btn-yoyaku-radius-solid:hover {
  color: #333333;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}

/*ページ下バナーエリア*/
.bnr-area{
display:inline-block;
text-align: center;
}

.bnr-area img{
width: 100%;
}