@charset "utf-8";
/* CSS Document */

/*----------------------------------
    全体要素
----------------------------------*/
.header_area {
    padding-top: 0;
    width: 750px;
}
.leon_setup_contents {
    margin-bottom: 20px;
	text-align: center;
}

@media(max-width:580px){
div#mp_ta_header {
    padding: 20px !important;
}    
.leon_setup_contents {
    margin-bottom: 20px;
}
}

/*----------------------------------
    見出し
----------------------------------*/
.leon_setup_contents h4 {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    color: #0F0E61;
    font-size: 25px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
}
.leon_setup_contents h4:after {
    color: #333;
    display: block;
    font-family: 'メイリオ', Meiryo, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
}
.leon_setup_contents.coord h4:after {
   
}
.leon_setup_contents.method h4:after {
    content: "ピックアップ";
}
.leon_setup_contents.p_item h4:after {
    content: "おすすめ商品";
}

@media(max-width:480px){
.leon_setup_contents h4 {
    font-size: 22px;
}  
}

/*----------------------------------
    ファーストビュー
----------------------------------*/
.fv_area img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.fv_area p {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
	display: inline-block;
	margin: 0 auto;
}
.fv_area p br.new_line {
    display: none
}

@media(max-width:580px){
.fv_area p br.new_line {
    display: block;
}
.fv_area p {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
}
}

/*----------------------------------
    ＂10＂の理由
----------------------------------*/
.reason_ttl {
    margin-bottom: 20px;
}
.reason_ttl p {
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    color: #0F0E61;
    font-size: 25px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    box-sizing: border-box;
}
.reason_ttl p span {
    font-family: 'PT Sans', sans-serif;
    color: #0F0E61;
    font-size: 40px;
}
.reason_ttl p br {
    display: none;
}
.reason_ttl + img {
    display: block;
    width: 100%;
}

.reason_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1%;
    margin-top: 40px;
}
.reason_area .reeason_box {
    width: 32%;
    padding: 3%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: relative;
}
.reason_area .reeason_box:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
}
.reason_area .reeason_box:nth-child(8), 
.reason_area .reeason_box:nth-child(9), 
.reason_area .reeason_box:nth-child(10) {
    margin-bottom: 0;
}
.reason_area .reeason_box p.No {
    color: #333;
    position: absolute;
    top: 0;
    left: -5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    margin: 0;
    transform: translateY(-50%) translateX(20px);
}
.reason_area .reeason_box img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.reason_area .reeason_box:first-child img {
    width: 53%;
    margin-bottom: 0;
}
.reason_area .reeason_box:first-child .rb_txt {
    width: 44%;
}
.reason_area .reeason_box b {
    text-align: center;
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.reason_area .reeason_box:first-child b {
    text-align: left;
}
.reason_area .reeason_box p {
    text-align: left;
    font-size: 11px;
    line-height: 1.8;
}

@media(max-width:580px){
.reason_ttl p {
    line-height: 1.2;
    padding-bottom: 10px;
}    
.reason_ttl p br {
    display: block;
}     
.reason_area .reeason_box p.No {
    font-size: 28px;
} 
}

@media(max-width:480px){
.reason_area .reeason_box , .reason_area .reeason_box:first-child {
    width: 100%;
    padding: 25px 20px 20px;
    margin-bottom: 35px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.reason_area .reeason_box:first-child {
    flex-wrap: wrap;
}   
.reason_area .reeason_box:nth-child(8), .reason_area .reeason_box:nth-child(9) {
    margin-bottom: 35px;
}    
.reason_area .reeason_box img {
    display: block;
    width: 50%;
    margin: 0 auto 20px;
}
.reason_area .reeason_box:first-child img {
    width: 60%;
    margin-bottom: 20px;
}   
.reason_area .reeason_box:first-child .rb_txt {
    width: 100%;
}    
.reason_area .reeason_box b {
    font-size: 18px;
} 
.reason_area .reeason_box:first-child b {
    text-align: center;
}    
.reason_area .reeason_box b br {
    display: none;
} 
.reason_area .reeason_box p {
    font-size: 12px;
    line-height: 1.6;
}    
}

@media(max-width:414px){
.reason_ttl p {
    font-size: 20px;
}
.reason_ttl p span {
    font-size: 32px;
}    
}

/*----------------------------------
    レビュー
----------------------------------*/
img.review_img {
    display: block;
    width: 100%;
}

/*----------------------------------
    おすすめコーデ
----------------------------------*/
.swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    padding-bottom: 1px;
}
.button-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    font-size: 12px;
    text-decoration: none;
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 5px;
    transition: .5s;
}
.button-container a:hover {
    background: #333;
    color: #fff;
}
.swiper-slide img {
    width: 100%;      /* 画像を親要素に合わせて100%の幅にする */
    height: auto;     /* 高さを自動調整 */
}
div#coord_slider .swiper-button-next, div#coord_slider .swiper-button-prev {
    color: #333;
    width: 35px;
    height: 60px; 
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; /* 最前面に表示 */
    top: 50%; /* 垂直中央に配置 */
    transform: translateY(-50%); /* ボタンの位置を中央に */
    transition: background-color 0.3s; /* ホバー時のトランジション */
}
div#coord_slider .swiper-button-next {
    right: 20px;
}
div#coord_slider .swiper-button-prev {
    left: 20px; 
}
div#coord_slider .swiper-button-next:after, div#coord_slider .swiper-button-prev:after {
    font-size: 30px;
}

@media(max-width:480px){
#coord_slider {
    width: 100%; /* スライダーの幅 */
    overflow: hidden; /* スライドが外にはみ出すのを隠す */
    position: relative; /* 相対位置を設定して絶対位置の要素を正しく配置 */
}
.swiper-wrapper {
    padding: 0; /* 両サイドのスペースを調整 */
}
.button-container a {
    width: 100%;
    height: 30px;
    font-size: 8px;
    margin: 0 3px;
}   
}

/*----------------------------------
    製法について
----------------------------------*/
.kodawari_box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 1%;
}
.kodawari_box:last-child {
    margin-bottom: 0;
}
.kodawari_txt {
    background-color: white;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 5% 3%;
    position: relative;
    z-index: 1; 
    flex: 1;
}
.kodawari_box.pattern01 .kodawari_txt {
    margin-left: -40px;
}
.kodawari_box.pattern02 .kodawari_txt {
    margin-right: -40px;
}
.kodawari_txt b {
    text-align: left;
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.kodawari_txt p {
    text-align: left;
    font-size: 11px;
    line-height: 1.8;
}
.kodawari_txt a {
    display: block;
    text-align: center;
}
.kodawari_box .kodawari_img {
    width: 60%;
    z-index: 0; 
}
.kodawari_box .kodawari_img a img {
    transition: .5s;
}
.kodawari_box .kodawari_img a:hover img {
    transition: .5s;
    opacity: .8;
}
.kodawari_box .kodawari_img img {
    display: block;
    width: 100%;
}

@media(max-width:580px){
.kodawari_box {
    flex-wrap: wrap;
}  
.kodawari_box.pattern02 {
    flex-direction: column-reverse;
}
.kodawari_box .kodawari_img {
    width: 100%;
} 
.kodawari_txt {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
}    
.kodawari_box.pattern01 .kodawari_txt {
    margin-left: 0;
} 
.kodawari_box.pattern02 .kodawari_txt {
    margin-right: 0;
}  
.kodawari_txt b {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}   
.kodawari_txt p {
    font-size: 12px;
    line-height: 1.6;
}    
}

/*----------------------------------
    おすすめ商品
----------------------------------*/
.setup_item_area {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.setup_item_box {
    width: 32%;
    margin-bottom: 2%;
}
.setup_item_box img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.setup_item_box p.product_name {
    color: #333;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
.setup_item_box p.product_price {
    color: #f00;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}

@media(max-width:480px){
.setup_item_area {
    justify-content: space-between;
}
.setup_item_box {
    width: 49%;
}    
}

/*----------------------------------
    追加
----------------------------------*/

.reason_ttl2 p {
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    color: #0F0E61;
    font-size: 18px;
    line-height: 1.0;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    box-sizing: border-box;
}

.reason_area2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1%;
    margin-top: 40px;
}
.reason_area2 .reeason_box {
    width: 32%;
    padding: 3%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: relative;
}
.reason_area2 .reeason_box:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
}
.reason_area2 .reeason_box:nth-child(1){
	
	
} 
.reason_area2 .reeason_box p.No {
    color: #333;
    position: absolute;
    top: 0;
    left: -5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    margin: 0;
    transform: translateY(-50%) translateX(20px);
}
.reason_area2 .reeason_box img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.reason_area2 .reeason_box:first-child img {
    width: 53%;
    margin-bottom: 0;
}
.reason_area2 .reeason_box:first-child .rb_txt {
    width: 44%;
}
.reason_area2 .reeason_box b {
    text-align: center;
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.reason_area2 .reeason_box:first-child b {
    text-align: left;
}
.reason_area2 .reeason_box p {
    text-align: left;
    font-size: 11px;
    line-height: 1.8;
}



@media(max-width:480px){
.reason_area .reeason_box2 , .reason_area .reeason_box2:first-child(2) {
    width: 100%;
    padding: 25px 20px 20px;
    margin-bottom: 35px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.reason_area .reeason_box2:first-child(2) {
    flex-wrap: wrap;
}   
.reason_area .reeason_box2:nth-child(8), .reason_area .reeason_box2:nth-child(9) {
    margin-bottom: 35px;
}    
.reason_area .reeason_box2 img {
    display: block;
    width: 50%;
    margin: 0 auto 20px;
}
.reason_area .reeason_box2:first-child(2) img {
    width: 60%;
    margin-bottom: 20px;
}   
.reason_area .reeason_box2:first-child(2) .rb_txt {
    width: 100%;
}    
.reason_area .reeason_box2 b {
    font-size: 18px;
} 
.reason_area .reeason_box2:first-child(2) b {
    text-align: center;
}    
.reason_area .reeason_box2 b br {
    display: none;
} 
.reason_area .reeason_box2 p {
    font-size: 12px;
    line-height: 1.6;
}    
}

@media(max-width:414px){
.reason_ttl p {
    font-size: 20px;
}
.reason_ttl p span {
    font-size: 32px;
}    
}
.leon_setup_contents.color h4:after {
    content: "カラー展開";
}

/*----------------------------------
    こだわり2
----------------------------------*/
.kodawari_box2.pattern03 .kodawari_txt2 {
    vertical-align: top;
	text-align: center;	
}
.kodawari_txt2 {
    background-color: white;
    box-sizing: border-box;
    padding: 1%;
    position: relative;
    z-index: 1; 
    flex: 1;
	float: left;
	margin: 0 5%;
}
.kodawari_txt2 p {
	text-align: left;
    padding: 0 3%;
}
.kodawari_box2 .kodawari_img2 {
    width: 100%;
	margin: 0 auto;
}
.kodawari_box2 {
    display: flex;
    align-items: center;
	width: 100%;
	margin-bottom: 10px;
}



@media(max-width:580px){
.kodawari_box2 {
    flex-wrap: wrap;
}  
.kodawari_box2.pattern03 {
    flex-direction: column-reverse;
}
.kodawari_box2 .kodawari_img2 {
    width: 100%;
} 
.kodawari_txt2 {
    padding: 15px 10px;
}    
.kodawari_box2.pattern03 .kodawari_txt2 {
    margin-left: 0;
} 
.kodawari_txt2 b {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}   
.kodawari_txt2 p {
    font-size: 12px;
    line-height: 1.6;
}    
}

.flex{
	display: flex;
	width: 100%;
	text-align: center;
}
.flex_dt{
	width: 50%;
	vertical-align: top;
}
.flex_img{
	padding: 5% 3% 0 3%;
	
}

.flex2{
	display: flex;
	width: 100%;
	text-align: center;
	flex-direction: row;
}
.flex2 img {
	width: 95%;
}
.flex_btn{
	flex: 3;
}
.flex_btn2{
	width: 66.6%;
	text-align: center;
}
.flex_btn3{
	width: 33.3%;
	text-align: center;
}

@media(max-width:580px){
.flex {
    flex-direction: column;
}
.flex_dt{
	width: 100%;
	vertical-align: top;
}
.flex2{
	display: flex;
	width: 100%;
	flex-direction: row;
	text-align: center;
}
.flex_btn img{
	width: 95%;
	padding: 1%;
}
.flex_btn{
	flex: 1;
}
.flex_btn2 .flex_btn3 img{
	width: 95%;
}
.flex_btn2{
	width: 66.6%;
	text-align: center;
}
.flex_btn3{
	width: 33.3%;
	text-align: center;
}
}