
/*------------- page ::: header ------------*/
#container {
	max-width: 1280px;
}
header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100px;
    padding: 20px 0 0;
    background-color: #e0dad3;
}
header .page_logo img {
    width: 300px;
}
.page_base {
    text-align: center;
    vertical-align: middle;
    height: 40px;
    margin: 0 auto;
    padding: 10px 0 0;
    bottom: 0;
    color: #FFF;
    background-color: #000;
}
.page_base img {
    height: 28px;
    padding: 3px 0 10px;
    box-sizing: border-box;
}
.fade___ {
    opacity : 0;
    visibility: hidden;
    transition: 2s;
    transform: translateY(100px);
}
 /*------------- top ::: items ------------*/

.content_top {
    display: flex;
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.content {
    width: 100%;
    display: flex;
    width: 100%;
    padding: 20px 0;
}
.end {
	align-items:flex-end;
}
.pagetop_pict {
    padding: 10px 0;
}
.pagetop_pict img,
.page02_pict img {
    width: 100%;
}
.item_tit {
    text-align: center;
    color: #FFF;
    font-size: 8.0em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page01_txt h3 {
	padding: 60px 0 0;
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 2.0em;
    letter-spacing: 0.05em;
	color: #000;
}
.page01_txt p {
    text-align: center;
    font-size: 1.1em;
    line-height: 2.0em;
    letter-spacing: 0.05em;
    padding: 50px 0;
}
.page02_txt h2 {
    font-size: 2.8em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.3em;
	color: #000;
}
.page02_txt p {
    padding: 10px 0 0;
    font-size: 0.9em;
    line-height: 1.8em;
}
/*-----arrow RIGHT----*/
.btnarrow_r {
    right: -100px;
	position: relative;
	display: inline-block;
	margin: 10px 0;
	padding: 0;
	text-align: right;
	text-decoration: none;
	outline: none;
}
.btnarrow_r::before {
	content: '';
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	bottom: 0;
	right: -70px;
	/*下線の形状*/
	height: 2px;
	background:#000;
	transition: all .3s;
}
.btnarrow_r#ar_01::before {
	width: 112%;
}
.btnarrow_r#ar_02::before {
	width: 117%;
}
.btnarrow_r::after {
	content: '';
	position: absolute;
	bottom: 12px;
	right: -72px;
	/*矢印の形状*/    
	width: 40px;
	height: 2px;
	background:#000;
	transform: rotate(35deg);
	transition: all .3s;
}
.txt_r {
    text-align: right;
}
/*-----arrow LEFT----*/
.btnarrow_l {
	position: relative;
	display: inline-block;
	margin: 10px 0 0 20px;
	padding: 0 0 0;
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 2.8em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.btnarrow_l#ar_03::before {
	content: '';
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	bottom: -12px;
	right: 0;
	/*下線の形状*/    
	width: 111%;
	height: 2px;
	background:#000;
	transition: all .3s;
}
.btnarrow_l::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: -62px;
	/*矢印の形状*/    
	width: 40px;
	height: 2px;
	background:#000;
	transform: rotate(-35deg);
	transition: all .3s;
}
.scenes {
	font-size: 0.8em;
}
.scenes::after {
	content: " : ";
}
.coution {
	font-size: 0.8em;
}
.page03_txt p {
	text-align: center;
	margin: 0 auto;
    padding: 20px 0 20px 20px;
    font-size: 0.9em;
    line-height: 2.0em;
    bottom: 0;
}
.page03_pict,
.page04_pict,
.page06_pict {
	display: flex;
	flex-wrap : wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
.page03_pict img {
	box-sizing: border-box;
    width: 500px;
	padding: 7px;
}
.page04_btn {
    display: flex;
    justify-content: center;
}
.page04_txt h2 {
	padding: 20px 0 0;
    text-align: center;
    font-size: 2.5em;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.5em;
	color: #000;
}
.page04_txt p {
	text-align: center;
	font-size: 1.3em;
	margin: 0 auto;
    padding: 10px 0 30px;
}
.page04_pict img,
.page06_pict img {
    width: 600px;
}
.page06_pict {
	max-width: 600px;
    border: 1px solid #000;
}
.btn_store a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 10px 10px;
	padding: 1em 2em;
	width: 270px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	background-color: #000;
	transition: 0.3s;
	border-radius: 50vh;
}

.btn_store a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 2px;
	background-color: #FFF;
	transition: 0.3s;
}
.btn_store a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 2px;
	background-color: #FFF;
	transition: 0.3s;
}
.btn_store a:hover {
	text-decoration: none;
	background-color: #bbbbbb;
	color: #f15a24;
}
.btn_store a:hover::before,
.btn_store a:hover::after {
	right: 0.5em;
	background-color: #f15a24;
}
.page05_pict {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}
.page05_pict img {
	box-sizing: border-box;
    width: 25%;
	padding: 5px;
}
.page06_txt {
	width: 780px;
    padding:0;
    margin: 10px auto;
    font-weight: bold;
    border: solid 3px #000;
    border-radius: 10px;
}
.page06_txt p {
	text-align: left;
	margin: 0;
    padding: 10px 0 10px 20px;
    font-size: 0.8em;
    line-height: 1.8em;
    bottom: 0;
}
.item_detail	 {
	max-width: 600px;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 50px 0 0;
	margin: 20px auto 50px;
}
.item_detail th {
	padding: 10px;
	text-align: center;
	background: #000;
	color: #FFF;
	font-size: 1.0em;
	border: solid 1px #000;
}
.item_detail td {
	font-size: 0.9em;
	padding: 10px;
	border: solid 1px #000;
}
.item_detail td:nth-child(2n+1) {
	width: 150px;
}

.btn,
a.btn,
button.btn {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.more_btn {
    overflow: hidden;
    color: #fff;
    border-radius: 0;
    background: #000;
  }
  a.more_btn span {
    position: relative;
  }
  a.more_btn:before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 150%;
    height: 500%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
    transform: translateX(-98%) translateY(-70%) rotate(135deg);
    background: #fff100;
  }
  
  a.more_btn:hover:before {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
    transform: translateX(-9%) translateY(-25%) rotate(135deg);
  }

/*----------- for SP --------------------------*/
@media (max-width: 1024px) {
.col-5,
.col-5-,
.col-6,
.col-7,
.col-7-,
.col-12 {
	width: 100%;
}
.pr-3 {
	padding-right: 0 !important;
}
.pl-3,
.pl-4 {
	padding-left: 0 !important;
}
.pt-4 {
	padding-top: 1.0rem !important;
}
.pt-8 {
padding-top: 8rem !important;
}
.mr--5 {
	right: 0 !important;
}
header {
    height: auto;
	text-align: center;
    padding: 10px 0;
	margin: 0 auto;
}
header .page_logo img {
    width: 80%;
}
.content_top {
	width: 100%;
    padding: 0 10px;
}
.content {
	box-sizing: border-box;
    width: 100%;
    display: flex;
	flex-direction: column;
	align-items:flex-end;
    padding: 30px 0 0;
}
.pagetop_pict {
    padding: 10px 0 5px;
}
.page01_txt h3 {
	padding: 50px 0 0;
    font-size: 1.2em;
    letter-spacing: 0.03em;
}
.page01_txt p {
    font-size: 1.0em;
    padding: 30px 0 80px;
}
.page02_txt {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
.page02_txt h2 {
	width: 80%;
	padding: 0;
	margin: 0 0 10px;
    font-size: 2.8em;
    line-height: 1.0em;
}
.page02_txt p {
	text-align: left;
	font-size: 0.9em;
	box-sizing: border-box;
	width: 80%;
    padding: 10px 0 50px;
	margin: 0 auto;
}
.page03_txt p {
	box-sizing: border-box;
	width: 80%;
    padding: 10px 0 20px;
	margin: 0 auto;
}
.txt_r,
.page03_txt p {
	text-align: left;
	font-size: 0.9em;
}
.page04_btn {
    flex-flow: column;
}
.btn_store a {
	width: 80%;
    text-align: center;
    margin: 0 auto 10px;
}
.page04_txt h2 {
	padding: 10px 0 0;
    font-size: 2.0em;
	line-height: 1.0em;
}
.page04_txt p {
	text-align: center;
    padding: 10px 0 30px;
	margin: 0;
}
.page02_pict,
.page04_pict,
.page05_pict,
.page01_txt {
	text-align: center;
	margin: 0 auto;
}
.page03_pict,
.page05_pict {	
	flex-wrap: wrap;
}
.page02_pict,
.page04_pict {
    width: 100%;
    padding: 0 10px;
}
.page02_pict img,
.page04_pict img {
	width: 100%;
}
.page03_pict img,
.page05_pict img {
	width: 48%;
	padding: 2px;
}
.item_detail	 {
	max-width: 90%;
	margin: 20px auto 0;
}

/*----------- for SP :: benry --------------------------*/


 /*-----arrow RIGHT----*/
.btnarrow_r,
.btnarrow_l {
    right: 0;
	text-align: center;
	margin: 10px auto;
	padding: 0;
	font-size: 2.3em;
	letter-spacing: 0.01em;

}
.btnarrow_r::before,
.btnarrow_l#ar_03::before {
	bottom: -10px;
	right: 0;
	width: 100%;
	height: 2px;
}
.btnarrow_l#ar_03 {
	left: -5px;
}
.btnarrow_r::after,
.btnarrow_l::after {
	display: none;
}
.btnarrow_r#ar_01::before,
.btnarrow_r#ar_02::before,
.btnarrow_l#ar_03::before {
	width: 100%;
}
.scenes {
	font-size: 0.6em;
}
.scenes::after {
	content: none;
}
.page06_txt {
	width: 100%;
    padding:0;
    margin: 0 0 80px;
}
.page06_txt p {
	margin: 0;
    padding: 10px 0 10px 20px;
    font-size: 0.8em;
    line-height: 1.8em;
    bottom: 0;
}
}