@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: "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
	/*font-family: 'Shippori Mincho B1', serif;*/
	text-align: center;
	color:#333333;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-weight: 300;
}


/*===================================
区切り線
===================================*/

.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 10% auto 9% auto;
}


/*===================================
スペース
===================================*/
.spece_text {
	margin: 3% auto;
}

/*===================================
topイメージ
===================================*/
.top_container {
	display: grid;
    grid-template-columns: 42% 52%;
    gap: 2% 6%;
    row-gap: 2%;
    column-gap: 6%;
    grid-auto-flow: row;
    grid-template-areas: "top_01 top_02";
    margin: 0 auto 5%;
    text-align: center;
    width: 95%;
}

.top_01 { grid-area: top_01; }

.top_02 { grid-area: top_02;}
.top_02 img {	
 border-radius: 50px;
}

.top_01_text {
	text-align: left;
	color: #27548A;
margin-top: 5%;
}



/*===================================
メイン部分
===================================*/
.container01,.container01_1{  
	display: grid;
    grid-template-columns: 43% 50%;
    gap: 3% 0%;
    grid-auto-flow: row;
    grid-template-areas: "ct_01 ct_02";
    margin: 0 auto;
    text-align: center;
    width: 86%;
    /* margin-right: 4%; */
    grid-auto-rows: 135%;
    margin-bottom: 10%;
}

.ct_01 { grid-area: ct_01; }

.ct_01 img {
	width: 90%;
}

.ct_02 { grid-area: ct_02;
text-align: left;
	margin: auto 0;
}

.text_01{
	font-size: 22px;
	line-height: 1.2;
	color: #27548A;
}

.text_02 {
	
}

.text_03 {
	
}

.text_04 {
	border: 1px solid #000;
}

.span_01 {
	font-size: 24px;
font-family: "farmhand-sans", sans-serif;
font-weight: 400;
font-style: normal;
}

 /*=== 画像のスライド================================= */
.slide {
  position: relative;
  width: 100%;
  max-width: 600px; /* 任意の横幅 */
  height: 100%;
  overflow: hidden;
}

.slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: slideFade 12s 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 slideFade {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}


/*
.slide-track {
  display: flex;
  width: 100%; 
  height: 100%;
  animation: slideX 9s infinite;
}

.slide-track img {
  width: 100%; 
  height: 100%;
  object-fit: cover;
  flex-shrink: 0; 
}

/* スライドアニメーション：0%→-100%→-200%→リセット 
@keyframes slideX {
  0%   { transform: translateX(0%); }
  30%  { transform: translateX(0%); }

  33%  { transform: translateX(-100%); }
  63%  { transform: translateX(-100%); }

  66%  { transform: translateX(-200%); }
  96%{ transform: translateX(-200%); }
}
*/

 /*=== 画像集約部分================================= */
.container02 {  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  gap: 2% 2%;
  grid-auto-flow: row;
  grid-template-areas:
    "img_01 img_02 img_03 img_04";
	width: 90%;
	text-align: center;
    margin: 5% auto;
}

.img_01 { grid-area: img_01;}

.img_02 { grid-area: img_02; }

.img_03 { grid-area: img_03; }

.img_04 { grid-area: img_04; }

.img_01 img ,.img_02 img ,.img_03 img ,.img_04 img {
	 border-radius: 20px;
}

/*==BUYボタン=======================*/

.btn_buy,
a.btn_buy {
  color: #fff;
    background-color: #27548A;
    line-height: 2;
}

/*
.btn_buy:hover,
a.btn_buy:hover {
  color: #27548A;
  background: #fff;
	font-weight: bold;
	border: 1px solid #27548A;
}
*/

.btn_buy {
	padding: 3px 26px 3px 26px;
    width: 115px;
}


/*==CHECKボタン=======================*/
.btn_check_01 {
    font-weight: 500;
    border: 1px solid #fff;
    width: 40%;
    padding: 2% 1%;
    top: 82%;
    right: 5%;
    position: absolute;
    /* border-radius: 10px; */
    color: #fff;
}

.btn_check_02 {
    font-weight: 500;
    border: 1px solid #fff;
    width: 40%;
    padding: 3% 1%;
	top: 82%;
    right: 5%;
	  position: absolute;
    /* border-radius: 10px; */
	color: #fff;
}

.btn_check_03{
    font-weight: 500;
    border: 1px solid #fff;
    width: 40%;
    padding: 3% 1%;
	top: 82%;
    right: 5%;
	  position: absolute;
    /* border-radius: 10px; */
	color: #fff;
}

.btn_check_04 {
    font-weight: 500;
    border: 1px solid #fff;
    width: 40%;
    padding: 3% 1%;
	top: 82%;
    right: 5%;
	  position: absolute;
    /* border-radius: 10px; */
	color: #fff;
}

.img_01 , .img_02 , .img_03 , .img_04   {
	position: relative;
}




/*===================================
ボタン系
===================================*/

/*黒細ライン＆ホバーグレー*/
a.btn_01 {
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #27548A;
    box-sizing: border-box;
    width: 450px;
    height: 55px;
    padding: 0 6% 0 6%;
    color: #27548A;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
     margin: 4% auto 4% auto;
}

a.btn_01:hover {
  color: #fff;
  background: #27548A;
	border: 1px solid #27548A;
}

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 #27548A;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_01:hover:before {
  border-color: transparent transparent transparent #27548A;
}




/*黒細ライン＆ホバーも黒*/
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: 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_container {
	display: grid;
    grid-template-columns: 42% 52%;
    gap: 2% 6%;
    row-gap: 2%;
    column-gap: 6%;
    grid-auto-flow: row;
    grid-template-areas: "top_01 top_02";
    margin: 0 auto 5%;
    text-align: center;
    width: 90%;
}	
	
	.top_01 img {
		 width: 90%;
	}	
	
.container01,.container01_1 {
    display: grid;
    grid-template-columns: 43% 50%;
    gap: 3% 2%;
    width: 86%;
    /* margin-right: 4%; */
    grid-auto-rows: 119%;
    margin-bottom: 10%;
}	
	
	
	
	
/*==BUYボタン=======================*/

.btn_buy,
a.btn_buy {
  line-height: 1.5;
}

.btn_buy {
	padding: 3px 15px 3px 15px;
    width: 95px;
}
	
/*==checkボタン=======================*/	
.btn_check_01,.btn_check_02,.btn_check_03,.btn_check_04 {
    width: 45%;
    font-size: 13px;
}	
	
	
	
/*===================================
ボタン系
===================================*/
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 330px;
    height: 45px;
    padding: 0 6% 0 6%;
    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;
	font-weight: 300;
	}
	
	
/*===================================
区切り線
===================================*/
	
.border_1 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 20% auto 10% auto;
}	
	

/*===================================
スペース
===================================*/
.spece_text {
	margin: 4% auto;
}
	
/*===================================
topイメージ
===================================*/
.top_container {
	display: block;
    grid-template-columns: 42% 52%;
    margin: 0 auto 5%;
    text-align: center;
    width: 90%;
}

.top_01 { grid-area: top_01; }

.top_02 { grid-area: top_02; }	
	

.top_01_text {
	text-align: left;
	color: #27548A;
	margin: 5% auto 7%;
	width: 90%;
    font-weight: 400;
}	
	
.top_01 img {
     width: 80%;
	margin-top: 5%;
    }	
	
	
/*===================================
メイン部分
===================================*/
	
.container01{ 
display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100% 100%;
  gap: 7% 3%;
  grid-auto-flow: row;
  grid-template-areas:
    "ct_01"
    "ct_02";
   margin-left: 14%;
	margin-bottom: 85%;
}
	
.container01_1 { 
display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 130% 100%;
  gap: 7% 3%;
  grid-auto-flow: row;
  grid-template-areas:
    "ct_01"
    "ct_02";
   margin-left: 14%;
	margin-bottom: 95%;
}	

.ct_02 { grid-area: ct_02; }

.ct_01 { grid-area: ct_01; }

	
/*	
.container01 {
	display: block;
  grid-template-columns: 43% 54%;
  gap: 2% 3%;
  grid-auto-flow: row;
  grid-template-areas:
    "ct_01 ct_02";
	margin: 8% auto;
	text-align: center;
	width: 70%;
}
*/	

.ct_01 { grid-area: ct_01; }

.ct_01 img {
	width: 80%;
	margin: 0 auto 10%;
}

.ct_02 { grid-area: ct_02;
text-align: left;
	margin: auto 0;
	width: 83%;
}

.text_01{
	font-size: 22px;
	line-height: 1.2;
}

.text_02 {
 font-weight: 300;	
}

.text_03 {
	
}


.container02 {
	display:  grid;
	grid-template-columns: 48.25% 48.25%;
	gap: 3% 3%;
	grid-auto-flow: row;
	grid-template-areas:
	"img_01 img_02"
	"img_03 img_04";
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

.img_01 { grid-area: img_01; }

.img_02 { grid-area: img_02; }

.img_03 { grid-area: img_03; }

.img_04 { grid-area: img_04; }

btn_buy 
.img_01 img ,.img_02 img ,.img_03 img ,.img_04 img {
	 border-radius: 20px;
}

	
/*==BUYボタン=======================*/

.btn_buy,
a.btn_buy {
  line-height: 1.6;
}

.btn_buy {
	padding: 3px 15px 3px 15px;
    width: 95px;
}
	
	
/*==checkボタン=======================*/
.btn_check_01,.btn_check_02,.btn_check_03,.btn_check_04 {
    font-size: 12px;
	padding: 1% 1%;
}	
	
		

	
/*===================================
ボタン系
===================================*/	
	
a.btn_01 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 75%;
    height: 40px;
    padding: 0 6% 0 6%;
    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%;
}

.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;	
}
	
	
	
	
}	
	
