@charset "UTF-8"; 
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#tokusyu ol,#tokusyu ul,#tokusyu a {
	list-style: none;
	text-decoration: none;
	color: inherit;
}

#tokusyu h1, #tokusyu h2,#tokusyu h3,#tokusyu h4,#tokusyu h5,#tokusyu h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}



img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
html {
	-webkit-text-size-adjust: 100%;
}

#wrapper{
    width:100%;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* =======================================

	CommonElrements

======================================= */

#tokusyu {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", sans-serif;
    font-size : 1rem;
    line-height : 1.5;
    letter-spacing : 0.1rem;
    color: #333;
    text-align: justify;
}

#container {
	max-width: 1200px;
	margin: 0% auto;
    padding: 1rem;
}
a {
    transition: 0.5s;
}
    
a:hover {
    opacity: 0.6;
}


.ttl_sp {
    display: block;
    margin: 0 auto;
    }
.ttl_pc {
    display: none;
    margin: 0 auto;
    }

.ttl_txt {
    max-width: 800px;
    margin: 50px auto 10px;
    padding: 0 1rem;
    color: #111;
    font-size: 1rem;
    text-align: center;
}

    #nav li{
      padding: 1rem 2rem;
  }

/*
.ttl_area h1 {
    margin-bottom: 3rem;
}
*/

.article ul li {
	padding: 20px 1% ;
}
.article ul {
	display: flex;
	justify-content: center;
}

#con01 .con_h2 {
        margin: 50px 0 0;
    }

#tokusyu .section {
    margin-top: 100px;
}

#chapter01 {
    margin-top: 50px;
}




.h2_no_txt {
        margin-bottom: 2rem;
 }
.h2_txt {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";  
    font-weight: bold;
}
.h2_txt {
    font-size: 1.4rem;
    margin-bottom: 3%;
    color: #555; 
}

.style_txt {
    text-align: justify;
    margin: 2rem 0;
}



.cre_area_last {
    margin: 100px auto 0;
}


/***カテゴリーページへ***/
.cate {
  margin: 50px auto;
  text-align: center;
}
#tokusyu h4 {
  position: relative;
  text-decoration: underline;
  transition: 0.3s;
  text-underline-offset: 2px;
  text-decoration-color: #91e634;
}

#tokusyu h4::after {
  content:"";
  position: absolute;
  display: inline-block;
  border: 9px solid transparent;
  border-top: 10px solid #91e634;
  top: .4rem;
  margin-left: .5rem;
}

.cate img {
  padding: 1rem;
}
.cate img:hover {
  opacity: 0.5;
  transition:0.5s; 
}
.cate p {
  font-size: 1rem;
}






/* footer_area
------------------------- */
#footer_area {
    position: relative;
    padding: 50px 0 100px;
}
#footer_area::before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: -100px;
    z-index: -1;
    background: #cbf1a2;   
}
#footer_area p,#footer_area h3 {
    color: #7e796a;
}

/*link_area
______________________*/

.link_area h3 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";  
    font-weight: bold;
    letter-spacing: 0;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.link_area .h3_txt {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "游ゴシック Medium", sans-serif;
    font-size : 1rem;
    font-weight:normal;
}

.month_nav ul li {
    color: #666;
    font-size: 1.1rem;
    line-height: 2;   
}
.month_nav ul li::before {
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left-color: #ffeca9;
}
.month_nav ul li span {
    padding-right: 0.5rem;
    color: #333;
    font-weight: bold;
}
.month_nav ul li a:hover {
  text-decoration: underline;
}

/* insta
------------------------- */
.insta {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.insta img {
    width: 50px;
}
.insta .insta_txt {   
    margin: 20px auto 50px;
    font-family: "Bodoni MT", "Didot", "Times New Roman", serif;
}








.flex_2 .pht_R {
    position: relative;
    margin-top: 80px;
}

.flex_2 .pht_L {
    position: relative;
    margin-top: 50px;
}

.style_h4 {
    text-align: center;
    color: #ad93df;
    font-size: 1.4rem;
    font-family: "Bodoni MT", "Didot", "Times New Roman", serif;
    font-style: italic;
    letter-spacing: 0;
    margin: 1rem auto;
}




/*SP--------------
-----*/



.cre_area3 .cre-wrap {
    padding: 3rem 0 ;
}

.cre_area {
    padding: 40px 0;
    margin: 50px calc(50% - 50vw) 0;
    max-width: 100vw;
    background: #ffeca9;
}

.cre_area02 {
    padding: 40px 0;
    margin: 50px calc(50% - 50vw) 0;
    max-width: 100vw;
    background: #cbf1a2;
}

.cre_areaT {
    padding: 40px 0;
    margin: 50px calc(50% - 50vw) 0;
    max-width: 100vw;
    background: #f89ca2;
}




.ref-item {
    margin-bottom: 22px;
    line-height: 1.5;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 0.8rem;
    box-sizing: border-box;
    }
.ref-item:last-child {
    margin-bottom: 0;
}
.ref-item::after {
        content: "";
        display: block;
        clear: both;
    }

.cre_area3 .ref-item {
    margin-bottom: 22px;
    line-height: 1.5;
    margin-right: 0;
    margin-left: 0;
    font-size: 0.8rem;
    box-sizing: border-box;
    }


.thum {
        float: left;
        width: 65px;
    }
.number, .price, .name {
    margin-left: 75px;
}

.price {
    font-family: "Bodoni MT", "Didot", "Times New Roman", serif;
    font-size: 1rem;
    line-height: 2;
    color: #555;
}







/* =======================================
	520px以上タブレット
======================================= */
@media (min-width: 520px){
    
    body {
        font-size : 1rem;
    }
    
    #chapterT1, #chapterT2, #chapter01, #chapter02, #chapter03, #chapter04, #chapter05, #chapter06, #chapter07, #chapter08 {
        max-width: 960px;
        margin: 50px auto 0;
    }
    
    .ttl_area {
        height: 100%;
        margin: 0;
    }
    .ttl_sp {
        display: none;
        }
    
    .ttl_pc {
        display: block;
        margin: 0 auto;
    }

    
    
    .style_txt {
        text-align: justify;
        max-width: 750px;
        margin: 0 auto 3%;
    }  
  
    #nav li{
      width: 450px;
      padding:  2rem;
    }
    #nav {
      display: flex;
      justify-content: center;
    }

    .style_ttl {
        max-width: 360px;
    }
    
    .h2_no_txt {
        max-width: 450px;
        margin-bottom: 40px;
    }
    
    .style_3 {
        margin: 0 auto;
    }
    
    .cre_area3 .cre-wrap {
        max-width: 750px;
        margin: 0 auto;
    }
    

    
    
    /*03 04
    ______________________*/
    
    .flex_2 {
        display: flex;
        justify-content: space-between;
        margin: 50px auto 50px;
    }
    
    .flex_2 img {
        margin: 0 auto;
    }
    
    .flex_2 .pht_L, .flex_2 .pht_R {
        position: relative;
        width: calc((100% - 5%) / 2);
        margin-top: 0;
    }

    .pht_B {
        text-align: center;
    }
    
    
    
    
    
   
    
}



    
    



/* =======================================
	960px以上PC
======================================= */
@media (min-width: 960px){
    
    #chapterT1, #chapterT2, #chapter01, #chapter02, #chapter03, #chapter04, #chapter05, #chapter06, #chapter07, #chapter08 {
        max-width: 1200px;
        position: relative;
    }
    
    
    .ttl_area {
        max-width: 1200px;
        margin: 50px auto 0;
    }
    
    .ttl_txt {
        font-size: 1.2rem;
    }
  
    #nav li{
      width: 450px;
      padding:  2rem;
  }
    #nav {
      display: flex;
      justify-content: center;
    }
  

    .h2_no_txt {
        margin-bottom: 40px;
    }
    
    .h2_txt {
        margin-bottom: 3%;
        color: #555; 
    }

    .cre_item_p {
        float: left;
        width: 25%;
        padding-right: 3%;   
    }
    .tops_pht {
        text-align: start;
    }


    /*03 04
    ______________________*/
    

    
    .flex_2 img {
        margin: 0 auto;
    }
    .flex_2 .pht_L, .flex_2 .pht_R {
        position: relative;
        width: calc((100% - 5%) / 2);
        margin-top: 0;
    }



    /*footer_link_area
    ______________________*/
    
    .link_area h3 {
        font-size: 1.6rem;
    }
    .link_area .h3_txt {
        font-size : 1.1rem;
        font-weight: bold;
    }
    .month_nav ul li {
        float: left;
        width: calc( 1 / 3 * 100% - 2rem);    
    }
    
    
    
    
    
    
    /*PC--------------
-----*/
    .cre-wrap {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }
    
    .cre_area, .cre_area02, .cre_areaT {
        margin: 50px calc(50% - 50vw) 0px !important;
        padding: 40px 0 120px !important;
    }
    .cre_area_last {
            margin: 0 calc(50% - 50vw) 0px !important;
    }
    
    .cre-wrap .line-up-3 {
        float: left;
        width: calc( 1 / 3 * 100% - 2rem);
    }
    
    .cre-wrap .line-up-3::after {
        content: "";
        display: block;
        clear: both;
    }
    .ref-item {
        margin-bottom: 50px;
        line-height: 1.2;
        margin-right: 1rem;
        font-size: 0.8rem;
        box-sizing: border-box;
    }
    .ref-item:last-child {
        margin-bottom: 50px;
        margin-right: 0;
    }
    .price {
        line-height: 1.2;
    }
    
    
    
    
}

