﻿.maindesign {
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign img{
	width: 100%;
}
.maindesign .feature-hdg1 {
    position: relative;
}
.maindesign .feature-hdg1 .sub_title {
    color: #fff;
    text-shadow: 1px 1px 2px rgb(10 10 10 / 70%);
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    line-height: 1.1;
    width: 100%;
    letter-spacing: 0.05em;
}
.maindesign .feature-hdg2 {
    position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .feature-hdg2::after {
    position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}
.maindesign .feature-hdg3{
	font-size: 1.75rem;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
    padding-bottom: 0.5rem;
	border-left: 4px solid #E5002D;
	padding: 0.6rem 1rem;
}
.maindesign .lead-text {
    font-size: 1.15em;
    line-height: 1.4;
}
@media screen and (max-width: 767px){
.maindesign .feature-hdg1 .sub_title{
	font-size: 8.5vw;
	line-height: 1.4;
}
.maindesign .feature-hdg2 {
    font-size: 1.5rem;
    margin-top: calc(60px - 0.6rem);
    margin-bottom: calc(45px - 0.75rem);
	line-height: 1.2;
}
.maindesign .feature-hdg3{
	font-size: 1.25rem;
    margin-top: calc(50px - 0.6rem);
    margin-bottom: calc(30px - 0.75rem);
    padding-bottom: 0.5rem;
	line-height: 1.3;
}
.maindesign .lead-text {
    font-size: 0.95em;
    line-height: 1.5;
}

}
.maindesign .images {
	margin-bottom: 10px;
}
.maindesign .images img{
	width: 100%;
}
.maindesign .superimpose{
	position: relative;
}
.maindesign .superimpose p{
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 65%;
	font-size: 2.0em;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	padding: 10px 20px;
}
@media screen and (max-width: 767px){
.maindesign .superimpose p {
    font-size: 3.7vw;
	padding: 10px;
}
}


.maindesign .caution h4{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
.maindesign .caution p{
	font-size: 0.9em;
	line-height: 1.4;
}

.maindesign .maker-choice{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.maindesign .maker-choice a{
	width: calc(23% - 20px);
	display: block;
	border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
	color: #333;
}
.maindesign .maker-choice a p{
	text-align: center;
}
.maindesign .maker-choice .logo{
	margin-bottom: 5px;
}
.maindesign .maker-choice .logo img{
	height: 35px;
	width: auto;
}
@media screen and (max-width: 767px){
.maindesign .maker-choice a{
	width: calc(48% - 20px);
	margin-top: 20px;
}
.maindesign .maker-choice a:nth-child(-n + 2){
	margin-top: 0;
}
.maindesign .maker-choice .logo img{
	height: 30px;
}
}







/*  単品商品スライダー ここから  */
.maindesign .product {
    margin-bottom: 30px;
}
.maindesign .slideTable {
    position: relative;
    overflow-x: scroll;
    -ms-overflow-x: scroll;
    -moz-overflow-x: scroll;
    -webkit-overflow-x: scroll;
}
.maindesign .slideTable ul {
	width: max-content;
	display: flex;
}
.maindesign .slideTable ul li {
	width: 195px;
	margin-right: calc(30px / 3);
	margin-bottom: 10px;
	position: relative;
	padding:5px 5px 2.8em;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.maindesign .slideTable ul li .cart-btn{
	position: absolute;
	bottom: 5px;
	width: calc(100% - 10px);
}
.maindesign .slideTable ul li:last-child {
    margin-right: 0;
}
.maindesign .slideTable ul li img {
	width: 100%;
}
.maindesign .slideTable ul li .text-box p{
	margin: 10px 0;
	line-height: 1.3;
	text-align: center;
}
.maindesign p.scrolltxt {
    color: #E00012;
    font-weight: bold;
    margin: 15px 0 40px 0;
    text-align: left;
}
.maindesign p.scrolltxt span {
    padding: 8px 6px;
    font-size: 0.95em;
    border: 2px solid #E00012;
    box-sizing: border-box;
	display: inline-block;
}/*  単品商品スライダー ここまで  */



.maindesign .breadcrumb {
	box-sizing: border-box;
	color: #83838f;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.875em;
	line-height: 1.5;
	margin-bottom: 10px;
}
.maindesign .breadcrumb a {
	color: #83838f;
}
.maindesign .gotop {
    margin: 1.8em 0;
    text-align: right;
}

.maindesign .set-second{
	margin-top: 60px;
}
@media screen and (max-width: 767px){
.maindesign .set-second{
	margin-top: 40px;
}
}
@media screen and (min-width: 768px){
/* ----pc  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 40px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a;
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .etcbtn{
font-size: 1.2rem
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- pc  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
.maindesign .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 3.75em 0;
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示---- */
.maindesign .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.maindesign .tab-menu-nav .fs-medium {
font-size: 1.0em;
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
.maindesign .tab-menu-nav::after,
.maindesign .tab-menu-nav::before {
content: "";
display: block;
width: calc(25% - 15px);
height: 0;
}
.maindesign .tab-menu-nav::before {
order: 1;
}
.maindesign .tab-menu-nav li{
width: calc(25% - 15px);
margin-top:1.25rem;
position: relative
}
.maindesign .tab-menu-nav li:nth-child(-n+4) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----pc3列表示 sp2列表示---- */
.maindesign .tab-menu-nav.col-3::after {
content: "";
display: block;
width: calc( 33.3% - 10px);
height: 0;
}
.maindesign .tab-menu-nav.col-3 li {
width: calc( 33.3% - 10px);
margin-top:1.25rem; 
}
.maindesign .tab-menu-nav.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
.maindesign .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
.maindesign .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタンend --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap; 
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0; 
}
.maindesign .menu-btn-list li { 
width: calc( 50% - 10px);
margin-right: 20px;
line-height: 1.2; 
}
.maindesign .menu-btn-list li:last-child {
margin-right: 0 
} 
.maindesign .menu-btn-list .fs-large {
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1.5em;
}
/* ----pc1列表示 sp1列表示----*/
.maindesign .menu-btn-list.col-1 li { 
width: calc( 60% - 10px);
}
.maindesign .menu-btn-list.col-1 .flatbtn {
border-radius: 60px; 
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
/* ----2列表示----*/
.maindesign .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .banner-list li {
width: 48%;
margin-top: 24px;
}

/*.maindesign .banner-list li a:hover{
border-color: #E5002D;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s; 
text-decoration: none;
}*/
.maindesign .banner-list p {
margin-top: 0.5rem;
line-height: 1.5; 
}
.maindesign .banner-list p span {
margin-left: 0.5em 
}
/* ----2列表示----*/
.maindesign .banner-list.col-2 li:nth-child(-n+2) {
margin-top: 0 
}
/* ----1列表示----*/
.maindesign .banner-list.col-1 li {
width: 100% 
}
.maindesign .banner-list.col-1 li:nth-child(-n+1) {
margin-top: 0 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
.maindesign .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .feature__items li{
width: 48%;
min-height: 140px;
margin-top: 24px;
font-size: 0.9em;
position: relative;
font-feature-settings: "palt"; 
}
.maindesign .feature__items li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 20px 15px 15px 20px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
.maindesign .feature__items li a:hover{
border-color: #E5002D;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
transition: 0.6s; 
text-decoration: none;
}
.maindesign .feature__items li a .feature__items--img{
width:24% ;
display: flex;
align-items: center; 
}
.maindesign .feature__items li a .feature__items--txt{
width: calc( 76% - 20px);
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.5rem;
line-height: 1.3;
margin-bottom: 0.6rem
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 1.1rem
}
/* pc3列表示 sp2列表示 */
.maindesign .feature__items.col-3 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
.maindesign .feature__items.col-3 li {
width: calc( 33.3% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
.maindesign .feature__items.col-3 li:nth-child(3n) {
margin-right: 0;
}
.maindesign .feature__items.col-3 li:nth-child(-n+3) {
margin-top: 0 
}
.maindesign .feature__items.col-3 li a {
padding: 10px 8px 8px 10px;
}
.maindesign .feature__items.col-3 li a .feature__items--txt {
width: 70%;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
.maindesign .feature__items.col-3 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* pc3列表示 sp1列表示 */
.maindesign .feature__items.col-31 {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; 
}
.maindesign .feature__items.col-31 li {
width: calc( 50% - 10px);
margin: 24px 15px 0 0;
min-height: auto; 
position: relative;
}
.maindesign .feature__items.col-31 li:nth-child(2n) {
margin-right: 0;
}
.maindesign .feature__items.col-31 li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .feature__items.col-31 li a {
padding: 10px 8px 8px 10px;
}
.maindesign .feature__items.col-31.pb a {
border: none;
padding: 0;
border-radius: 0;
}
.maindesign .feature__items.col-31 li a .feature__items--txt {
width: 70%;
}
.maindesign .feature__items.col-31 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.5rem;
}
.maindesign .feature__items.col-31 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.4;
font-size: 0.9rem;
}
.maindesign .feature__items.col-31 li a .future--img {
margin: 0 10px;
width: calc( 30% - 20px);
display: flex;
align-items: center; 
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */
}




@media screen and (max-width: 767px){

/* ----sp  ボタン組み合わせ---- */
.maindesign .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
.maindesign .flatbtn:hover,
.maindesign .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
.maindesign .flatbtn:active,
.maindesign .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
.maindesign .flatbtn.disabled,
.maindesign .flatbtn[disabled],
.maindesign .flatbtn.disabled:hover,
.maindesign .flatbtn[disabled]:hover,
.maindesign .flatbtn.disabled:active,
.maindesign .flatbtn[disabled]:active {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none !important;
}
.maindesign .default-btn{
background:#979797;
}
.maindesign .orange-btn{
background:#EA6D0D;
}
.maindesign .red-btn{
background:#E50012;
}
.maindesign .blue-btn{
background:#19499c;
}
.maindesign .mustard-btn{
background:#d7ab1a
}
.maindesign .default-btn,.maindesign .orange-btn,.maindesign .red-btn,.maindesign .blue-btn,.maindesign .mustard-btn {
color: #fff; 
}
.maindesign .border-btn {
border: 1px solid #B6B6B6;
}
.maindesign .border-btn:hover{
border-color: #E5002D;
}
.maindesign .border-btn.selected {
border-color: #d4122c;
}
.maindesign .border-btn-orange {
border: 1px solid #EA6D0D;
color: #EA6D0D;
}
.maindesign .arrow-r,.maindesign .arrow-d {
position: relative
}
.maindesign .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-r-orange::after {
border-color: #EA6D0D;
}
.maindesign .arrow-r-red::after {
border-color: #E5002D;
}

.maindesign .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
.maindesign .arrow-d-red::after {
border-color: #E5002D;
}
.maindesign .arrow-d-orange::after {
border-color: #EA6D0D;
}
.maindesign .mwbtn{
max-width: 480px;
margin: 0 auto
}
.maindesign .fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
.maindesign .fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
.maindesign .fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }
/* -- sp  ボタン組み合わせend --  */


/* ----ボーダーライン---- */
.maindesign .border-line {
width: 100%;
background-color: #ddd;
border: none;
height: 1px;
margin: 2.5em 0; 
}
/* --ボーダーライン end --  */


/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp2列表示　pc3列表示 sp2列表示---- */
.maindesign .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.maindesign .tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
.maindesign .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
/* ----ページ内リンクボタン---- */
/* ----pc4列表示 sp1列表示　pc3列表示 sp1列表示---- */ 
.maindesign .tab-menu-nav.col-1 li {
width: 100%
}
/* ----ページ内リンクボタン---- */
/* ----画像付き pc3列表示 sp1列表示---- */
.maindesign .feature__items li a .feature__items--txt.sp-title {
display: flex;
align-items: center; 
}
.maindesign .feature__items.col-31 li a .feature__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
}
.maindesign .feature__items.col-31.border-none li a {
border-radius: 0;
}
/* -- ページ内リンクボタン end --  */


/* ---- ボタンメニュー ---- */
/* ----pc2列表示 sp1列表示----*/
.maindesign .menu-btn-list {
display: flex;
flex-wrap: wrap;
margin: 1rem 0; 
} 
.maindesign .menu-btn-list li { 
width: 100%;
margin-bottom: 1em; 
line-height: 1.2;  
}
.maindesign .menu-btn-list li:last-child {
margin-bottom: 0 
} 
.maindesign .menu-btn-list .fs-large {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
font-size: 1em;
}
/* -- ボタンメニュー end --  */


/* ----画像リスト----*/
.maindesign .banner-list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .banner-list li {
margin-bottom: 1rem;
}
.banner-list li:last-child {
 margin-bottom: 0 
}
.banner-list p {
margin-top: 0.5rem;
line-height: 1.3; 
}
.maindesign .banner-list p span {
margin-left: 0.5em 
}
/* -- 画像リスト end --  */


/* ----関連特集・関連情報・関連動画　共通----*/
/* pc2列表示 sp1列表示 */
.maindesign .feature__items{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.maindesign .feature__items li{
width: 100%;
margin-top: 1rem;
position: relative;
font-feature-settings: "palt"; 
}
.maindesign .feature__items li:first-child {
margin-top: 0 
}
.maindesign .feature__items li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 12px 8px 12px 12px;
border: 1px solid #CCC;
border-radius: 5px;
overflow: hidden;
color: #333; 
}
.maindesign .feature__items li a .pickup--img{
margin: 0 10px 0 10px;
width:28% ;
}
.maindesign .feature__items li a .feature__items--img{
margin: 0 5px 0 5px;
width:24% ;
display: flex;
align-items: center;	
}
.maindesign .feature__items li a .feature__items--txt{
width: 76%;
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__title{
font-weight: bold;
font-size: 1.15rem;
line-height: 1.3;
margin-bottom: 0.4rem;
}
.maindesign .feature__items li a .feature__items--txt .feature__items--txt__catch{
line-height: 1.5;
font-size: 0.85rem;
}
/* pc3列表示 sp2列表示 */
.maindesign .feature__items.col-3 {
}
.maindesign .feature__items.col-3 li {
width: 48%;
margin-top: 1rem;
position: relative;
}
.maindesign .feature__items.col-3 li:nth-child(-n+2) {
margin-top: 0 
}
.maindesign .feature__items.col-3 li a {
padding: 8px 5px;
}
.maindesign .feature__items.col-3 li a .feature__items--txt {
width: 62%;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__title {
font-weight: bold;
font-size: 11px;
line-height: 1.3;
margin-bottom: 0.4rem;
}
.maindesign .feature__items.col-3 li a .feature__items--txt .feature__items--txt__catch {
line-height: 1.3;
font-size: 9px;
}
.maindesign .feature__items.col-3 li a .future--img {
margin: 0 5px;
width: calc( 38% - 10px);
display: flex;
align-items: center;
}
/* -- 関連特集・関連情報・関連動画　共通 end --  */



}
