@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}

main{
	display: block;
}

img {
	border-style: none;
}

button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

ul li,
ol li{
	vertical-align: top;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #000;
	font-size: 20px;
	font-weight: 500;/* medium */
	font-family: 'Noto Serif JP', serif;
	line-height: 1.9;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

a {
	color: #333;
	text-decoration: underline;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
del{
	font-style: line-through;
}

sup, sub {
	line-height: 1.35;
	font-size: 10px;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}

table{
	max-width: 100%;
}

/* PCのみ */
@media all and (min-width: 751px) {
	body{
		min-width: 751px;
		background-size: cover;
		background-attachment: fixed;
	}
	#all{
/*		width: 751px;
		margin: auto;
		background: #fff;
*/	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		-webkit-transition-property: opacity;
		-ms-transition-property: opacity;
		transition-property: opacity;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	body{
		width: 100%;
		min-width: 320px;
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
.cf:after {
	content:" ";
	display:block;
	clear:both;
}

.bg_beige{
	max-width: 750px;
	margin: auto;
	background: #edeae4;
}
.wrap_img{
	padding: 0 40px;
}
.wrap_img img{
	width: 100%;
}
.wrap_btn_cv{
	padding-bottom: 100px;
}

.padding_btm{
	padding-bottom: 80px;
}

/* SPのみ */
@media all and (max-width: 750px) {
	.wrap_img{
		padding: 0 5.5%;
	}
	.wrap_btn_cv{
		padding-bottom: calc(100vw / 750 * 100);
	}
	.wrap_btn_cv img{
		width: calc(580vw / 750 * 100);
	}
	.padding_btm{
		padding-bottom: 9%;
	}
}

.relative{
	position:relative
}
.absolute{
	position:absolute;left:0
}


/* compare-container
---------------------------------------------------------- */
#compare-container{
}
#image-compare {
	max-width: 430px;
	margin:0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#image-compare img {
	height: 100%!important;
}
/* SPのみ */
@media all and (max-width: 750px) {
	#image-compare{
		width: 70%;
	}
}


/* tab
---------------------------------------------------------- */
.tabbed {
	overflow-x: hidden;
	margin: 10% 1rem;
	padding-bottom: 16px;
	padding-left: .25rem;
	padding-right: .25rem;
}

.tabbed [type=radio] {
	display: none;
}

.tab {
	width: 100%;
	text-align: center;
}

.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 710px;
}

.tab>label {
	display: block;
	margin-bottom: -2px;
	padding: 12px 15px;
	border: 2px solid #B79147;
	background: #fff;
	color: #B79147;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .3s;
}

.tab:hover label {
	border-top-color: #B79147;
	color: #B79147;
}

.tab-content {
	display: none;
	color: #777;
}
.tab-content > div{
	position: relative;
}
.tab-content > div > img{
	width: 710px;
}
.tab-content > div > a > img{
	position: absolute;
	bottom: 19%;
	left:0;
	right: 0;
	margin: auto;
}
.tabbed .tab-content:last-child > div > a > img{
	bottom: 3%;
}
.tabbed [type=radio]:nth-of-type(1):checked~.tabs .tab:nth-of-type(1) label,.tabbed [type=radio]:nth-of-type(2):checked~.tabs .tab:nth-of-type(2) label,.tabbed [type=radio]:nth-of-type(3):checked~.tabs .tab:nth-of-type(3) label,.tabbed [type=radio]:nth-of-type(4):checked~.tabs .tab:nth-of-type(4) label,.tabbed [type=radio]:nth-of-type(5):checked~.tabs .tab:nth-of-type(5) label {
	border-bottom-color: #fff;
	border-top-color: #B79147;
	background: #B79147;
	color: #fff;
}

.tabbed [type=radio]:nth-of-type(1):checked~.tab-content:nth-of-type(1),.tabbed [type=radio]:nth-of-type(2):checked~.tab-content:nth-of-type(2),.tabbed [type=radio]:nth-of-type(3):checked~.tab-content:nth-of-type(3),.tabbed [type=radio]:nth-of-type(4):checked~.tab-content:nth-of-type(4) {
	display: block;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.tab-content > div > img{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	font-size: 8px;
	padding-bottom: 3%;
}
footer ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
footer ul li{
	display: block;
	margin: 0 .5rem;
}
footer ul li a{
	color: #000;
}
address{
	font-style: normal;
	line-height: 2;
}
/* SP */
@media all and (max-width: 750px) {
	footer{
		padding-bottom: 7%;
	}
}

/* reflection
---------------------------------------------------------- */
.reflection {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.reflection:after {
	content: "";
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3.5s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3.5s ease-in-out infinite;
}
@keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

/* floating_banner */
.float_banner {
	position: sticky;
	bottom: 0;
	padding: 0rem 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	width: 100%;
	z-index: 999;
}