@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: "Noto Serif JP";
	font-weight: 300;
	/*font-family: 'Shippori Mincho B1', serif;*/
	text-align: center;
	color:#333333;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}


.spece_bottom {
	margin: 15%;
}

/*スマホの時だけ改行*/
.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_text {
	font-size: 14px;
	font-weight: 300;
	width: 70%;
	text-align: center;
	margin: 5% auto;
}



/*===================================
container
===================================*/

.container_01{
	margin: 3% auto;
}

.container_01_1 {  
	display: grid;
    grid-template-columns: 48% 48%;
    /*grid-template-rows: 75.5% 25%;*/
    gap: 1.5% 4%;
    grid-auto-flow: row;
    grid-template-areas:
	 "img_title01 img_title02"	
    "img_01 img_02"
    "txt_01 txt_02"
	 "credit_01 credit_02";
    width: 65%;
    margin: 0 17.5%;
    text-align: center;
}

.img_01 { grid-area: img_01; }
.txt_01 { grid-area: txt_01; }
.img_02 { grid-area: img_02; }
.txt_02 { grid-area: txt_02; }
.img_title01 { grid-area: img_title01; }
.img_title02 { grid-area: img_title02; }
.credit_01 { grid-area: credit_01; }
.credit_02 { grid-area: credit_02; }



.color_title01{
	font-family: "ivypresto-display", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 30px;

}

span.alphabet01,span.alphabet02 {
	font-family: "ivypresto-display", serif;
	font-weight: 300;
	font-style: italic;
	font-size: 15px;
}



.img_title01,.img_title02 {
	font-weight: 300;
	font-size: 25px;
	line-height: 1.5;
}


.txt_01,.txt_02 {
	font-size: 14px;
	text-align: left;
	 position: relative;
	width: 90%;
    margin: 7% auto;
}


/*===================================
テキストの「」
===================================*/

.sign_01{
	position: absolute;
	left: -8%;
    top: -15%;
	font-size: 25px;
	font-weight: 300;
	color: #6682e3;
}


.sign_02{
	position: absolute;
	left: 101%;
	top: 88%;
	font-size: 25px;
	font-weight: 300;
	color: #6682e3;
}



/*===================================
クレジット詳細
===================================*/
.credit_01,.credit_02 {
  margin-bottom: 20%;
   margin-top: 2%;
}

.detail1 {  display: grid;
  grid-template-columns: 17% 62% 16%;
  /*grid-template-rows: 70px;*/
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
   "detail1_1 detail1_2 detail1_3";
	margin-bottom: 3%;
 font-size: 11px;	
}


.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;
}
/*==BUYボタン==*/



/*==BUYボタン==*/

.btn＿buy,
a.btn＿buy {
  color: #222222;
  background-color: #fffff;
	line-height: 4.5;
	font-size: 13px;
	border: 1px solid #222222;
}

.btn＿buy {
	padding: 2px 13px 2px 13px;
}


.btn＿buy:hover,
a.btn＿buy:hover {
  color: #fff;
  background: #9b9b9d;
	font-weight: bold;
	 border: 1px solid #9b9b9d;
}





/*===================================
ボタン系
===================================*/

/*黒細ライン＆ホバーグレー*/
a.btn_01 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 400px;
    height: 50px;
    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: 50px;
    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: 15px;
text-align-last: left;	
}



/*===============================================
tablet
===============================================*/
@media (max-width: 768px) {
	#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }	
	
	
	
/*===================================
トップテキスト
===================================*/
.top_text {
	font-size: 14px;
	font-weight: 300;
	width: 70%;
	text-align: center;
	margin: 5% auto;
}
	
	
	
	
/*===================================
container
===================================*/
	
.img_title01,.img_title02 {
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5;
}	
	
	
.container_01_1 {  
	display: grid;
    grid-template-columns: 48% 48%;
    gap: 1.5% 4%;
    grid-auto-flow: row;
    grid-template-areas:
	 "img_title01 img_title02"	
    "img_01 img_02"
    "txt_01 txt_02"
	 "credit_01 credit_02";
    width: 76%;
    margin: 0 12%;
    text-align: center;
}	
	
	
.txt_01,.txt_02 {
	font-size: 13px;
	text-align: left;
	 position: relative;
	width: 90%;
    margin: 7% auto;
}	
	
	
/*===================================
テキストの「」
===================================*/

.sign_01{
	position: absolute;
	left: -8%;
    top: -12%;
	font-size: 22px;
	font-weight: 700;
}
	
	
.sign_02{
	position: absolute;
	left: 98%;
    top: 89%;
	font-size: 22px;
	font-weight: 700;
}	
	
	
	
/*===================================
クレジット詳細
===================================*/
.credit_01,.credit_02 {
  margin-bottom: 20%;
   margin-top: 2%;
}

.detail1 {  display: grid;
  grid-template-columns: 17% 60% 16%;
  /*grid-template-rows: 70px;*/
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
   "detail1_1 detail1_2 detail1_3";
	margin-bottom: 3%;
 font-size: 9px;	
}	
	
	
/*==BUYボタン==*/

.btn＿buy,
a.btn＿buy {
	line-height: 4.0;
	font-size: 11px;
}	
	
	
	
	
/*===================================
ボタン系
===================================*/
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 330px;
    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: 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: 426px) {

#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	}
	
	
/*===================================
区切り線
===================================*/
	
.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 20% auto 10% auto;
}	
	
	
	
/*===================================
トップテキスト
===================================*/
.top_text {
	font-size: 14px;
	font-weight: 300;
	width: 80%;
	text-align: center;
	margin: 12% auto;
}	
	
	
/*===================================
container
===================================*/

.container_01_1 {  
	display: block;
    width: 76%;
    margin: 0 12%;
    text-align: center;
}
	
	
.txt_01,.txt_02 {
	font-size: 14px;
	text-align: left;
	 position: relative;
	width: 80%;
    margin: 17% auto 13%;
}	
	
	
/*===================================
テキストの「」
===================================*/

.sign_01 {
    position: absolute;
    left: -14%;
    top: -15%;
    font-size: 25px;
    font-weight: 700;
}	
	
		
.sign_02 {
    position: absolute;
    left: 104%;
    top: 94%;
    font-size: 25px;
    font-weight: 700;
}	
	
	
	
/*==BUYボタン==*/

.btn＿buy,
a.btn＿buy {
  color: #222222;
  background-color: #ffffff;
	line-height: 4;
	font-size: 11px;
	border: 1px solid #222222;
}		
	

	
/*===================================
ボタン系
===================================*/	
	
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: 48% 48%;
        grid-template-rows: 48% 48%;
        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%;
}

.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;	
}
	
	
.spece_bottom {
    margin: 25%;
}	
	
}	
	
