@charset "utf-8";@charset "utf-8";

/* ===================================
    全体レイアウト用
==================================== */
#Area {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	text-align: center;
	color:#333333;
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	font-weight: 400;
	max-width: 1300px;
}

.backcolor {
  /*background-image:url("/photo/page/20240817/back_4.jpg");
  background-image:url("/photo/page/20250422/back_10.jpg");	*/
}

.border_01 {
	border-top: 1px solid #d1cbc2;
	width: 70%;
	margin: 8% auto 8% auto;
}

/*指定されている画面幅解除*/
.inner {
       /* width: calc(100% - 80px);*/
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

/*スマホの時だけ改行*/
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
	
/*PCの時だけ改行*/	
	.br-pc { display:none; }
}

.spece_01 {
	padding-bottom:4%;
}

.spece_bottom {
 margin-bottom: 25%;
}

.spece_img {
	margin-bottom: 5%;
}

.item1 { grid-area: item1; }
.item2 { grid-area: item2; }
.item3 { grid-area: item3; }
.item4 { grid-area: item4; }


.itempt01 {
  position: relative;
}

.slide0 {
  position: absolute;
  padding: 0;
  width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation : slideshow1 6s linear infinite;
}

@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 1; }
  50%  { opacity: 1; }
  75%  { opacity: 0; }
  100% { opacity: 0; }
}

.slide1 {
  position: absolute;
  padding: 0;
  width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation : slideshow1 6s linear infinite;
  animation-delay:2s;
}

@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 0; }
  50%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}


.image {
	text-align: center;
}


.banner {
	width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.top_text {
	width: 100%;
	height:auto;
	margin-top: 7%;
	margin-bottom: 7%;
}

.top_text_sub {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
	line-height: 2.5;
	margin-top: 3%;
	width: 65%;
    margin: 0 auto;
}

.container_01 {
	/*background: #f7f5ee;*/
}

.container_01,.container_02 {
	padding-top: 8%;
}

/* ===================================
  画像スクロール
==================================== */

.fade_main_img,.fade_main_img_01 {  
  display: block;
  grid-template-columns: 100%;
  grid-template-rows: 50% 50%;
  gap: 2% 0%;
  grid-auto-flow: row;
  grid-template-areas:
    "fadein-left"
    "fadein-right";
}

.fadein-left { 
	grid-area: fadein-left;
}
.fadein-right { 
	grid-area: fadein-right;
}

.fadein-left img,.fadein-right img {
	width: 50%;
}


.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}


/* ===================================
  画像部分用
==================================== */


.img_01 { 
	margin-left: -20%; 
}

.img_02 { 
	margin-left: 20%; 
}

.img_03 { 
	margin-left: -20%; 
}

.img_04 { 
	margin-left: 20%; 
}

.img_05 { 
	margin-left: -20%; 
}

.img_06 { 
	margin-left: 20%; 
}

.img_07 { 
	margin-left: -20%; 
}

.img_08 { 
	margin-left: 20%; 
}

.img_09 { 
	margin-left: -20%; 
}

.img_10 { 
	margin-left: 20%; 
}



/* ===================================
テキスト
==================================== */
.detail_text{
	margin-top: 1%;
}

.detail_text01 {
	text-align: left;
    margin-left: 19%;
	font-size: 15px;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	/*font-family: "shippori-mincho-b1", serif;*/
    font-weight: 300;
    font-style: normal;
	width: 43%;
}

.detail_text02 {
    text-align: left;
    margin-left: 35%;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    width: 43%;
}


/* ===================================
 クレジット部分
==================================== */
.detail1 {
    display: grid;
    grid-template-columns: 22% 75% 16%;
    gap: 1% 2%;
    grid-auto-flow: row;
    grid-template-areas: "detail1_1 detail1_2 detail1_3";
    margin-bottom: 3%;
    font-size: 13px;
    width: 30%;
    margin-left: 19%;
    text-align: left;
    margin-top: 2%;
}

.detail1_s {
    display: grid;
    grid-template-columns: 22% 75% 16%;
    gap: 1% 2%;
    grid-auto-flow: row;
    grid-template-areas: "detail1_1 detail1_2 detail1_3";
    margin-bottom: 3%;
    font-size: 13px;
    width: 30%;
    margin-left: 35%;
    text-align: left;
    margin-top: 2%;
}


.detail1_1 { grid-area: detail1_1; }
.detail1_2 { grid-area: detail1_2; }
.detail1_3 { grid-area: detail1_3; }

/*==BUYボタン==*/

.btn＿buy,
a.btn＿buy {
  color: #fff;
  background-color: #f3ce41;
	line-height: 5.5;
	font-size: 13px;
	border: 1px solid #f3ce41;
}

.btn＿buy {
	padding: 2px 13px 2px 13px;
}


.btn＿buy:hover,
a.btn＿buy:hover {
  color: #dcb82e;
  background: #fff;
	font-weight: bold;
	 border: 1px solid #dcb82e;
}


/* 余白*/
.spece {
 padding-top:15%;
  text-align:center;
}	

a.btn_01 {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 20px;
    margin: 9%;
    padding: 0.5rem 2rem;
    font-weight: bold;
    border: 1px solid #202020;
    color: #000;
    transition: 0.5s;
    font-size: 12px;
}

a.btn_02 {
 display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 360px;
    margin: 0% auto 5% auto;
    padding: 1rem 4rem;
    font-weight: 200;
    border: 1.5px solid #bdb8e1;
    background: #bdb8e1;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 16px;
	font-family: "europa", sans-serif;
}

a.btn_02:hover {
	color: #bdb8e1;
	background: #fff;
}


a.btn_03 {
 display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 360px;
    margin: 3% auto 4% auto;
    padding: 1rem 4rem;
    font-weight: 200;
    border: 1.5px solid #f3ce41;
    background: #f3ce41;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 16px;
	font-family: "europa", sans-serif;

}

a.btn_03:hover {
	color: #dcb82e;
	background: #fff;
}


/*================================
その他の最新特集の記述
=================================*/

.other_title {
	 text-align: left;
    max-width: 76%;
	margin: 10% auto 1%;
	font-size: 20px;
}

.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: 75%;
}

.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_details {
font-size: 15px;
text-align-last: left;	
}






/*================================
tablet
=================================*/
@media(max-width: 834px){
#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }	
	
.banner {
	width: 100%;
	display: block;
	margin: 0 auto;
}


.top_text_sub {
	font-size: 13px;
	line-height: 2.5;
	margin-top: 3%;
	width: 80%;
}
	
	
.detail_text01,.detail_text02
	{
		font-size: 13px;
	}
	
	
	
/* ===================================
 クレジット部分
==================================== */
.detail1 {
    display: grid;
    grid-template-columns: 22% 66% 16%;
    gap: 1% 2%;
    grid-auto-flow: row;
    grid-template-areas: "detail1_1 detail1_2 detail1_3";
    margin-bottom: 3%;
    font-size: 11px;
    width: 35%;
    margin-left: 20%;
    text-align: left;
    margin-top: 2%;
}

.detail1_s {
    display: grid;
    grid-template-columns: 22% 66% 16%;
    gap: 1% 2%;
    grid-auto-flow: row;
    grid-template-areas: "detail1_1 detail1_2 detail1_3";
    margin-bottom: 3%;
    font-size: 11px;
    width: 35%;
    margin-left: 36.5%;
    text-align: left;
    margin-top: 2%;
}


.detail1_1 { grid-area: detail1_1; }
.detail1_2 { grid-area: detail1_2; }
.detail1_3 { grid-area: detail1_3; }

/*==BUYボタン==*/

.btn＿buy,
a.btn＿buy {
	line-height: 4.5;
	font-size: 11px;
	padding: 13% 45%;
}

.btn＿buy {
	padding: 2px 13px 2px 13px;
}


	
	
	
/* ===================================
  画像スクロール
==================================== */	
	
.fade_main_img {
    display: block
;
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    gap: 2% 0%;
    grid-auto-flow: row;
    grid-template-areas:
        "fadein-left"
        "fadein-right";
    margin: 0 auto;
}	
	
.fadein-left img,.fadein-right img {
	width: 50%;
}
	
	
/* 余白*/
.spece {
 padding-top:10%;
  text-align:center;
}	
  
	
.container01-2 {
    display: grid;
    grid-template-columns: 340px 340px;
    grid-template-rows: 100px 100px;
    gap: 3% 2%;
    grid-auto-flow: row;
    justify-content: center;
    grid-template-areas:
        "item1 item2"
        "item3 item4";
    margin-top: 5%;
    font-size: 11px;
}
	
a.btn_01 {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 20px;
    margin: 5%;
    padding: 0.3rem 1.5rem;
    font-weight: bold;
    border: 1px solid #202020;
    /* background: #202020; */
    color: #000;
    transition: 0.5s;
    font-size: 12px;
}

	
	

/*================================
その他の最新特集の記述
=================================*/
.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: 75%;
	
}

.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%;
	font-size: 14px;
}
	}



/*===================================
SMP
====================================*/

@media (max-width: 480px) {
#Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	}
	
.spece_bottom {
 margin-bottom:35%;
	}
	
.spece_img {
	margin-bottom: 8%;
}	
	
.spece_01 {
	padding-bottom:11%;
}	
	
.top_text_sub {
	width: 90%;
    font-size: 14px;
    line-height: 2;
    margin: 15% auto 15%;
	}	



/* ===================================
  画像スクロール
==================================== */


.fade_main_img {  display: block;
  grid-template-columns: 100%;
  grid-template-rows: 50% 50%;
  gap: 2% 0%;
  grid-auto-flow: row;
  grid-template-areas:
    "fadein-left"
    "fadein-right";
}

.fadein-left { grid-area: fadein-left; }
.fadein-right { 
	grid-area: fadein-right;
}

.fadein-left img,.fadein-right img {
	width: 85%;
}
	
	
.img_01 { 
	margin-left: 0%; 
}

.img_02 { 
	margin-left: 0%; 
}

.img_03 { 
	margin-left: 0%; 
}

.img_04 { 
	margin-left: 0%; 
}

.img_05 { 
	margin-left: 0%; 
}

.img_06 { 
	margin-left: 0%; 
}

.img_07 { 
	margin-left: 0%; 
}

.img_08 { 
	margin-left: 0%; 
}

.img_09 { 
	margin-left: 0%; 
}

.img_10 { 
	margin-left: 0%; 
}	
	

/* ===================================
 詳細
==================================== */
.detail1 {
        display: grid;
        grid-template-columns: 23% 71% 16%;
        gap: 1% 2%;
        grid-auto-flow: row;
        grid-template-areas: "detail1_1 detail1_2 detail1_3";
        margin-bottom: 3%;
        font-size: 9px;
        width: 53%;
        margin-left: 16%;
        text-align: left;
        margin-top: 2%;
    }	
	
	
.detail1_s {
        display: grid;
        grid-template-columns: 23% 71% 16%;
        gap: 1% 2%;
        grid-auto-flow: row;
        grid-template-areas: "detail1_1 detail1_2 detail1_3";
        margin-bottom: 3%;
        font-size: 9px;
        width: 53%;
        margin-left: 16%;
        text-align: left;
        margin-top: 2%;
    }	
		
	
.detail_text{
	margin: 4% auto;
}

.detail_text01 {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
	width: 70%;
    margin: 0 auto;
	text-align: left;
	margin-left: 15.5%;
}

.detail_text02 {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
	width: 70%;
    margin: 0 auto;
	text-align: left;
	/*margin-left: 22%;*/
	}
	
	
.btn＿buy, a.btn＿buy {
        line-height: 4.5;
        font-size: 10px;
    }	

	


	/* 余白*/
.spece {
 padding-top:32%;
  text-align:center;
}

.spece2 {
 padding-top:10%;
  text-align:center;
}	


.border_01 {
	border-top: 1px solid #d1cbc2;
	width: 80%;
	margin: 13% auto 13% auto;
}


a.btn_02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 70%;
    margin: 2% auto 9% auto;
    padding: 0.8rem 2rem;
    font-weight: 200;
    border: 1.5px solid #bdb8e1;
    background: #bdb8e1;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 14px;
	font-family: "europa", sans-serif;
}

a.btn_02:hover {
	color: #bdb8e1;
	background: #fff;
}	

	
a.btn_03 {
        display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 70%;
    margin: 5% auto 4% auto;
    padding: 0.8rem 2rem;
    font-weight: 200;
    color: #fff;
    border-radius: 100vh;
    transition: 0.5s;
    font-size: 14px;
	font-family: "europa", sans-serif;

}

a.btn_03:hover {
	background: #fff;
}		
	

	
/*================================
その他の最新特集の記述
=================================*/
	
.other {
        display: grid;
        grid-template-columns: 47% 47%;
        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: 80%;
	margin-bottom: 7%;
}

.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: 82%;
   margin: 22% auto 1%;
   font-size: 16px;
    }
	
.other_details {
font-size: 12px;
text-align: left;	
}
	


@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 1; }
  50%  { opacity: 1; }
  75%  { opacity: 0; }
  100% { opacity: 0; }
}

.slide1 {
  position: absolute;
  padding: 0;
  width: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
  opacity: 0;
  animation : slideshow1 7s linear infinite;
  animation-delay:3s;
}

@keyframes slideshow1 {
  0%   { opacity: 0; }
  28%  { opacity: 0; }
  50%  { opacity: 1; }
  75%  { opacity: 1; }
  100% { opacity: 0; }
}	
	
}	

