@charset "utf-8";


/* 
main color  #3F4041
sub color #C15B39
h1  font-size: 28px;
h2  font-size: 24px;
h3  font-size: 18px;
h4
h5
h6
p   font-size: 14px;15?

*/

body{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    color:  #2b2b2b;
}

p{
    font-size: 15px;
    line-height: 1.8;
}

span{
    color: #C15B39;
}

br.phone{
    display: none;
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}


a,
a:visited{
    color:  #3F4041;
}

.animated {
    opacity: 0; /* 初期状態は透明 */
    animation: fade 2s ease-out forwards;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* トップページ */
/* ヘッダー */
header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top_catch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 80vh;
}

.top_catch img {
    width: 45%;
    height: auto;
    object-fit: cover;
}

/* .top_catch h1 {
    writing-mode: vertical-rl;
    font-size: 28px;
    line-height: 1.5;
    margin: 50px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
} */

.top_catch h1 {
    writing-mode: vertical-rl;
    font-size: 28px;
    line-height: 1.5;
    margin: 50px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* height: 100%; ←削除 */
    padding: 1em 0; /* 上下に余白を追加 */
        min-height: 100%;
}


.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.hamburger div {
    width: 30px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: transform 0.3s;
}

.hamburger.open div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open div:nth-child(2) {
    opacity: 0;
}

.hamburger.open div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mini_logo {
    display: flex;
    justify-content: center;
    position: fixed;
    right: 10px;
    top: 55px;
}

.mini_logo img {
    width: 20px;
    height: 15px;
    margin: 0 3px;
}

.menu {
    position: fixed;
    top: -105%;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    transition: top 0.3s;
    z-index: 99;
}

.menu.open {
    top: 0;
    text-align: center;
    line-height: 1.5;
}


.menu.open ul {
    padding-top: 50px;
}

.menu.open ul li img{
    margin-bottom: 50px;
}

.menu.open ul a:hover{
    border-bottom: 1px solid ;
    color: #C15B39;
}

.slideshow-container {
    position: absolute;
    width: 30%;
    height: 100%;
}

.slideshow-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s;
}

.slideshow-container img.active {
    opacity: 1;
}

.slide1{
    left: 100px;
}

.slide2{
    right: 100px;
}

.top_concept{
    text-align: center;
}

.top_concept h1{
    margin:150px auto 100px
}

.top_concept h1 img{
    width: 100px;
}

.top_concept p{
    margin-top: 2em;
}

p.top_banner_1{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
}

p.top_banner_1 img{
    width: 100%;
}

.top_4_concepts{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.top_4_concepts > h2{
    text-align: center;
    font-size: 24px;
}

.think_1{
    margin-top: 100px;
    width: 100%;
    position: relative;
    display: flex;
}

.think_1 > img{
    height: 250px;
    width: auto;
    object-fit: cover;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.think_1_center{
    width: 80%;
    text-align: left;
    margin-left: 50px;
} 

.think_1_center h2{
    font-size: 24px;
}

.think_1_center > p{
    margin-top: 50px;
    margin-left: 50px;
}

.think_1_center > p img {
    margin-left: 50px;
    width: 300px;
}


.think_1 .think_1_img{
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 500px;
    height: auto;
}

.think_2{
    margin-top: 200px;
}

.think_2 h2{
    font-size: 24px;
    text-align: center;
}

.think_2 p{
    margin-top: 50px;
    text-align: center;
}

.think_2_img{
    display: flex;
    width: 99%;
    justify-content: center;
    margin-top: 200px;
}

.think_2_img img{
    width: 33%;
}

.think_3{
    width: 100%;
    max-width: 1200px;
    margin-top: 200px;
    display: flex;
}

.think_3_l{
    width: 50%;
    position: relative;
}

.think_3_l img:nth-child(1){
    width: 70%;
    position: absolute;
    top: 80px;
}

.think_3_l img:nth-child(2){
    width: 50%;
    position: absolute;
    top: 300px;
    right: 20px;
}

.think_3_l img:nth-child(3){
    width: 45%;
    position: absolute;
    top: 450px;
    left: 50px;
}

.think_3_r{
    width: 50%;
}

.think_3_r h2{
    font-size: 24px;
    line-height: 1.5;
}

.think_3_r p{
    margin-top: 20px;
}

p.top_banner_2{
    width: 100%;
    max-width: 1200px;
    margin: 500px auto 0;
}

p.top_banner_2 img{
    width: 100%;
}

.think_4{
    width: 100%;
    max-width: 1200px;
    margin-top: 200px;
    display: flex;
}

.think_4_l{
    width: 60%;
}

.think_4_l h2{
    font-size: 24px;
}

.think_4_l p{
    margin-top: 50px;
}

.think_4_r{
    width: 40%;
    position: relative;
}

.think_4_r img:nth-child(1){
    width: 100%;
}

.think_4_r img:nth-child(2){
    width: 80%;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.top_items{
    width: 100%;
    max-width: 1200px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
}

.top_items h2{
    text-align: center;
    font-size: 24px;
}

ul.get_tennen{
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

ul.get_tennen li{
    width: 20%;
}

ul.get_tennen li img{
    width: 100%;
}

p.top_btn {
    margin: 200px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

p.top_btn button {
    background-color: white;
    border: 1px solid #3F4041;
    border-radius: 20px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease; /* アニメーションを適用 */
}

p.top_btn button:hover {
    transform: translateY(5px); /* ボタンが下に下がる */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* 影を追加 */
}

p.top_btn button img {
    height: 16px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

footer{
    background-color: white;
    width: 100%;
}

.foot_col{
    display: flex;
    justify-content: space-around;
}

.foot_l{
    width: 50%;
    position: relative;
}

.foot_l img{
    width: 10%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.foot_r {
    width: 50%;
}

.foot_r ul{
    display: flex;
    justify-content: space-around;
    width: 100%;
    list-style-type: none;
}

.foot_r ul li{
    width: 30%;
    margin-top: 20px;
    position: relative;
}

.foot_r ul li p{
    font-size: 13px;
    margin: 10px 0;
}

.foot_r ul li p a:hover{
    border-bottom: 1px solid #3F4041;
}

.foot_r ul li p img.instagram{
    width: 20px;
    margin-top: 10px;
}

.foot_r ul li p img.back{
    width: 50px;
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition: all 0.3s ease; /* 他の要素にスムーズな動きを付与 */
}

.foot_r ul li p img.back:hover{
    animation: bounce 0.6s ease; /* バウンドアニメーションを適用 */
}

@keyframes bounce {
    0% {
        transform: translateY(0); /* 初期位置 */
    }
    30% {
        transform: translateY(-10px); /* 少し上に跳ねる */
    }
    50% {
        transform: translateY(0); /* 元に戻る */
    }
    70% {
        transform: translateY(-5px); /* 小さく跳ねる */
    }
    100% {
        transform: translateY(0); /* 最終位置に戻る */
    }
}

.cp{
    text-align: center;
    margin-top: 20px;
    font-size: 10px;
}

/* こだわり */
.kodawari_top{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
    text-align: center;
}

.kodawari_top h1{
    text-align: center;
}

.kodawari_top h1 img{
    width: 100px;
}

.kodawari_top p{
    text-align: center;
}

.kodawari_top p img{
    width: 80%;
    margin-top: 100px;
}

.kodawari_top h2{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto ;
    border-bottom:3px solid #C15B39;
    display: inline-block;
    font-size: 24px;
}

.kodawari_txt{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
    text-align: center;
}

.kodawari_txt h3{
    margin: 100px auto;
}

.kodawari_txt p:nth-child(4){
    margin-top: 20px;
}

.kodawari_txt p:nth-child(5){
    margin-top: 20px;
}

.kodawari_txt p:nth-child(6){
    margin-top: 20px;
}

.kodawari_more{
    margin: 100px auto;
}

.kodawari_more ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
}

.kodawari_more ul li{
    border: 1px solid #3F4041;
    width: 20%;
    margin: 30px;
    padding: 30px;
}

.kodawari_more ul li img{
    width: 100px;
}

.kodawari_more ul li p{
    margin-top: 30px;
}

.kodawari_more_2{
    margin: 100px auto;
}

.kodawari_more_2 ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
}

.kodawari_more_2 ul li{
    border: 1px solid #3F4041;
    width: 15%;
    margin: 30px;
    padding: 15px;
}

.kodawari_more_2 ul li img{
    width: 100px;
}

.kodawari_more_2 ul li p{
    margin-top: 30px;
}

/* tennenとはページ */
.about_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_header ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    list-style-type: none;
    margin-top: 50px;
    margin-left: 50px;
}

.about_header ul li{
    margin: 10px;
}

.about_header ul li img{
    width: 30px;
}


.about_header > img{
    width: 80%;
}

.foot_r ul li p img.back:hover{
    animation: bounce 0.6s ease; /* バウンドアニメーションを適用 */
}

.about_header{
    margin-top: 100px;
}


.about_tennen{
    text-align: center;
}

.about_tennen h2{
    margin:150px auto 100px
}

.about_tennen p{
    margin-top: 2em;
}

.about_4th_concept{
    margin-top: 100px;
    text-align: center;
}

.about_4th_concept ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
}

.about_4th_concept ul li{
    border: 1px solid #3F4041;
    width: 15%;
    margin: 30px;
    padding: 15px;
}

.about_4th_concept ul li img{
    width: 50px;
}

.about_4th_concept ul li p:nth-child(2){
    margin-top: 30px;
}

.about_4th_concept_natural{
    width: 80%;
    max-width: 1200px;
    margin: 100px auto 0;
}

.about_4th_concept_natural_title{
    display: flex;
    align-items: start;
}

.about_4th_concept_natural_title h3{
    writing-mode: vertical-rl;
    margin-right: 20px;
    font-size: 18px;
}

.about_4th_concept_natural_title > img{
    width: 30px;
}

.about_4th_natural_title p:nth-child(2){
    margin-bottom: 50px;
}

.about_4th_natural_title p:nth-child(3),
.about_4th_natural_title p:nth-child(4){
    margin-bottom: 20px;
}

.about_4th_natural_img{
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.about_4th_natural_img img{
    width: 200px;
    margin-right: 20px;
}

.about_4th_natural_img p{
    text-align: end;
    margin-right: 30px;
}


.about_4th_natural_img p:nth-child(1){
    border-bottom:3px solid #C15B39;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    margin-left: 70px;
}

p.about_line{
    margin-top: 50px;
    text-align: center;
}

.about_4th_concept_recycle{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.about_4th_concept_recycle_title h3{
    writing-mode: vertical-rl;
    margin: auto;
    font-size: 18px;
}

.about_4th_recycle_title p img{
    margin: 20px auto 0;
}

.about_4th_recycle_title p{
    margin-top: 20px;
}

.about_4th_recycle_img{
    margin-top: 100px;
}

.about_4th_recycle_img > p{
    text-align: center;
    margin-top: 20px;
}

.about_4th_recycle_img img{
    width: 300px;
}

.about_4th_recycle_img a p:nth-child(1){
    border-bottom:3px solid #C15B39;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
}

p.about_line_2{
    text-align: end;
    width: 80%;
    margin: 50px auto;
}

.about_4th_concept_traceability{
    width: 80%;
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.about_4th_concept_traceability_title{
    display: flex;
    justify-content: center;
    margin: auto;

}

.about_4th_concept_traceability_title h3{
    writing-mode: vertical-rl;
    font-size: 18px;
    margin-left: 20px;
}

.about_4th_concept_traceability_title p:nth-child(1){
    margin-top: 100px;
}

.about_4th_concept_traceability_title p:nth-child(1),
.about_4th_concept_traceability_title p:nth-child(2){
    text-align: end;
}

.about_4th_concept_traceability_title p:nth-child(3),
.about_4th_concept_traceability_title p:nth-child(4),
.about_4th_concept_traceability_title p:nth-child(5){
    margin-top: 20px;
}

.about_4th_traceability_img{
    display: flex;
    margin-top: 50px;
    justify-content: flex-start;
    margin-left: 50px;
}

.about_4th_traceability_img img{
    width: 300px;
    margin-right: 20px;
}

.about_4th_traceability_link{
    margin-left: 50px;
}


.about_4th_traceability_link p:nth-child(1){
    border-bottom:3px solid #C15B39;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
}
.about_4th_traceability_link p:nth-child(2){
    margin-left: 50px;
}


p.about_line_3{
    margin-top: 50px;
    text-align: center;
    margin-right: 300px;
}

.about_4th_japan_img{
    margin-bottom:200px
}

/* パターン */

/* 共通 */
.kodawari_kyotsu{
    text-align: center;
    max-width: 1200px;
    margin: 100px auto 0;
}

.kodawari_text_area{
    text-align: center;
    max-width: 1200px;
    margin: 100px auto 100px;
}

.kodawari_text_area h2.kodawari_text_area_title{
    border-bottom:3px solid #C15B39;
    display: inline-block;
}

.kodawari_cont{
    margin-top: 100px;
}

.kodawari_cont h4{
    margin-top: 100px;
    font-weight: normal;
    margin-bottom: 30px;
}

.kodawari_cont p.kodawari_txt_cont{
    margin-top: 20px;
}

.kodawari_cont p.kodawari_line{
    margin-top: 100px;
}

.kodawari_cont_2_img img:nth-child(1){
    width: 400px;
    margin-right: 20px;
}

.kodawari_cont_2_img img:nth-child(2){
    margin-bottom: 50px;
    width: 200px;

}

.kodawari_cont_2_line_img{
    display: flex;
    justify-content: center;
}

.kodawari_cont_2_line_img img{
    width: 200px;
    margin: 50px;
}

.kodawari_txt_cont_panel{
    margin-top:30px;
    background-color: #3e3e3e48;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    position: relative;
}

.kodawari_txt_cont_panel::after {
    content: "";
    position: absolute;
    background-image: url(../img/about_line_2.png);
    background-size: contain; /* 画像を要素内に収める */
    background-repeat: no-repeat;
    width: 100px;  /* 任意のサイズに変更 */
    height: 50px;
    bottom: -45px;
}

.kodawari_txt_cont_panel h5{
    margin-bottom: 10px;
}



.kodawari_txt_cont_panel_last{
    margin-top:30px;
    background-color: #3e3e3e48;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    position: relative;
}


.kodawari_txt_cont_panel_last h5{
    margin-bottom: 10px;
}

.kodawari_txt_cont_panel_last p img{
    width: 100%;
}

.hemp_imgaes img{
    width: 50%;
}

/* 自然分解など */
.concept_kyotsu{
    text-align: center;
    margin-top: 100px;
}

.concept_kyotsu h2{
    margin-top: 30px;
    font-weight: normal;
}

.concept_kyotsu p:nth-child(3){
    font-size: 10px;
}

.concept_kyotsu p:nth-child(4){
    margin: 50px;
}

.concept_kyotsu h1{
    font-weight: normal;
}


.concept_kyotsu_left{
    max-width: 1200px;
    margin: 100px auto 0;
}

.concept_kyotsu_left h3{
    font-weight: normal;
    margin-bottom: 30px;
}

.concept_kyotsu_left p{
    margin-top: 20px;
}

.concept_kyotsu_center{
    text-align: center;
    margin-top: 100px;
}

.concept_kyotsu_center p:nth-child(2){
    margin-top: 20px;
    width: 100%;
}

.concept_kyotsu_center p img{
    width: 30%;
}

.kyotsu_shikaku{
    margin-top: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #3F4041;
    padding: 20px;
}

.concept_kyotsu_center_flex_area{
    text-align: center;
    margin-top: 100px;
}

.concept_kyotsu_center_flex_area h3{
    font-weight: normal;
}

.concept_kyotsu_center_flex{
    display: flex;
    justify-content: space-around;
    margin: 30px auto;
    width: 60%;
}

.concept_kyotsu_center_flex img{
    width: 40%;
}

.kyotsu_shikaku p:nth-child(2),
.kyotsu_shikaku p:nth-child(3){
    margin-top: 20px;
}

.natural_photos{
    text-align: center;
    position: relative;
    margin: 50px auto 400px;
}

.natural_photos img:nth-child(2){
    position: absolute;
    right: 10%;
    bottom: -300px;
}

.natural_content_left{
    width: 50%;
    text-align: left;
}

.natural_content_left p{
    margin-top: 20px;
}

.natural_content_left p img{
    width: 100%;
}

.kyotsu_shikaku h3{
    line-height: 2em;
}

.conpept_kyotsu_sayu{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 100px auto 0;
}

.conpept_kyotsu_sayu img{
    width: 40%;
}

.conpept_kyotsu_sayu .conpept_kyotsu_sayu_txt{
    width: 40%;
    margin-left: 30px;
}

.conpept_kyotsu_sayu .conpept_kyotsu_sayu_txt p{
    margin-top: 20px;
}

.sayu_bottom{
    margin-bottom: 100px;
    justify-content: space-between;
}

/* 商品ページ */
.item_page {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
}
.item_photos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
}
.item_photos img {
    width: 300px;
    height: auto;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}
.item_small_photos {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.item_small_photos img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    object-fit: cover;
    border: 2px solid transparent;
}
.item_small_photos img:hover {
    border-color: #000;
}

.item_description{
    width:55% ;
}

.item_description ul{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    text-align: center;
}

.item_description_txt{
    margin-left: 40px;
}

.item_description_txt table {
    margin-top: 20px;
}

.item_description_txt table tr td{
    padding: 15px;
}

.item_buy{
    background-color: #3F4041;
    padding: 20px;
    color: white;
    text-align: center;
}

.item_about_what{
    text-align: center;
    margin-top: 100px;
}

.item_about_what h2{
    font-size: 24px;
    font-weight: normal;
}

.item_about_what p img{
    margin: 50px;
}

.item_about_what h5{
    font-size: 18px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto ;
    border-bottom:3px solid #C15B39;
    display: inline-block;
}

.item_about_what h4{
    margin: 100px auto;
    font-size: 24px;
    font-weight: normal;
}

.item_about_what p:nth-child(5),
.item_about_what p:nth-child(6),
.item_about_what p:nth-child(7)
{
    width: 50%;
    margin: 20px auto 0;
}

.what_txt h4{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;

}

.what_txt{
    margin:0 30px 0;
}

.item_banner{
    background-image: url(../img/banner.jpg);
    margin-top: 100px;
    margin-bottom: 100px;
    height: 300px;
    color: white;
    display: flex;
    align-items: center;
}

.banner_contents{
    width: 50%;
    margin-left: 100px;
}

.banner_contents p.banner_ttl {
   font-size: 24px;
}

.banner_contents p:nth-of-type(2) {
    margin: 30px;
}

.banner_contents a p {
    border: 1px solid white;
    border-radius: 20px;
    text-align: center;
    width: 50%;
    transition: all 0.3s ease-in-out;
}

.banner_contents a p:hover {
    background-color: white;
    color: black;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
}

/* マガジンページ */
.magazine_cate{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
}

.magazine_cate h2{
    text-align: center;
}

.magazine_list ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.magazine_list ul li{
    width: 25%;
    margin: 20px;
}

.magazine_list ul li img{
    width: 100%;
    margin: 20px;
}

.news_big{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
}

.news_big h2{
    margin-left: 40px;
}

.news_big p{
    text-align: center;
}

.shop_news_list{
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
    width: 100%;
    max-width: 1200px;
}

.shop_list{
    width: 55%;
}

.shop_01{
    margin: 30px 0;
}

.shop_01 img{
    width: 100%;
}

.news_list{
    width: 33%;
}

table.privacy_txt{
    margin: 100px auto ;
    text-align: start;
    width: 80%;
}

table.privacy_txt td{
    padding:  10px 20px 10px 40px;
}


/* アイテム一覧 */

.item_list_top{
    text-align: center;
    max-width: 1200px;
    margin: 100px auto 0;
    width: 100%;
}
.item_list_top img{
    width: 100%;
    object-fit: cover;
}

.items_list_news{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 0;
    display: flex;
    border-bottom: 1px dashed black;
}
.info_l{
    width: 20%;
    border-right: 1px dashed black;
    padding-bottom: 30px;
    padding-left: 30px;
}
.info_r{
    width: 80%;
    margin-left: 30px;
    padding-bottom: 30px;

}


.item_list ul{
    margin-top: 50px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    text-align: center;
}

.item_list li{
    width: 20%;
    margin: 20px;
}

.item_list li img{
    width: 80%;
}

.banner_items_tomagazine {
    background: url('../img/banner_tomagazine.jpg') no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10%;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
  
  .banner_items_tomagazine_contents {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    border-radius: 10px;
    max-width: 400px;
  }


  .banner_items_tomagazine_contents h1{
    line-height: 2;
  }

  .banner_items_tomagazine_contents .button {
    margin-top: 20px;
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid white;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s ease;
  }
  
  .banner_items_tomagazine_contents .button:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  
.shop_news_list_items{
    text-align: center;
    margin: 100px auto;
    width: 100%;
    max-width: 1200px;
}

.shop_news_list_items h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}

.shop_list_items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.shop_01_items{
    width: 40%;
    margin: 10px;
}

.shop_01_items img{
    width: 100%;
}

/* アイテム詳細リスト */
ul.get_tennen_list{
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

ul.get_tennen_list li{
    width: 20%;
    margin: 20px;
}

ul.get_tennen_list li img{
    width: 100%;
}

ul.get_tennen_list li p:nth-of-type(1) {
    background-color: #c15b39b2;
    border-radius: 50px;
    display: inline-block;
    padding:3px;
    border-radius: 10px;
    width: 50%;
    margin: 5px 0;
}

ul.get_tennen_list li p:nth-of-type(1):hover {
    color:white;
}


.think_2 p.magazine_sub{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    border-bottom:1px dashed #2b2b2b;
}

.magazine_page{
    width: 80%;
    margin: auto;
    margin-top: 100px;
}
.magazine_page p{
    margin-top: 50px;
}

.magazine_page p img{
    width: 100%;
}

.magazine_last{
    margin-bottom: 200px;
    position: relative;
}

.btn-box{
    position: absolute;
    margin: 0;
  }
  
  .btn {
    display: block;
    width: 200px;
    height: 78px;
    line-height: 78px;
    font-size: 14px;
    text-decoration: none;
    background-color: #C15B39;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  
  .btn:hover {
    background-color: #fff;
    border: 2px solid #C15B39;
    color: #C15B39;
  }

  section.size{
    margin-top: 100px;
    max-width: 1200px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }


  section.size p{
    text-align: center;
  }

  section.size p img{
    width: 50%;
  }

  br.phone_item{
    display: none;
}
/* iphone */

  /* iPhone 14 Pro（430px以下） */
  @media screen and (max-width: 430px) {
    p{
        font-size: 13px;
    }

    h2{
        font-size: 18px;
    }

    a:visited{
        color: #3F4041;
        text-decoration: none;
    }

    .menu a{
        color: #3F4041;
    }

    .menu {
        position: fixed;
        top: -120%;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        transition: top 0.3s;
        z-index: 99;
    }

    body br{
        display: none;
        
    }
    .slideshow-container {
        position: absolute;
        width: 65%;
        height: 100%;
    }
    .slide1 {
        left: 0px;
    }
    .slide2 {
        display: none;
    }

    .top_4_concepts > h2 {
        text-align: center;
        font-size: 24px;
    }

    .top_catch h1 {
        writing-mode: vertical-rl;
        font-size: 24px;
        line-height: 1.5;
        margin: 50px auto;
        position: absolute;
        top: 60%;
        left: auto;
        right: 0;
        transform: translate(-50%, -50%);
        height: 100%;
    }

    .top_concept {
        text-align: center;
        width: 90%;
        margin: auto;
    }

    .top_concept br{
        display: none;
    }

    p.top_banner_1 {
        width: 90%;
        max-width: 90%;
        margin: 100px auto;
    }

    .top_4_concepts {
        max-width: 90%;
        width: 90%;
        margin: auto;
    }

    .think_1 {
        margin-top: 100px;
        width: 90%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }

    .think_1 > img {
        height: 250px;
        width: auto;
        object-fit: cover;
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
        margin-left: 50px;
    }

    .think_1_center {
        width: 90%;
        text-align: left;
        margin-left: 50px;
        margin-top: 50px;
    }

    .think_1_center > p {
        margin-top: 50px;
        margin-left: 10px;
    }
    
    .think_1 .think_1_img {
        position: absolute;
        bottom: -100px;
        right: 0;
        width: 200px;
        height: auto;
    }

    .think_1_center > p img {
        margin-left: -50px;
        width: 300px;
    }

    .think_2 h2 {
        font-size: 18px;
        text-align: center;
    }

    .think_2 {
        margin: 200px auto 0 auto;
        width: 90%;

    }
    .think_2 p {
        margin-top: 50px;
        text-align: center;
        width: 100%;
    }
    .think_2_img {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-top: 200px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .think_2_img img {
        width: 100%;
    }

    .think_3 {
        width: 100%;
        max-width: 100%;
        margin-top: 45px;
        display: flex
    ;
        flex-wrap: wrap;
    }

    .think_3_l img:nth-child(1) {
        width: 70%;
        position: relative;
        top: 0px;
    }

    .think_3_l {
        width: 100%;
        position: relative;
    }

    .think_3_r {
        width: 90%;
    }
    .think_3_l img:nth-child(2) {
        display: none;
    }
    .think_3_l img:nth-child(3) {
        display: none;
    }

    .think_3_r h2 {
        margin-top: 50px;
        font-size: 18px;
        line-height: 1.5;
    }
    p.top_banner_2 {
        width: 90%;
        max-width: 90%;
        margin: 100px auto auto;
    }

    .think_4 {
        width: 90%;
        max-width: 90%;
        margin-top: 80px;
        display: flex
    ;
        flex-wrap: wrap;
    }

    .think_4_l {
        width: 90%;
    }
    .think_4_r {
        width: 90%;
        position: relative;
        margin-top: 50px;
    }

    .think_4_r img:nth-child(1) {
        width: 50%;
    }
    .think_4_r img:nth-child(2) {
        width: 80%;
        position: absolute;
        bottom: -80px;
        right: 0;
    }
    .think_4_r {
        width: 90%;
        position: relative;
        margin-top: 50px;
    }
    .top_items h2 {
        text-align: center;
        font-size: 18px;
    }

    .think_4_l h2 {
        font-size: 18px;
    }

    .top_items {
        width: 90%;
        max-width: 90%;
        margin-top: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    ul.get_tennen {
        list-style-type: none;
        text-align: center;
        display: flex
    ;
        justify-content: space-between;
        margin-top: 50px;
        flex-wrap: wrap;
    }
    ul.get_tennen li {
        width: 45%;
        margin: 20px auto;
    }

    p.top_btn {
        margin: 200px auto;
        width: 90%;
        display: flex
    ;
        justify-content: center;
    }

    .foot_col {
        display: block ;
        justify-content: space-around;
    }

    .foot_l {
        width: 100%;
        position: relative;
        display: flex;
        height: 140px;
        justify-content: center;
    }

    .foot_l p{
        text-align: center;
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .foot_r {
        width: 100%;
        display: block;
    }
    .foot_l img {
        width: 100px;
        height: 100px;
        height: auto;
        top: 5px;
        display: block;
        margin: auto;
        position: relative;
    }

    .foot_r ul {
        display: block;
        justify-content: space-around;
        width: 90%;
        list-style-type: none;
        margin: auto;
    }
    .foot_r ul li {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }

    /* about.html */
    .about_header ul {
        margin-left: 10px;
    }

    .about_tennen {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .about_4th_concept ul {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        justify-content: center;
    }

    .about_4th_concept h2{
        margin-bottom: 30px;
    }

    .about_4th_concept ul li {
        border: 1px solid #3F4041;
        width: 75%;
        margin: 5px auto;
        padding: 15px;
    }
    .about_4th_concept ul li p:nth-child(2) {
        margin-top: 10px;
    }

    .about_4th_concept ul li img {
        width: 40px;
    }

    .about_4th_concept ul li a{
        text-decoration: none;
        color: #3F4041;
    }

    .about_4th_natural_img {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .about_4th_natural_img p:nth-child(1) {
        margin-left: auto;
        width: 100%;
        font-size: 14px;
    }
    .about_4th_natural_img p {
        text-align: end;
        margin-right: auto;
    }

    .about_4th_natural_img p:nth-child(2) {
        font-size: 10px;
    }

    .about_4th_natural_img img {
        width: 150px;
        margin: 20px;
    }

    .about_4th_recycle_title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .about_4th_recycle_img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .about_4th_recycle_img a p:nth-child(1) {
        border-bottom: 3px solid #C15B39;
        font-weight: bold;
        display: inline-block;
        font-size: 14px;
    }
    p.about_line_2 img{
        width: 100%;
    }

    .about_4th_traceability_title p img{
        width: 40px;
    }

    .about_4th_traceability_img {
        display: flex;
        margin-top: 50px;
        justify-content: flex-start;
        margin-left: 0;
        width: 90%;
        flex-direction: column;
    }
    .about_4th_traceability_link {
        margin-left: 0px;
    }

    .about_4th_traceability_link p:nth-child(1) {
        border-bottom: 3px solid #C15B39;
        font-weight: bold;
        display: inline-block;
        font-size: 13px;
    }
    .about_4th_traceability_link p:nth-child(2){
        text-align: left;
    }

    p.about_line_3 {
        margin-top: 50px;
        text-align: center;
        margin-right: 0;
        width: 40%;
        margin-left: 10%;
    }

    p.about_line_3 img{
        width: 100%;
    }
    .about_4th_concept_recycle {
        width: 90%;
        margin: auto;
        text-align: center;
        margin-top: 40px;
    }
    
    /* about_natural_decomposition.html */

    .kodawari_kyotsu {
        text-align: center;
        max-width: 90%;
        margin: 100px auto 0;
        width: 90%;
    }

    .kodawari_kyotsu img{
        width: 100%;
    }
    .concept_kyotsu {
        text-align: center;
        margin-top: 100px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .concept_kyotsu h1{
        font-size: 14px;
    }
    section.concept_kyotsu_left,
    .concept_kyotsu_center,
    .concept_kyotsu_center_flex_area,
    .kodawari_text_area {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .concept_kyotsu_center_flex {
        display: flex;
        justify-content: space-around;
        margin: 29px auto;
        width: 100%;
    }
    .kyotsu_shikaku {
        margin-top: 50px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #3F4041;
        padding: 20px;
    }

    .natural_photos img:nth-child(1){
        width: 80%;
    }

    .natural_photos img:nth-child(2){
        width: 80%;
    }

    .natural_content_left {
        width: 90%;
        text-align: left;
    }

    /* bout_traceability.html */

    .conpept_kyotsu_sayu {
        display: flex;
        justify-content: center;
        max-width: 90%;
        width: 90%;
        margin: 50px auto 0;
        flex-direction: column;
    }
    .conpept_kyotsu_sayu img {
        width: 90%;
        margin: 20px auto;
    }

    .conpept_kyotsu_sayu .conpept_kyotsu_sayu_txt {
        width: 100%;
        margin-left: 0;
    }
    p.kodawari_txt_cont {
        width: 90%;
    }
    p.kodawari_txt_cont img{
        width: 100%;
    }
    .concept_kyotsu_center p img {
        width: 80%;
    }

    /* kodawari.html */

    .kodawari_top h2 {
        font-size: 18px;
    }

    .kodawari_txt {
        width: 90%;
        max-width: 90%;
        margin: 100px auto 0;
        text-align: center;
    }

    .kodawari_txt p img:nth-child(1){
        width: 90%;
    }

    .kodawari_more ul {
        display: flex;
        list-style-type: none;
        justify-content: center;
        flex-direction: column;
    }

    .kodawari_more ul li {
        border: 1px solid #3F4041;
        width: 60%;
        margin: 30px;
        padding: 30px;
    }

    .kodawari_more {
        margin: 100px auto;
        width: 90%;
    }

    .kodawari_more ul li a{
        width: 100%;
        height: 100%;
        display: block;
    }

    .kodawari_more_2 {
        margin: 100px auto;
        width: 90%;
    }

    .kodawari_more_2 ul {
        flex-direction: column;
        width: 100%;
    }
    .kodawari_more_2 ul li {
        border: 1px solid #3F4041;
        width: 90%;
        margin: 5px auto;
        padding: 10px;
    }

    .kodawari_more_2 ul li a{
        width: 100%;
        height: 100%;
        display: block;
    }

    /* pattern.html */
    h2.kodawari_text_area_title{
        font-size: 15px;
    }

    .kodawari_cont p:nth-child(1) img{
        width: 90%;
    }

    .kodawari_cont_2_img {
        width: 90%;
    }
    .kodawari_cont_2_img img:nth-child(1) {
        width: 80%;
        margin-right: 50px;
    }
    .kodawari_cont_2_img img:nth-child(2) {
        margin-bottom: 50px;
        width: 70%;
        margin-left: 100px;
        margin-top: 30px;
    }

    .kodawari_cont_2_line_img {
        display: flex;
        justify-content: center;
        width: 90%;
    }
    .kodawari_cont_2_line_img img {
        width: 45%;
        margin: 2.5%;
    }

    .kodawari_cont p{
        width: 100%;
    }

    /* kodawari_giza_cotton.html */
    br.iphone{
        display: block;
    }

    /* kodawari_boro.html */
    .kodawari_txt_cont_panel {
        width: 80%;
    }
    .kodawari_txt_cont_panel_last {
        width: 80%;
    }
    /* kodawari_hemp.html */
    .hemp_imgaes img {
        width: 90%;
    }

    .magazine_list ul {
        width: 90%;
        margin-left: auto;
    margin-right: auto;
    }

    .magazine_list ul li {
        width: 100%;
        margin: 20px;
    }
    .magazine_list ul li img{
        width: 100%;
    }

    p.magazine_ttl {
        font-size: 13px;
        font-weight: bold;
    }

    .news_big {
        width: 90%;
        margin-left: auto;
    margin-right: auto;
    }
    .news_big p img{
        width: 100%;
        margin-top: 20px;
    }
    .news_big h2 {
        margin-left: 0;
    }

    .shop_news_list {
        flex-direction: column;
        margin: 100px auto;
        width: 90%;
    }
    .shop_list {
        width: 100%;
    }
    .shop_01_items {
        width: 100%;
        margin: 10px;
    }
    .news_list h2{
        margin-bottom: 20px;
    }

    .news_list {
        width: 100%;
    }

    br.phone{
        display: block;
    }

    table.privacy_txt{
        font-size: 12px;
        width: 98%;
    }

    table.privacy_txt td{
        padding:  10px 20px 10px 40px;
    }
    
    table.privacy_txt th{
        width: 25%;
        text-align: start;
    }

  section.size{
    margin-top: 100px;
    max-width: 1200px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }


  section.size p{
    text-align: center;
  }

  section.size p img{
    width: 80%;
  }


  .item_page {
    gap: 0px;
    flex-direction: column;
    width: 90%;
    max-width: 1200px;
    margin: 100px auto 0;
    align-items: center;
    }

    .item_description h2{
    text-align: center;
    margin-top: 20px;
    }

    .item_description {
    width: 100%;
    }

    .item_description_txt table tr td:last-child {
        padding: 10px;
        width: 70%;
    }

    .item_description_txt{
        margin-left: 0px;
    }

    .item_buy {
        background-color: #3F4041;
        padding: 20px;
        color: white;
        text-align: center;
        margin-top: 10px;
    }

    .item_about_what p:nth-child(5), .item_about_what p:nth-child(6), .item_about_what p:nth-child(7) {
        width: 80%;
        margin: 20px auto 0;
    }

    .item_banner {
        background-image: url(../img/banner.jpg);
        margin-top: 100px;
        margin-bottom: 100px;
        height: 300px;
        color: white;
        display: flex;
        align-items: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .banner_contents {
        width: 90%;
        margin-left: 5%;
    }

    .banner_contents a p {
    border: 1px solid white;
    border-radius: 20px;
    text-align: center;
    width: 50%;
    transition: all 0.3s 
ease-in-out;
    margin: auto;
}

.info_l {
    width: 20%;
    border-right: 1px dashed black;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 10px;
}
br.phone_item{
    display: block;
}
.items_list_news {
    width: 90%;
    max-width: 1200px;
    margin: 100px auto 0;
    display: flex;
    border-bottom: 1px dashed black;
}
.item_list li {
    width: 40%;
    margin: 20px;
}

ul.get_tennen_list li {
    width: 80%;
    margin: 20px auto;
}
.menu.open ul li img {
    margin-bottom: 50px;
    width: 40%;
}

.magazine_list ul li img {
    margin: 0px;
}


  }

