@charset "utf-8";

  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Poppins:wght@400;700;900&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
/************************************************************

     Contents | General Settings

************************************************************/

.content{
    position: relative;
    margin: 100px 0 0 0;

    /* Font Settings */
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.7;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Zen Kaku Gothic New',"游ゴシック",YuGothic, sans-serif;
    color: #451f15;

}
.col-beige  { color: #fbf7f1; }
.col-pink-r { color: #f9f2f1; }
.col-pink   { color: #e07976; }
.col-brown  { color: #451f15; }


.c-topics__inner,.c-about__inner,.c-features__inner,.c-scene__inner,.c-gallery__inner,.c-lineup__inner,.c-online__inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10% 10%;  
}

.__ttl h2{
    color:#451f15;
    font-size: 3.6em;
    font-family: 'Noto Sans JP', "游ゴシック",YuGothic,sans-serif;
    padding: 12% 0 7%;
    position: relative;
    
}
.__ttl h2 span{
    font-family: 'Zen Kaku Gothic New',"游ゴシック",YuGothic,sans-serif;
    font-size: 0.45em;
    padding-left: 2.5614%;
    letter-spacing: 0.1em;
}
.__ttl h2::before{
    content: '';
    position: absolute;
    width: 10%;
    height: 1px;
    top:60%;
    left: -12%;
    background-color: #451f15;
    transition: 0.3s;
}
.__item-ttl h3{
    color: #e07976;
    padding-bottom: 5%;
    font-size: 1.8em;
    letter-spacing: 0.1em;
    position: relative;
}
.__item-ttl h3::before{
    position: absolute;
    border-bottom: 1px dotted #e07976;
    content: "";
    width: 5%;
    top:25%;
    left: -7%;
    
}

label{
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
}
a {
  -webkit-tap-highlight-color: transparent; /* 強調をなくす */
}
/************************************************************

     Hero

************************************************************/

.c-hero{
    position: relative;
    margin: 0;
    background: #f9f2f1;
}
.c-hero__pc{
    display: block;
}
.c-hero__sp{
    display: none;
}

/************************************************************

topics

************************************************************/
.c-topics__inner .__body{
    display: flex;
}
.c-topics__inner .__img{
    width: 40%;
    margin: 0 4%;
}
.c-topics__inner .__txt{
    width: 60%;
}
.c-topics__inner .__txt .__date{
    padding-bottom: 0.5em;
}
.c-topics__inner .__txt .__news-ttl{
    font-size: 1.1em;
    color: #e07976;
    line-height: 1.5;
    padding-bottom: 0.4em;
}
.c-topics__inner .__txt .__news-txt{
    font-size: 0.85em;
}
.c-topics__inner .__ec{
}
.c-topics__inner .__ec .__btn{
    width: 46%;
    margin: 5% 1%;
    position: relative;
}
.c-topics__inner .__ec .__btn a{
    display: block;
    color: #fff;
    padding: 9%;
    border-radius: 60px;
    text-align: center;
    background: rgb(224,121,118);
    background: linear-gradient(90deg, rgba(224,121,118,1) 0%, rgba(208,129,158,1) 100%);
    font-weight: 700;
    font-size: 0.9em; 
}
.c-topics__inner .__ec .__btn a:hover{
    background: #451f15;
    color: #fff;
}
.c-topics__inner .__ec .__btn::before{
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right:0.8em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 4%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.c-topics__inner .__ec .__btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    width: 10%;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
}
.c-topics__inner .__ec .__btn:hover::before{
    right:3%;
}
.c-topics__inner .__ec .__btn:hover::after{
    right: 3%;
}

/************************************************************

about

************************************************************/
.c-about{
    background: #fbf7f1;
}

.c-about__inner .__body .__item-body p{
    padding-bottom: 5%;
} 
.c-about__inner .__body .__item-body .__banner{
    width: 50%;
    margin: 8% 0 0 auto;
}
.c-about__inner .__body .__item-body .__banner a{
    display: inline-block;
}


/************************************************************

features

************************************************************/
.c-features_01 .__item-body,.c-features_02 .__item-body,.c-features_03 .__item-body{
    display: flex;
}
.c-features_01 .__item-body,.c-features_02 .__item-body{
    align-items: center;
}

/*--featuresとscene共通--*/
.c-features_01 .__item-body .__img,.c-features_02 .__item-body .__img,.c-scene_01 .__item-body .__img,.c-scene_02 .__item-body .__img,.c-scene_03 .__item-body .__img{
    width: 50%;
}
.c-features_01 .__item-body .__txt,.c-scene_01 .__item-body .__txt,.c-scene_03 .__item-body .__txt{
    width: 50%;
    padding-left: 8%;
}
.c-features_02 .__item-body,.c-scene_02 .__item-body{
    flex-direction: row-reverse;
}
.c-features_02 .__item-body .__txt,.c-scene_02 .__item-body .__txt{
    width: 50%;
    padding-right: 8%;
}
.c-features_01,.c-features_02,.c-scene_01,.c-scene_02{
    margin-bottom: 20%;
}
/*--タイトル--*/
.c-features_01 .__item-ttl h3::after{
    position: absolute;
    content: url("../images/c_features_01_sub.png");
    display: inline-block;
    top:-50%;
    right: 10%;
    transform: translateY(-50%);
    transform: scale(0.5);
    z-index: -1;
}
.c-features_02 .__item-ttl h3::after{
    position: absolute;
    content: url("../images/c_features_02_sub.png");
    display: inline-block;
    top:-40%;
    left: -8%;
    transform: scale(0.5);
    z-index: -1;
}
.c-features_03 .__item-ttl h3::after{
    position: absolute;
    content: url("../images/c_features_03_sub.png");
    display: inline-block;
    top:-60%;
    right: 42%;
    transform: scale(0.5);
    z-index: -1;
}

.c-features_03 .__item-body{
   justify-content: space-between; 
}
.c-features_03 .__item-body .__item{
 width: 31.3333%;
}
.c-features_02 .__item-body .__txt span{
    font-size: 0.85em;
}
.c-features_03 .__item-body .__item .__txt h4{
    padding: 6% 0 1.2%;
    font-size: 1.2em;
}
/************************************************************

scene

************************************************************/
.c-scene_01 .__item-body,.c-scene_02 .__item-body,.c-scene_03 .__item-body{
    display: flex;
}
.c-scene{
    background: #f9f2f1;
}
.c-scene_02 .__item-body{
    flex-direction: row-reverse;
}
/*-筆記体-*/
.c-scene_01 .__item-body .__img,.c-scene_02 .__item-body .__img,.c-scene_03 .__item-body .__img{
    position: relative;
}
.c-scene_01 .__item-body .__img::before,.c-scene_02 .__item-body .__img::before,.c-scene_03 .__item-body .__img::before{
    position: absolute;
    display: inline-block;
    top:68%;
    right: -30%;
    transform: scale(0.5);   
}
.c-scene_01 .__item-body .__img::before{
    content: url("../images/c_scene_01_sub.png"); 
}
.c-scene_02 .__item-body .__img::before{
    content: url("../images/c_scene_02_sub.png");  
}
.c-scene_03 .__item-body .__img::before{
    content: url("../images/c_scene_03_sub.png");  
}

/*-ボタン-*/
.c-scene_01 .__item-body .__txt .__links .__pro-btn a,.c-scene_02 .__item-body .__txt .__links .__pro-btn a,.c-scene_03 .__item-body .__txt .__links .__pro-btn a{
    display: block;
    background: #fff;
    border: 1px solid #e07976;
    color: #e07976;
    border-radius: 60px; 
    padding: 9%;
    font-size: 0.85em;
    font-weight: 700;
    text-align: center;
}
.c-scene_01 .__item-body .__txt .__links .__pro-btn a:hover,.c-scene_02 .__item-body .__txt .__links .__pro-btn a:hover,.c-scene_03 .__item-body .__txt .__links .__pro-btn a:hover{
    background: #451f15;
    border: 1px solid #451f15;
    color: #fff;
}
.c-scene_01 .__item-body .__txt .__links .__pro-btn,.c-scene_02 .__item-body .__txt .__links .__pro-btn,.c-scene_03 .__item-body .__txt .__links .__pro-btn{
    position: relative;
    width: 56%;
    margin-top: 10%;
}
.c-scene_01 .__item-body .__txt .__links .__pro-btn::before,.c-scene_02 .__item-body .__txt .__links .__pro-btn::before,.c-scene_03 .__item-body .__txt .__links .__pro-btn::before{
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right:0.8em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 4%;
    height: 1px;
    background-color: #e07976;
    transition: 0.3s;
}
.c-scene_01 .__item-body .__txt .__links .__pro-btn::after,.c-scene_02 .__item-body .__txt .__links .__pro-btn::after,.c-scene_03 .__item-body .__txt .__links .__pro-btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    width: 10%;
    height: 1px;
    background-color: #e07976;
    transition: 0.3s;
}
.c-scene_01 .__item-body .__txt .__links .__pro-btn:hover::before,.c-scene_02 .__item-body .__txt .__links .__pro-btn:hover::before,.c-scene_03 .__item-body .__txt .__links .__pro-btn:hover::before{
    right:3%;
    background-color: #fff;
}
.c-scene_01 .__item-body .__txt .__links .__pro-btn:hover::after,.c-scene_02 .__item-body .__txt .__links .__pro-btn:hover::after,.c-scene_03 .__item-body .__txt .__links .__pro-btn:hover::after{
    right: 3%;
    background-color: #fff;
}

/************************************************************

user gallery

************************************************************/
.c-gallery{
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 65%, #fbf7f1 65%, #fbf7f1 100%);
}
.c-gallery__inner .__body .__img{
    margin-top: 6%;
}
.c-gallery__inner .__body .__img ul{
    display: flex;
    justify-content: space-between;
}
.c-gallery__inner .__body .__img ul li{
    margin: 0 1%;
}
.c-gallery__inner .__body .__txt a{
    color: #e07976;
    font-weight: 700;
    text-decoration: underline;
}
.c-gallery__inner .__body .__txt a:hover{
    color: #451f15;
}

/************************************************************

lineup

************************************************************/
.c-lineup .__body .__txt{
    padding-bottom: 10%;
}
/*タブ切り替え全体のスタイル*/
.__tabs {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;}

/*タブのスタイル　共通*/
.tab_item {
  width: calc(100%/3);
  height: 170px;
  font-size: 1.2em;
  text-align: center;
  color: #451f15;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}
/*バインダータブ*/
.bin_tab,.leaf_tab,.acce_tab{
    background: #f7dddc;
}
.bin_tab img,.leaf_tab img,.acce_tab img{
    width: 36%;
    padding: 8% 8% 0;
}
/*ルーズリーフータブ*/
.leaf_tab{
    background: #f9f2f1;
    position: relative;
}
.leaf_tab::before,.acce_tab::before{
    position: absolute;
    content: url("../images/c_lineup_recommend.png");
    top:-42%;
    left:calc(100% / 3 - 75px);
    transform: scale(0.5); 
}

/*アクセサリータブ*/
.acce_tab{
    background: #fbf7f1;
    position: relative;
}

/*.tab_item:hover {
  opacity: 0.75;
}*/

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル　共通*/
.tab_content {
  display: none;
  padding: 4%;
  clear: both;
  overflow: hidden;
}
/*コンテンツ共通*/
.tab_cat h3{
    margin: 2% 2% 0;
    font-weight: 700;
    font-size: 1.4em;
}
/*タグ*/
.tab_item_product .__txt .__txt-pro{
    margin: 2% 0;
}
.tab_item_product .__txt .__txt-pro .size{
    background: #fff;
    padding: 1.1% 2%;
    margin-right:2%;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    text-align: center;
    float: left;
}
.tab_item_product .__txt .__txt-pro .name{
    font-size: 0.85em;
    padding: 1.1% 2%;
    margin: 0 2% 0 0;
    font-weight: 700;
    letter-spacing: 0.05em;
    float: left;
}
.tab_item_leaf .tab_item_product .__txt .name,.tab_item_acce .tab_item_product .__txt .name{
    font-size: 0.85em;
    padding: 3% 0 6%;
    font-weight: 700;
    letter-spacing: 0.05em;
    clear: both;   
}
.tab_item_product .__txt .__links{
    clear: both;
    padding-top: 2%;
}
/*製品情報ボタン*/
.tab_item_product .__txt .__links .__pro-btn a{
    display: block;
    background: #fff;
    border: 1px solid #e07976;
    color: #e07976;
    border-radius: 60px; 
    padding: 2.8%;
    font-size: 0.85em;
    font-weight: 700;
    text-align: center;
}
.tab_item_product .__txt .__links .__pro-btn a:hover{
    background: #451f15;
    color: #fff;
    border: 1px solid #451f15;
}
.tab_item_product .__txt .__links .__pro-btn{
    position: relative;
    width: 100%;
    margin-top: 4%;
}
.tab_item_product .__txt .__links .__pro-btn::before{
    content: '';
    position: absolute;
    top: calc(50% - 1.1px);
    right:0.8em;
    transform: translateY(calc(-50% - 1.1px)) rotate(30deg);
    width: 2.2%;
    height: 1px;
    background-color: #e07976;
    transition: 0.3s;
}
.tab_item_product .__txt .__links .__pro-btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    width: 5%;
    height: 1px;
    background-color: #e07976;
    transition: 0.3s;
}
.tab_item_product .__txt .__links .__pro-btn:hover::before{
    right:2%;
    background-color: #fff;
}
.tab_item_product .__txt .__links .__pro-btn:hover::after{
    right: 2%;
    background-color: #fff;
}
/*製品情報ボタン ルーズリーフ・アクセサリー用*/
#leaf_content .tab_item_product .__txt .__links .__pro-btn::before,#acce_content .tab_item_product .__txt .__links .__pro-btn::before{
    width: 4%;
}
#leaf_content .tab_item_product .__txt .__links .__pro-btn::after,#acce_content .tab_item_product .__txt .__links .__pro-btn::after{
    width: 10%;
}
#leaf_content .tab_item_product .__txt .__links .__pro-btn:hover::before,#acce_content .tab_item_product .__txt .__links .__pro-btn:hover::before{
    right: 3%;
}
#leaf_content .tab_item_product .__txt .__links .__pro-btn:hover::after,#acce_content .tab_item_product .__txt .__links .__pro-btn:hover::after{
    right: 3%;
}
/*ECボタン*/
.tab_item_product .__txt .__links .__ec{
}
.tab_item_product .__txt .__links .__ec .__btn{
    width: 100%;
    margin: 2% 0;
    position: relative;
}
/*ルーズリーフ・アクセサリーECボタン*/
#leaf_content .tab_item_product .__txt .__links .__pro-btn a,#acce_content .tab_item_product .__txt .__links .__pro-btn a{
    padding: 5%;
}
#leaf_content .tab_item_product .__txt .__links .__ec,#acce_content .tab_item_product .__txt .__links .__ec{
    display: block;    
}
#leaf_content .tab_item_product .__txt .__links .__ec .__btn,#acce_content .tab_item_product .__txt .__links .__ec .__btn{
    width: 100%;
}
.tab_item_product .__txt .__links .__ec .__btn a{
    display: block;
    color: #fff;
    padding: 5%;
    border-radius: 60px;
    text-align: center;
    background: rgb(224,121,118);
    background: linear-gradient(90deg, rgba(224,121,118,1) 0%, rgba(208,129,158,1) 100%);
    font-weight: 700;
    font-size: 0.9em;
    
}
.tab_item_product .__txt .__links .__ec .__btn a:hover{
    background: #451f15;
    color: #fff;
}
.tab_item_product .__txt .__links .__ec .__btn::before{
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right:0.8em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 4%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.tab_item_product .__txt .__links .__ec .__btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    width: 10%;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
}
.tab_item_product .__txt .__links .__ec .__btn:hover::before{
    right:3%;
}
.tab_item_product .__txt .__links .__ec .__btn:hover::after{
    right: 3%;
}

/*バインダーコンテンツ*/
#bin_content{
    background: #f7dddc;
}
.tab_item_binder{
    display: flex; 
    justify-content: space-between;
}
.tab_item_binder .tab_item_product{
    width: 46%;
    margin: 2% 1%;
}
#bin_content .tab_item_product .__txt .__links .__ec .__btn a{
	padding: 2.8%;
}
#bin_content .tab_item_product .__txt .__links .__ec .__btn::before{
	width: 2.2%;
}
#bin_content .tab_item_product .__txt .__links .__ec .__btn::after{
	width: 5%;
}
#bin_content .tab_item_product .__txt .__links .__ec .__btn:hover::before{
    right:2%;
}
#bin_content .tab_item_product .__txt .__links .__ec .__btn:hover::after{
    right: 2%;
}

/*ルーズリーフコンテンツ*/
#leaf_content{
    background: #f9f2f1;
}
.tab_item_leaf,.tab_item_acce{
    display: flex; 
    justify-content: space-between;
}
.tab_item_acce{
	justify-content: center;
}
.tab_item_leaf .tab_item_product,.tab_item_acce .tab_item_product{
    width: 24%;
    margin: 2% 1%;
}
/*ルーズリーフ全体詳細ボタン*/
#leaf_content .tab_content_description .__links .__proall-btn a,#acce_content .tab_content_description .__links .__proall-btn a{
    display: block;
    background: #fff;
    border: 1px solid #e07976;
    color: #e07976;
    border-radius: 60px; 
    padding: 4%;
    font-size: 0.85em;
    font-weight: 700;
    text-align: center;
}
#leaf_content .tab_content_description .__links .__proall-btn a:hover,#acce_content .tab_content_description .__links .__proall-btn a:hover{
    background: #451f15;
    color: #fff;
    border: 1px solid #451f15;
}
#leaf_content .tab_content_description .__links .__proall-btn,#acce_content .tab_content_description .__links .__proall-btn{
    position: relative;
    width: 40%;
    margin: 4% auto;
}
#leaf_content .tab_content_description .__links .__proall-btn::before,#acce_content .tab_content_description .__links .__proall-btn::before{
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right:0.8em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 3%;
    height: 1px;
    background-color: #e07976;
    transition: 0.3s;
}
#leaf_content .tab_content_description .__links .__proall-btn::after,#acce_content .tab_content_description .__links .__proall-btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    width: 7%;
    height: 1px;
    background-color: #e07976;
    transition: 0.3s;
}
#leaf_content .tab_content_description .__links .__proall-btn:hover::before,#acce_content .tab_content_description .__links .__proall-btn:hover::before{
    right:2%;
    background-color: #fff;
}
#leaf_content .tab_content_description .__links .__proall-btn:hover::after,#acce_content .tab_content_description .__links .__proall-btn:hover::after{
    right: 2%;
    background-color: #fff;
}


/*アクササリーコンテンツ*/
#acce_content{
    background: #fbf7f1;
}

/*選択されているタブのコンテンツのみを表示*/
#binder:checked ~ #bin_content,
#looseleaf:checked ~ #leaf_content,
#accessories:checked ~ #acce_content {
  display: block;
}




  
@keyframes animation{
    0%{
        transform: translate(-2px,0);
    }
    50%{
        transform: translate(2px,0);
    }
    100%{
        transform: translate(2px,0);
    }
}

/************************************************************

online sotre

************************************************************/
.c-online{
    background: #f9f2f1;
}
.c-online__inner .__item-body .__item{
    display: flex;
    justify-content: space-between;
}
.c-online__inner .__item-body .__item .__img{
    width: 40%;
}
.c-online__inner .__item-body .__item .__txt{
    width: 54%;
}
.c-online__inner .__item-body .__item .__txt p span{
    color: #e07976;
    font-weight: 700;
}
.c-online__inner .__item-body .__item .__img{
    position: relative;
}
.c-online__inner .__item-body .__item .__img::after{
    position: absolute;
    content: url("../images/c_online_sub.png"); 
    display: inline-block;
    top:48%;
    left: 50%;
    transform: scale(0.5);   
}
.c-online__inner .__item-body .__ec-ttl{
    text-align: center;
}
.c-online__inner .__item-body .__ec-ttl h4{
    font-weight: 700;
    font-size: 1.2em;
    margin: 10% 0 2%;
    display: inline-block;
    position: relative;
}
.c-online__inner .__item-body .__ec-ttl h4::before{
    position: absolute;
    content: url("../images/c_online_ico.svg");
    top:6%;
   left: -16%;
    width: 10.5%;
}
.c-online__inner .__body .__ec{
    display: flex;
    justify-content: center;
}
.c-online__inner .__body .__ec .__btn{
    width: 28%;
    margin: 4% 2%;
    position: relative;
}
.c-online__inner .__body .__ec .__btn a{
    display: block;
    color: #fff;
    padding: 8%;
    border-radius: 60px;
    text-align: center;
    background: rgb(224,121,118);
    background: linear-gradient(90deg, rgba(224,121,118,1) 0%, rgba(208,129,158,1) 100%);
    font-weight: 700;
    font-size: 0.9em;
}
.c-online__inner .__body .__ec .__btn a:hover{
    background: #451f15;
    color: #fff;
}
.c-online__inner .__body .__ec .__btn::before{
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right:0.8em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 4%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}
.c-online__inner .__body .__ec .__btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    width: 10%;
    height: 1px;
    background-color: #ffffff;
    transition: 0.3s;
}
.c-online__inner .__body .__ec .__btn:hover::before{
    right:3%;
    background-color: #fff;
}
.c-online__inner .__body .__ec .__btn:hover::after{
    right: 3%;
    background-color: #fff;
}
/************************************************************

     Related

************************************************************/
.c-related{
    text-align: center;
}
.c-related a{
    display: inline-block;
    max-width: 1400px;
	padding:10% 10% 0;
}
/************************************************************

     animation

************************************************************/

.fadeIn {
  transform: translate3d(0, -10px, 0);
  transition: 1.5s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
 