@charset "UTF-8";
/* 
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;
}

:root {
  --gothic:
  	"Noto Sans JP",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"YuGothic",
  	"Yu Gothic",
  	"游ゴシック体",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --black: #393a3a;
  --red: #d00;
}

@keyframes show01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/************************************************

	reset

*************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, input, select, textarea,
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 {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--gothic);
  line-height: 1.75;
  font-size: 1.6em;
  color: var(--black);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.3em;
  }
}

button:focus-visible,
a　:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

ul {
  list-style: none;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

address {
  font-style: normal;
}

/************************************************

	contents

*************************************************/
.b-container {
  position: relative;
}

/************************************************

	section

*************************************************/
/************************************************

	title

*************************************************/
/************************************************

	list

*************************************************/
/************************************************

	block

*************************************************/
/************************************************

	table

*************************************************/
/************************************************

	button

*************************************************/
.b-btn01 {
  text-align: center;
}
.b-btn01 input,
.b-btn01 a {
  position: relative;
  outline: none;
  border: none;
  max-width: 560px;
  width: 41vw;
  padding: 1em;
  border-radius: 15px;
  background: #bf982f;
  box-shadow: 0px 0px 20px rgba(191, 152, 47, 0.2);
  font-weight: 500;
  font-size: 1.6837481698vw;
  letter-spacing: 0.18em;
  text-align: center;
  color: #fff;
  transition: transform 0.2s;
}
@media screen and (min-width: 1366px) {
  .b-btn01 input,
  .b-btn01 a {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .b-btn01 input,
  .b-btn01 a {
    border-radius: 7px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    margin-top: 10px;
  }
}
.b-btn01 input:active,
.b-btn01 a:active {
  transform: scale(0.98);
}
.b-btn01.is-disabled {
  pointer-events: none;
}

/************************************************

	scroll

*************************************************/
/************************************************

	form

*************************************************/
/************************************************

	icon

*************************************************/
/************************************************

	breadcrumb

*************************************************/
/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-mw0 {
  max-width: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-mw80 {
  max-width: 80px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-mw160 {
  max-width: 160px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-mw240 {
  max-width: 240px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-mw320 {
  max-width: 320px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-mw400 {
  max-width: 400px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-mw480 {
  max-width: 480px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-mw560 {
  max-width: 560px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-mw640 {
  max-width: 640px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-mw720 {
  max-width: 720px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-mw800 {
  max-width: 800px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-mw880 {
  max-width: 880px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-mw960 {
  max-width: 960px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-mw1040 {
  max-width: 1040px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-mw1120 {
  max-width: 1120px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-mw1200 {
  max-width: 1200px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-mw1280 {
  max-width: 1280px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-mw1360 {
  max-width: 1360px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-mw1440 {
  max-width: 1440px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-mw1520 {
  max-width: 1520px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-mw1600 {
  max-width: 1600px !important;
}

.b-var_mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt20 {
    margin-top: calc(20px / 2) !important;
  }
}

.b-var_pt20 {
  padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt20 {
    padding-top: calc(20px / 2) !important;
  }
}

.b-var_mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt40 {
    margin-top: calc(40px / 2) !important;
  }
}

.b-var_pt40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt40 {
    padding-top: calc(40px / 2) !important;
  }
}

.b-var_mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt60 {
    margin-top: calc(60px / 2) !important;
  }
}

.b-var_pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt60 {
    padding-top: calc(60px / 2) !important;
  }
}

.b-var_mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt80 {
    margin-top: calc(80px / 2) !important;
  }
}

.b-var_pt80 {
  padding-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt80 {
    padding-top: calc(80px / 2) !important;
  }
}

.b-var_mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt100 {
    margin-top: calc(100px / 2) !important;
  }
}

.b-var_pt100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt100 {
    padding-top: calc(100px / 2) !important;
  }
}

.b-var_mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt120 {
    margin-top: calc(120px / 2) !important;
  }
}

.b-var_pt120 {
  padding-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt120 {
    padding-top: calc(120px / 2) !important;
  }
}

.b-var_mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt140 {
    margin-top: calc(140px / 2) !important;
  }
}

.b-var_pt140 {
  padding-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt140 {
    padding-top: calc(140px / 2) !important;
  }
}

.b-var_mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt160 {
    margin-top: calc(160px / 2) !important;
  }
}

.b-var_pt160 {
  padding-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt160 {
    padding-top: calc(160px / 2) !important;
  }
}

.b-var_mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt180 {
    margin-top: calc(180px / 2) !important;
  }
}

.b-var_pt180 {
  padding-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt180 {
    padding-top: calc(180px / 2) !important;
  }
}

.b-var_mt200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .b-var_mt200 {
    margin-top: calc(200px / 2) !important;
  }
}

.b-var_pt200 {
  padding-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .b-var_pt200 {
    padding-top: calc(200px / 2) !important;
  }
}

.b-mw1000 {
  max-width: 1000px;
}

.b-m_auto {
  margin-left: auto;
  margin-right: auto;
}

.b-c_gap20 {
  column-gap: 20px !important;
}

.b-c_gap40 {
  column-gap: 40px !important;
}

.b-d_ib {
  display: inline-block;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_br {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .b-pc_only {
    display: none;
  }
}

.b-sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .b-sp_only {
    display: inherit;
  }
}

.b-w_fc {
  width: fit-content;
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em !important;
}

.b-big {
  font-size: 1.2em !important;
}

.b-bold {
  font-weight: bold !important;
}

.b-text_link {
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .b-text_link:hover {
    opacity: 0.7;
  }
}

.b-text_main {
  color: #00489d !important;
}

.b-text_white {
  color: #fff !important;
}

.b-text_red {
  color: #cf0e0e !important;
}

.b-indent01 {
  text-indent: -1em;
  padding-left: 1em;
}

.b-indent02 {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.b-notes01 {
  text-indent: -1em;
  margin-top: 0.5em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .b-notes01 {
    font-size: 1.2rem;
  }
}

/************************************************

	layout

*************************************************/
.b-site_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #80a4ce;
  background: url("../../images/bg_top02.jpg") top/cover;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .b-site_bg {
    background: #00489d;
  }
}

.b-contents {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border: 10px solid #00489d;
  z-index: 100;
  /*&::before {
  	content: '';
  	position: absolute;
  	top: -20px;
  	background-color: $main;
  	width: 100%;
  	height: 100%;
  	z-index: -1;
  }*/
}
@media screen and (max-width: 500px) {
  .b-contents {
    border: none;
  }
}

/************************************************

	header

*************************************************/
.header {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 26px;
  border-bottom: 3px solid #00489d;
}
.header .header__logo {
  max-width: 244px;
}
.header .header__gnav {
  position: fixed;
  top: 20px;
  right: 10%;
  background-color: #00489d;
  color: #fff;
  width: 300px;
  height: 300px;
  padding: 30px;
}

/************************************************

	main

*************************************************/
.lp_contents {
  /*p {
  	width: 100%;
  	background: #fff;
  	height: 1000px;
  }*/
}
.lp_contents .lp_block {
  position: relative;
}
.lp_contents .lp_img_tweak img {
  margin-top: -1px;
}
.lp_contents .lp_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 416px;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .lp_contents .lp_btn {
    width: 87%;
  }
}
.lp_contents .lp_btn a {
  display: block;
  transition: all 0.3s;
}
@media (any-hover: hover) and (pointer: fine) {
  .lp_contents .lp_btn a:hover {
    filter: hue-rotate(10deg);
    cursor: pointer;
    transform: scale(1.05);
  }
}
@media screen and (max-width: 500px) {
  .lp_contents .lp_btn a {
    animation: expand02 3s ease-in-out 0s infinite alternate;
    animation-delay: 1s;
  }
}
.lp_contents .lp_btn.lp_btn--tour {
  bottom: 140px;
}
@media screen and (max-width: 500px) {
  .lp_contents .lp_btn.lp_btn--tour {
    bottom: 30vw;
  }
}

/************************************************

	float

*************************************************/
.float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 140px;
}
@media screen and (max-width: 500px) {
  .float {
    bottom: 20px;
    right: 10px;
    max-width: 100px;
  }
}
.float a {
  display: block;
  transition: all 0.3s;
  animation: expand01 3s ease-in-out 0s infinite alternate;
}
@media (any-hover: hover) and (pointer: fine) {
  .float a:hover {
    filter: hue-rotate(10deg);
    cursor: pointer;
    transform: scale(1.05);
  }
}

@keyframes expand01 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.05);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes expand02 {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.01);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/************************************************

	footer

*************************************************/
.footer {
  background-color: #111;
  color: #fff;
}
.footer .footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
.footer .footer__logo {
  max-width: 380px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.footer .footer__link {
  margin-top: 40px;
}
.footer .footer__link li {
  position: relative;
  padding-left: 1em;
}
.footer .footer__link li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #fff;
}
.footer .footer__link a {
  color: #fff;
}
@media (any-hover: hover) and (pointer: fine) {
  .footer .footer__link a:hover {
    text-decoration: underline;
  }
}
.footer .footer__copyright {
  text-align: center;
  padding: 30px 0;
  font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */
