@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: "Inter", sans-serif;
	/*font-family: 'Shippori Mincho B1', serif;*/
	text-align: center;
	color:#333333;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
/*
.backcolor {
  background-image:url("/photo/page/20241123/back_2.jpg");
}
*/

/*===================================
区切り線
===================================*/

.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 10% auto 9% auto;
}

/*===================================
TOPテキスト
===================================*/

.top_text {
		width: 60%;
	font-size: 15px;
	margin: 5% auto 5% auto;
}

.top_text span {
	text-decoration:underline;
}

.mini {
	font-size: 12px;
	/*font-family: 'Shippori Mincho B1';*/
}

/*===================================
メインエリア
===================================*/

.area_top {  
  display: grid;
    grid-template-columns: 33% 34% 33%;
    grid-template-rows: 100%;
    gap: 1% 0%;
    grid-auto-flow: row;
    grid-template-areas: "area_1 area_2_1 area_2_2";
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
	width: 90%;
}

.area_1 { 
	grid-area: area_1;
	/*background: #7585BA;*/
}
.number01,.number02,.number03,.number04,.number05,.number06 {
	font-size: 6em;
	margin-top: 25%;
	font-family: math;
}

.number01 {
	color: #d1d567;
}

.number02 {
	color: #67a7e0;
}

.number03 {
	color: #ff6793;
}

.number04 {
	color: #d89663;
}

.number05 {
	color: #c4abd6;
}

.number06 {
	color: #85a3bb;
}


.area_title {
	font-size: 1.3em;
	margin: 9% auto;
	font-weight: 800;
}
.area_text {
	width: 85%;
	margin: 0 auto;
	text-align: center;
}

.area_2_1 { 
	grid-area: area_2_1;
    /*background:#A3BA51;*/
}
.area_2_1 {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.area_2_2 { 
	grid-area: area_2_2;
    /*background: #E28385;*/
}

.area_2_2_title {
	font-size: 1.3em;
	margin: 32% auto 6%;
	font-weight: 800;
}

.area_2_2 img {
	width: 85%;
}

.area_2_2_detail {
	margin: 3% auto 3%;
}

.btn_buy01 {
    border: solid 0.5px;
    background-color: #000;
    margin: 3% auto;
    padding: 1.5% 3% 1.5% 3%;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 0.12em;
    border-radius: 4px;
    width: 100px;
}



/*===================================
ボタン系
===================================*/

/*黒細ライン＆ホバーグレー*/
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;
}

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;
}


/*黒細ライン＆ホバーグレー*/
a.btn_03 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 400px;
    height: 55px;
    padding: 0 4% 0 4%;
    color: #fff;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
     margin: 4% auto 4% auto;
	border-radius: 4px;

}

a.btn_03:hover {
  background: #9b9b9d;
  color: #fff;
  border: none;
}

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 #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_03: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テキスト
===================================*/

.top_text {
	font-size: 14px;
	line-height: 2.5;
	margin-top: 3%;
}	
	
	
/*===================================
メインエリア
===================================*/
	
.area_title {
    font-size: 1.1em;
    margin: 9% auto;
    font-weight: 800;
}	
	
.area_text {
    width: 85%;
    margin: 0 auto;
    text-align: center;
	font-size: 12px;
}	

	
.area_2_2_title {
    font-size: 1.1em;
    margin: 32% auto 6%;
    font-weight: 800;
}	
	
	
/*===================================
ボタン系
===================================*/
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;	
	}
	
	
a.btn_03 {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #000;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 300px;
    height: 55px;
    padding: 0 4% 0 4%;
    color: #fff;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    margin: 4% auto 4% 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テキスト
===================================*/
	
.top_text {
	width: 80%;
    font-size: 14px;
    line-height: 2;
    margin: 10% auto 10%;
}		
	
	
	
/*===================================
メインエリア
===================================*/
.area_top {
    display: block;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}	
	
.number01, .number02, .number03, .number04, .number05, .number06 {
    font-size: 6em;
    margin-top: 10%;
    font-family: math;
}	
	
.area_title {
     font-size: 1.6em;
     margin: -4% auto 3%;
     font-weight: 800;
    }	
	
.area_text {
	width: 80%;
	text-align: center;
	font-size: 12px;
	margin: 1% auto 3%;
    }	
	
.area_2_1 {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}	
	
.area_2_2_title {
	font-size: 1.2em;
	margin: 10% auto 1%;
	font-weight: 800;
}	
	
.area_2_2 img {
    width: 70%;
}	
	
.area_2_2_detail {
    margin: 5% auto 7%;
    font-size: 13px;
}	
	
.btn_buy01 {
    border: solid 0.5px;
    background-color: #000;
    margin: 3% auto;
    padding: 2.5% 3% 2.5% 3%;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 0.12em;
    border-radius: 4px;
    width: 130px;
}	
	
/*===================================
ボタン系
===================================*/	
	
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;	
	}
	
	
a.btn_03 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	width: 260px;
	height: 55px;
	padding: 0 4% 0 4%;
	color: #fff;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition-duration: 0.2s;
	margin: 12% auto 4% auto;
	border-radius: 4px;
    }	

	
/*================================
その他の記事の記述
=================================*/
	
.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%;
}

.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;	
}
	
	
	
	
}	
	
