@charset "UTF-8";

*,*::before,*::after{box-sizing:border-box}
ul[class],ol[class]{padding:0}
body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}
html{scroll-behavior:smooth}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
ul[class],ol[class]{list-style:none}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
article>*+*{margin-top:1em}
input,button,textarea,select{font:inherit}
img:not([alt]){filter:blur(10px)}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}
/* addition */
main{display:block}
h5,h6{margin:0}
img,picture{width:100%;height:auto}
table{border-collapse:collapse;border-spacing:0}
a{color:inherit;word-break:break-all}


/* base
================================================= */
html {
	font-size: 62.5%;
}
body {
	background-color: #fbf8ef;
	background-image: url("../image/back_left.png"),url("../image/back_right.png");
	background-repeat: no-repeat;
	background-position: top calc( 55px - 48vw) left -32vw,top calc( 55px - 48vw) right -34vw;
	background-size: 86vw auto,88vw auto;
	color: #181818;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 0.04em;
}
a { color: #1558d6; }
a:visited { color: #681da8; }
a:hover, a:active { color: #44a0ff; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

@media print, screen and (min-width: 768px) {
body{background-position: top calc( 55px - 24vw) left -4vw,top calc( 55px - 24vw) right -2vw;
	background-size: 40vw auto,40vw auto;}
}

@media print, screen and (min-width: 960px) {
body{background-position: top calc( 90px - 24vw) left -2vw,top calc( 90px - 24vw) right -2vw;}
}

@media print, screen and (min-width: 1280px) {
body{
	background-image: url("../image/back_left.png"),url("../image/back_right.png"),url("../image/back_left.png"),url("../image/back_right.png");
	background-repeat:no-repeat,no-repeat, repeat-y, repeat-y;
	background-position: top -220px left calc( 50vw - 700px),top -220px right calc( 50vw - 700px),top 60px left calc( 50vw + 720px),top 90px right calc( 50vw + 720px);
	background-size: 540px auto, 540px auto, 460px auto, 480px auto}
}



/*PC・smp vew*/
.vew_pc {display: none;}
@media print, screen and (min-width: 768px) {
.vew_pc{display: inline-block;}
}

/*スマホ・タブのみ表示*/
.vew_smp { display: inherit;}
@media print, screen and (min-width: 768px) {
.vew_smp { display: none;}
}


/* footer
================================================= */
footer {
  padding: 3.2rem 0;
  font-size: 1.2rem;
  text-align: center;
}
address {
  font: inherit;
}

