@charset "utf-8";
/* CSS Document */

/********************************************************************/

/* HTMLタグ要素 */

/********************************************************************/

body {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    color: #1c1c1c;
    font-family: Roboto, Noto Sans JP, sans-serif;
}

A,
A:link,
A:visited,
A:hover,
A:active {
    color: #666666;
    text-decoration: none;
    /*font-weight: bold;*/
    outline: none;
}

.use_hover A:hover {
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: bold;*/
    margin-bottom: 5px;
}

h1 {
    font-size: 180.0%;
  
}


h2 {
    font-size: 146.5%;
}

h3 {
    font-size: 131%;
}

h4 {
    font-size: 123.1%;
}

h5 {
    font-size: 116%;
}

h6 {
    font-size: 108%;
}



/********************************************************************/

/* 大外 */

/********************************************************************/

#container {
    font-size: 108%;
}


/********************************************************************/

/* トップページコンテンツ */

/********************************************************************/

.main_box,
.side_box {
    margin-bottom: 100px;
}

.recently .section_title h2 {
    padding-left: 80px;
}

.main_recently_item_box {
    padding-top: 15px;
}

@media screen and (max-width: 710px) {
    .recently .section_title h2 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .page_title_right_edge .global_btn,
    .section_title_right_edge .inner_title_btn {
        top: 0%;
        right: 10px;
    }
    
    .page_title_right_edge .global_iconleft .general_btn,
    .section_title_right_edge .global_iconleft .general_btn {
        padding: 0px 5px;
    }
}

/* もっと見る */
.top_page_body .general_btn,
.free_page_body .general_btn {
    padding: 10px 20px;
    border-radius: 40px;
}

/* 自由記入欄 */
#contents_top .custom_space,
#contents_bottom .custom_space,
#footer_free_top .custom_space,
#min_contents_bottom .custom_space {
   
}

 .custom_space{
    margin-top:70px;
    margin-bottom:150px;
    text-align: center;
    font-family: Noto Serif JP;
    letter-spacing: 0.1em;
    line-height: 2.5; 
}

@media screen and (max-width: 710px) {
     .custom_space{
     margin-top:20px;
}
}
/********************************************************************/

/* キャッチフレーズ欄 */

/********************************************************************/

/* キャッチフレーズ */
.copy {
    min-height: 18px;
    padding: 5px 5px 0px;
    font-size: 85%;
}


/********************************************************************/

/* ヘッダー */

/********************************************************************/

#header {
    position: relative;
    background-color: #FFFFFF;
}

.responsive .folding_header #inner_header {
    padding: 10px 0px 10px;

}


/* 検索ボタン */
.search_form .btn_color_common {
    background-color: #A6A6A6;
    color: #FFFFFF;
}

.search_form .btn_color_common,
.search_form A.btn_color_common:link,
.search_form A.btn_color_common:visited,
.search_form A.btn_color_common:hover,
.search_form A.btn_color_common:active {
    border-radius: 5px;
}


/********************************************************************/

/* ショップ名 */

/********************************************************************/

/* ショップ名ロゴ */
.shoplogo {
    padding:10px;
}

.use_hover .shoplogo A:hover img {
    opacity: 0.8;
}

/* ショップ名テキスト */
.shoptext {
    padding: 5px 0px;
    min-height: 40px;
    margin-right: auto;
}

.shoptext A {
    font-size: 116%;
    margin: 0px;
}


/********************************************************************/

/* 文字サイズ */

/********************************************************************/

.font_setting {
    padding: 5px 5px 10px;
    text-align: center;
}

.header_font_setting .set_font_title {
    color: #000000;
}

/* 文字サイズ画像 */
.set_font_normal,
.set_font_large {
    width: 45px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: 45px 60px;
    background-size: 45px 60px;
}

/* 普通画像 */
.set_font_normal {
    background-image: url(img/font_default.gif);
}

/* 大画像 */
.set_font_large {
    margin-left: 5px;
    background-image: url(img/font_large.gif);
}

/* 文字サイズ画像マウスオーバー、選択中 */
.use_hover .font_setting .set_font_normal:hover,
.use_hover .font_setting .set_font_large:hover,
.font_setting .nav_on {
    background-position: left bottom;
}


/********************************************************************/

/* ヘッダーナビ */

/********************************************************************/

/* 各ナビゲーション */
.inner_header_nav .nav_btn {
    color: #767676;
}

.use_hover .inner_header_nav .nav_btn:hover {
    background-color: #EAEAEA;
    
}


/*************************************************************/

/* 検索 */

/*************************************************************/

.search_bar .search {
    background-color: #F5F5F5;
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

.hamburger_nav{
    white-space:nowrap
}

@media (min-width: 840px) and (max-width: 1080px) {
 .hamburger_nav {
    white-space: normal; /* テキストを改行させる */
    word-break: break-word; /* 必要に応じて単語を途中で改行 */
  }
}


.global_nav {
    border-bottom: 1px solid #A6A6A6;

}
 .responsive .inner_global_nav .nav_btn {
        padding:10px 1px;
}

/* 各ナビゲーション */
.inner_global_nav .nav_btn {
    background-image: url(img/navi_line_bg.gif);
    background-position: right center;
    background-repeat: no-repeat;
    color: #1c1c1c;
    font-family: Noto Serif JP, serif;
    letter-spacing:0.1em;
    font-weight: normal;
    text-align: center;
    
}

.use_hover .inner_global_nav .nav_btn:hover {
     /*background-color: #f6f6f6;*/
     border-bottom: 1px solid #A6A6A6;

}
    
}
.global_nav_item:first-child .nav_btn {
    background-image: url(img/navi_line_bg.gif),url(img/navi_line_bg.gif);
    background-position: right center,left center;
}

.nav_label {
    font-size: 14.5px;
    }
.column6 .wrapped_item{
    font-size:15px;
    padding: 5px;
}

/********************************************************************/

/* 開閉ナビゲーション */

/********************************************************************/

.inner_popup_nav_area,
.inner_popup_menu_area {
    background-color: #FFFFFF;
    color: #000000;
}

/* 各ナビゲーション */
.inner_popup_nav .nav_btn {
    background-color: #FFFFFF;
    border-top: 1px solid #A6A6A6;
    font-weight: normal;
}

.use_hover .inner_popup_nav .nav_btn:hover {
    background-color: #EAEAEA;
}

/* 開閉ナビゲーション閉じるボタン */
.nav_close_box .nav_close {
    background-color: #A6A6A6;
}

.use_hover .nav_close_box .nav_close:hover {
    opacity: 0.8;
}


/********************************************************************/

/* メインナビゲーション */

/********************************************************************/

/* 各ナビゲーション */
.inner_side_nav .nav_btn,
.inner_main_nav .nav_btn {
    background-color: #FFFFFF;
    border-bottom: 1px solid #666666;
    color: #000000;
}

.use_hover .inner_side_nav .nav_btn:hover ,
.use_hover .inner_main_nav .nav_btn:hover {
    border-bottom: 1px solid #666666;
    color: #333333;
}

/* フリーページナビゲーション背景 */
.freepage_nav .inner_freepage_nav .nav_btn {
    background-color: #FFFFFF;
    border-bottom: 1px solid #666666;
    color: #666666;
}

.use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
    border-bottom: 1px solid #666666;
    color: #333333;
}


/********************************************************************/

/* カテゴリ、特集ナビゲーション */

/********************************************************************/

.itemlist_nav {
    margin-top: 15px;
}

/* 各ナビゲーション */
.inner_itemlist_nav .nav_btn {
    background-color: #FFFFFF;
    border-bottom: 1px solid #666666;
    color: #666666;
}

.use_hover .inner_itemlist_nav .nav_btn:hover {
    border-bottom: 1px solid #AAAAAA;
    color: #AAAAAA;
}

.fa-chevron-right:before{
    display:none;
}

/********************************************************************/

/* サイドメニュー */

/********************************************************************/

/* サイドメニュー枠 */
.open_side_col .side_container {
    background-color: #FFFFFF;
}

/* サイドカテゴリ一覧 */
.side_itemlist_nav {
    padding: 0px 1px;
}

/* サブカテゴリ　第二階層 */
.side_itemlist_nav .sub_menu_link {
    padding: 10px 24px 10px 10px;
}

/* サブカテゴリ背景 */
.side_itemlist_nav .sub_menu_link {
    background-color: #F5F5F5;
    border-top: none;
    border-left: 1px solid #E0DFE3;
    border-right: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

/* マウスオーバー */
.use_hover .side_itemlist_nav .side_itemlist_nav_link:hover {
    background-color: #F5F5F5;
}


/********************************************************************/

/* フッターナビゲーション */

/********************************************************************/

.footer_nav {
    background-color: #F4F4F4;
}

.footer_nav_item .nav_btn {
 /* border-bottom: 1px solid #333333;*/
}


/********************************************************************/

/* タイトル */

/********************************************************************/

.page_title h1,
.page_title h2,
.main_box h2{
    background-color: transparent;
}

.page_box .page_title h1:after,
.page_box .page_title h2:after,
.main_box h2:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    background-color: #000000;
}

@media screen and (min-width: 710px) {
    .page_box .page_title h1:after,
    .page_box .page_title h2:after,
    .main_box h2:after {
        bottom: -20px;
    }
}

.itemdetail .page_title h1:after,
.lower_link_box .main_box .section_title h2:after {
    background-color: transparent;	
}

.page_title h1 .title_text,
.page_title h2 .title_text,
.main_box h2 .title_text {
    display: inline-block;
	padding: 0px;
	position: relative;
	z-index: 1;	
}

.page_title h1.detail_page_title .title_text {
    padding-left: 0px;
	padding-right: 0px;	
    font-family: Roboto, Noto Serif JP, Serif;
  
}

.lower_link_box .main_box .section_title h2 .title_text {
    display: inline;
	background-color: transparent;
	padding: 0px;
}

.side_box .section_title h2,
.main_box .section_title h2,
.main_box .page_title h2 {
    padding: 10px 0px;
	margin-top: 10px;
    margin-bottom: 20px;
    color: #1c1c1c;
	font-family: Cormorant Infant, Noto Serif JP,serif;
    text-align: center;
}

@media screen and (min-width: 710px) {
    .side_box .section_title h2,
    .main_box .section_title h2,
    .main_box .page_title h2 {
		margin-top: 50px;
        margin-bottom: 55px;
    }
}

.lower_link_box .main_box .section_title h2 {
    padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-color: #EAEAEA;
}

.main_desc {
    margin-bottom: 10px;
	text-align: center;
}

@media screen and (min-width: 710px) {
    .main_desc {
	    margin-bottom: 30px;	
	}
}

.main_desc li {
    text-align: left;
}

/*ここから一貫堂について*/

.ikkando_section{
    max-width:900px;
    display: block;
    margin: 0 auto;

    
}

.ikkando_section p{
    line-height: 2.5;
    letter-spacing: 0.1em;
}
.ikkando_section h1{
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    color:#b82530;
    margin-top: 60px;
    margin-bottom: 50px;
    max-width: 860px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    
}
.ikkando_about {
    font-family: Cormorant Infant, Noto Serif JP,serif;
    font-size: 18px;
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
    letter-spacing: 0.1em;
}

.ikkando_concept {
    max-width; 900px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    text-align: center;
    
}

.ikkando_concept_title{
    
    font-family: Cormorant Infant, Noto Serif JP,serif;
    margin-top: 90px;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    
}

.ikkando_concept_01{
    margin-top: 40px;
    margin-bottom: 40px;
}

.ikkando_concept_image{
    
    margin-top:90px;
    margin-bottom:70px;
}
.ikkando_concept span{
    font-family: Cormorant Infant, Noto Serif JP,serif;
    color:#5f8092;
    font-size:20px;
    letter-spacing: 0.1em;
    margin-top:80px;
    margin-bottom:30px;
    
    
}
.ikkando_message{
    text-align: center;
}
.ikkando_message span{
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    margin-top: 60px;
    margin-bottom: 50px;
    max-width: 860px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
      
}

.ikkando_message_text{
    line-height: 2.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 100px;
}

@media screen and (max-width:767px){
 .ikkando_section{
     padding-left: 15px;
     padding-right: 15px;
        
    }    
.ikkando_section h1
    {
       font-size:4.8vw;
    }
 .ikkando_about{
       font-size:4.4vw; 
    }
  .ikkando_concept_01 {
      margin: 0 auto;
      text-align: center;
      margin-bottom:30px;
        
    }
  .ikkando_concept_01_text{
      display: inline-block;
      text-align:left;
    }


}





/*ここから伝統工芸士について*/


 .dento_container{
        background-size: cover;
        position: relative;
      }
      .dento_container img{
        width:100%;
      }
.dento_container h1{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:20px;
    color: #fff;
    text-shadow: 2px 2px 6px #000;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    letter-spacing:0.12em;
}

.dento_title_section {
    font-family: Cormorant Infant, Noto Serif JP,serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing:0.12em;
    margin:0 auto;
}

.dento_title_section h2{
    margin-top: 102px;
    margin-bottom: 90px;
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 0.2em;
}

.dento_title_section p{
    margin-top: 95px;
    margin-bottom:100px;
    font-size: 15px;
    margin-right: 20px;
    line-height: 2.5;
}  

.dento_image {
    display: flex;
    justify-content: center;
   gap: 100px 30px;
}

.dento_text_title {
    text-align:center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    color:#b82530;
    margin-top: 70px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
     
}

.dento_text {
    text-align:center;
    max-width; 900px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-bottom:100px;
}


.hr{
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ddd;
}

.dento-bori_section{
    background-color:#fff;
}

.dento-bori_inner{ 
    max-width: 930px;
    width: 100%;
    display:flex;
    flex-direction: row;
 　 justify-content: space-between;
    margin:0 auto;
    text-align:left;  
    padding:90px 50px 90px 50px;
   
}

.dento-bori_text h3{
    font-family: Cormorant Infant, Noto Serif JP,serif;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
}
.dento-bori_index{
    max-width: 450px;
    padding-right: 50px;
}

.dento-bori_index p{
    font-size: 14px;
    margin-right: 20px;
    line-height: 2.4;
    letter-spacing: 0.1em;
}
.dento-bori_text{
    display:flex;
    justify-content: flex-start;
}

@media screen and (max-width:767px){
  
.dento_container h1{
     font-size: 3.6vw;
     line-height: 1.5;

       }
    
.dento_image{
    display: block;
 }
    
.dento_text_title {
    color:#b82530;
    font-size: 4.2vw;
    }
    

  .dento-bori_inner{
    display: block;
  }

 .dento_inner{
     padding-right:15px;
     padding-left: 15px;
    }
    
 .dento_title_section h2{
     margin-top: 40px;
     margin-bottom: 40px;
     font-size: 5.0vw;
  }
    .dento_title_section p{
      margin-top: 35px;
      margin-bottom:40px;
      font-size: 3.6vw;
      line-height:2.1;
    }
 .dento_text_title{
      text-align: center;      
    }
   
  .dento_text{
      letter-spacing: 0.05em;
      margin-top: 40px;
      margin-bottom:40px; 
     font-size:3.6vw;
    }

    .dento-bori_inner{
        padding:0;
    }
     
    .dento-bori_index{
        padding:0;
    }
    .dento-bori_text{
        display:block;
        text-align: center;
    }
    .dento-bori_text h3{
        font-size: 4.6vw;
        margin-top:60px;
       
    }
    .dento-bori_index p{
        margin: 0 auto;
        font-size: 3.6vw;
        margin-top: 40px;
    }
    
    .photo{
        margin-bottom: 80px;
    }
}

/*ここから山梨県の印章の歴史*/

.history_container {
    position:relative;
}

.history_container img {
    width: 100%;
    display: block; /* 余白を防ぐ */
}

.history_container h1{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size:20px;
    color: #000;
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    letter-spacing:0.12em;
    line-height:1.7;
}


.history_heading_title {
    text-align:center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    color:#b82530;
    margin-top: 140px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
}

.history_heading_title span{
    color:#aaa;
    margin-bottom: 15px;
}
.history_heading {
    text-align: center;
}

.history_heading_text{
    text-align:center;
    margin-top: 102px;
    margin-bottom: 90px;
    max-width; 900px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    margin-top: 40px;
    margin-bottom:50px;
}

.history_lead_text{
    color:#5f8092;
    font-size:15px;
    letter-spacing: 0.1em;
    text-align: center;
}

 
 .history_lead_text02{
     color:#5f8092;
     font-size:15px;
     letter-spacing: 0.1em;
     text-align: center;
    }

.history_inner {
    position: relative;
    margin: 0 auto;
   /* border: solid 1px #dddddd;*/
    padding: 90px 50px;
    max-width: 930px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
        
.history_02_text span{
    color:#aaa;
    margin-bottom: 15px;
}



.history_02_text h1 {
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    color:#b82530;
    margin-top: 60px;
    margin-bottom: 50px;
    max-width: 860px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
}

.history_02_section{
    display: flex;
    margin-bottom: 40px;
}

.history_02_section_text {
    max-width: 400px;
    margin-right:30px;
    line-height: 2.0;
    letter-spacing: 0.1em;  
}


.history_03_section{
    text-align: center;
    margin-bottom: 40px;
}

.history_03_text h1 {
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    color:#b82530;
    margin-top: 120px;
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
}
.history_03_text span{
    color:#aaa;
    margin-bottom: 15px;
}
.history_03_section_text{
    display: inline-block;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    max-width: 860px;
}

.history_04_text h1 {
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    color:#b82530;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
}
.history_04_text span{
    color:#aaa;
    margin-bottom: 15px;
}

.history_04_image{
    display: flex;
    justify-content: center;
    gap: 100px 30px;
}

.history_04_section_text{
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}
.history_04_section_text p{
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    line-height: 2.4;
    letter-spacing: 0.1em;
}

.history_05_section{
    text-align: center;
    margin-bottom: 40px;
    
}
.history_05_text h1{
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    color:#b82530;
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    
}

.history_05_text span{
    color:#aaa;
    margin-bottom: 15px;
}
.history_05_section_text{
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    margin-bottom:60px;   
}

.history_05_section img{
    margin-bottom: 60px;
}

@media screen and (max-width:767px){
  .history_container h1{
     font-size: 3.6vw;
     line-height: 1.5;
     text-shadow: white 1px 1px 2px, white -1px 1px 2px,
	 white 1px -1px 2px, white -1px -1px 2px;
    }
    
  .history_heading_title {
     font-size:4.6vw;
     margin-top: 70px;
}
 
  .history_heading {
     margin: 0 auto;
     text-align: center;
     padding-right:15px;
     padding-left: 15px;
    
    }
    
 .history_heading_text{
     display:inline-block;
     text-align:left;
     width: auto;
     white-space: normal;
     line-height:2.2;
     margin-bottom: 20px;

　
    }
    
 .history_inner{
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px 30px 15px;
  
    }
.history_02_section {
    display: block;
    margin: 0 auto;
    text-align: center;
      
    }   
 .history_02_text h1 {
     font-size:4.6vw;
     margin-top:70px;
    }
 
 .history_lead_text02{
     margin-top:60px;  
     color:#5f8092;
     font-size:15px;
     letter-spacing: 0.1em;
     text-align: center;
    }
    
 .history_02_section_text {
    display: inline-block;
    text-align: left;
    margin-right: 0px;
    line-height:2.2;
   
    }
 
 .history_03_section {
    margin: 0 auto;
    text-align: center;
    padding-right:15px;
    padding-left: 15px;
               
    }
    
.history_03_section img {
    width:30%;
}   
 .history_03_text h1{
    font-size:4.6vw;
    margin-top: 70px;
}
    
 .history_03_section_text {
    display: inline-block;
    text-align: left;
    margin-right: 0px;
    line-height:2.2; 
    }    
    
 .history_04_section {
    margin: 0 auto;
    text-align: center;
    padding-right:15px;
    padding-left: 15px;
}

 .history_04_text h1 {
     font-size:4.6vw;
     margin-top:70px;   
            
    }
   
 .history_04_image{
     display:block;
    }
    
 .history_04_section_text p{
    line-height:2.2;
        
        
    }
    
 .history_05_section{
    margin: 0 auto;
    text-align: center;
    padding-right:15px;
    padding-left: 15px;
        
    }
   .history_05_text h1{
    font-size:4.6vw;
    margin-top:50px;
    text-align: center;
} 
 .history_05_section_text {
    line-height:2.2; 
    }   
}

/*ここから印章供養会*/

.kuyo_section{
    max-width:900px;
    display: block;
    margin: 0 auto;
    text-align: left;   

}


.kuyo_section h1{
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0.2em;
}

.kuyo_section p{
    line-height: 2.4;
    letter-spacing: 0.1em;
   
}
.kuyo_info {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0;
    border: solid 1px #dddddd;  
    }

.kuyo_section h2{
    font-family: Cormorant Infant, Noto Serif JP,serif;
    font-size:20px;
    color:#5f8092;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top:70px;
}

.kuyo_info_text_area{
    padding:30px;
}

.kuyo_info_text{
    margin-bottom: 20px;
}
.kuyo_section h3{
    font-family: Cormorant Infant, Noto Serif JP,serif;
    letter-spacing: 0.1em;
    margin-top: 50px;
    margin-bottom: 20px;
}
.kuyo_info ul{
    margin: auto 0;
    text-align: center;
}
.kuyo_section li{
    display: inline-block;
    text-align: left;
    line-height: 2.4;
    letter-spacing: 0.1em;  
}

.kuyo_section h4 {
    font-size:14px;
    margin-top: 20px;
    line-height:1.7;
    letter-spacing: 0.1em;  
}

.kuyo_tuka{
    text-align: center;
    font-family: Cormorant Infant, Noto Serif JP,serif;
    font-size: 23px;
    margin-top:60px;
    margin:bottom: 20px;
    
}
.image-box{
   margin: 0 auto;
   text-align: center;
}

.kuyo_tuka_text{
    max-width: 900px;
    display: inline-block;
    text-align: left;
}
@media screen and (max-width:767px){
    .kuyo_section{
        padding-left:15px;
        padding-right: 15px;
    
}
    .kuyo_section h1{
        font-size:4.4vw;
    }
    .kuyo_section h2{
        font-size:4.4vw;
    }
    
.kuyo_info_text_area{
    padding:5px;
}
.kuyo_info ul{
   padding: 0px;
}
    .kuyo_section h4 {
        padding:15px;
    }
}
/*ここからQ&A*/

#QandA-1 {
	width: 100%;
	font-size: 14px; /*全体のフォントサイズ*/
    counter-reset: number 0;
}
#QandA-1 h2 {
     text-align: center;
     font-family: Cormorant Infant, Noto Serif JP,serif;
     font-size:23px;
     margin-top:30px;
     margin-bottom: 50px;
}
#QandA-1 dt {
	background: #F2F5F7; /* 「Q」タイトルの背景色 */
	color: #5F8092; /* 「Q」タイトルの文字色 */
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.2em;
	padding: 8px;
	border-radius: 2px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
    counter-increment: number 1;
    content: "Q." counter(number) "";
}
#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
    line-height: 2.0;
    letter-spacing: 0.1em;
    
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
    
}

/********************************************************************/

/* 第二階層タイトル */

/********************************************************************/

/* 第二階層各ページタイトル */
.page_box .page_title h1,
.page_box .page_title h2,
.page_box .recently .section_title h2,
.page_box .use_emphasis_title .section_title h2 {
    padding: 15px 0px 10px;
    margin-bottom: 25px;
    color: #000000;
	text-align: center;
}

@media screen and (min-width: 710px) {
    .page_box .page_title h1,
    .page_box .page_title h2,
    .page_box .recently .section_title h2,
    .page_box .use_emphasis_title .section_title h2 {
        padding-bottom: 0px;
        margin-bottom: 40px;
    }
}

.page_box .page_title h2 .title_text {
    font-family:Cormorant Infant, Noto Serif JP,serif;
}

.itemdetail .page_title h1 {
    background-color: transparent;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;	
}

.fix_center .page_box .page_title_right_edge h2,
.fix_center .page_box .section_title_right_edge h2 {
    padding-right: 0px;
}


/********************************************************************/

/* 第二階層サブタイトル */

/********************************************************************/

/* 各ページサブタイトル */
.page_box .section_title h2,
.page_box .section_title h3 {
    padding: 10px;
    color: #000000;
	background-color: #EAEAEA;
    text-align: center;
    font-weight: bold;
}

.page_box .detail_contents .section_title h2,
.page_box .detail_contents .section_title h3 {
    font-family: Cormorant Infant, Noto Serif JP,serif;
}

.free_page_body .page_box .section_title h2 {
    background-color: #FFFFFF;
}

.product_review_list_area .section_title h3 {
    text-align: left;
    background-color: #FFFFFF;
}

.page_box .recently .section_title h2,
.page_box .use_emphasis_title .section_title h2 {
    background-color: transparent;
	padding: 10px 0px;	
}

.page_box #cart_preview .section_title h3 {
    margin-bottom: 10px;
}

.page_box .help_contents .section_title h4 {
    margin-top: 10px;
}

.page_box .section_title h4 {
    padding: 10px 5px;
	border-bottom: 1px solid #A6A6A6;
}

.page_box .page_contents .search_result_title h3 {
    margin-top: 10px;
}

.page_box .ajax_item_box .section_title h2::after,
.page_box .ajax_item_box .section_title h3::after {
    display: none;
}


/********************************************************************/

/* 第二階層小項目タイトル */

/********************************************************************/

.contents_title {
    padding: 8px 5px;
	background-color: #EAEAEA;
    font-weight: bold;
    font-size: 116%;
    color: #000000;
}

.rules_title {
    font-weight: bold;
}


/********************************************************************/

/* フォームタイトル */

/********************************************************************/

.form_title {
    border-bottom: 1px solid #A6A6A6;
    padding: 8px 5px;
    font-weight: normal;
    font-size: 116%;
    color: #000000;
}

.shoppingcart_page_body .page_box .form_area .form_title {
	border-bottom: 1px dotted #A6A6A6;
}

.form_inner_title {
    border-bottom: 1px dotted #A6A6A6;
    font-weight: bold;
    color: #000000;
}


/********************************************************************/

/* タイトル文字サイズ */

/********************************************************************/

.page_title h1,
.page_title h2,
.section_title h1,
.section_title h2 {
    font-size: 120%;
    font-weight: normal;
	/*font-weight: bold;*/
}

.page_title h1 .title_text,
.page_title h2 .title_text,
.main_box h2 .title_text {
	font-size: 150%;
}

.recently h2 .title_text {
    font-size: 90%;	
}

@media screen and (min-width: 375px) {
    .recently h2 .title_text {
        font-size: 93%;	
    }
}

@media screen and (min-width: 710px) {
    .page_title h1 .title_text,
    .page_title h2 .title_text,
    .main_box h2 .title_text {
	    font-size: 200%;
    }
}

.lower_link_box .main_box .section_title h2 .title_text {
    font-size: 100%;	
}

.page_title h3,
.section_title h3 {
    margin: 0px;
    font-size: 116%;
    font-weight: normal;
}

.page_box .section_title h2,
.page_box .section_title h3 {
    margin: 0px 2px;
}

.page_title h4,
.page_title h5,
.page_title h6,
.section_title h4,
.section_title h5,
.section_title h6 {
    margin: 0px;
    font-size: 100%;
    font-weight: bold;
}

.shoppingcart_page_body .section_title h4 {
    margin: 0px;
    font-size: 116%;
    font-weight: normal;
}


/********************************************************************/

/* メインコンテンツ */

/********************************************************************/

/********************************************************************/

/* 一覧
・写真のみ表示
・説明付き表示
・商品一覧ページ(写真のみ、説明付き)
・最新情報、店長日記
・ソート
*/

/********************************************************************/
/*コンセプト*/

/*.concept_top{
    font-family: Cormorant Infant, Noto Serif JP, serif;
    color:#aaaaaa;
}*/

/* コンセプト全体のスタイル */
  .concept {
　text-align: right;
      }
      /*.position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #fafafa;
center / cover;*/


/* タイトル部分のスタイル */
.concept_title_box{
     display: flex;
     justify-content: flex-end;
    margin-top:40px;
}
.concept_title_text {
   font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
   display: inline-block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  text-align:left;
  font-size: 29px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  padding-right:220px;
  
}
.concept_box_1{
    display:flex;
}
.concept_box_1 p{
    margin-top:-100px;
    text-align: left;
    padding-left:80px;
}

.concept_box_1_text{
    font-family: Noto Sans Jp;
    padding-top:200px;
    font-size: 16px;
    line-height:2.0;
    letter-spacing: 0.1em;  
    
}

/*#img-wrap {
  opacity: 0;
  animation: fadeIn 6s forwards;
}*/


/* アニメーション定義 */
/*@keyframes fadeIn {
  to {
    opacity: 1;
  }
}*/

#fade-in-text {
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(50%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 4s forwards; /* フェードインアニメーションの設定 */
}
#fade-in-text_2 {
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(10%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 3s forwards; /* フェードインアニメーションの設定 */
   animation-delay:2s;
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}
.concept_box_2{
    margin-top:80px;
    text-align:right;
}
.concept_box_3{
    display:flex;
}
.concept_box_3 p{
    text-align:left;

}

.concept_box_3_text{
    order:2;
    font-family: Noto Sans Jp;
    padding-top:100px;
    padding-left:110px;
    font-size: 16px;
    line-height:2.0;
    letter-spacing: 0.1em;  
    padding-right:0px;
    
}
.concept_box_3_text span{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin-top:40px;
    padding-bottom:30px;
    font-size:29px;
    line-height: 1.7;
     border-bottom: 1px solid #000;
    display: inline-block;
}
#fade-in-text_4 {
    order:1;
    
}

.concept_box_4_text{
    margin-top:100px;
    font-family: Noto Sans Jp;
    font-size: 16px;
    line-height:2.0;
    letter-spacing: 0.1em;  
}
.concept_box_4_text span{
    font-weight:bold;
}
.concept_box_4_message{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin-top:40px;
    font-size:29px;
    line-height: 1.7;
    margin-top:120px;
}
.concept_box_4_text_2{
    font-family: Noto Sans Jp;
    font-size: 16px;
    line-height:2.0;
    letter-spacing: 0.1em;  
}

.concept_box {
   display:flex;
   justify-content: center;
   align-items: center;
   margin-top: 20px;
   margin-bottom: 10px;
}
    


@media screen and (max-width: 710px) {
    .concept{
        padding-right:15px;
        padding-left:15px;
        margin-top: -40px;
  
    }
  .concept_title_text {
    writing-mode: horizontal-tb;
    font-size: 3.2vh;
    margin: 0 auto;
    padding: 0px;
}
   .concept_box_1{
    margin-top: 30px;
    display:block;
}
    .concept_box_1 p{
    margin-top:20px;
    padding-left:0px;
    padding-right: 0px;
}
    .concept_box_1_text{
    font-family: Noto Sans Jp;
    padding-top:30px;
    padding-right:0px;
    font-size: 2.0vh;
    line-height:1.8;
    letter-spacing: 0.1em;    
}
  #fade-in-text {
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(40%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 4s forwards; /* フェードインアニメーションの設定 */
}
#fade-in-text_2 {
   padding-right:0px;
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(1%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 3s forwards; /* フェードインアニメーションの設定 */
   animation-delay:3s;
}
    .concept_box_2{
        margin-top:0px;
    }
    .concept_box_3{
    display: block;
    }
    #fade-in-text_3{
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(40%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 3s forwards; /* フェードインアニメーションの設定 */  
    animation-delay:3s;    
    } 
.concept_box_3_text span{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;margin-top:40px;
    padding-bottom:0px;
    font-size:2.8vh;
    line-height: 1.7;
     border-bottom: 1px solid #000;
}
    .concept_box_3_text{
     padding-top:0px;
     padding-left:10px;
     font-size: 2.0vh;
     line-height:1.8;
     letter-spacing: 0.1em;    
     margin-bottom:40px;
    }
    
    #fade-in-text_4{
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(20%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 3s forwards; /* フェードインアニメーションの設定 */  
        animation-delay:5s;    
    } 
    .concept_box_4_text{
     margin-top: 0px;
     font-size: 2.0vh;
     line-height:1.8;
     letter-spacing: 0.1em;    
    }
    .concept_box_4_message{
        font-size:2.7vh;
        margin-top:70px;
        
    }
    .concept_box_4_text_2{
     font-size: 2.0vh;
     line-height:1.8;
     letter-spacing: 0.1em;    
    }
    }
@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
    }
}
/* テキスト部分のスタイル */
.concept_text {
    font-family: Cormorant Infant, Noto Serif JP, serif;
    font-size: 18px;
    margin-top: 60px;
    line-height:  2.3; /* 行間 */
    text-align: center; }

.concept_box_text{
  font-family: Cormorant Infant, Noto Serif JP, serif;
    font-size: 18px;
    margin-top: 70px;
    line-height:  2.3; /* 行間 */
    text-align: right;
    padding-right:100px;
}

.concept_box_text_end {
  font-family: Cormorant Infant, Noto Serif JP, serif;
    font-size: 18px;
    margin-top: 70px;
    line-height:  2.3; /* 行間 */
    text-align: center; 
}
    

@media screen and (max-width: 710px) {
   
    .concept_text {
    font-family: Cormorant Infant, Noto Serif JP, serif;
    font-size:15px;
    margin-top:20px;
    }
    .concept_box_text{
   font-family: Cormorant Infant, Noto Serif JP, serif;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 50px;
    line-height:  2.2; /* 行間 */
    padding:0px;
    text-align: center;
}
    .concept_box {
   display:block;
   justify-content: center;
   align-items: center;
   padding: 0px;
}
    .concept_box_text_end {
  font-family: Cormorant Infant, Noto Serif JP, serif;
    font-size: 15px;
    margin-top: 20px;
    line-height:  2.2; /* 行間 */
    text-align: center; 
}
    .concept_box_image{
        width:200px ;
        margin: 0 auto;
         height: auto;
    }
}



/*--------------------------------------*/

/* 写真のみ表示  */

/*--------------------------------------*/

/* サムネイル写真 */
.layout_photo .list_item_photo {
    padding: 5px 0;
    text-align: center;
}

/* 一覧枠 */
.layout_photo .list_item_data {
    padding: 5px 1px;
	text-align: left;
}

/* もっと見る */
.more_item {
    padding: 20px 5px 60px 5px;
    text-align: center;
}

@media screen and (min-width: 710px) {
    .more_item {
        padding-top: 40px;
    }
}

.more_item .general_btn {
    padding: 10px 80px 10px 80px;
    font-size: 110%;
    font-weight: normal;
    letter-spacing:0.2em;
    color: #c6ae78;
    border: 1px solid #c6ae78;
}

.use_hover .more_item .general_btn:hover {
    background-color: #c6ae78;
    color: #FFFFFF;
}

#container .more_item .general_btn .fa {
    padding:10px 3px;
    color: #c6ae78;
}

.use_hover #container .more_item .general_btn:hover .fa {
    color: #FFFFFF;
}

/* 写真のみ文字サイズ */
.layout_photo .item_data_link {
    font-size: 93%;
}

.layout_photo .item_data_link .goods_name {
    font-family:Roboto, Noto sans JP, sans-serif;
    font-size: 105%;
}

.layout_photo .col2 .item_data_link {
    font-size: 93%;
}


/*--------------------------------------*/

/* 説明付き */

/*--------------------------------------*/

/* リンク */
.layout_column_text .list_item_box,
.layout_text .not_link {
    border-bottom: 1px solid #000000;
}

.list_item_data p.item_desc {
    color: #000000;
}


/*--------------------------------------*/

/* 商品一覧  */

/*--------------------------------------*/

/* 商品、記事一覧マウスオーバー */
.use_hover .item_list .item_data_link:hover,
.use_hover .item_list .list_item_link:hover {
    opacity: 0.7;
}

/* 商品名 */
.item_name {
    font-family: Roboto, Noto sans JP, sans-serif;
    font-size: 12px;
    color:#1c1c1c;
    letter-spacing:0.1em;
    line-height: 1.7;
    
}

.list_item_data p.item_name {
    margin-bottom: 3px;
}

/* 販売価格 */
.price {
    padding: 5px 0px;
    font-family:Roboto, Noto sans JP, sans-serif;
    color: #aaaaaa;
    font-size:15px;
    font-weight: 300;

}

.price .selling_price,
.price .regular_price {
    padding: 2px 0px;
}

/* 通常販売価格 */
.price .regular_price {
    font-size:13px;
    color: #AAAAAA;
    font-weight: normal;
    display: block;
}

.item_box .text_layout .regular_price {
    display: inline;
}

/* 希望小売価格、税込価格 */
.item_box .retail_price,
.item_box .tax_incl_price {
    color: #666666;
    font-weight: normal;
    word-break: normal;
}

/* 在庫あり */
.stock {
    color: #666666;
    font-size: 93%;
}

/* 在庫僅か */
.lowstock {
    color: #990000;
}

/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
    color: #777777;
}

/* レビュー件数 */
.item_info .review_number {
    color: #000000;
}

/* 商品一覧ランキングNo. */
.rankno {
    color: #000000;
    border: 1px solid #A6A6A6;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	white-space: nowrap;
}


/*--------------------------------------*/

/* 記事一覧  */

/*--------------------------------------*/

/* タイトル */
.list_subject {
    padding: 5px 0px;
}

/* 日付 */
.date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
}


/*--------------------------------------*/

/* ソート */

/*--------------------------------------*/

.sort {
    border-bottom: 1px solid #A6A6A6;
}

.sort_toggle .toggle_open {
    padding: 7px;
    background-color: #EAEAEA;
    border: 1px solid #A6A6A6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
}

.sort_toggle .toggle_open:hover {
    background-color: #D6D6D6;
}

/* ソート項目枠 */
.sort_item {
    padding: 10px;
    border-left: 1px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}

.sort_box {
    padding: 5px;
    margin: 3px;
    border-bottom: 1px solid #EAEAEA;
}

.sort_item .global_btn {
    padding: 5px;
    text-align: center;
}

/* 件数 */
.item_count {
    font-size: 93%;
}


/********************************************************************/

/* 写真 */

/********************************************************************/

#photo .fix_center {
    max-width: 100%;
}

#photo {
    background-color: #FFFFFF;
}


/********************************************************************/

/* スライド */

/********************************************************************/

/* スライド送りボタン */
.slider_box .swiper-pagination-bullet,
.swipe_list .pointer span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #A6A6A6;
    border-radius: 50%;
    cursor: pointer;
}

/* 現スライド */
.slider_box .swiper-pagination-bullet-active,
.swipe_list .pointer span.current {
    background-color: #A6A6A6;
    border: 1px solid #A6A6A6;
}

#photo .slider_box .swiper-pagination-bullet,
#photo .swipe_list .pointer span,
#photo .slider_box .swiper-pagination-bullet-active,
#photo .swipe_list .pointer span.current {
    border: none;
}

/* 前へ、次へアイコン */
.swipe_list .pointer_box span.pointer_prev,
.swipe_list .pointer_box span.pointer_next,
.swiper-button-prev,
.swiper-button-next {
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.use_hover .swiper-button-prev:hover,
.use_hover .swiper-button-next:hover {
    background-color: #A6A6A6;
}

.use_hover .slider_box .swiper-button-disabled:hover {
    background-color: #F5F5F5;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
}

/* 前へアイコン画像 */
.swipe_list .pointer_box span.pointer_prev,
.swiper-button-prev {
    background-image: url(img/icon_prev.png);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}

.use_hover .swipe_list .pointer_box span.pointer_prev:hover,
.use_hover .itemlist_box .swiper-button-prev:hover {
    background-image: url(img/icon_prev_on.png);
}

/* 次へアイコン画像 */
.swipe_list .pointer_box span.pointer_next,
.swiper-button-next {
    background-image: url(img/icon_next.png);
    -webkit-background-size: 20px 40px;
    background-size: 20px 40px;
}

.use_hover .swipe_list .pointer_box span.pointer_next:hover,
.use_hover .itemlist_box .swiper-button-next:hover {
    background-image: url(img/icon_next_on.png);
}

@media screen and (max-width: 840px) {
    .swipe_list .pointer_box span.pointer_prev,
    .swipe_list .pointer_box span.pointer_next,
    .swiper-button-prev,
    .swiper-button-next {
        -webkit-background-size: 10px 20px;
        background-size: 10px 20px;
        background-color: #FFFFFF;
    }
}

/*FVスライドアイコンの非表示*/
.lower_slider_controller .swiper-button-next{
    display:none;
}
.lower_slider_controller .swiper-button-prev{
    display:none;
}

.fa-home:before{
    display: none;
}

.fa-bell:before{
      display: none;
}

.fa-folder-o:before{
      display: none;
}

.fa-file-text:before{
     display: none;
}

.fa-pencil:before{
    display: none;
}

/*フッターアイコンを消した*/
.inner_footer_nav .menu_nav_icon, .inner_itemlist_nav .menu_nav_icon, .inner_main_nav .menu_nav_icon, .inner_popup_nav .menu_nav_icon, .inner_side_nav .menu_nav_icon {
    display:none;
}

/********************************************************************/

/* 第二階層 */

/********************************************************************/

.page_box {
    color: #000000;
}

/* 共通説明 */
.page_desc {
    padding: 10px;
}

/* 共通ボックス */
.global_info {
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
    padding: 10px;
}

.popup_page #main_container,
.popup_page .btn_box {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.popup_page .page_contents {
    background-color: #EAEAEA;
    padding-top: 1px;
}


/********************************************************************/

/* 商品詳細 */

/********************************************************************/

/* 商品情報　各ブロック */
.detail_section {
    border-bottom: 1px solid #A6A6A6;
}

@media screen and (min-width: 710px) {
    .page_title h1 .title_text, .page_title h2 .title_text, .main_box h2 .title_text {
        font-size: 180%;
    }
}

/* 商品情報　商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
    font-size: 100%;
    /*font-weight: bold;*/
    font-family: Roboto, Noto sans JP, sans-serif;
    margin-bottom: 10px;
}

.product_desc{
    font-family: Roboto, Noto serif JP, sans-serif;
}


/* 商品詳細　価格エリアdivタグ間余白 */
.detail_item_data .section_box {
    margin-bottom: 10px;
}

/* 商品詳細　価格エリア項目間余白 */
.detail_item_data .section_box p {
    margin-bottom: 5px;
}

/* 商品詳細　販売価格 */
.detail_item_data .selling_price {
    font-size: 123.1%;
    word-break: normal;
}

/* 商品詳細　販売価格金額 */
.detail_item_data .selling_price .figure {
    /*font-weight: bold*/
    font-size: 90%;
}

/* 商品詳細　通常販売価格 */
.detail_item_data .regular_price {
    font-size: 85%;
}

/* 商品詳細　希望小売価格、税込価格 */
.detail_item_data .retail_price,
.detail_item_data .tax_incl_price {
    color: #666666;
    font-weight: normal;
}

/* 商品詳細　販売価格ラベル */
.detail_item_data .selling_price {
    font-weight: normal;
   
}

.tax_label {
    font-size: 70%;
}

/* 商品詳細　在庫 */
.detail_item_data .stock {
    font-size: 108%;
    font-weight: bold;
}

/* 商品情報　商品説明 */
.item_desc {
    margin: 0px;
    font-family:Roboto, Noto sans JP, sans-serif;
}

/* 価格変動注意書き */
.price_desc {
    font-size: 77%;
}

/* 商品仕様 */
.detail_spec_data {
    margin: 0px;
}

/* 他の写真枠 */
.other_item_data {
    margin: 0px;
}

.other_item_data .global_photo {
    text-align: center;
}

/* 他の写真説明 */
.other_photo_desc {
    margin: 0px;
}

/* ソーシャルツール */
.social_tool {
    padding-bottom: 5px;
}

/* バリエーション在庫表 */
.variation_stock_list {
    margin-bottom: 5px;
}

.variation_selection_box button {
    border-radius: 5px;
}

/* バリエーション、オーダーメイド項目間余白 */
.variation_item,
.order_item {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* オーダーメイド項目 */
.order_item {
    border-bottom: 1px dotted #A6A6A6;
}

.ordermade .bottompos {
    border-bottom: none;
}

/* 在庫数のラベルなし */
.hidden_stock .stocklist_data {
    text-align: center;
}

/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
    background-color: #D6D6D6;
    color: #000000;
}

.variation_stock_list .data_table .selected_data {
    background-color: #D6D6D6;
}


/*--------------------------------------*/
/* バリエーション選択のポップアップ */

/* ポップアップ枠 */
.popup_variation,
.popup_area {
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
}

.popup_variation_selection,
.popup_section {
    border-bottom: 1px solid #E0DFE3;
}

/* バリエーション項目ボタン */
.popup_variation_button,
.item_selection_button {
    background-color: #F5F5F5;
    border: 2px solid #CCCCCC;
}

/* 選択中 */
.selected_option .popup_variation_button,
.selected_option .item_selection_button {
    background-color: #EAEAEA;
    border: 2px solid #000000;
    color: #000000;
}

/* 変更、選択してくださいボタン */
.popup_variation_edit_button,
.popup_variation_select_button,
.item_select_operation_button {
    background-image: url(img/btn_main.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #F5F5F5;
    color: #333333;
}

.popup_variation_value,
.variation_selection_value,
.item_selection_value {
    color: #000000;
    font-weight: bold;
}

/* 選択済み枠 */
.variation_selection_box .validation_selection_selected_all,
.use_hover .variation_selection_box .validation_selection_selected_all:hover {
    background-color: #EAEAEA;
    border: 2px solid #A6A6A6;
    color: #000000;
}

.validation_selection_selected_all .variation_selection_msg_text {
    background-color: #666666;
    color: #FFFFFF;
}


/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
    margin-top: 5px;
}

/* サムネイル写真 */
.thumbnail .thumbnail_btn {
    border: 2px solid #FFFFFF;
}

.thumbnail .current .thumbnail_btn {
    border: 2px solid #000000;
}

/* サムネイル写真枠サイズ */
.thumbnail_listbox {
    width: 60px;
}


/*************************************************************/

/* レビュー */

/*************************************************************/

.large_rating_icon .rating_point {
    font-size: 153.9%;
}

.medium_rating_icon .rating_point {
    font-size: 123.1%;
}

/* 星ポイント */
.rating_point {
    margin-left: 10px;
    color: #EF9D35;
}

/* レビュー数 */
.review_number {
    margin-left: 10px;
}

/* グラフ */
.bar_graph {
    background-color: #EF9D35;
}

/* 年代 */
.rating_age {
    font-size: 93%;
}

/* 分析レポート内レビュー数 */
.rating_number A {
    font-size: 93%;
}

/* レビュー一覧 */
.review_data {
    border-bottom: 1px dotted #000000;
}

.mypagereview_contents .review_data {
    border-bottom: none;
}

/* レビュータイトル */
.review_title {
    font-size: 123.9%;
    font-weight: bold;
}

.product_review_item .page_title {
    margin-bottom: 30px;
}

.product_review_item .page_title .title_note,
.item_box .page_title .title_note {
    display: block;
	margin-top: 5px;
	font-size: 77%;
}

@media screen and (min-width: 710px) {
	.product_review_item .page_title .title_note,
	.item_box .page_title .title_note {
	    font-size: 85%;
    }
}

.itemdetail .review_data .review_title,
.mypagereview_contents .review_data .review_title {
    font-size: 108%;
}

/* 登録日 */
.review_postdate {
    background-color: #EAEAEA;
}

/* メモ */
.review_note {
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}

.detail_page_body .review_note {
    border-top: 1px solid #A6A6A6;
    border-bottom: none;
}

/* ショップオーナー返信 */
.owner_note {
    border-bottom: 1px solid #A6A6A6;
}

/* ショップオーナーヘッダー */
.owner_header {
    font-size: 93%;
    color: #00BF60;
}

/* ショップオーナー登録日 */
.owner_postdate {
    display: inline-block;
    margin-left: 5px;
}

/* 参考質問数字 */
.user_number {
    font-size: 123.9%;
    font-weight: bold;
    color: #EF9D35;
}

/* 参考質問ボタン */
.review_vote_btn {
    display: block;
    margin-top: 5px;
}

/* 商品一覧レビュー数 */
.itemlist .review_number {
    font-size: 85%;
    margin-left: 5px;
}

/* 商品詳細レビュー数 */
.review_list .review_number {
    font-size: 93%;
}

/* 商品詳細ヘッダー */
.detail_review_header {
    padding-top: 10px;
}

/* 商品詳細、マイページレビュー管理ボタン */
.review_admin .global_btn {
    border-top: 1px solid #EAEAEA;
    text-align: center;
}

.detail_review_header .global_btn {
    text-align: center;
}


/********************************************************************/

/* ログイン */

/********************************************************************/

/* ID、PW枠 */
.signin_box .id_box,
.signin_box .pass_box {
    margin: 0px;
}

/* ID、PWタイトル */
.signin_box .id_title,
.signin_box .pass_title {
    margin-bottom: 10px;
    border-bottom: 1px solid #A6A6A6;
    font-size: 116%;
    font-weight: bold;
}

.signin_box .password .global_link {
    font-size: 85%;
}

/* 新規登録枠 */
#register_form {
    padding-top: 20px;
    border-top: 1px solid #A6A6A6;
}


/********************************************************************/

/* カート */

/********************************************************************/

/* カートの中身各枠 */
.inner_cart_data {
    margin-bottom: 10px;
    border: 1px solid #A6A6A6;
    background-color: #FFFFFF;
    border-radius: 5px;
}

/* 各項目枠 */
.cart_section {
    border-top: 1px dotted #A6A6A6;
}

/* 区切り線 */
.top_separator {
    border-top: 1px solid #A6A6A6;
}

.bottom_separator {
    border-bottom: 1px solid #A6A6A6;
}

/* 各項目ラベル */
.cart_label {
    font-weight: normal;
}

/* ボタン中央寄せ */
.cart_inner_btn {
    text-align: center;
}

/* 小計、送料 */
.cart_sub_total_price,
.cart_shipping_charge {
    text-align: right;
}

/* 合計 */
.cart_footer {
    text-align: right;
}

.grand_total {
    display: inline-block;
    border-bottom: 2px solid #A6A6A6;
    margin-bottom: 15px;
}

.grandtotal_price {
    font-size: 153.9%;
    color: #990000;
}

/* 買い物を続ける */
.continue_shopping {
    text-align: right;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}

/* 送り主、お届け先追加変更ボタン */
.cart_recipient .global_btn {
    text-align: center;
}

/* お届け先名 */
.cart_recipient_title {
    border-left: 5px solid #A6A6A6;
}

/* ラジオボタン選択の強調表示 */
.checked_row {
    background-color: #EAEAEA;
}

.form_area .checked_row > .form_title,
.form_inner_area .checked_row > .form_inner_title {
    color: #000000;
}

.checked_row .global_info {
    background-color: #FFFFFF;
    padding: 10px;
}

/* リピータ向け決済機能用 */
.inner_global_info {
    padding: 0px;
}

/* クーポン/ポイント枠 */
.toggle_box .cart_point,
.toggle_box .box_padding,
.toggle_box .cart_point_notice {
    margin: 1px;
}


/* クーポン/ポイント変更時の金額を更新ボタン欄、強調表示背景 */
.notice_box .form_btn_spad {
    background-color: #FFFEBF;
}

#cart_remarks,
#cart_quantity,
#cart_questionnaire {
    margin-top: 10px;
}

.shoppingcart_page_body .page_box .section_title h3 {
    padding: 10px;
    background-color: #EAEAEA;
    font-weight: bold;
    text-align: left;
    color: #000000;
}


/*************************************************************/

/* ステップ表 */

/*************************************************************/

.step_list {
    margin: 10px 0px;
    padding: 0px 2px;
}

/* ステップ表 各枠背景 */
.step_data {
    background-color: #EAEAEA;
    border-bottom: 1px solid #A6A6A6;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}

/* ステップ表 右端 */
.step_list .posright .step_data {
    border-right: none;
}

/* ステップ表 各枠　現ページ */
.step_check .step_data {
    background-color: #A6A6A6;
}

/* ステップ表 文字 */
.step_data span {
    color: #A6A6A6;
}

/* ステップ表 ステップ数 */
.step_data .step_number {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* ステップ表 現ページ文字 */
.step_check .step_data span {
    color: #FFFFFF;
}


/********************************************************************/

/* 最新情報、店長日記 */

/********************************************************************/

/* 日付 */
.article_date {
    border-bottom: 1px dotted #A6A6A6;
    margin-bottom: 10px;
}

.format {
    font-size: 77%;
}

/* 記事 */
.ph_article {
    font-size: 108%;
}

/* バックナンバー */
.count_number {
    font-size: 93%;
}


/********************************************************************/

/* ご利用案内 */

/********************************************************************/

/* 上部ページ内リンクのナビゲーション */
.anchor_nav_area .nav_btn {
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
}

.use_hover .anchor_nav_area .nav_btn:hover {
    background-color: #EAEAEA;
	border: 1px solid #A6A6A6;
}

.anchor_nav_area {
    margin-bottom: 25px;
}

.help .section_title h3 {
    text-align: left;
}

/* 各ブロック */
.help_contents .inner_contents_box {
    margin-bottom: 10px;
}

.help_step,
.help_payment {
    padding-bottom: 5px;
}

/* 説明各ブロック */
.help_data {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 93%;
}

/* 推奨環境 */
#spec_contents dt {
    font-weight: bold;
    padding-bottom: 5px;
}

#spec_contents dd {
    border: 1px dotted #A6A6A6;
}


/********************************************************************/

/* 特定商取引法 */

/********************************************************************/

/* 各欄枠 */
.contents_desc {
    padding: 10px 5px;
}


/********************************************************************/

/* メールマガジン */

/********************************************************************/

/* 登録、解除タイトル */
.mailmagazine_box .mailmagazine_subscribe_title,
.mailmagazine_box .mailmagazine_unsubscribe_title {
    border-bottom: 1px solid #A6A6A6;
    margin-bottom: 10px;
    font-size: 116%;
    font-weight: bold;
}


/********************************************************************/

/* マイページ */

/********************************************************************/

/* ポイント */
.member_contents .point_number {
    font-size: 138.5%;
    font-weight: bold;
    color: #990000;
}

/* リンク枠 */
.link_box .global_iconleft {
    display: block;
    margin-bottom: 10px;
}

/* 注意書き */
.mypage_note {
    font-size: 93%;
    line-height: 140%;
}

/* マイページ共通　送り主　お届け先 */
.mypage_recipient {
    padding: 5px 0px;
    font-size: 108%;
}


/*************************************************************/

/* 購入履歴 */

/*************************************************************/

/* 商品名 */
.history_data_list .item_name {
    font-weight: normal;
    color: #000000;
}

.mypage_history_detail_contents .cart_price_box {
    margin-bottom: 20px;
}


/*************************************************************/

/* 送り主、お届け先 */

/*************************************************************/

/* 住所 */
.recipient_data_list .user_address {
    font-weight: normal;
    color: #000000;
}


/*************************************************************/

/* お気に入り */

/*************************************************************/

/* 登録日、メモ */
.item_registration_date,
.item_memo {
    font-size: 93%;
}

/* 商品説明 */
.favorite_contents .item_desc {
    padding: 5px 0px;
    margin: 5px 0px;
    border-top: 1px dotted #A6A6A6;
    border-bottom: 1px dotted #A6A6A6;
}

/* メモ */
.item_memo_text {
    background-color: #EAEAEA;
    border: 1px solid #A6A6A6;
    color: #000000;
}


/*************************************************************/

/* 複数選択 */

/*************************************************************/

/* 複数削除 */
.bulk_btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* 複数選択 */
.inner_bulk_check_box {
    background-color: #F5F5F5;
}

.layout_column_text .inner_bulk_check_box,
.layout_text .inner_bulk_check_box {
    background-color: #F5F5F5;
}

.bulk_mode .layout_column_text .list_item_box,
.bulk_mode .layout_column_text .not_link,
.bulk_mode .layout_text .not_link {
    border-bottom: none;
}

/* 一括削除時の下部ボタン枠 */
.bulk_mode .fixed_bottom {
    background-color: #F5F5F5;
    border-top: 1px solid #333333;
}

/* 数量表示バッジ */
.badge {
    background-color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}


/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
    margin-bottom: 5px;
}

/* 記事枠レス */
.post_box_res {
    padding-left: 20px;
}

/* 記事ヘッダー */
.post_box .data_table .cell_header,
.post_box .data_table .cell_data {
    background-color: #EAEAEA;
    font-weight: normal;
}

/* 記事ヘッダー下部余白 */
.post_box .data_table {
    margin-bottom: 5px;
}

/* 記事ヘッダー中央寄せ */
.post_box .res_cell,
.post_box .toggle_cell,
.post_box .replay_cell {
    text-align: center;
}

.post_title,
.post_user,
.post_day,
.post_number {
    padding: 2px 0px;
}

/* 記事タイトル */
.post_title {
    font-weight: bold;
    font-size: 14px;
}

/* 記事ユーザー */
.post_user {
    font-size: 11px;
}

/* 記事投稿日 */
.post_day {
    font-size: 11px;
}

/* 記事No */
.post_number {
    font-size: 13px;
}

/* URL */
.post_url {
    font-size: 13px;
}

/* 記事コメント */
.bbs_comments {
    border: 1px solid #A6A6A6;
}

/* 記事検索 */
.bbs_search .btn_color_common,
.bbs_search A.btn_color_common:link,
.bbs_search A.btn_color_common:visited,
.bbs_search A.btn_color_common:hover,
.bbs_search A.btn_color_common:active {
    border-radius: 5px;
}

/* 検索文字強調 */
.result_emphasis {
    background-color: #FFFF73;
}

/* 検索前に戻る */
.bbs_search .global_link {
    margin-left: 10px;
}

/* 記事開閉 */
#bbs_toggle {
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}

/* 記事投稿欄 */
.bbs_post_form {
    border: 1px solid #A6A6A6;
}

#bbs_post, #bbs_edit {
    padding-top: 20px;
}

#bbs_post.upper_bbs_post_box {
    padding-top: 0px;
}

#bbs_post.contents_box {
    padding-bottom: 30px;
}

@media screen and (max-width: 840px) {
    #bbsedit_contents .search_label {
        min-width: 80px;
    }
    #bbsedit_contents .dispinlineblock {
        display: block;
    }
}


/*************************************************************/

/* 関連ページ */

/*************************************************************/

/* 内容 */
.link_desc_box {
    border-top: 1px solid #000000;
}


/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* スタッフ画像 */
.staff_photo,
.pstaff_photo {
    text-align: center;
    margin-top: 10px;
}

/* プロフィール項目 */
.staff_contents dt,
.pstaff_contents dt {
    border-top: 1px solid #000000;
    font-weight: bold;
}

/* プロフィール内容 */
.staff_contents dd,
.pstaff_contents dd {
    border-top: 1px solid #000000;
}

.staff_profile_desc {
    background-color: #EAEAEA;
}


/********************************************************************/

/* カレンダー */

/********************************************************************/

/* カレンダーヘッダー */
.calendar_data {
    padding: 15px 0px;
}

.cal_month {
    padding-bottom: 15px;
    text-align: center;
}

.cal_month .prev_month,
.cal_month .next_month,
.cal_month .this_month {
    padding: 0px 10px;
}

.cal_month span.prev_month,
.cal_month span.next_month {
    padding: 0px 5px;
    font-weight: bold;
    cursor: pointer;
    color: #A6A6A6;
}

/* 今月 */
.this_month {
    font-size: 123.1%;
    font-weight: bold;
}

.side_col .this_month {
    font-size: 14px;
    padding: 0px;
}

.side_col .next_month,
.side_col .prev_month {
    font-size: 13px;
    padding: 0px;
}

/* カレンダー枠線 */
.calendar_data .data_table th.cell_header,
.calendar_data .data_table td.cell_data {
    border: 1px solid #A6A6A6;
}

/* カレンダー曜日セル */
.calendar_data .cal_day_header {
    font-size: 85%;
}

/* カレンダー各セル */
.calendar_data .data_table .cal_day_cell {
    width: 14%;
    height: 60px;
    vertical-align: top;
}

/* 日曜日 */
.sun .cal_day {
    color: #CC0000;
}

/* 土曜日 */
.sat .cal_day {
    color: #3399CC;
}

/* 今日 */
.calendar_data .today {
    font-weight: bold;
}

/* イベント一覧 */
.event_list li {
    border-bottom: 1px solid #A6A6A6;
}

/* イベント内容 */
.event_data {
    padding: 10px 0px;
}

/* イベント名 */
.event_name {
    font-weight: bold;
    line-height: normal;
}

/* アイコン画像 */
div.event_icon {
    text-align: center;
}

div.event_icon img {
    margin: 0px 1px;
}

span.event_icon {
    margin-right: 5px;
}

/* 定休日 */
.calendar_data .holiday,
.holiday_icon {
    background-color: #FBFAEA;
}

.holiday_icon {
    border: 1px solid #666666;
    display: inline-block;
    width: 15px;
    height: 15px;
}

/* イベント説明 */
.event_desc {
    font-size: 93%;
    padding: 5px;
}

/* 左右カラム */
.side_col .cal_day {
    font-size: 85%;
}

.side_col .data_table th.cell_header,
.side_col .data_table td.cell_data {
   padding: 2px;
}

.side_col .calendar_data .data_table .cal_day_cell {
    height: auto;
}


/********************************************************************/

/* table */

/********************************************************************/

/* thタグ、tdタグ */
.data_table .cell_header,
.data_table_header,
.data_table .cell_data {
    padding: 5px;
    border: 1px solid #A6A6A6;
}

/* thタグ */
.data_table .cell_header,
.data_table_header {
    background-color: #EAEAEA;
    color: #000000;
}

/* tdタグ */
.data_table .cell_data {
    background-color: #FFFFFF;
    color: #000000;
}


/********************************************************************/

/* フォーム */

/********************************************************************/

.list_icon_circle {
    color: #000000;
}

/* フォーム項目 */
.form_element,
.form_inner_element {
    padding: 10px;
}

/* 必須項目 */
.require {
    color: #CC0000;
    font-weight: bold;
}

abbr.require {
    border: none;
    cursor: default;
}

/* 注意書き */
span.cell_note {
    font-size: 85%;
    font-weight: normal;
}

/* メールアドレス欄 */
.confirm_email {
    border-color: #E0DFE3;
    background-color: #EAEAEA;
}


/********************************************************************/

/* 入力エリア */

/********************************************************************/

/* 標準 */
.form_data .defaultsize {
    width: 170px;
}

/* 特小 */
.form_data .xsmallsize {
    width: 60px;
}

/* 小 */
.form_data .smallsize {
    width: 80px;
}

/* 大 */
.form_data .largesize {
    max-width: 500px;
    width: 97%;
}


/********************************************************************/

/* フォームエラー */

/********************************************************************/

/* 個別エラー表示 */
.form_error {
    border: 5px solid #FF0000;
    border-radius: 5px;
    margin: 0px 5px;
}

/* フォーム上部エラー表示 */
.error_box {
    border: 1px solid #FF0000;
    border-radius: 5px;
}

/* 商品詳細エラー表示 */
.detail_page_body .error_box {
    margin: 10px;
}

/* エラー表示　※赤枠内文字 */
.error_status {
    color: #FF0000;
    font-size: 93%;
    padding-left: 5px;
}

/* エラー時入力エリア背景色 */
.page_box .edit_form .error_row input,
.page_box .edit_form .error_row select,
.page_box .edit_form .error_row textarea {
    background-color: #FFF0F0;
}

/* エラーアイコン */
.error_icon .fa {
    background-color: #FF0000;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FF0000;
    color: #FFFFFF;
}

/* フォーム上部OK表示 */
.ok_box {
    border: 1px solid #00B200;
    border-radius: 5px;
}

/* OK表示 ※緑枠内文字 */
.ok_status {
    color: #00B200;
    font-size: 93%;
    padding-left: 5px;
}

/* OK表示アイコン位置調整 */
.ok_status img {
    padding-right: 3px;
}

/* OK時入力エリア背景色 */
.page_box .edit_form .ok_row input,
.page_box .edit_form .ok_row select,
.page_box .edit_form .ok_row textarea,
.page_box .edit_form .error_row .ok_input {
    background-color: #EEFFEE;
}

/* OKアイコン */
.ok_icon .fa {
    background-color: #00B200;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 0px 1px #00B200;
    color: #FFFFFF;
}

/* 重要な注意書き色 */
.note_color {
    color: #CC0000;
}


/********************************************************************/

/* アイコン */

/********************************************************************/

/* ヘッダーナビボタン */
.inner_header_nav .header_nav_item .fa {
    color: #000000;
}

/* グローバルナビ */
.inner_global_nav .fa {
    color: #1c1c1c;
}

.global_iconleft .fa {
    padding-right: 0px;
    
}

.global_iconright .fa {
    padding-left: 5px;
}

/* 閉じる、削除ボタン */
.close_btn_box .fa,
.delete_btn_box .fa {
    color: #000000;
}

.nav_close_btn .fa {
    color: #FFFFFF;
}

/* フッター下部ボタン */
.fixed_corner_button .fa {
    font-size: 40px;
    color: #FFFFFF;
}

.use_hover .fixed_corner_button:hover .fa {
    color: #000000;
}

/* +-開閉ボタン */
.open_icon .fa,
.close_icon .fa {
    color: #000000;
}

/* 説明付き一覧表示調整 */
.right_side_list_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
    font-size: 22px;
}

/* 矢印アイコン */
#container .fa-chevron-right,
#container .fa-chevron-down,
#container .fa-chevron-up {
    color: #aaaaaa;
}

#container .custom_toggle_button .fa-chevron-down {
    color: #767676
}


/********************************************************************/

/* ボタン */

/********************************************************************/

/* アイコンボタン枠 */
.icon_btn {
    padding: 0px 3px;
    border: 1px solid #A6A6A6;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.use_hover .icon_btn:hover {
    border: 1px solid #A6A6A6;
    background-color: #EAEAEA;
}

/* +-開閉ボタン枠 */
.open_icon,
.close_icon {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

.use_hover A:hover .open_icon,
.use_hover A:hover .close_icon,
.use_hover abbr:hover .open_icon,
.use_hover abbr:hover .close_icon {
    background-color: #D1D1D1;
}

/* 汎用ボタン */
.general_btn {
    padding: 0px 5px;
    border: solid 1px #A6A6A6;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
}

.use_hover .general_btn:hover {
    background-color: #EAEAEA;
}

.standard_btn {
    padding: 10px 20px;
    border: solid 1px #E0DFE3;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
}

.use_hover .standard_btn:hover {
    border: 1px solid #E0DFE3;
    background-color: #F5F5F5;
}

/* 右端ボタン */
.page_title_right_edge .general_btn,
.section_title_right_edge .general_btn {
    background-color: #FFFFFF;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    color: #666666;
}

.use_hover .page_title_right_edge .general_btn:hover,
.use_hover .section_title_right_edge .general_btn:hover {
    background-color: #EAEAEA;
    color: #666666;
}

/* 画像リンク */
.use_hover .photo_link:hover {
    opacity: 0.7;
}


/*************************************************************/

/* フォームボタン */

/*************************************************************/

/* フォームボタンマウスオーバー */
.use_hover .global_btn input:hover,
.use_hover button:hover,
.use_hover .global_btn A:hover {
    opacity: 0.8;
}

/* ボタンサイズXXS */
.global_btn .btn_size_xxsmall {
    width: 30px;
    height: 30px;
}

/* ボタンサイズXS */
.global_btn .btn_size_xsmall {
    width: 50px;
    height: 30px;
}

/* ボタンサイズS */
.global_btn .btn_size_small {
    width: 70px;
    height: 30px;
}

/* ボタンサイズM */
.global_btn .btn_size_medium {
    width: 90px;
    height: 30px;
}

.global_btn A.btn_size_xxsmall,
.global_btn A.btn_size_xsmall,
.global_btn A.btn_size_small,
.global_btn A.btn_size_medium,
.global_btn A.btn_size_auto {
    line-height: 30px;
}

/* ボタンサイズL */
.global_btn .btn_size_large {
    width: 130px;
    height: 35px;
}

.global_btn A.btn_size_large {
    line-height: 35px;
}

/* ボタンサイズXL */
.global_btn .btn_size_xlarge {
    width: 180px;
    height: 40px;
    font-size: 116%;
}

.global_btn A.btn_size_xlarge {
    line-height: 40px;
}

/* ボタンサイズXXL */
.global_btn .btn_size_xxlarge {
    width: 281px;
    height: 50px;
    font-size: 123%;
}

.global_btn A.btn_size_xxlarge {
    line-height: 50px;
}

/* ボタンサイズ横幅auto */
.global_btn .btn_size_auto {
    height: 30px;
    width: auto;
    padding: 0px 50px;
}

/* ボタンサイズ小文字 */
.font_size_small {
    font-size: 77%;
}

/* 縦2段積みボタン */
.under_global_btn {
    display: block;
    margin-top: 30px;
}

/* 商品詳細 */
.detail_item_data .add_cart .global_btn {
    display: block;
    text-align: center;
    margin: 10px 0px;
}

/* 下部配置ボタン */
.form_btn {
    text-align: center;
    margin: auto;
    padding: 20px 0;
}

/* 下部ボタン上部注意書き */
.global_bottom_info {
    border-bottom: 1px solid #E0DFE3;
}

/* ログインページ新規登録余白調整 */
#register_form .form_btn {
    padding: 0px;
}

/* Aタグボタン */
.global_btn A {
    font-weight: normal;
}

/* 外部決済ボタン */
.outside_btn_box {
    background-color: #EAEAEA;
    border: 1px solid #A6A6A6;
}

/* 楽天決済用 */
.payment_method_desc {
    margin-bottom:10px;
}


/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.btn_color_common {
    background-color: #c6ae78;
    color: #FFFFFF;
}

.btn_color_common,
A.btn_color_common:link,
A.btn_color_common:visited,
A.btn_color_common:hover,
A.btn_color_common:active {
    color: #FFFFFF;
    border-radius: 25px;
}

.use_hover .btn_color_common:hover {
    color: #FFFFFF;
}

/* 色強調 */
.btn_color_emphasis {
    background-color: #A6A6A6;
    border-radius: 25px;
}

.btn_color_emphasis,
A.btn_color_emphasis:link,
A.btn_color_emphasis:visited,
A.btn_color_emphasis:hover,
A.btn_color_emphasis:active {
    color: #FFFFFF;
    border-radius: 25px;
}

.use_hover .btn_color_emphasis:hover {
    color: #FFFFFF;
}


/*************************************************************/

/* パンくずリスト */

/*************************************************************/

/* パンくずリスト */
.breadcrumb_list {
    font-size: 85%;
}


/********************************************************************/

/* ポップアップ */

/********************************************************************/

/* ポップアップの背景 */
.overlay_area .modal_skin {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}


/********************************************************************/

/* ロード、ページャー */

/********************************************************************/

/* 読み込み中アイコン画像 */
.loading,
.initial_loading {
    background: url(img/load_icon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

.entry_box .loading {
    background-image: url(img/load_entry_icon.gif);
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

/* 一覧ページャー */
.pager {
    margin: 5px 0px;
    text-align: center;
}

/* 現ページ */
.pager strong {
    min-width: 20px;
    min-height: 20px;
    padding: 3px;
    margin: 0px 1px;
    border: 1px solid #A6A6A6;
    background-color: #A6A6A6;
    color:#FFFFFF;
}

/* 各ページ */
.pager .pager_btn {
    min-width: 20px;
    min-height: 20px;
    margin: 0px 1px;
    padding: 3px;
    border: 1px solid #A6A6A6;
    background-color: #FFFFFF;
    text-decoration: none;
    color: #A6A6A6;
}

.use_hover .pager .pager_btn:hover {
    border: 1px solid #A6A6A6;
    background-color: #A6A6A6;
    color: #FFFFFF;
}


/********************************************************************/

/* グローバルサイトリンク */

/********************************************************************/

/* リンク一覧 */
.site_list_dropdown {
    background-color: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}

/* 各リンク先 */
.layout_dropdown .site_list_data {
    border-bottom: 1px solid #E0DFE3;
}

/* 各リンク文字 */
.global_site .site_list_dropdown .nav_btn,
#inner_footer .layout_dropdown .site_list_data .nav_btn {
    color: #000000;
}

.use_hover .global_site .site_list_dropdown .nav_btn:hover,
.use_hover #inner_footer .layout_dropdown .site_list_data .nav_btn:hover {
    color: #666666;
    background-color: #F5F5F5;
}

/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title .nav_btn {
    background-image: none;
    background-color: #FFFFFF;
    color: #000000;
}


/********************************************************************/

/* フッター */

/********************************************************************/

/* PCサイトボタン */
.footer_pc_site_box {
    height: 30px;
    padding: 15px 0px 15px 0px;
    position: relative;
    background-color: #F7F5F2;
    box-sizing: content-box;
    text-align: center;
}

.pc_site_btn .pc_site_link {
    width: 80px;
    margin: auto;
    padding: 8px 8px 8px 30px;
    display: inline-block;
    background-image: url(img/icon_pc.png);
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-sizing: content-box;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

.use_hover .pc_site_btn .pc_site_link:hover {
    color: #000000;
    opacity: 0.8;
}

/* フッター */
.footer_area {
    background-color: #f4f4f4;
    padding:40px;
  
}

#footer {
    text-align: center;
}

.footer_upper_link_box .continued_link_box {
    border-left: 1px solid #666666;
}

/* ページトップへ戻るボタン */
.fixed_corner_button {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color: #A6A6A6;
    text-align: center;
}

.move_to_add_cart .corner_covering_item,
.use_hover .move_to_add_cart:hover .corner_covering_item {
    color: #A6A6A6;
}

/* フッター下部バナー */
.footer_banner {
    text-align: center;
}

.footer_banner .banner_box {
    margin: 15px 5px 5px 5px;
}

.use_hover .footer_banner .banner_box A:hover {
    opacity: 0.8;
}

#copyright {
    margin-top:20px;
    margin-bottom:10px;
}


@media screen and (min-width: 710px) {
    .page_title h1 .title_text, .page_title h2 .title_text, .main_box h2 .title_text {
        font-size: 160%;
    }
}

@media screen and (max-width: 767px) {
    .page_title h1 .title_text, .page_title h2 .title_text, .main_box h2 .title_text {
        font-size: 130%;
        line-height: 1.3em;
    }
}

.layout_photo .item_data_link .goods_name {
    font-size: 114%;
}
.standard_contents{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("https://jassy.ocnk.net/data/jassy/image/2025NEW_TOP/PC_top_bg_5.jpg" );
 background-position: center top;  
  background-size: contain; 
  background-repeat:  no-repeat;   
}


@media screen and (max-width: 710px) {
    .standard_contents{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("https://jassy.ocnk.net/data/jassy/mobile/sp_top_bg_5.jpg" );
  background-position: center top;  
  background-size: contain;  
  background-repeat:  no-repeat;   

   
}
}
@media only screen and (min-width: 710px) and ( max-width:1281px) 
{
html {
transition: transform 0.3s;
transform: scale(0.7);
transform-origin: left top;
height: calc(100% / 0.7);
width: calc(100% / 0.7);
}	
}
/********************************************************************/

/* Powered by おちゃのこネット
※上記の文言は共用ドメインコースをご利用の場合に表示されます。
必須項目ですので、下記の編集は許可されていません。
・文言の削除
・文字色を薄くする
・文字サイズを小さくする */

#ochanoko {
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

#ochanoko A {
    font-size: 12px;
}

/********************************************************************/