@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; box-sizing:border-box; word-break:break-all;}
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;}
ul,ol{ list-style:none;}
html,body {
margin:0 auto;
padding:0;
font-family: "dnp-shuei-mincho-pr6", sans-serif;
font-size:20px;
font-size-adjust: 100%;
text-size-adjust: 100%;
text-align:left;
color:#3c281e;
min-width:1080px;
}
@media screen and (max-width:767px){
html,body{ font-size:4vw; min-width:240px; max-width:767px;}
}

/*img*/
img{ border-style:none; vertical-align:bottom; padding:0; line-height:0em; max-width:100%; height:auto;}
figure{margin:0 auto; text-align:center;}
figure.img img{ padding:8px; background:#fff; box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px 2px;}
@media screen and (max-width:767px){
figure.img img{ padding: 1.25vw;}
}

/*youtube*/
.youtube{ position:relative; width:100%; padding-top:56.25% !important;}
.youtube iframe{ position: absolute; top:0; right:0; width:100% !important; height:100% !important;}

/*txt*/
p{ line-height:1.75em; margin:0 0 1em; padding:0;}
p:last-child{ margin:0;}
strong{ font-weight:bold;}
.bold { font-weight:bold;}
.normal{ font-weight:normal;}
.under_line{ text-decoration:underline;}
.line_through{ text-decoration:line-through;}

.white{ color:#fff;}

.left{ text-align:left;}
.right{ text-align:right;}
.center{ text-align:center;}

/*link*/
a{ color:inherit; text-decoration:none;}
a:hover{}
.opa{ transition: opacity 0.3s;}
.opa:hover{ opacity: 0.7;}



/*ヘッダー*/
header{ border-top: 10px solid #941e1e; background: url("../images/fv_bg.jpg") center center; background-size: cover; position: relative; z-index: 1; overflow: hidden; padding-bottom: 60px;}
header figure.fv_ico_l{ width: 1600px; text-align: left; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: 1; pointer-events: none;}
header figure.fv_ico_l img{ width: 240px;}
header figure.fv_ico_r{ width: 1600px; text-align: right; position: absolute; right: 50%; top: 0; transform: translateX(50%); z-index: 1; pointer-events: none;}
header figure.fv_ico_r img{ width: 240px;}
@media print, screen and (min-width:1601px){
header figure.fv_ico_l{ left: 0; transform: translateX(0);}
header figure.fv_ico_r{ right: 0; transform: translateX(0);}
}
@media screen and (max-width:767px){
header{ border-top: 1.875vw solid #941e1e; padding-bottom: 5%;}
header:after{ content: ""; width: 100%; height: 100%; background: url("../images/fv_ico_smp.png") center top no-repeat; background-size: 100%; position: absolute; left: 0; right: 0; top: 0; margin: auto; pointer-events: none;}
header figure.fv_ico_l{ display: none;}
header figure.fv_ico_r{ display: none;}
}

header #fv_tit{ display: flex; align-items: center; justify-content: center; margin: 40px auto;}
header #fv_tit h1{ background: url("../images/fv_tit.png") center center; background-size: 100%; width: 692px; height: 242px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; padding-bottom: 12px; margin: 0 20px;}
header #fv_tit h1 strong{ font-size: 2.4rem; line-height: 1.25em; margin-bottom: 10px;}
header #fv_tit h1 span{ font-size: 1.8rem; line-height: 1.25em;}
header #fv_list{ display: flex; flex-direction: column; align-items: center; justify-content: center;}
header #fv_list figure.logo{ margin: -80px auto -60px;}
header #fv_list ul{ display: flex; align-items: flex-start; justify-content: center;}
header #fv_list ul li{ width: 210px;}
header #fv_list ul li.tomita{ width: 250px; margin: 0;}
header #fv_list ul:nth-child(1) li:nth-child(1),
header #fv_list ul:nth-child(1) li:nth-child(5){ margin-top: 80px;}
header #fv_list ul:nth-child(1) li:nth-child(2),
header #fv_list ul:nth-child(1) li:nth-child(4){ margin-top: 40px;}
header #fv_list ul:nth-child(3){ align-items: flex-end;}
header #fv_list ul:nth-child(3) li:nth-child(3){ width: 210px; margin: 0 20px;}
header #fv_list ul:nth-child(3) li:nth-child(1),
header #fv_list ul:nth-child(3) li:nth-child(5){ margin-top: 0; margin-bottom: 80px;}
header #fv_list ul:nth-child(3) li:nth-child(2),
header #fv_list ul:nth-child(3) li:nth-child(4){ margin-top: 0; margin-bottom: 40px;}
@media screen and (max-width:767px){
header #fv_tit{ margin: 5% auto 5%;}
header #fv_tit h1{ width: 77.85vw; height: 27.225vw; padding-bottom: 2.5vw; margin: 0 auto;}
header #fv_tit h1 strong{ font-size: 1.33rem; margin-bottom: 1.25%;}
header #fv_tit h1 span{ font-size: 1.1rem; line-height: 1.25em;}
header #fv_list .fv_list_top{ display: flex; align-items: flex-end; justify-content: center; margin-bottom: 2.5%;}
header #fv_list figure.logo{ margin: 0 3.75vw;}
header #fv_list .fv_list_top img{ height: 25vw}
header #fv_list ul{ display: flex; align-items: flex-start; justify-content: center; width: 80%; margin: auto;}
header #fv_list ul li{ width: auto; margin: 0 !important;}
header #fv_list ul li{ width: 25%;}
header #fv_list ul li.tomita{ width: 33.33%; margin: 0;}
header #fv_list ul:nth-child(3) li:nth-child(3){ width: 25%;}
}

/*フッター*/
#footer{ background: #ce0012; color: #fff;}
#footer ul.sns{ display: flex; align-items: center; justify-content: center; padding: 40px 0 10px;}
#footer ul.sns li{ margin: 0 10px;}
#footer ul.sns li i{ color: #fff; font-size: 2rem;}
#footer ul.foot_link{ padding: 10px 0 40px; display: flex; align-items: center; justify-content: center;}
#footer ul.foot_link li{ font-size: 0.7rem; line-height: 1em;}
#footer ul.foot_link li:after{ content: "|"; margin: 0 1em;}
#footer ul.foot_link li:first-child:before{ content: "|"; margin: 0 1em;}
#footer ul.foot_link li a:hover{ text-decoration: underline;}
#footer p.copyright{ background: #eec628; color: #3c281e; font-size: 0.6rem; letter-spacing: 0.1em; text-align: center; padding: 0.5em 0.5em 0.66em;}
@media screen and (max-width:768px){
#footer ul.sns{ padding: 5% 0 2.5%;}
#footer ul.sns li{ margin: 0 2.5%;}
#footer ul.foot_link{ padding: 1.25% 0 3.75%; flex-wrap: wrap;}
#footer ul.foot_link li{ width: 50%; font-size: 0.7rem; line-height: 1.5em; margin: 1.25% 0; text-align: center;}
#footer ul.foot_link li:after{ display: none;}
#footer ul.foot_link li:first-child:before{ display: none;}
#footer ul.foot_link li a{ display: block;}
#footer p.copyright{ font-size: 0.6rem;}
}

/*メイン*/
#content{ overflow:hidden;}
section{ width:100%; margin:0 auto;}
.maincontent{ padding:0; margin:0 auto; width:1080px;}
@media screen and (max-width:767px){
.maincontent{ padding:0; margin:0 auto; width:90%;}
}

/*tit*/
h1,h2,h3,h4,h5,h6{ line-height: 1.25em; letter-spacing: 0.1em;}



/*lead*/
#lead{ background: #ce0012 url("../images/noise.png"); color: #fff; padding: 60px 0;}
#lead .lead_tit{ text-align: center; border-bottom: 2px solid #fff; padding-bottom: 20px; margin-bottom: 20px;}
#lead .lead_tit p{ font-size: 2.4rem; letter-spacing: 0.1em; font-weight: bold; margin: 0;}
#lead .lead_tit p span{ margin: 0 10px; line-height: 0;}
#lead .lead_tit p span img{ height: 80px;}
#lead dl{ display: flex; align-items: flex-end; justify-content: space-between; padding: 0 40px; position: relative;}
#lead dl dt{ flex: 1; position: relative;}
#lead dl dt p{ font-size: 1.8rem; line-height: 2em; font-weight: bold;}
#lead dl dt p strong{ display: inline-block; background: #eed05a; color: #ce0012; padding: 0.125em 0.5em 0.25em; margin: 0 0.25em; font-size: 110%; line-height: 1em;}
#lead dl dd{ position: absolute; right: 40px; top: 20px; width: 180px; margin-left: 40px;}
@media screen and (max-width:767px){
#lead{ padding: 7.5% 0;}
#lead .lead_tit{ padding-bottom: 3.75%; margin-bottom: 3.75%;}
#lead .lead_tit p{ font-size: 1.2rem; letter-spacing: 0em;}
#lead .lead_tit p span{ margin: 0 1.875%; line-height: 0;}
#lead .lead_tit p span img{ height:7.5vw;}
#lead dl{ display: block; padding: 0;}
#lead dl dt p{ font-size: 1rem;}
#lead dl dd{ position: static; text-align: center; margin: 5% auto 0; width: 25%;}
}



/*schedule*/
#schedule{ background: #f2e6c5 url("../images/noise.png"); padding: 0 0 60px;}
#schedule h2{ margin-bottom: 60px; background: #eec628; text-align: center; font-size: 3rem; padding: 0.5em 0 0.75em; position: relative; box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px 2px;}
#schedule h2:before{ content: ""; background: linear-gradient(to right,  #eec628 0%,#ffffff 50%,#eec628 100%); width: 100%; height: 0.125em; position: absolute; left: 0; top: 0; opacity: 0.5;}
#schedule h2:after{ content: ""; background: linear-gradient(to right,  #eec628 0%,#ffffff 50%,#eec628 100%); width: 100%; height: 0.125em; position: absolute; left: 0; bottom: 0; opacity: 0.5;}

#schedule dl{ display: flex; margin-bottom: 20px;}
#schedule dl dt{ width: 580px; padding: 10px 20px 10px 0; display: flex; align-items: center; justify-content: center; background: #000; color: #fff;}
#schedule dl dt strong{ font-size: 1.4rem; letter-spacing: 0.05em; line-height: 1em; padding-bottom: 0.25em; flex: 1; text-align: center;}
#schedule dl dt span{ display: flex; align-items: center; justify-content: center; background: #fff; color: #000; font-size: 1.2rem; font-weight: bold; width: 210px; height: 40px;}
#schedule dl dd{ display: flex; align-items: center; justify-content: center; flex: 1; background: #fff; border: 2px solid #000;}
#schedule dl dd p{ font-size: 1.4rem; letter-spacing: 0.1em; line-height: 1em; padding-bottom: 0.25em; font-weight: bold;}
#schedule dl:nth-child(1) dt{ background: #978032;}
#schedule dl:nth-child(1) dt span{ color: #978032;}
#schedule dl:nth-child(1) dd{ border-color: #978032; color: #978032;}
#schedule dl:nth-child(2) dt{ background: #666;}
#schedule dl:nth-child(2) dt span{ color: #666;}
#schedule dl:nth-child(2) dd{ border-color: #666; color: #666;}
#schedule dl:nth-child(3) dt{ background: #785028;}
#schedule dl:nth-child(3) dt span{ color: #785028;}
#schedule dl:nth-child(3) dd{ border-color: #785028; color: #785028;}

#schedule p.txt{ text-align: center; font-size: 1rem; margin-bottom: 40px;}
#schedule .notice{ width: 960px; margin: 40px auto 0; background: #fff; padding: 20px; display: flex; flex-direction: column; align-items: center; box-shadow:rgba(0, 0, 0, 0.1) 0 0 5px 2px;}
#schedule .notice h4{ text-align: center; font-size: 1rem; margin-bottom: 10px;}
#schedule .notice ul li{ padding-left: 1.5em; font-size: 0.8rem; line-height: 1.5em; margin: 0.5em auto 0; position: relative;}
#schedule .notice ul li:before{ content: "・"; position: absolute; left: 0; top: 0;}
#schedule .notice ul li a{ text-decoration: underline;}
#schedule .notice ul li a:hover{ text-decoration: none;}
@media screen and (max-width:767px){
#schedule{ padding: 0 0 7.5%;}
#schedule h2{ margin-bottom: 7.5%; font-size: 2rem;}

#schedule dl{ display: block; margin-bottom: 5%;}
#schedule dl dt{ width: 100%; padding: 1.875%;}
#schedule dl dt strong{ font-size: 1.2rem; letter-spacing: 0; padding-bottom: 0.25em;}
#schedule dl dt span{ font-size: 0.84rem; width: 36%; height: 7.5vw;}
#schedule dl dd{ padding: 2.5%;}
#schedule dl dd p{ font-size: 1.2rem; letter-spacing: 0.1em; padding-bottom: 0.25em;}

#schedule p.txt{ font-size: 0.9rem; margin-bottom: 5%;}
#schedule .notice{ width: 100%; margin: 5% auto 0; padding: 3.75%;}
#schedule .notice h4{ font-size: 0.9rem; margin-bottom: 2.5%;}
#schedule .notice ul li{ font-size: 0.7rem;}
}



/*about*/
#about{ background: url("../images/about_bg.png") center center; padding: 0 0 60px;}
#about h2{ margin-bottom: 60px; background: #666; color: #fff; text-align: center; font-size: 3rem; padding: 0.5em 0 0.75em; position: relative; box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px 2px;}
#about h2:before{ content: ""; background: linear-gradient(to right,  #666 0%,#ffffff 50%,#666 100%); width: 100%; height: 0.125em; position: absolute; left: 0; top: 0; opacity: 0.5;}
#about h2:after{ content: ""; background: linear-gradient(to right,  #666 0%,#ffffff 50%,#666 100%); width: 100%; height: 0.125em; position: absolute; left: 0; bottom: 0; opacity: 0.5;}

#about .about_in{ display: flex; align-items: center; background: #fff; padding: 40px; box-shadow:rgba(0, 0, 0, 0.1) 0 0 5px 2px;}
#about .about_in .txt{ width: 50%; padding-right: 40px;}
#about .about_in p{ text-align: justify; font-size: 1.2rem; line-height: 1.5em; margin: 0;}
#about .about_in p a i{ margin-right: 0.25em;}
#about .about_in p a{ text-decoration: underline;}
#about .about_in p a:hover{ text-decoration: none;}

#about .about_in .point{ width: 50%;}
#about .about_in .point dl{ display: flex; justify-content: center; border: 2px solid #ce0012; background: #fff; margin-bottom: 10px;}
#about .about_in .point dl:last-child{ margin-bottom: 0;}
#about .about_in .point dl dt{ display: flex; align-items: center; justify-content: center; background: #ce0012; color: #fff; width: 40px; font-size: 1.2rem; font-weight: bold; line-height: 1em;}
#about .about_in .point dl dd{ width: calc(100% - 40px); display: flex; align-items: center; justify-content: space-between; padding: 5px 10px;}
#about .about_in .point dl dd h4{ font-size: 1.2rem; line-height: 1em;}
#about .about_in .point dl dd span.ico img{ height: 40px;}
@media screen and (max-width:768px){
#about{ padding: 0 0 7.5%;}
#about h2{ margin-bottom: 7.5%; font-size: 2rem; padding: 0.5em 0 0.75em;}

#about .about_in{ display: block; padding: 3.75%;}
#about .about_in .txt{ width: 100%; padding: 0; margin-bottom: 5%;}
#about .about_in p{ font-size: 0.9rem;}
#about .about_in .point{ width: 100%;}
#about .about_in .point dl{ margin-bottom: 1.25%;}
#about .about_in .point dl dt{ width: 7.5vw; font-size: 1.1rem;}
#about .about_in .point dl dd{ width: calc(100% - 7.5vw); padding: 1.25% 2.5%;}
#about .about_in .point dl dd h4{ font-size: 0.9rem;}
#about .about_in .point dl dd span.ico img{ height: 7.5vw;}
}



/*product*/
#product{ background: linear-gradient(135deg,  rgba(242,230,197,1) 0%,rgba(230,206,141,1) 100%); padding: 0 0 60px; position: relative; z-index: 1;}
#product:before{ content: ""; width: 100%; height: 100%; background: url("../images/product_pt.png"); position: absolute; left: 0; top: 0; z-index: -1; opacity: 0.33;}
#product h2{ margin-bottom: 60px; background: #eec628; text-align: center; font-size: 3rem; padding: 0.5em 0 0.75em; position: relative; box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px 2px;}
#product h2:before{ content: ""; background: linear-gradient(to right,  #eec628 0%,#ffffff 50%,#eec628 100%); width: 100%; height: 0.125em; position: absolute; left: 0; top: 0; opacity: 0.5;}
#product h2:after{ content: ""; background: linear-gradient(to right,  #eec628 0%,#ffffff 50%,#eec628 100%); width: 100%; height: 0.125em; position: absolute; left: 0; bottom: 0; opacity: 0.5;}
@media screen and (max-width:768px){
#product{ padding: 0 0 7.5%;}
#product h2{ margin-bottom: 7.5%; font-size: 2rem;}
}

#product_nav .product_list ul{ display: flex; justify-content: center; flex-wrap: wrap; width: 1020px; margin: -10px auto;}
#product_nav .product_list ul li{ background: #fff; width: 320px; margin: 10px;}
#product_nav .product_list ul li:first-child{ width: 640px; margin: 10px 40px;}
#product_nav .product_list ul li a{ display: block; transition: 0.3s; box-shadow:rgba(0, 0, 0, 0.1) 0 0 5px 2px;}
#product_nav .product_list ul li a:hover{ opacity: 0.7;}
#product_nav .product_list ul li a h4{ display: flex; align-items: center; justify-content: center; background: #eec628; font-size: 0.9rem; line-height: 1em; padding: 0.25em 0.5em 0.5em;}
#product_nav .product_list ul li a span{ display: flex; align-items: center; justify-content: center; background: #ce0012; color: #fff; font-size: 0.9rem; line-height: 1em; font-weight: bold; padding: 0.25em 0.5em 0.5em;}
#product_nav .product_list ul li a span i{ line-height: 0; margin-left: 0.5em; margin-top: 0.25em;}
@media screen and (max-width:768px){
#product_nav .product_list ul{ width: calc(100% + 7.5vw); margin: -1.25vw 0 -1.25vw -3.75vw;}
#product_nav .product_list ul li{ width: calc(33.33% - 2.5vw); margin: 1.25vw;}
#product_nav .product_list ul li:first-child{ width: calc(75% - 2.5vw); margin: 1.25vw 2.5vw;}
#product_nav .product_list ul li a h4{ font-size: 0.75rem; line-height: 1em; letter-spacing: 0; padding: 0.25em 0 0.5em;}
#product_nav .product_list ul li a span{ font-size: 0.75rem;}
}

#product_cont .maincontent{ margin: 60px auto 0; background: url("../images/product_bg.jpg") center center no-repeat; background-size: cover; padding: 40px; position: relative; z-index: 1; box-shadow:rgba(0, 0, 0, 0.1) 0 0 5px 2px;}
#product_cont .maincontent:before{ content: ""; width: 480px; height: 320px; background: url("../images/product_bg_l.png"); background-size: 100%; position: absolute; left: -540px; top: 50%; transform: translateY(-50%); z-index: -1;}
#product_cont .product_cont_in{ background: rgba(255,255,255,0.9); padding: 40px; box-shadow:rgba(0, 0, 0, 0.1) 0 0 5px 2px;}
#product_cont dl{ display: flex; align-items: center; justify-content: space-between;}
#product_cont dl dt{ width: 420px;}

.slide_img .bx-viewport{ padding-bottom: 30px;}

#product_cont dl dd{ width: 480px;}
#product_cont dl dd h3{ display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-bottom: 20px;}
#product_cont dl dd h3 strong{ font-size: 1.4rem; line-height: 1.25em; margin-bottom: 10px;}
#product_cont dl dd h3 span{ width: 100%; display: flex; align-items: center; justify-content: center; background: #3c281e; color: #fff; font-size: 1rem; line-height: 1.25em; padding: 0.25em 0.25em 0.5em;}
#product_cont dl dd h4{ display: flex; align-items: center; justify-content: center; text-align: center; border-top: 1px solid #3c281e; border-bottom: 1px solid #3c281e; font-size: 1.1rem; padding: 0.25em 0 0.5em; margin-bottom: 10px;}
#product_cont dl dd p.txt{ font-size: 0.8rem; line-height: 1.5em; text-align: justify;}

#product_cont dl:last-child{ margin-top: 20px;}
#product_cont dl dt .price{ display: flex; width: 100%;}
#product_cont dl dt .price span{ display: flex; align-items: center; justify-content: center; background: #ce0012; color: #fff; width: 6em; font-size: 1.4rem; line-height: 1em; font-weight: bold; padding: 0.25em 0.5em 0.5em;}
#product_cont dl dt .price strong{ flex: 1; display: flex; align-items: center; justify-content: center; color: #ce0012; border: 1px solid #ce0012; font-size: 1.8rem; line-height: 1em; padding: 0.25em 0.5em 0.5em;}
#product_cont dl dt .price strong small{ font-size: 50%; line-height: 1em; margin-left: 0.5em;}
#product_cont dl dd figure.btn a{ display: flex; align-items: center; justify-content: center; background: #329632; color: #fff; height: 65px; font-size: 1.8rem; font-weight: bold; padding-bottom: 0.25em; position: relative; z-index: 1; transition: 0.3s;}
#product_cont dl dd figure.btn a:before{ content: ""; width: 100%; height: 50%; background: rgba(255,255,255,0.1); position: absolute; left: 0; top: 0; z-index: -1;}
#product_cont dl dd figure.btn a i{ font-size: 66%; margin-top: 0.5em; margin-right: 0.5em;}
#product_cont dl dd figure.btn a:hover{ opacity: 0.7;}

#product_cont .maincontent:nth-child(2n) .product_cont_in dl{ flex-direction: row-reverse;}
#product_cont .maincontent:nth-child(2n):before{ content: ""; width: 480px; height: 320px; background: url("../images/product_bg_r.png"); background-size: 100%; position: absolute; left: auto; right: -540px; top: 50%; transform: translateY(-50%);}
@media screen and (max-width:768px){
#product_cont .maincontent{ margin: 10% auto 0; padding: 2.5%;}
#product_cont .maincontent:before{ width: 48vw; height: 32vw; left: -24vw; top: -5vw; transform: none;}
#product_cont .product_cont_in{ padding: 2.5%;}
#product_cont dl{ display: block;}
#product_cont dl dt{ width: 100%;}

.slide_img .bx-viewport{ padding-bottom: 30px;}

#product_cont dl dd{ width: 100%; margin-top: 3.75%;}
#product_cont dl dd h3{ margin-bottom: 3.75%;}
#product_cont dl dd h3 strong{ font-size: 1.1rem; margin-bottom: 2.5%;}
#product_cont dl dd h3 span{ font-size: 0.8rem;}
#product_cont dl dd h4{ font-size: 0.8rem; text-align: justify; margin-bottom: 2.5%; padding: 0.5em 0 0.75em;}
#product_cont dl dd p.txt{ font-size: 0.7rem;}

#product_cont dl:last-child{ margin-top: 5%;}
#product_cont dl dt .price span{ width: 8em; font-size: 1rem;}
#product_cont dl dt .price strong{ font-size: 1.25rem;}
#product_cont dl dd figure.btn a{ height: 12.5vw; font-size: 1.25rem;}

#product_cont .maincontent:nth-child(2n):before{width: 48vw; height: 32vw; left: auto; right: -25vw; top: -5vw; transform: none;}
}



/*award*/
#award{ background: url("../images/award_bg.png") center center fixed; padding: 60px 0;}
#award h2{ display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #eec628; padding: 120px 0; margin-bottom: 60px; position: relative;}
#award h2:before{ content: ""; width: 360px; height: 120px; background: url("../images/award_tit_ico01.png") center center no-repeat; background-size: 100%; position: absolute; left: 0; right: 0; top: 10px; margin: auto;}
#award h2:after{ content: ""; width: 360px; height: 120px; background: url("../images/award_tit_ico02.png") center center no-repeat; background-size: 100%; position: absolute; left: 0; right: 0; bottom: 0; margin: auto;}
#award h2 span{ font-size: 1.8rem; line-height: 1.25em; border-bottom: 1px solid #e9d190; margin-bottom: 0.25em;}
#award h2 strong{ font-size: 2.4rem; line-height: 1.25em;}

#award ul{ display: flex; flex-wrap: wrap; justify-content: center; width: calc(100% + 40px); margin: -20px 0 -20px -20px;}
#award ul li{ width: calc(50% - 40px); margin: 20px; border: 4px solid #eec628; background: #fff;}
#award ul li dl dt{ background: #eec628; color: #191919; text-align: center; font-size: 1.8rem; font-weight: bold; line-height: 1em; padding: 0.25em 0.25em 0.5em;}
#award ul li dl dd{ padding: 20px;}
#award ul li dl dd h4{ display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-bottom: 20px; color: #191919;}
#award ul li dl dd h4 span{ font-size: 1.2rem; line-height: 1.25em; border-bottom: 1px solid #191919; margin-bottom: 0.25em;}
#award ul li dl dd h4 strong{ font-size: 1.2rem; line-height: 1.25em;}

#award figure.btn{ margin-top: 20px;}
#award figure.btn a{ display: flex; align-items: center; justify-content: center; background: #329632; color: #fff; height: 60px; font-size: 1.2rem; position: relative; z-index: 1; transition: 0.3s;}
#award figure.btn a:before{ content: ""; width: 100%; height: 50%; background: rgba(255,255,255,0.1); position: absolute; left: 0; top: 0; z-index: -1;}
#award figure.btn a i{ margin-right: 0.5em;}
#award figure.btn a:hover{ opacity: 0.7;}
@media screen and (max-width:768px){
#award{ padding: 7.5% 0;}
#award h2{ padding: 15vw 0; margin-bottom: 7.5%;}
#award h2:before{ width: 45vw; height: 15vw; top: 0;}
#award h2:after{ width: 45vw; height: 15vw;}
#award h2 span{ font-size: 1.1rem;}
#award h2 strong{ font-size: 1.4rem;}

#award ul{ display: block; width: 100%; margin: 0;}
#award ul li{ width: 100%; margin: 5% auto 0;}
#award ul li dl dt{ font-size: 1.5rem;}
#award ul li dl dd{ padding: 3.75%;}
#award ul li dl dd h4{ margin-bottom: 3.75%;}
#award ul li dl dd h4 span{ font-size: 1.1rem;}
#award ul li dl dd h4 strong{ font-size: 1.1rem;}

#award figure.btn{ margin-top: 3.75%;}
#award figure.btn a{ height: 12.5vw; font-size: 1.2rem;}
}



@media print, screen and (min-width:768px){
.smp{ display:none !important;}
}
@media screen and (max-width:767px){
.pc{ display:none !important;}
}
