@charset "utf-8";@charset "utf-8";
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}


#Area {
	/*font-family: 'Shippori Mincho B1', serif;*/
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
	text-align: center;
	color:#333333;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	max-width: 1400px;
	padding: 3%;
}


.spece_top {
	margin-bottom: 10%;
}


.spece_bottom {
	margin-bottom: 20%;
}

p {
		font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
	/*font-family: "Noto Sans";*/
	font-size: 14px;
}


/*スマホの時だけ改行*/
.br-sp {
    display: none;
}


@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}


/*===================================
区切り線
===================================*/

.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 10% auto 9% auto;
}


/*===================================
TOPテキスト
===================================*/

.st3{
    font-family:"Oswald";
    font-size: 45px;
    line-height: 1.3;
    color: #795757;
    text-align: center;
	margin-top: -4%
}

.text01 {
  font-size: 16px;
  line-height: 31px;
  width: 70%;
	margin: 2% auto 6%;
	font-weight: 400;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";	
}



/*===================================
メイン画像部分
===================================*/

.container_01 {     
	display: grid;
    grid-template-columns: 57% 41%;
    /* grid-template-rows: 48%; */
    gap: 4% 2%;
    grid-auto-flow: row;
    grid-template-areas: "ct_01 ct_02";
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.ct_01 { grid-area: ct_01; }
.ct_02 { grid-area: ct_02; }



.container_02 {     
	display: grid;
    grid-template-columns: 41% 57%;
    /* grid-template-rows: 48%; */
    gap: 4% 2%;
    grid-auto-flow: row;
    grid-template-areas: "ct_02 ct_01";
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.ct_01 { grid-area: ct_01; }
.ct_02 { grid-area: ct_02; }



.slide {
	width: 80%;
}

/*===================================
ナンバー部分
===================================*/
.number {
    position: absolute;
    top: -7px;
    left: 10px;
    font-size: 72px;
    color: #795757;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 20;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.number_2 {
    position: absolute;
    top: -7px;
    right: 10px;
    font-size: 72px;
    color: #795757;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 20;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}


/*===================================
メインテキスト部分
===================================*/
.ct_02{
  width: 100%;
	margin: 0 auto;
	text-align: left;
}

.category_title {
	font-size: 18px;
	font-weight: 600;
	margin: 65% auto 3%;
}

.category_detail_01 {
	font-size: 16px;
	font-weight: 600;
	margin: 3% auto;
}

.category_detail_02 {
  white-space: normal;
  overflow-wrap: break-word; /* 長い単語でも折り返す */
  word-break: break-word;
}


/*===================================
スライド
===================================*/

/*=== 画像の表示エリア ================================= */
.slide {
  position: relative;
  overflow: hidden;
  width: 100%;            /* 画面幅に応じて可変 */
  max-width: 700px;       /* 必要に応じて最大幅を指定 */
  aspect-ratio: 2 / 3;    /* 幅：高さ = 2:3（例：400x600） */
  margin: auto;
  background: #fff;
}

.slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;            /* 横幅を100%にフィット */
  height: 100%;           /* 高さも親要素にフィット */
  object-fit: contain;    /* アスペクト比を保ち、枠内に収める */
  opacity: 0;
  animation: slideAnime 12s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 4s }
.slide img:nth-of-type(3) { animation-delay: 8s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   3% { opacity: 1 }
  33% { opacity: 1 }
  36% { opacity: 0 }
 100% { opacity: 0 }
}





/*===================================
商品詳細
===================================*/

.detail1_all {
	margin-top: 7%;
}

.detail1 {  display: grid;
  grid-template-columns: 21% 55% 20%;
  grid-template-rows: 100%;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	margin: 5% auto;
}

.detail2 {  display: grid;
  grid-template-columns: 21% 55% 20%;
  grid-template-rows: 100%;

  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	margin: 5% auto;
}

.detail3 {  display: grid;
  grid-template-columns: 21% 55% 20%;
  grid-template-rows: 100%;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	margin: 5% auto;
}


.detail1_1 { grid-area: detail1_1; }
.detail1_2 { grid-area: detail1_2; }
.detail1_3 { grid-area: detail1_3; }


.detail1_1 img {
	width: 70px;
}

.detail1_2 {
	text-align: left;
	font-size: 12px;
}
/*==BUYボタン=======================*/

.btn＿buy,
a.btn＿buy {
  color: #fff;
  background-color: #795757;
	line-height: 4.5;
}

.btn＿buy:hover,
a.btn＿buy:hover {
  color: #795757;
  background: #ECDFCC;
	font-weight: bold;
}

.btn＿buy {
	padding: 3px 15px 3px 15px;
}





/*===================================
ボタン系
===================================*/

/*黒細ライン＆ホバーグレー*/
a.btn_01 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 450px;
    height: 55px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
     margin: 4% auto 4% auto;
}

a.btn_01:hover {
  background: #9b9b9d;
  color: #fff;
	border: 1px solid #9b9b9d;
}

a.btn_01:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_01:hover:before {
  border-color: transparent transparent transparent #fff;
}




/*黒細ライン＆ホバーも黒*/
a.btn_02 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 400px;
    height: 55px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
        margin: 2% auto 4% auto;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}




/*================================
その他の記事の記述
=================================*/


.new {
	max-width: 1000px;
	text-align: center;
	margin: 0% auto;
}

.other {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    /* grid-template-rows: 200px; */
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "other-1 other-2 other-3 other-4";
    text-align: center;
    margin: 0 auto;
    max-width: 85%;
}

.other-1 { grid-area: other-1; }
.other-2 { grid-area: other-2; }
.other-3 { grid-area: other-3; }
.other-4 { grid-area: other-4; }


.other_title {
	 text-align: left;
    max-width: 85%;
	margin: 1% auto;
	font-size: 20px;
}

.other_details {
font-size: 14px;
text-align-last: left;	
}



/*===============================================
tablet
===============================================*/
@media (max-width: 1023px) {
	#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }	
	

/*===================================
TOP テキスト
===================================*/

.st3 {
    /*font-family: Impact, serif;*/
    font-size: 35px;
    line-height: 1.3;
    color: #795757;
    text-align: center;
	margin-top: 3%;
}
	
.text01 {
    font-size: 12px;
    line-height: 31px;
    width: 70%;
    margin: 2% auto 6%;
    font-weight: 400;
		font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
}	
	
	
	
/*===================================
ナンバー部分
===================================*/
.number {
    position: absolute;
    top: -7px;
    left: 10px;
    font-size: 64px;
    color: #795757;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 20;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.number_2 {
    position: absolute;
    top: -7px;
    right: 10px;
    font-size: 64px;
    color: #795757;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 20;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}
	
	
	
/*===================================
メインテキスト部分
===================================*/

.category_title {
	font-size: 16px;
	font-weight: 600;
	margin: 25% auto 3%;
}

.category_detail_01 {
	font-size: 15px;
	font-weight: 600;
	margin: 3% auto;
}

.category_detail_02 {
	font-size: 13px;
}	
	
	
	
/*===================================
商品詳細
===================================*/

.detail1_all {
	margin-top: 7%;
}

.detail1 {  display: grid;
  grid-template-columns: 22% 53% 20%;
  grid-template-rows: 100%;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	margin: 5% auto;
}

.detail2 {  display: grid;
  grid-template-columns: 22% 53% 20%;
  grid-template-rows: 100%;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	margin: 5% auto;
}

.detail3 {  display: grid;
  grid-template-columns: 22% 53% 20%;
  grid-template-rows: 100%;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	margin: 5% auto;
}


.detail1_1 { grid-area: detail1_1; }
.detail1_2 { grid-area: detail1_2; }
.detail1_3 { grid-area: detail1_3; }


.detail1_1 img {
	width: 70px;
}

.detail1_2 {
	text-align: left;
	font-size: 11px;
}
	
/*==BUYボタン=======================*/

.btn＿buy,
a.btn＿buy {
  color: #fff;
  background-color: #795757;
	line-height: 4.5;
	font-size: 11px;
}

.btn＿buy:hover,
a.btn＿buy:hover {
  color: #795757;
  background: #ECDFCC;
	font-weight: bold;
}

.btn＿buy {
	padding: 3px 15px 3px 15px;
}
	
	
	
	
/*===================================
ボタン系
===================================*/
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 330px;
    height: 45px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 5% auto 3% auto;	
	}
	
/*================================
その他の記事の記述
=================================*/

.other {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "other-1 other-2 other-3 other-4";
    text-align: center;
    margin: 0 auto;
    max-width: 85%;
}

.other-1 { grid-area: other-1; }
.other-2 { grid-area: other-2; }
.other-3 { grid-area: other-3; }
.other-4 { grid-area: other-4; }

.other_title {
	 text-align: left;
    max-width: 85%;
	margin: 1% auto;
	font-size: 14px;
}

	
}



/*===============================================
SMP
===============================================*/
@media (max-width: 500px) {

#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	}
	
	
/*===================================
TOP テキスト
===================================*/
		
	
.top_text	{
	margin-top: 25%;
	}	
	
	
.st3 {
	/*font-family: Impact, serif;*/
    font-size: 27px;
    line-height: 1.3;
    color: #795757;
    text-align: center;
	margin-top: -17%;	
    }	

.text01 {
    font-size: 15px;
    line-height: 28px;
    width: 95%;
    margin: 5% auto 10%;
    font-weight: 400;
	text-align: center;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
}	
	
	
/*===================================
メイン画像部分
===================================*/

.container_01 {     
	display: block;
    grid-template-columns: 57% 41%;
    /* grid-template-rows: 48%; */
    gap: 4% 2%;
    grid-auto-flow: row;
    grid-template-areas: "ct_01 ct_02";
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.ct_01 { grid-area: ct_01; }
.ct_02 { grid-area: ct_02; }
	
	
.container_02 {     
	display: block;
    grid-template-columns: 57% 41%;
    /* grid-template-rows: 48%; */
    gap: 4% 2%;
    grid-auto-flow: row;
    grid-template-areas: "ct_02 ct_01";
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.ct_01 { grid-area: ct_01; }
.ct_02 { grid-area: ct_02; }	


.slide {
	width: 100%;
}
	
	
/*===================================
ナンバー部分
===================================*/
.number {
    position: absolute;
    top: -12px;
    left: -2px;
    font-size: 50px;
    color: #795757;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 20;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.number_2 {
    position: absolute;
    top: -12px;
    right: -2px;
    font-size: 50px;
    color: #795757;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 20;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}
	
	
	
/*===================================
テキスト部分
===================================*/	
	
.category_title {
        font-size: 16px;
        font-weight: 600;
        margin: 5% auto 3%;
    }
	
	
.category_detail_02 {
	font-size: 14px;
}	
			
	
	

/*===================================
商品詳細
===================================*/

.detail1_all {
	margin-top: 7%;
}

.detail1 {  
	display: grid;
    grid-template-columns: 22% 53% 20%;
    grid-template-rows: 100%;
    gap: 1% 2%;
    grid-auto-flow: row;
    grid-template-areas: "detail1_1 detail1_2 detail1_3";
    margin: 5% auto;
    text-align: center;
}

.detail2 {  display: grid;
    grid-template-columns: 22% 53% 20%;
    grid-template-rows: 100%;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	margin: 5% auto;
}

.detail3 {  display: grid;
    grid-template-columns: 22% 53% 20%;
    grid-template-rows: 100%;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	margin: 5% auto;
}


.detail1_1 { grid-area: detail1_1; }
.detail1_2 { grid-area: detail1_2; }
.detail1_3 { grid-area: detail1_3; }


.detail1_1 img {
	width: 70px;
}

.detail1_2 {
	text-align: left;
	font-size: 11px;
	font-weight: 300;
}
	
/*==BUYボタン=======================*/

.btn＿buy,
a.btn＿buy {
  color: #fff;
  background-color: #795757;
	line-height: 4.5;
}

.btn＿buy:hover,
a.btn＿buy:hover {
  color: #795757;
  background: #ECDFCC;
	font-weight: bold;
}

.btn＿buy {
	padding: 3px 15px 3px 15px;
}
	
	
	
	
	
/*===================================
区切り線
===================================*/
	
.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 20% auto 20% auto;
}	
		

	
/*===================================
ボタン系
===================================*/	
	
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 75%;
    height: 40px;
    padding: 0 6% 0 6%;
    color: #000;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 14% auto 3% auto;	
	}

	
/*================================
その他の記事の記述
=================================*/
	
.other {
        display: grid;
        grid-template-columns: 49% 49%;
        grid-template-rows: 50% 50%;
        gap: 3% 3%;
        grid-auto-flow: row;
        grid-template-areas:
        "other-1 other-2"
        "other-3 other-4";
        text-align: center;
        margin: 0 auto;
        max-width: 86%;
	   margin-bottom: 15%;
}

.other-1 { grid-area: other-1; }
.other-2 { grid-area: other-2; }
.other-3 { grid-area: other-3; }
.other-4 { grid-area: other-4; }
	
.other_title {
	 text-align: left;
    max-width: 85%;
	margin: 1% auto;
	font-size: 13px;
}
	
.other_details {
font-size: 12px;
text-align: left;	
}
	
	
	
	
}	
	
