@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;
}

.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;
}

.backcolor_1 {
  background-image:url("/photo/page/20240829/back_4.jpg");
}

/*スマホの時だけ改行*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* ========================================
  フロートの解除
========================================= */

div#clearfix {
        clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*===================================
区切り線
===================================*/

.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 10% auto 9% auto;
}

.border_2 {
	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: #65647c;
    text-align: center;
	margin-top: -4%
}

.text01 {
  font-size: 16px;
  line-height: 31px;
  width: 60%;
	margin: 2% auto 6%;
	font-weight: 400;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";	
}



/*===================================
リストボタン
===================================*/

.list_btn_all {
	margin-top: 5%;
	margin-bottom: 15%;
}

.list_btn {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    /* grid-template-rows: 50px; */
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "top_btn-1 top_btn-2 top_btn-3 top_btn-4";
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 2%;
	}

.list_btn-1 { grid-area: top_btn-1;}
.list_btn-2 { grid-area: top_btn-2; }
.list_btn-3 { grid-area: top_btn-3; }
.list_btn-4 { grid-area: top_btn-4; }


/*.list_btn-1,.list_btn-2,.list_btn-3,.list_btn-4 {
	max-width: 220px;
    text-align: center;
    line-height: 2.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
	color: #c17d69;
	background: #f7eeeb;
}*/

.list_btn span{
	margin-top: -1%;
	font-size: 17px;
	}	



/*.list_btn-1,.list_btn-2,.list_btn-3,.list_btn-4  {
  background: linear-gradient(to right, #00bfff 0%, #7fffd4 45%, #fffacd 100%);
  background-size: 200% auto;  
  color: #fff;
  border-radius: 30px;
  padding: 0.5em;
  text-decoration: none;
  transition: .5s;
}
.list_btn:hover {
  color: #fff;
  background-position: right center;
}
*/




/* solid008 */
.list_btn-1 a,.list_btn-2 a,.list_btn-3 a,.list_btn-4 a{
    background: #9d9cbe;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 175px;
    padding: 14px 3px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 12px;
}
.list_btn-1 a::before,.list_btn-2 a::before,.list_btn-3 a::before,.list_btn-4 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #65647c;
  transition: 0.2s ease 0s;
}

.list_btn-1 a::after,.list_btn-2 a::after,.list_btn-3 a::after,.list_btn-4 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #65647c;
  transition: 0.2s ease 0.2s;
}

.list_btn-1 a:hover::before,.list_btn-2 a:hover::before,.list_btn-3 a:hover::before,.list_btn-4 a:hover::before {
  width: 0%;
}

.list_btn-1 a:hover::after,.list_btn-2 a:hover::after,.list_btn-3 a:hover::after,.list_btn-4 a:hover::after {
  height: 0%;
}

.list_btn-1 a:hover,.list_btn-2 a:hover,.list_btn-3 a:hover,.list_btn-4 a:hover {
  text-decoration: none;
  background-color: #65647c;
}



/*================================
各ブランドのデザイン-01
=================================*/

.box_01 {
	position: relative;
}


.container01 {  display: grid;
  grid-template-columns: 45% 45%;
  /*grid-template-rows: 750px;*/
  gap: 1% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_1 img_2";
}

.container01 {
    text-align: center;
    margin: 15% 7% 5% auto;
    max-width: 1400px;
    width: 80%;
}

.container02 {  display: grid;
  grid-template-columns: 45% 45%;
  /*grid-template-rows: 750px;*/
  gap: 1% 4%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_2 img_1";
}

.container02 {  
	text-align: center;
	margin: 10% 13% 5%;
	max-width: 1400px;
    width: 80%;
}

.img_1 { grid-area: img_1; }
.img_2 { grid-area: img_2; }


/*================================
ブランド名(タイトル)
=================================*/
.brand_name{
	text-align: left;
  font-style: normal;
	position: absolute;
	left: 89px;
	top: -98px;
	/*color: #11324D;*/
	/*opacity: 0.7;*/
}

.brand_name img {
	width:  50%;
}

/*================================
画像のanimation
=================================*/

.img_2 {
  /*height: 500px;*/
  overflow: hidden;
  position: relative;
}

/* imgのみ */
.img_2_1 {
  opacity: 0;
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;
}

.img_2_1:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 5s;
}

.img_2_1:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 10s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/*================================
テキスト(メイン)
=================================*/

.text_title {
    position: relative;
	width: 500px;
	margin: 0 auto;
}

.sign_01{
	position: absolute;
	left: 9%;
    top: -42%;
	font-size: 25px;
	color: #6B7AA1;
	font-weight: 700;
}

.sign_02{
	position: absolute;
	left: 86%;
	top: 72%;
	font-size: 25px;
	color: #6B7AA1;
	font-weight: 700;
}

.main_text {
	font-weight: 600;
	font-size:18px;
	width: 65%;
    margin: 0 auto;
}

.text_detail {
	margin: 3% auto;
		font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
	/*font-family: "Noto Sans";*/
	font-weight: 300;
	width: 45%;
	text-align: left;
}




/*===================================
商品詳細
===================================*/

.detail1_content {
	margin: 0 auto;
	text-align: center;
	width: 420px;
}

.detail1 {  display: grid;
  grid-template-columns: 70px 270px 50px;
  grid-template-rows: 70px;
  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: 70px 270px 50px;
  grid-template-rows: 70px;

  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: 70px 270px 50px;
  grid-template-rows: 70px;
  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;
}
/*==BUYボタン=======================*/

.btn＿buy,
a.btn＿buy {
  color: #fff;
  background-color: #65647C;
	line-height: 4.5;
}

.btn＿buy:hover,
a.btn＿buy:hover {
  color: #65647C;
  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: 3% 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_03 {
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: 6% auto 3% auto;
}

a.btn_03:hover {
  background: #9b9b9d;
  color: #fff;
  border: 1px solid #9b9b9d;

}

a.btn_03: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_03: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%;
	font-family: 'Shippori Mincho B1', serif;
}

.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: 10% auto 1% auto;
	font-size: 20px;
	font-family: 'Shippori Mincho B1', serif;
}

.other_details {
font-size: 15px;
text-align-last: left;
font-family: 'Shippori Mincho B1', serif;
}



/*===============================================
tablet
===============================================*/
@media (max-width: 768px) {
	#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: #65647c;
    text-align: center;
	margin-top: 3%;
}
	
.text01 {
    font-size: 12px;
    line-height: 31px;
    width: 60%;
    margin: 2% auto 6%;
    font-weight: 400;
		font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
}	
		
	
/*===================================
リストボタン
===================================*/
	
.list_btn_all {
	margin-top: 5%;
	margin-bottom: 18%;
}
	
	
.list_btn {
    display: grid;
    grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
    /* grid-template-rows: 50px; */
    gap: 2% 2.7%;
    grid-auto-flow: row;
    grid-template-areas: "top_btn-1 top_btn-2 top_btn-3 top_btn-4";
    max-width: 580px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2%;
}	
	
	
.list_btn-1 a, .list_btn-2 a, .list_btn-3 a, .list_btn-4 a {
    background: #9d9cbe;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 140px;
    padding: 10px 2px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 10px;
}	
	
	
	
	
/*================================
数字とテキスト
=================================*/
.brand_name {
	text-align: left;
	position: absolute;
	left: 4%;
	top: -9.1%;
	/*color: #11324D;*/
	/*opacity: 0.7;*/
}
	
	.brand_name img {
		width:  40%;
		margin: 3% 0 0 5%;
	}	

.title span {
	text-align: left;
	font-size: 28px;
	font-weight: 400;
	 font-family: "Noto Sans";
  font-style: normal;
	position: absolute;
	top: 13%;
	color: #6B7AA1;
}
	
	
/*===================================
商品詳細
===================================*/

.detail1 {  display: grid;
  grid-template-columns: 70px 270px 50px;
  grid-template-rows: 70px;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
}


.detail2 {  display: grid;
  grid-template-columns: 70px 270px 50px;
  grid-template-rows: 70px;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
}
	
	
.detail3 {  display: grid;
  grid-template-columns: 70px 270px 50px;
  grid-template-rows: 70px;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
}	



	
	
	
	
/*===================================
ボタン系
===================================*/
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: 3% auto 3% auto;	
	}
	
	
a.btn_03 {
    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: 6% 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%;
	font-family: 'Shippori Mincho B1', serif;
}

.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: 10% auto 1% auto;
	font-size: 14px;
	font-family: 'Shippori Mincho B1', serif;
}

	
}



/*===============================================
SMP
===============================================*/
@media (max-width: 426px) {

#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	}
	

.spece_top {
    margin-bottom: 16%;
}
	
	
/*===================================
TOP テキスト
===================================*/
		
	
.top_text	{
	margin-top: 25%;
	}	
	
	
.st3 {
	/*font-family: Impact, serif;*/
    font-size: 27px;
    line-height: 1.3;
    color: #65647c;
    text-align: center;
	margin-top: -17%;	
    }	

.text01 {
    font-size: 13px;
    line-height: 28px;
    width: 70%;
    margin: 5% auto 10%;
    font-weight: 400;
	text-align: center;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
}	
		
	
/*===================================
区切り線
===================================*/
	
.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin:  20% auto 25% auto;
}
	
	
.border_2 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin:  16% auto 14% auto;
}	
	
	
/*===================================
リストボタン
===================================*/	
	
.list_btn_all {
	margin-top: 5%;
	margin-bottom: 33%;
}
	
	
.list_btn {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-template-rows: 50% 50%;
    gap: 30% 8%;
    grid-template-areas: "list_btn-1 list_btn-2"
    "list_btn-3 list_btn-4";
    max-width: 315px;
    margin: 0 auto;
	text-align: center;
	margin-bottom: 12%;
}

.list_btn-1 { grid-area: list_btn-1; }

.list_btn-2 { grid-area: list_btn-2; }

.list_btn-3 { grid-area: list_btn-3; }

.list_btn-4 { grid-area: list_btn-4; }
	
	
/*.list_btn-1,.list_btn-2,.list_btn-3,.list_btn-4 {
	max-width: 155px;
    text-align: center;
    line-height: 2.5;
    border-radius: 30px 30px 30px 30px;
    padding: 0.5em;
	color: #c17d69;
    background: #f7eeeb;
}
	*/
	
	
.list_btn-1 a, .list_btn-2 a, .list_btn-3 a, .list_btn-4 a {
        background: #9d9cbe;
        border-radius: 3px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        max-width: 149px;
        padding: 11px 1px;
        color: #fff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        font-size: 11px;
    }	
	
	
.list_btn span{
	font-size: 10px;
	}			
	
	
	
	
/*================================
各ブランドのデザイン-01
=================================*/	
	
.box_01 {
    position: relative;
    margin-top: 30%;
}	
	
	
.brand_name img {
    width: 70%;
	margin: 0 0 0 0;
}	
	
.container01 {
	    display: block;
	    text-align: center;
    margin: 15% 10% 5% auto;
    max-width: 400px;
    width: 80%;

}	
	
.container02 {
	    display: block;
	    text-align: center;
    margin: 15% 10% 5% auto;
    max-width: 400px;
    width: 80%;

}	
	
.container02 img_1 {
	margin-top: 2%;
}
	
	
	
.img_1,.img_2 {
		margin-bottom: 5%;
	}
	
.img_1 img , .img_2 img {
		width: 100%
	}	
	
	
.brand_name {
        text-align: left;
        position: absolute;
        left: 4%;
        top: -4.2%;
        /* color: #11324D; */
        /* opacity: 0.7; */
    }	
	
.text_title {
    position: relative;
	width: 260px;
	margin: 10% auto 8%;
}
	
	
.sign_01 {
    position: absolute;
    left: -11%;
    top: -51%;
    font-size: 25px;
    color: #6B7AA1;
    font-weight: 700;
}	
	
.sign_02 {
    position: absolute;
    left: 101%;
    top: 63%;
    font-size: 25px;
    color: #6B7AA1;
    font-weight: 700;
}	
	
	
.main_text {
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
}	
	

.text_detail {
	margin: 3% auto 7%;
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
	/*font-family: "Noto Sans";*/
	font-weight: 300;
	width: 70%;
	text-align: left;
	font-size: 13px;
}	
	

/*===================================
商品詳細
===================================*/
	
.detail1_content {
	margin: 0 auto;
	text-align: center;
	max-width: 300px;
}
	
	

.detail1 {  display: grid;
  grid-template-columns: 55px 180px 55px;
  grid-template-rows: 55px;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";

}


.detail2 {  display: grid;
  grid-template-columns: 60px 190px 60px;
  grid-template-rows: 60px;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
}
	
	
.detail3 {  display: grid;
  grid-template-columns: 60px 190px 60px;
  grid-template-rows: 60px;
  gap: 1% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "detail1_1 detail1_2 detail1_3";
	}	
		
		

	
/*===================================
ボタン系
===================================*/	
	
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: 7% auto 3% auto;	
	}

a.btn_03 {
    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%;
	font-family: 'Shippori Mincho B1', serif;
	margin-bottom: 31%;
}

.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: 17% auto 1% auto;
	font-size: 13px;
	font-family: 'Shippori Mincho B1', serif;
}
	
.other_details {
font-size: 12px;
text-align: left;	
font-family: 'Shippori Mincho B1', serif;	
}
	
	
	
	
}	
	
