﻿@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;
}

ul,ol {
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;
}
/* reset end */

/* init */
*, *:before, *:after{
  box-sizing: border-box;
}

img{
  vertical-align: bottom;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* clearfix */
.cf:after {
  content:"";
  display:block;
  clear:both;
}

.cb{
  clear: both;
}

.ht{
  white-space: nowrap;
  text-indent: 120%;
  overflow: hidden;
}

/* Link */
a:link,a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-decoration: underline;
}

a:active {
  opacity: 0.8;
  text-decoration: underline;
}
/* common */
@media screen and (min-width: 769px){
  .sp{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .pc{
    display: none;
  }
}

/* header */
body>header{
  position: relative;
  background-color: #000;
  border-bottom: 1px solid #ff8a00;
}
@media screen and (min-width: 769px){
  body>header>.box{
    position: relative;
    max-width: 1020px;
    height: 103px;
    margin: 0 auto;
    padding: 67px 10px 0;
  }
  body>header .btnNav{
    display: none;
  }
  body>header .logo{
    position: absolute;
    top: 17px;
    left: 10px;
    display: block;
    width: 406px;
    height: 31px;
    background: url(../images/common/pc_head_logo.png) no-repeat 0 0;
  }
  body>header .iconPia{
    position: absolute;
    top: 23px;
    right: 91px;
    display: block;
    width: 123px;
    height: 26px;
    background: url(../images/common/pc_head_icon_pia.png) no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  body>header .iconLINE{
    position: absolute;
    top: 25px;
    right: 120px;
    display: block;
    width: 23px;
    height: 22px;
    background: url(../images/common/pc_head_icon_line.png) no-repeat 0 0;
  }
  body>header .iconTw{
    position: absolute;
    top: 25px;
    right: 85px;
    display: block;
    width: 26px;
    height: 22px;
    background: url(../images/common/pc_head_icon_tw.png) no-repeat 0 0;
  }
  body>header .iconFb{
    position: absolute;
    top: 25px;
    right: 49px;
    display: block;
    width: 26px;
    height: 22px;	  
    background: url(../images/common/pc_head_icon_fb.png) no-repeat 0 0;
  }
  body>header .iconIN{
    position: absolute;
    top: 25px;
    right: 15px;
    display: block;
    width: 26px;
    height: 22px;
    background: url(../images/common/pc_head_icon_insta.png) no-repeat 0 0;
  }	
}
@media screen and (max-width: 768px){
  body>header>.box{
    position: relative;
    min-height: 49px;
    margin: 0 auto;
    padding-top: 49px;
  }
  body>header .btnNav{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 49px;
    background: url(../images/common/sp_head_btn_nav.png) no-repeat 0 0;
    -webkit-background-size: auto 49px;
    background-size: auto 49px;
    cursor: pointer;
  }
  body>header .btnNav.close{
    background: url(../images/common/sp_head_btn_close.png) no-repeat 0 0;
    -webkit-background-size: auto 49px;
    background-size: auto 49px;
  }
  body>header .btnNav>img{
    width: 100%;
    height: auto;
  }
  body>header .logo{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 210px;
    height: 49px;
    background: url(../images/common/sp_head_logo.png) no-repeat 0 center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  body>header .iconPia{
    position: absolute;
    top: 11px;
    right: 176px;
    display: block;
    width: 98px;
    height: 26px;
    background: url(../images/common/sp_head_icon_pia.png) no-repeat 0 center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  body>header .iconLINE{
    position: absolute;
    top: 13px;
    right: 155px;	  
    display: block;
    width: 21px;
    height: 25px;	  
    background: url(../images/common/sp_head_icon_line.png) no-repeat 0 center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }

  body>header .iconTw{
    position: absolute;
    top: 13px;
    right: 123px;	  
    display: block;
    width: 25px;
    height: 25px;	  
    background: url(../images/common/sp_head_icon_tw.png) no-repeat 0 center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  body>header .iconFb{
    position: absolute;
    top: 13px;
    right: 90px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/common/sp_head_icon_fb.png) no-repeat 0 center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  body>header .iconIN{
    position: absolute;
    top: 13px;
    right: 55px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/common/sp_head_icon_insta.png) no-repeat 0 center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }	
}
@media screen and (max-width: 490px){
  body>header .logo{
    width: 110px;
  }
  body>header .iconPia{
    right: 100px;
    width: 72px;
  }
  body>header .iconLINE{
    width: 17px;
    right: 135px;
  }
  body>header .iconTw{
    width: 20px;
    right: 110px;
  }
  body>header .iconFb{
    width: 17px;
    right: 85px;
  }
  body>header .iconIN{
    width: 17px;
    right: 55px;
  }
}
/* global nav */
@media screen and (min-width: 769px){
  #gNav{
    display: block !important;
  }
  #gNav>ul{
    letter-spacing: -.4em;
  }
  #gNav>ul>li{
    width: 12.5%;
    display: inline-block;
    letter-spacing: normal;
    border-right: 1px solid #5f5f5f;
  }
  #gNav>ul>li:first-child{
    border-left: 1px solid #5f5f5f;
  }
  #gNav>ul>li>a{
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }
  #gNav>ul>li>a:hover{
    opacity: 1;
    text-decoration: none;
  }
  #gNav>ul>li>a.on:after,
  #gNav>ul>li>a:hover:after{
    content: '';
    position: absolute;
    top: 27px;
    left: 0;
    display: block;
    width: 100%;
    height: 9px;
    background-color: #ff8a00;
  }
  #gNav>ul>li.noURL>a:hover:after{
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 880px){
  #gNav>ul>li>a{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px){
  #gNav{
    display: none;
    width: 100%;
  }
  #gNav>ul{
  }
  #gNav>ul>li{
    background-color: #fff;
    border-top: 1px solid #ff8a00;
  }
  #gNav>ul>li>a{
    position: relative;
    display: block;
    padding: 0 20px;
    color: #606060;
    font-size: 23px;
    line-height: 58px;
    background-color: #ffcb8e;
  }
  #gNav>ul>li>a:hover{
    text-decoration: none;
  }
  #gNav>ul>li>a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    font-size: 0;
    border-top: 2px solid #606060;
    border-right: 2px solid #606060;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* footTop */
@media screen and (min-width: 769px){
  body>footer>.footTop{
    padding: 30px 0;
    background-color: #ffcb8e;
  }
  body>footer>.footTop>.logo{
    margin-bottom: 30px;
  }
  body>footer>.footTop>.logo>a{
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 190px;
    background: url(../images/common/pc_foot_logo.png) no-repeat 0 0;
  }
  body>footer>.footTop>.snsTxt{
    margin-bottom: 15px;
    color: #606060;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  body>footer>.footTop>.snsBtns{
    text-align: center;
    letter-spacing: -.4em;
  }
  body>footer>.footTop>.snsBtns>a{
    display: inline-block;
    margin: 0 10px;
    letter-spacing: normal;
    background-position: center center;
    background-repeat: no-repeat;
  }
  body>footer>.footTop>.snsBtns>.iconLINE{
    width: 35px;
    height: 30px;
    background: url(../images/common/pc_foot_icon_line.png) no-repeat 0 0;
  }
  body>footer>.footTop>.snsBtns>.iconTw{
    width: 38px;
    height: 30px;
    background: url(../images/common/pc_foot_icon_tw.png) no-repeat 0 0;
  }
  body>footer>.footTop>.snsBtns>.iconFb{
    width: 30px;
    height: 30px;
    background: url(../images/common/pc_foot_icon_fb.png) no-repeat 0 0;
  }
  body>footer>.footTop>.snsBtns>.iconIN{
    width: 38px;
    height: 30px;
    background: url(../images/common/pc_foot_icon_insta.png) no-repeat 0 0;
  }	
}
@media screen and (max-width: 768px){
  body>footer>.footTop{
    padding: 20px 0;
    background-color: #ffcb8e;
  }
  body>footer>.footTop>.logo{
    margin-bottom: 20px;
  }
  body>footer>.footTop>.logo>a{
    display: block;
    margin: 0 auto;
    width: 195px;
    height: 130px;
    background: url(../images/common/sp_foot_logo.png) no-repeat 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  body>footer>.footTop>.snsTxt{
    margin-bottom: 15px;
    color: #606060;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  body>footer>.footTop>.snsBtns{
    text-align: center;
    letter-spacing: -.4em;
  }
  body>footer>.footTop>.snsBtns>a{
    display: inline-block;
    margin: 0 20px;
    letter-spacing: normal;
    background-position: center center;
    background-repeat: no-repeat;
  }
  body>footer>.footTop>.snsBtns>.iconLINE{
    width: 36px;
    height: 35px;
    background: url(../images/common/sp_foot_icon_line.png) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  body>footer>.footTop>.snsBtns>.iconTw{
    width: 44px;
    height: 35px;
    background: url(../images/common/sp_foot_icon_tw.png) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  body>footer>.footTop>.snsBtns>.iconFb{
    width: 35px;
    height: 35px;
    background: url(../images/common/sp_foot_icon_fb.png) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  body>footer>.footTop>.snsBtns>.iconIN{
    width: 44px;
    height: 35px;
    background: url(../images/common/sp_foot_icon_insta.png) no-repeat 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }	
}
/* footBtm */
@media screen and (min-width: 769px){
  body>footer>.footBtm{
    padding: 20px 15px 15px;
    background-color: #514435;
  }
  #footNav{
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: -.4em;
  }
  #footNav>li{
    display: inline-block;
    letter-spacing: normal;
  }
  #footNav>li:before{
    content: '/';
    display: inline-block;
    margin: 0 5px;
  }
  #footNav>li:first-child::before{
    display: none;
  }
  #footNav>li>a{
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
  }
  #footNav>li.noURL>a{
    text-decoration: none;
  }
  #footNav>li.noURL>a:hover{
    opacity: 1;
    text-decoration: none;
  }
  body>footer>.footBtm>small{
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  body>footer>.footBtm{
    padding: 20px 0 15px;
    background-color: #ffcb8e;
  }
  #footNav{
    margin-bottom: 20px;
    border-top: 1px solid #ff8a00;
  }
  #footNav>li{
    background-color: #fff;
    border-bottom: 1px solid #ff8a00;
  }
  #footNav>li>a{
    position: relative;
    display: block;
    padding: 0 20px;
    color: #606060;
    font-size: 23px;
    line-height: 58px;
    background-color: #ffcb8e;
  }
  #footNav>li>a:hover{
    text-decoration: none;
  }
  #footNav>li>a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    font-size: 0;
    border-top: 2px solid #606060;
    border-right: 2px solid #606060;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body>footer>.footBtm>small{
    display: block;
    color: #a43200;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
}
/* page top */
@media screen and (min-width: 769px){
  #btnGotop{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 64px;
    height: 64px;
  }
  #btnGotop>img{
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px){
  #btnGotop{
    position: fixed;
    right: 0;
    bottom: 10px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 2000;
  }
  #btnGotop>img{
    width: 100%;
    height: auto;
  }
}
#btnGotop{display: none;}
/* btn home */
@media screen and (min-width: 769px){
  #main .btnHome{
    margin: 0 0 50px;
    padding: 10px;
  }
  #main .btnHome>a{
    position: relative;
    display: block;
    max-width: 690px;
    margin: 0 auto;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
    background-color: #ff8a00;
  }
  #main .btnHome>a:hover{
    text-decoration: none;
  }
  #main .btnHome>a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    font-size: 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px){
  #main .btnHome{
    margin: 0 10px 50px;
  }
  #main .btnHome>a{
    display: block;
    width: 100%;
    color: #000;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
    background-color: #ff8a00;
  }
  #main .btnHome>a:hover{
    text-decoration: none;
  }
  #main .btnHome>a::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* btn01 */
#main .btn01>a{
  color: #000;
  background-color: #ff8a00;
  white-space: nowrap;
}
#main .btn01.gray>a{
  color: #fff;
  background-color: #c9c9c9;
}
@media screen and (min-width: 769px){
  #main .btn01{
    margin: 0 0 50px;
    padding: 10px;
  }
  #main .btn01>a{
    position: relative;
    display: block;
    max-width: 690px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
  }
  #main .btn01>a:hover{
    text-decoration: none;
  }
  #main .btn01>a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    font-size: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main .btn01.gray>a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 768px){
  #main .btn01{
    margin: 0 10px 50px;
  }
  #main .btn01>a{
    display: block;
    width: 100%;
    padding: 27px 0;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
  }
  #main .btn01>a:hover{
    text-decoration: none;
  }
  #main .btn01>a::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 400px){
  #main .btn01>a{
    font-size: 14px;
  }
  #main .btn01>a::after{
    width: 10px;
    height: 10px;
  }
}



/* page title */
@media screen and (min-width: 769px){
  #main .pageTitle{
    color: #fff;
    font-size: 33px;
    line-height: 178px;
    text-align: center;
    background: #000 url(../images/common/pc_page_title_bg.png) no-repeat center 0;
  }
}
@media screen and (max-width: 768px){
  #main .pageTitle{
    color: #fff;
    font-size: 33px;
    line-height: 115px;
    text-align: center;
    background: #000 url(../images/common/sp_page_title_bg.png) no-repeat center 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
/* page sub title 01 */
@media screen and (min-width: 769px){
  #main .pageSubTitle01{
    height: 154px;
    margin-bottom: 35px;
    color: #000;
    text-align: center;
    background: url(../images/common/pc_sub_title01_bg02.png) repeat-x center 0;
    border-bottom: 4px solid #ff8a00;
  }
  #main .pageSubTitle01>span{
    display: block;
    height: 150px;
    padding-top: 75px;
    font-size: 50px;
    background: url(../images/common/pc_sub_title01_bg01.png) no-repeat center 0;
    z-index: 0;
  }
}
@media screen and (max-width: 768px){
  #main .pageSubTitle01{
    height: 102px;
    margin-bottom: 35px;
    color: #000;
    text-align: center;
    background: url(../images/common/pc_sub_title01_bg02.png) repeat-x center 0;
    -webkit-background-size: auto 100px;
    background-size: auto 100px;
    border-bottom: 2px solid #ff8a00;
  }
  #main .pageSubTitle01>span{
    display: block;
    height: 100px;
    padding-top: 60px;
    font-size: 32px;
    background: url(../images/common/pc_sub_title01_bg01.png) no-repeat center 0;
    -webkit-background-size: auto 100px;
    background-size: auto 100px;
    z-index: 0;
  }
}
@media screen and (max-width: 400px){
  #main .pageSubTitle01>span{
    font-size: 24px;
  }
}
/* page sub title 02 */
@media screen and (min-width: 769px){
  #main .pageSubTitle02{
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
  }
  #main .pageSubTitle02::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 25px;
    margin-right: 0.5em;
    background: url(../images/common/icon_star01.png) no-repeat 0 0;
    vertical-align: middle;
  }
  #main .pageSubTitle02::after{
    content: '';
    display: inline-block;
    width: 18px;
    height: 25px;
    margin-left: 0.5em;
    background: url(../images/common/icon_star01.png) no-repeat 0 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px){
  #main .pageSubTitle02{
    margin: 0 20px 30px;
    font-size: 20px;
    text-align: center;
  }
  #main .pageSubTitle02>span{
    position: relative;
    display: inline-block;
    padding: 0 22px;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
  #main .pageSubTitle02>span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/common/icon_star01_sp.png) no-repeat 0 0;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }
  #main .pageSubTitle02>span::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/common/icon_star01_sp.png) no-repeat 0 0;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }
}
/* dragscroll */
#main .dragscroll {
  overflow: hidden;
}
@media screen and (min-width: 769px){
}
@media screen and (max-width: 768px){
  #main .dragscroll {
    overflow-x: auto;
  }
}
/* btn02 */
#main .btn02>a{
  color: #000;
  background-color: #ff8a00;
  white-space: nowrap;
}
#main .btn02.gray>a{
  color: #fff;
  background-color: #c9c9c9;
}
@media screen and (min-width: 769px){
  #main .btn02{
    margin: 0 0 10px;
    padding: 10px;
  }
  #main .btn02>a{
    position: relative;
    display: block;
    max-width: 690px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
  }
  #main .btn02>a:hover{
    text-decoration: none;
  }
  #main .btn02>a::after{
    content: '';
    position: absolute;
    top: 40%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    font-size: 0;
  background: url(../images/common/dl_icon02.png) no-repeat 0 center;
  }
  #main .btn02.gray>a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 768px){
  #main .btn02{
    margin: 0 10px 10px;
  }
  #main .btn02>a{
    display: block;
    width: 100%;
    padding: 27px 0;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
  }
  #main .btn02>a:hover{
    text-decoration: none;
  }
  #main .btn02>a::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
  background: url(../images/common/dl_icon.png) no-repeat 0 center;
  }
}
@media screen and (max-width: 400px){
  #main .btn02>a{
    font-size: 14px;
    line-height: 20px;

  }
  #main .btn02>a::after{
    width: 15px;
    height: 15px;
  }
}

/* caption */
@media screen and (min-width: 769px){
  #main .caption{
    margin: 0 0 50px;
    padding: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 768px){
  #main .caption{
    margin: 0 10px 50px;
    text-align: center;
  }
}
@media screen and (max-width: 400px){
  #main .caption>a{
    margin: 0 10px 50px;
  }
}
/*20230516*/
/* btn03 */
#main .btn03>a{
  color: #000;
  background-color: #ff8a00;
  white-space: nowrap;
}
#main .btn03.gray>a{
  color: #fff;
  background-color: #c9c9c9;
}
@media screen and (min-width: 769px){
  #main .btn03{
    margin: 25px 0 25px;
    padding: 10px;
  }
  #main .btn03>a{
    position: relative;
    display: block;
    max-width: 690px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 75px;
  }
  #main .btn03>a:hover{
    text-decoration: none;
  }
  #main .btn03>a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    font-size: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main .btn03.gray>a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 768px){
  #main .btn03{
    margin: 25px 10px 25px;
  }
  #main .btn03>a{
    display: block;
    width: 100%;
    padding: 27px 0;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
  }
  #main .btn03>a:hover{
    text-decoration: none;
  }
  #main .btn03>a::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 400px){
  #main .btn03>a{
    font-size: 14px;
  }
  #main .btn03>a::after{
    width: 10px;
    height: 10px;
  }
}
/*20230720*/
/* youtube */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
