﻿
.maindesign {
	color: #333;
}
.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
}

.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 30px;
}
.maindesign .mt-close {
	margin-top: 20px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-moderate {
		margin-top: 20px;
	}
	.maindesign .mt-close {
		margin-top: 15px;
	}
	.one-side  {
		margin: 0 10px;
	}
}

.maindesign .pc-only {
	display: block;
}
.maindesign .sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .pc-only {
		display: none;
	}
	.maindesign .sp-only {
		display: block;
	}
}



.maindesign .komeri-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .komeri-btn:hover {
	opacity: 0.75;
	transition: 0.25s;
}
.maindesign .komeri-btn--link {
	text-decoration: none;
}
.maindesign .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	/* padding: 0.35rem 1.75rem 0.35rem 1.5rem; */
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
	font-size: 1.2rem;
	min-height: 2.5em;
	text-align: center;
}
.maindesign .komeri-btn__orange {
	background-color: #EA6D0D;
}
.maindesign .komeri-btn__gray {
	background-color: #979797;
}
.maindesign .komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}
.maindesign .column-btn{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maindesign .column-btn .komeri-btn {
	width: calc(50% - 10px);
}

@media screen and (max-width:767px) {
        .maindesign .column-btn .komeri-btn {
	width: 100%;
}
	.maindesign .komeri-btn--inner {
		font-size: 1.0rem;
		min-height: 2.75em;
	}
        .maindesign .column-btn > .komeri-btn:not(:first-child) {
    margin-top: 15px;
}
}

.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}

.maindesign .main_title--lead {
	font-size: 1.1rem;
	color: #333;
	line-height: 1.5 !important;
	display: inline-block;
	margin-inline: auto;
}

@media screen and (max-width:767px) {
	.maindesign .main_title--lead {
		line-height: 1.6 !important;
		font-size: 0.95rem;
	}
}

.maindesign .lead-text {
	color: #333;
	line-height: 1.35;
	font-size: 1.1rem;
}

@media screen and (max-width:767px) {
	.maindesign .lead-text {
		line-height: 1.5;
		font-size: 0.95rem;
	}
}



.maindesign .half-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .half-column--item {
	width: 49%;
}
.maindesign .half-column .half-column--item:nth-child(n+3) {
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .half-column--item {
		width: 100%;
	}
	.maindesign .half-column .half-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}

.maindesign .third-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .third-column--item {
	width: 32%;
}
.maindesign .third-column .third-column--item:nth-child(n+4) {
	margin-top: 15px;
}

@media screen and (max-width:767px) {
	.maindesign .third-column--item {
		width: 100%;
	}
	.maindesign .third-column .third-column--item:nth-child(n+2) {
		margin-top: 15px;
	}
}

.maindesign .nav-btn {
	position: relative;
	min-height: 3em;
    border: 1px solid #B6B6B6;
	font-size: 0.95rem;
    font-feature-settings: "palt";
    line-height: 1.3;
    text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.maindesign .nav-btn::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(135deg);
}
.maindesign .nav-btn:hover {
	border-color: #E5002D;
    opacity: 0.75;
    transition: 0.6s;
}

.maindesign .lb-heading {
	padding: 5px 0 5px 15px;
	border-left: 4px solid #E5002D;
	font-size: 1.2rem;
	font-weight: bold;
}

.maindesign .txt-group > * + * {
	margin-top: 15px;
}

.maindesign .detail-column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.maindesign .detail-column--item {
	width: 48%;
}

@media screen and (max-width:767px) {
	.maindesign .detail-column--item {
		width: 100%;
	}
	.maindesign .detail-column .detail-column--item:not(:first-child) {
		margin-top: 30px;
	}
}

.maindesign .detail-heading {
	font-size: 1.5rem;
	font-weight: bold;
}
.maindesign .detail-heading__red {
	color: #E5002D;
}

@media screen and (max-width:767px) {
	.maindesign .detail-heading {
		font-size: 1.35rem;
	}
}

.maindesign .built-in-column {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 50px;
}
.maindesign .built-in-column--item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	row-gap: 20px;
}

@media screen and (max-width:767px) {
	.maindesign .built-in-column {
		grid-template-columns: repeat(1,1fr);
		column-gap: 0;
		row-gap: 30px;
	}
	.maindesign .built-in-column--item {
		row-gap: 15px;
	}
}


.maindesign .built-in-column--center {
	display: flex;
	flex-direction: column;
}
.maindesign .built-in-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .built-in-label--left {
	flex-grow: 1;
}
.maindesign .built-in-label--left > * + * {
	margin-top: 5px;
}
.maindesign .built-in-label--right {
	width: 120px;
}


.maindesign .maker-logo {
	width: fit-content;
}
.maindesign .pu-name {
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.35;
	font-feature-settings: "palt" 1;
}
@media screen and (max-width:767px) {
	.maindesign .pu-name {
		font-size: 1.35rem;
	}
	.maindesign .maker-logo {
		max-width: 150px;
	}
	.maindesign .built-in-label--right {
		width: 100px;
	}
}



.maindesign .detail-table {
	width: 100%;
    margin: 2px;
    text-align: center;
    border: 1px solid #000;
}
.maindesign .detail-table tr {
	border-bottom: 1px solid #000;
}
.maindesign .detail-table td {
	padding: 5px;
    font-feature-settings: "palt" 1;
	font-size: 0.9rem;
}
.maindesign .detail-table tr td:first-child {
	background-color: #D2D1C3;
    width: 50%;
}
.maindesign .detail-table tr td:last-child {
	font-weight: normal;
}

@media screen and (max-width:767px) {
	.maindesign .detail-table td {
		text-align: center;
	}
}



.maindesign .range-img {
	display: flex;
	justify-content: space-between;
}
.maindesign .range-img--left {
	width: 55%;
	display: flex;
	align-items: center;
}
.maindesign .range-img--right {
	width: 35%;
}

.maindesign .range-flow {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.maindesign .range-flow--lead {
	font-size: 0.8rem;
	line-height: 1.15;
	margin-top: 5px;
}
.maindesign .range-type {
	font-size: 1.35rem;
	font-weight: bold;
}

@media screen and (max-width:767px) {
	.maindesign .range-img {
		flex-wrap: wrap;
	}
	.maindesign .range-img--left {
		width: 80%;
		margin-inline: auto;
	}
	.maindesign .range-img--right {
		width: 100%;
		margin-top: 15px;
	}
	.maindesign .range-flow {
		flex-direction: row;
		justify-content: space-between;
	}
	.maindesign .range-flow--item {
		width: 48%;
	}
	.maindesign .range-type {
		font-size: 1.15rem;
	}
}

.maindesign .built-in-column--price {
	margin-top: auto;
	padding-top: 30px;
}
.maindesign .price-heading {
	font-size: 1.5rem;
	font-weight: bold;
}
.maindesign .price-content {
	margin-left: auto;
	display: flex;
	align-items: baseline;
	font-weight: bold;
	font-size: 4.0rem;
	width: fit-content;
}
.maindesign .price-content--tax {
	font-size: 0.4em;
	display: inline-block;
	margin-right: 3px;
}
.maindesign .price-content--yen {
	font-size: 0.3em;
	display: inline-block;
	margin-left: 3px;
}

@media screen and (max-width:767px) {
	.maindesign .price-heading {
		font-size: 1.35rem;
	}
	.maindesign .price-content {
		font-size: 3.0rem;
	}
}

.maindesign .link-heading {
	text-align: center;
	font-weight: bold;
	font-size: 1.35rem;
}
.maindesign .center-btn {
	width: 50%;
	margin-inline: auto;
}
.maindesign .request-txt {
	text-align: right;
	font-size: 1.1rem;
}
.maindesign .request-txt--link {
	color: #E5002D;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.maindesign .link-heading {
		font-size: 1.15rem;
	}
	.maindesign .center-btn {
		width: 100%;
	}
}

.maindesign .annotation_txt {
	margin: 0 0 0;
    padding: 0px 20px;
    box-sizing: border-box;
    line-height: 1.5;
}
.maindesign .indent-txt {
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width:767px) {
	.maindesign .annotation_txt {
		padding: 0;
		font-size: 0.95rem;
	}
}

.maindesign .btn-group > li:not(:first-child) {
	margin-top: 15px;
}

.maindesign h4.recommended-txt {
	font-size: 1.2rem;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: bold;
}
.maindesign .cols3container {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
}
.maindesign .cols3container .box-first,
.maindesign .cols3container .box-second,
.maindesign .cols3container .box-third{
	margin: 0;
    width: calc(100% / 3 - 10px);
}
.maindesign .cols3container ul.reform-nav {
	display: block !important;
}
.maindesign .reform-nav li.nav-txt {
	font-size: 1em;
    text-align: center;
    background: none;
}
.maindesign .cols3container .reform-nav li {
    width: 100%;
    height: auto;
    margin: 0;
}
.maindesign .recommended-lead {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
.maindesign .cols3container h2 .txt_block {
    font-size: 0.6em;
    color: #000;
    font-weight: normal;
    display: block;
}
.maindesign .cols3container .const-box {
    width: 100%;
    min-height: 50px;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 0;
}
.maindesign .cols3container .frontage {
    display: flex;
    justify-content: space-between;
    font-size: 1.1em;
}
.maindesign .cols3container ul.reform-nav li.nav-txt {
    width: auto;
    margin: 10px auto 0;
}
.maindesign .cols3container .price_tax, .maindesign .cols3container .price_en {
    font-size: 0.3em;
}
@media screen and (max-width:767px) {
	.maindesign h4.recommended-txt {
		text-align: center;
		display: block;
	}
	.maindesign .cols3container .box-first,
	.maindesign .cols3container .box-second,
	.maindesign .cols3container .box-third {
		width: 100%;
	}
	.maindesign .cols3container .const-box {
		padding: 5px 10px 0px;
	}
}

.maindesign #cs-g34vs img {
        display: block;
        width: 100%;
        height: auto;
      }
.maindesign #cs-g34vs{
        margin:20px 0 0;
      }

.maindesign #cs-g34vs .maker_logo {
        width: auto !important;
      }

.maindesign #cs-g34vs .rendo-title {
		font-size: 1.5em;
        margin: 0 0 10px;
	}
	.maindesign #cs-g34vs .shohin-setumei {
		line-height: 1.2;
		font-size: 1.3em;
	}
	.maindesign #cs-g34vs .shohin-shokai {
		display: flex;
		margin-bottom: 10px;
	}
	.maindesign #cs-g34vs .shohin-shokai table {
		width: 100%;
		margin: 2px;
		text-align: center;
		border: 1px solid #000 !important;
	}
	.maindesign #cs-g34vs .shohin-shokai table tr {
		border-bottom: 1px solid #000;
	}
    .maindesign #cs-g34vs .shohin-shokai table tr td {
		padding: 5px;
        font-feature-settings: "palt" 1;
	}
	.maindesign #cs-g34vs .shohin-shokai table tr td:first-child {
		background-color: #D2D1C3;
		width: 50%;
	}
    @media screen and (max-width: 767px){
    .maindesign #cs-g34vs .shohin-shokai {
    flex-wrap: wrap;
}}
	.maindesign #cs-g34vs .shohin-nm {
		display: flex;
		align-items: center;
	}
	.maindesign #cs-g34vs .shohin-nm img {
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
	}
	.maindesign #cs-g34vs .shohin-nm p {
		font-size: 1.4em;
		font-weight: bold;
	}
	.maindesign #cs-g34vs .shohin-kakaku .price_title {
		margin: 10px 0 0 0;
    font-size: 1.5em;
    font-weight: bold;
	}
	.maindesign #cs-g34vs .shohin-kakaku .price_value {
		text-align: right;
		font-size: 3em;
		font-weight: bold;
	}
	.maindesign #cs-g34vs .shohin-kakaku .price_tax,.price_en {
    font-size: 0.5em;
	}
	.maindesign #cs-g34vs .shohin-kakaku p {
		margin-top: 10px;
		text-align: right;
		font-size: 0.5em;
	}
	.maindesign #cs-g34vs .shohin-series {
		font-size: 2em;
		line-height: 1.2;
	}
	.maindesign #cs-g34vs .fujion-title {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	.maindesign #cs-g34vs .fujion-title p {
		font-size: 1.2em;
		font-weight: bold;
	}
	.maindesign #cs-g34vs .fujion-title div {
		text-align: center;
		border: 1px solid #000;
		margin-left: 5px;
		font-size: 0.9em;
		height: 18px;
    width: 55px;
	}
	.maindesign #cs-g34vs .img-w100 {
		width: 100% !important;
	}
	.maindesign #cs-g34vs .mr10 {
		margin-right: 10px;
	}
	.maindesign #cs-g34vs .hitobu {
		font-size: 1.2em;
	}
	.maindesign #cs-g34vs .hitobu span {
		font-size: 2em;
	}
	.maindesign #cs-g34vs .sonota-kino {
		display: flex;
	}
	.maindesign #cs-g34vs .sonota-kino li {
		width: 33% !important;
		padding: 5px !important;
	}
@media screen and (max-width: 767px){
	.maindesign #cs-g34vs .block_list.cols3-1 li{
    width: calc(100% - 5px);
    margin: 0 0 20px 0;
	} 
}
    .maindesign #cs-g34vs .flex_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 40px;
}
.maindesign #cs-g34vs .flex_block .flex_cols{
    width: 50%;
}
.maindesign #cs-g34vs .flex_block .flex_cols img{
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: auto;
    display: block;
}
    .maindesign #cs-g34vs .flex_block .flex_cols p{
    line-height: 1.2;
    margin: 0 0 10px;
        padding: 0 10px;
    box-sizing: border-box;
        font-feature-settings: "palt" 1;
}
    @media screen and (max-width: 767px){
    .maindesign #cs-g34vs .flex_block .flex_cols{
    width: 100%;
            margin: 0 0 20px;
        }
    .maindesign #cs-g34vs .flex_block .flex_cols p {
    padding: 0;
}
    }
    .maindesign #cs-g34vs .title_center{
        text-align: center;
    }
    .maindesign #cs-g34vs .rendo{
        width: 100%;
        margin: 0 0 40px;
    }
    .maindesign #cs-g34vs .rendo img{
        width: 100%;
        max-height: 50px;
    }
    .maindesign #cs-g34vs .main_block.border_block{
        border: 1px solid #bbb;
    /*border-radius: 10px;*/
    box-sizing: border-box;
        padding: 10px;
    /*box-shadow: 0 3px 6px rgb(0 0 0 / 16%);*/
    }
    .maindesign #cs-g34vs .main_block.border_block a.flatbtn.reform_sub-btn{
        /*width: 100%;*/
    }
    .maindesign #cs-g34vs p.topic_title {
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 2em;
    font-feature-settings: "palt" 1;
}
    .maindesign #cs-g34vs .price_block.mt20{
    margin: 20px 0 20px;
}
    @media screen and (max-width: 767px){
.maindesign #cs-g34vs p.topic_title {
    margin: 0 0 20px;
    font-feature-settings: "palt" 1;
    font-size: 1.8em;
}
        }
    .maindesign #cs-g34vs .ex_gus{
        text-align: right;
        line-height: 1.2;
    }
    .maindesign #cs-g34vs .price{
        position: relative;
    }
    .maindesign #cs-g34vs.main_block .price img.option_icon {
       width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
    @media screen and (max-width: 767px){
    .maindesign #cs-g34vs.main_block .price img.option_icon {
   position: relative;
    display: block;
}
        }
    .maindesign #cs-g34vs .title_f{
        font-feature-settings: "palt" 1;
    }
    .maindesign #cs-g34vs .btn_flex{
        display: flex;
    flex-wrap: wrap;
    width: 100%;
    }
    .maindesign #cs-g34vs .btn_flex a.flatbtn.reform_sub-btn{
        width: calc(50% - 20px);
            margin: 10px auto 20px;
    }
    .maindesign #cs-g34vs .btn_box{
        width: 100%;margin: 0 0 40px;
    }
    @media screen and (max-width: 767px){
    
    .maindesign #cs-g34vs.main_block.border_block .btn_flex a.flatbtn.reform_sub-btn{
        width: calc(50% - 5px);
    margin: 10px 10px 20px 0;
    }   
    .maindesign #cs-g34vs .btn_flex a.flatbtn.reform_sub-btn.one_btn{
        width: 100%;
    margin: 10px auto 20px auto;
    }   
    .maindesign #cs-g34vs .btn_flex{
        display: flex;
    flex-wrap: wrap;
    width: 100%;
    }
    .maindesign #cs-g34vs.main_block.border_block .btn_flex a.flatbtn.reform_sub-btn:nth-child(2n){
        margin: 10px 0 20px 0;
    }
        }
    .maindesign #cs-g34vs.main_block.range{
        align-items: flex-start;
    }

    .maindesign #cs-g34vs .recommendation_goods{
    /*border: 1px solid #333;*/
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 60px;
        position: relative;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods--title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 10px auto 20px;
    width: 100%;
    max-width: 600px;
    background: #fff;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods--title span{
    font-size: 2em;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    /*margin: 0 10px;*/
}
    .maindesign #cs-g34vs .recommendation_goods .ichioshi{
        /* position: absolute; */
        top: 10px;
        left: 10px;
        background: #f00;
        padding: 10px;
        color: #fff;
        border-radius: 5px;
        font-size: 1.5em;
        /*margin: 0 auto 0 auto;*/
        margin-right: 0.5em;
        /* width: 20%; */
        text-align: center;
        max-width: 600px;
}
    .maindesign #cs-g34vs .recommendation_goods--title--inner{
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    }
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods--title div.recommendation_goods--icon{
    max-width: 90px;
    /* width: 10%; */
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods--title div.recommendation_goods--icon img{
    width: 100%;
    height: auto;
}

    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods_cols{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods_cols .recommendation_goods--img{
    width: 100%;
    background: #fff;
    padding: 0.5em;
    border-radius: 0.5em;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods_cols .recommendation_goods--img img{
    width: 100%;
    max-width: 600px;
    margin: auto;
    height: auto;
    display: block;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods_cols .recommendation_goods--point{
    width: 100%;
    max-width: 600px;
    margin: 10px 0 0 0;
    /* padding: 0 0 0 10px; */
    box-sizing: border-box;
    color: #fff;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods_cols .recommendation_goods--point p{
    font-size: 1.25em;
    line-height: 1.2;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods_cols .recommendation_goods--point p.point-title{
    font-size: 1.5em;
    margin: 0 0 10px;
    font-weight: bold;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods--btn{
        background: #fff;
    border-radius: 70px;
    /* padding: 10px; */
    margin: 10px auto;
    max-width: 600px;
    }
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods--btn a{
    background: #fff;
    max-width: 600px;
    margin: 20px auto 10px;
}
.maindesign #cs-g34vs .recommendation_goods--inner {
    background: #002e75;
    padding: 1em;
    border-radius: 1em;
max-width: 600px;
    margin: auto;
}    
@media screen and (max-width:767px) {
    .maindesign #cs-g34vs .recommendation_goods .ichioshi {
    position: inherit;
    top: 0;
    left: 0;
    background: #f00;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 1.5em;
    margin: 0 auto 10px 0;
    /* width: 20%; */
    text-align: center;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods_cols .recommendation_goods--img {
    width: 100%;
}
    .maindesign #cs-g34vs .recommendation_goods .recommendation_goods_cols .recommendation_goods--point {
    width: 100%;
    padding: 10px 0px 0 0px;
    box-sizing: border-box;
}

  .maindesign #cs-g34vs .recommendation_goods .recommendation_goods--title span {
    font-size: 1.2rem;
  }

    }

    .maindesign #cs-g34vs .img-container {
      width: 80%;
      margin: 20px auto 30px;
    }
    .maindesign #cs-g34vs .img-container img {
      width: 100%;
      height: auto;
    }

    .maindesign #cs-g34vs .subject_frame {
      border: 5px solid #ea6e9a !important;
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }

    .maindesign #cs-g34vs .icon-container {
      position: relative;
    }



    .maindesign #cs-g34vs .topic_column {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .maindesign #cs-g34vs .topic_column--icon {
      width: 120px;
    }

    @media screen and (max-width:767px) {
      .maindesign #cs-g34vs .topic_column--icon {
        width: 90px;
      }
    }




  .maindesign #cs-g34vs .catch-news--explanation {
    width: 80%;
    margin: 20px auto;
    border: 2px solid #ea6e9a;
    background-color: #fff;
    padding: 15px 0;
    line-height: 1.5;
    font-size: 2.5rem;
    color: #ea6e9a;
    font-weight: bold;
    text-align: center;
  }
  .maindesign #cs-g34vs .catch-news--explanation span {
    display: inline-block;
    margin-right: 10px;
    width: 120px;
    vertical-align: middle;
  }
  .maindesign #cs-g34vs .catch-news--explanation span img {
    width: 100%;
    height: auto;
  }
  @media screen and (max-width:767px) {
    .maindesign #cs-g34vs .catch-news--explanation {
      font-size: 4.5vw;
      padding: 10px 0;
      width: 100%;
    }
    .maindesign #cs-g34vs .catch-news--explanation span {
      width: 50px;
    }
  }


  .maindesign #cs-g34vs .pop {
    position: relative;
  }
  .maindesign #cs-g34vs .pop--inner {
    position: absolute;
    width: 40%;
    top: 3%;
    right: 1%;
  }
  .maindesign #cs-g34vs .pop--inner img {
    width: 100%;
    height: auto;
  }

   .maindesign #cs-g34vs .recommendation_goods--point p:not(:first-child) {
    margin-top: 10px;
} 

.maindesign #cs-g34vs .catch-news--tokuten {
    background-color: #E70012;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 5px;
    width: 100px;
    padding: 5px 0;
    font-size: 1.35rem;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
  }
  @media screen and (max-width:767px) {
    .maindesign #cs-g34vs .catch-news--tokuten {
      width: 75px;
      padding: 1px 0;
      font-size: 1.0rem;
    }
  }

  .maindesign #cs-g34vs .bnr-container img {
    display: block;
    width: 100%;
    height: auto;
  }


  .maindesign #cs-g34vs .price_value--pre {
    position: relative;
    margin-top: 15px;
  }
  .maindesign #cs-g34vs .price_value--pre::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 0.9rem;
  }
  .maindesign #cs-g34vs .price_value--tag {
    position: absolute;
    font-size: 0.95rem;
    top: 20px;
    left: -10px;
    transform: translateX(-100%);
    padding: 3px 5px;
    border: 1px solid #000;
  }
	.maindesign #cs-g34vs .h2_undertxt {
    margin: -10px 0 20px;
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: underline;
	}
	
  @media screen and (max-width:767px) {
    .maindesign #cs-g34vs .price_value-pre-outer {
      position: relative;
    }
    .maindesign #cs-g34vs .price_value--pre {
      position: static;
    }
    .maindesign #cs-g34vs .price_value--pre::before {
      font-size: 0.8rem;
      top: 3px;
    }
  }
.maindesign #cs-g34vs .cap-icon {
    position: absolute;
    top: 16px;
    height: 10%;
    max-height: 3em;
    text-align: center;
    display: flex;
    right: 5px;
    color: #fff;
    background: #005cd3;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 0.8em;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
    z-index: 1;
}

.maindesign #cs-g34vs .subject-box {
  position: relative;
}
.maindesign #cs-g34vs .subject-box--icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #005cd3;
  padding: 7px 15px;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
}
@media screen and (max-width:767px) {
  .maindesign #cs-g34vs .subject-box--icon {
    bottom: auto;
    top: 5px;
    font-size: 0.8rem;
  }
}



    .maindesign #cs-g34vs .bnr-container {
      margin: 30px auto 0;
      width: 75%;	
		}

    @media screen and (max-width:767px) {
      .maindesign #cs-g34vs .bnr-container {
        width: 100%;
        height: auto;
      }
    }


    .maindesign #cs-g34vs .catch-news {
  margin-top: 15px;
}
.maindesign #cs-g34vs .catch-news--explanation {
  width: 80%;
  margin: 20px auto;
  border: 2px solid #ea6e9a;
  background-color: #fff;
  padding: 15px 0;
  line-height: 1.5;
  font-size: 2.5rem;
  color: #ea6e9a;
  font-weight: bold;
  text-align: center;
}
.maindesign #cs-g34vs .catch-news--explanation span {
  display: inline-block;
  margin-right: 10px;
  width: 150px;
  vertical-align: middle;
}
.maindesign #cs-g34vs .catch-news--explanation img {
  width: 100%;
  height: auto;
}
.maindesign #cs-g34vs .catch-news--subject {
  background-color: #005CD3;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 5px;
  padding: 5px 15px;
  font-size: 1.35rem;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
}
@media screen and (max-width:767px) {
    .maindesign #cs-g34vs .catch-news {
      margin-top: 0;
    }
    .maindesign #cs-g34vs .catch-news--text {
        font-size: 1.75rem;
    }
    .maindesign #cs-g34vs .catch-news::after {
        border-right: 35px solid transparent;
        border-top: 25px solid #000;
        border-left: 35px solid transparent;
    }
    .maindesign #cs-g34vs .catch-news--explanation {
      font-size: 4.5vw;
      padding: 10px 0;
      width: 100%;
    }
    .maindesign #cs-g34vs .catch-news--explanation span {
      width: 70px;
    }
    .maindesign #cs-g34vs .catch-news--infomation {
      width: 100%;
    }
    .maindesign #cs-g34vs .campaign-news--img {
      width: 100%;
    }
    .maindesign #cs-g34vs .catch-news--subject {
      font-size: 1.0rem;
      margin: 5px 0;
    }
}

.maindesign #cs-g34vs .p-product-column {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px 15px;
}
.maindesign #cs-g34vs .p-product-column img {
  display: block;
  width: 100%;
  height: auto;
}
.maindesign #cs-g34vs .p-product-column--item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 7;
    row-gap: 15px
}
.maindesign #cs-g34vs .p-product-card {
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.maindesign #cs-g34vs .p-product-img {
    position: relative;
}
.maindesign #cs-g34vs .p-product-img--point {
    position: absolute;
    top: 3px;
    right: 3px;
}
.maindesign #cs-g34vs .p-product-points {
    display: flex;
}
.maindesign #cs-g34vs .p-product-points .p-product-points--unit:not(:first-child) {
    margin-left: 10px;
}
.maindesign #cs-g34vs .p-product-points--label {
    font-size: 0.8rem;
    font-weight: bold;
    border: 1px solid #999;
    text-align: center;
    margin-bottom: 2px;
    padding: 1px 0;
    background-color: #fff;
}
.maindesign #cs-g34vs .p-product-icon {
    width: 60px;
}
.maindesign #cs-g34vs .p-product-tokuten {
    font-size: 0.9rem;
    line-height: 1.15;
}
.maindesign #cs-g34vs .p-product-label {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3;    
}
.maindesign #cs-g34vs .p-product-label > * + * {
    margin-top: 3px;
}
.maindesign #cs-g34vs .p-product-label .p-product-label--item:not(:first-child){
    margin-top: 10px;
}
.maindesign #cs-g34vs .p-product-example {
    display: flex;
    color: #fff;
}
.maindesign #cs-g34vs .p-product-example--content {
    background-color: #938875;
    font-size: 0.9rem;
    padding: 5px;
    display: flex;
    align-items: center;
    line-height: 1.3;
    flex-grow: 1;
}
.maindesign #cs-g34vs .p-product-example::before {
    content: '一例';
    background-color: #000;
    font-size: 0.95rem;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
}
.maindesign #cs-g34vs .p-product-example__hide::before {
    content: none !important;
}
.maindesign #cs-g34vs .p-product-price {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
}
.maindesign #cs-g34vs .p-product-price--primary {
    font-size: 1.5rem;
}
.maindesign #cs-g34vs .p-product-price--secondary {
    font-size: 1.4rem;
}
.maindesign #cs-g34vs .p-product-price--box {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.maindesign #cs-g34vs .p-product-price--ttl {
    font-weight: bold;
    font-size: 1.0em;
}
.maindesign #cs-g34vs .p-product-price--content {
    font-size: 1.5em;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    font-weight: bold;
    margin-top: 5px;
}
.maindesign #cs-g34vs .p-product-price--tax {
    font-size: 0.5em;
    display: inline-block;
    margin-right: 2px;
}
.maindesign #cs-g34vs .p-product-price--value {
    color: #E50012;
    font-weight: bold;
}
.maindesign #cs-g34vs .p-product-price--yen {
    font-size: 0.5em;
    display: inline-block;
    margin-left: 2px;
    color: #E50012;
}
.maindesign #cs-g34vs .p-product-price-special {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-left: auto;
}
.maindesign #cs-g34vs .p-product-price-special .p-product-price-special--item:not(:first-child) {
    margin-top: 5px;
}
.maindesign #cs-g34vs .p-product-price--notes {
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.1;
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .maindesign #cs-g34vs .p-product-column {
        grid-template-columns: repeat(1,1fr);
        gap: 15px 5px;
    }
    .maindesign #cs-g34vs .p-product-column--item {
        row-gap: 10px;
    }
    .maindesign #cs-g34vs .p-product-card {
        padding: 5px;
    }
    .maindesign #cs-g34vs .p-product-points .p-product-points--unit:not(:first-child) {
        margin-left: 5px;
    }
    .maindesign #cs-g34vs .p-product-points--label {
        font-size: 0.7rem;
    }
    .maindesign #cs-g34vs .p-product-icon {
        width: 45px;
    }
    .maindesign #cs-g34vs .p-product-tokuten {
        font-size: 0.85rem;
    }
    .maindesign #cs-g34vs .p-product-label {
        font-size: 1.0rem;
    }
    .maindesign #cs-g34vs .p-product-example--content {
        font-size: 0.8rem;
        line-height: 1.4;
    }
    .maindesign #cs-g34vs .p-product-price--primary {
        font-size: 1.0rem;
    }
    .maindesign #cs-g34vs .p-product-price--secondary {
        font-size: 0.9rem;
    }
    .maindesign #cs-g34vs .p-product-price--special {
        margin-right: auto;
    }
    .maindesign #cs-g34vs .p-product-price--special-value {
        margin-left: auto;
    }
    .maindesign #cs-g34vs .p-product-price-special {
        text-align: right;
        font-size: 0.9rem;
    }
    .maindesign #cs-g34vs .p-product-price--notes {
        font-size: 0.7rem;
    }
}

.maindesign #cs-g34vs .c-komeri-btn {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign #cs-g34vs .c-komeri-btn:hover {
	opacity: 0.75;
	transition: 0.25s;
}
.maindesign #cs-g34vs .c-komeri-btn--link {
	text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
.maindesign #cs-g34vs .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	display: flex;
	justify-content: center;
	line-height: 1.3;
	font-size: 1.1rem;
}
.maindesign #cs-g34vs .c-komeri-btn__orange {
	background-color: #EA6D0D;
}
.maindesign #cs-g34vs .c-komeri-btn__gray {
	background-color: #979797;
}
.maindesign #cs-g34vs .c-komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 8px;
	height: 8px;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:767px) {
	.maindesign #cs-g34vs .c-komeri-btn--inner {
    padding: 0.5rem 1.75rem 0.5rem 1.5rem;
		font-size: 0.9rem;
	}
}

 .maindesign #cs-g34vs .price_point {
      position: static;
    }
    .maindesign #cs-g34vs .price_point--icon {
      width: 80px;
      margin-right: 10px;
    }
    .maindesign #cs-g34vs .price_point img {
      display: block;
      width: 100%;
      height: auto;
    }
    @media screen and (max-width:767px) {
      .maindesign #cs-g34vs .price_point--icon {
        width: 55px;
      }
    }

    @media screen and (max-width:767px) {
      .main_block .price .price-box {
        padding: 30px 0 10px;
      }
    }