@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_4.jpg");
}

/*スマホの時だけ改行*/
.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テキスト
===================================*/

.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';*/
}

/*===================================
MENU
===================================*/
.menu_text {
	font-size: 25px;
	font-family: Angie Sans Std;
	margin: 0 auto 3%;
}

.menu_top {  
	display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 100%;
    gap: 1% 2%;
    grid-auto-flow: row;
    grid-template-areas: "menu_1 menu_2 menu_3 menu_4 menu_5";
    /*max-width: 1200px;*/
    width: 75%;
    margin: 0 auto;
	margin-left: 10%;
	text-align: center;
}

.menu_1 { grid-area: menu_1; }
.menu_2 { grid-area: menu_2; }
.menu_3 { grid-area: menu_3; }
.menu_4 { grid-area: menu_4; }
.menu_5 { grid-area: menu_5; }

.menu_2, .menu_4 {
	margin-top: 70%;
}

/*===================================
矢印のCSS
===================================*/

.cp_arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
 margin: 5% auto 14%;
}

.cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  width: 60px;
  height: 10px;
  opacity: 0;/*スタートは透明*/
  transform: scale(0.3);/*スタートは30%に縮小*/
  animation: arrow-move07 3s ease-out infinite;
}

.cp_arrows .cp_arrow:first-child {/*1秒ずらし*/
  animation: arrow-move07 3s ease-out 1s infinite;
}

.cp_arrows .cp_arrow:nth-child(2) {/*2秒ずらし*/
  animation: arrow-move07 3s ease-out 2s infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 100%;
  background: #444444;
  border-radius: 2px;
}

.cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
  left: 1px;
  transform: skewY(30deg);
}

.cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
  right: 1px;
  transform: skewY(-30deg);
}

@keyframes arrow-move07 {
   25% { opacity: 0.6;}
   43% { transform: translateY(1em); opacity: 0.8;}
   62% { transform: translateY(2em); opacity: 1;}
  100% { transform: translateY(3em) scale(0.5); opacity: 0;}
}


/*===================================
メインエリア
===================================*/

.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: #8bc958;
}

.number02 {
	color: #67a7e0;
}

.number03 {
	color: #ff6793;
}

.number04 {
	color: #d89663;
}

.number05 {
	color: #c4abd6;
}


.area_title {
	font-size: 1.3em;
	margin: 9% auto;
	font-weight: 800;
}
.area_text {
	width: 85%;
	margin: 0 auto;
	text-align: left;
	max-width: 270px;
}

.keyword_1,.keyword_2,.keyword_3,.keyword_4,.keyword_5 {
	font-size: 1.3em;
	margin: 9% auto;
	font-weight: 600;
}

.keyword_1 {
	color: #8bc958;
}

.keyword_2 {
	color: #67a7e0;
}

.keyword_3 {
	color: #ff6793;
}

.keyword_4 {
	color: #d89663;
}

.keyword_5 {
	color: #c4abd6;
}


.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;
}



/*黒細ライン＆ホバーグレー*/
a.btn_04 {
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_04:hover {
  background: #9b9b9d;
  color: #fff;
  border: none;
}

a.btn_04: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_04: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 20%;
    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: 11% auto 1%;
	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%;
}	
	
	
.menu_text {
	font-size: 25px;
	font-family: Angie Sans Std;
}	
	
/*===================================
メインエリア
===================================*/
	
.area_title {
    font-size: 1.1em;
    margin: 9% auto;
    font-weight: 800;
}	
	
.area_text {
    width: 85%;
    margin: 0 auto;
    text-align: left;
	font-size: 12px;
}	
	
	
.keyword_1,.keyword_2,.keyword_3,.keyword_4,.keyword_5 {
	font-size: 1.1em;
	margin: 9% auto;
	font-weight: 600;
    }	

	
.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;
}	
	

a.btn_04 {
    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 20%;
    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: 11% auto 1%;
	font-size: 14px;
}

	
}



/*===============================================
SMP
===============================================*/
@media (max-width: 426px) {

#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	}
	
	
.spece_bottom {
		margin-bottom: 150%
	}	
	
.spece_bottom_2 {
		margin-bottom: 10%
	}
	
	
/*===================================
区切り線
===================================*/
	
.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%;
}		
	
	
	
/*===================================
MENU
===================================*/
	
.menu_text {
	font-size: 22px;
        font-family: Angie Sans Std;
	margin: 0 auto 0;
}	
	
.menu_top {  
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3% 33.3% 33.3%;
	grid-template-rows: 100%;
	gap: 1% 4%;
	grid-auto-flow: row;
	grid-template-areas: "menu_1 menu_2 menu_3 menu_4 menu_5";
	max-width: 400px;
	width: 85%;
	margin: 0 auto;
	text-align: center;
    }

.menu_1 { grid-area: menu_1; }
.menu_2 { grid-area: menu_2; }
.menu_3 { grid-area: menu_3; }
.menu_4 { grid-area: menu_4; }
.menu_5 { grid-area: menu_5; }
	
.menu_top {
	position: absolute;
	margin-left: 4%;
	}	
	
.menu_4 {
	position: relative;
    top: 55%;
    left: -335%;
	}	
	
.menu_5 {
	position: relative;
    top: 76.5%;
    left: -224%;
	}	
	
.menu_2 {
	margin-top: 110%;
}	
	
	
/*===================================
矢印のCSS
===================================*/
	
.cp_arrows {
   display:none;
}

	
/*.cp_arrows {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   /* margin: 115% auto 100%;
}	*/
	
/*===================================
メインエリア
===================================*/
.area_top {
    display: block;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}	
	
.number01 {
	font-size: 6em;
    margin-top: 10%;
    font-family: math;
	}	
	
 .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: left;
	font-size: 13px;
	margin: 1% auto 3%;
    }	
	
	
.keyword_1,.keyword_2,.keyword_3,.keyword_4,.keyword_5 {
     font-size: 1.4em;
     margin: 9% auto 3%;
     font-weight: 600;
    }		
	
.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;
    }	
	
	
a.btn_04 {
	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 30%;
        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: 27% auto 1%;
	font-size: 16px;
}
	
.other_details {
font-size: 12px;
text-align: left;	
}
	
	
	
	
}	
	
