html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    /*line-height: normal;*/
    line-height: 1.7;
    box-sizing: border-box;
    color: #302f2f;
}
/*! based on html5doctor.com Reset Stylesheet v1.6.1 Author: Richard Clark - http://richclarkdesign.com */
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
body {
    background: transparent;
    color: #000;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-family: mr-eaves-modern,dnp-shuei-gothic-gin-std,sans-serif;
}
/* main elements group */
audio, canvas, progress, video {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/* a */
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;

}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
   background: rgba(77,77,77,.8);
   /* Safari */
   color: #fff;
}
::selection {
    background: rgba(77,77,77,.8);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(77,77,77,.8);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
/** ---------------- font/_default.scss - */

/*default_comp*/
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}
.top0 {
    margin-top: 0 !important;
}
.top5 {
    margin-top: 0.3125rem !important;
}
.top10 {
    margin-top: 0.625rem !important;
}
.top15 {
    margin-top: 0.9375rem !important;
}
.top20 {
    margin-top: 1.25rem !important;
}
.top25 {
    margin-top: 1.5625rem !important;
}
.top30 {
    margin-top: 1.875rem !important;
}
.top35 {
    margin-top: 2.1875rem !important;
}
.top40 {
    margin-top: 2.5rem !important;
}
.btm0 {
    margin-bottom: 0 !important;
}
.btm5 {
    margin-bottom: 0.3125rem !important;
}
.btm10 {
    margin-bottom: 0.625rem !important;
}
.btm15 {
    margin-bottom: 0.9375rem !important;
}
.btm20 {
    margin-bottom: 1.25rem !important;
}
.btm25 {
    margin-bottom: 1.5625rem !important;
}
.btm30 {
    margin-bottom: 1.875rem !important;
}
.btm35 {
    margin-bottom: 2.1875rem !important;
}
.btm40 {
    margin-bottom: 2.5rem !important;
}
.btm45 {
    margin-bottom: 2.8125rem !important;
}
.btm50 {
    margin-bottom: 3.125rem !important;
}
.btm55 {
    margin-bottom: 3.4375rem !important;
}
.btm60 {
    margin-bottom: 3.75rem !important;
}
.btm65 {
    margin-bottom: 4.0625rem !important;
}
.btm70 {
    margin-bottom: 4.375rem !important;
}
.btm75 {
    margin-bottom: 4.6875rem !important;
}
.btm80 {
    margin-bottom: 5rem !important;
}
.btm85 {
    margin-bottom: 5.3125rem !important;
}
.btm90 {
    margin-bottom: 5.625rem !important;
}
.btm95 {
    margin-bottom: 5.9375rem !important;
}
.red {
    color: #ce3838 !important;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}

.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
    clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
a {
    text-decoration: none;
    color: #000;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*************************** setting end */
/*************************** comp */
html {
    font-size: 92%;
}
body{
}
#main_contents{
padding-top: 86px; 
overflow: hidden;
min-height: calc(100vh - 317px);
}
/* header */
#pc_h{
    display: block;
    position: fixed;
    background-color: #fff;
    padding: 20px 40px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 86px;
}
#pc_h::after{
    content:"";
    display:block;
    width:calc(100% - 80px);
    height:1px;
    background-color:rgba(37,30,28,0.5);;
    position:absolute;
    bottom:0;
    left:40px;
}
body.home #pc_h::after{
    opacity: 0;
}
.logo{
    width: 200px;
    position: absolute;
    left: 40px;
    top: 20px;
    z-index: 1;
}
.logo img{
    width: 100%;
}
.pc_h_in{
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    height: 46px;
}
.g_menu{
    max-width: 1000px;
}
.g_menu ul{
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.g_menu li a{
    color: #b3b3b3;
    padding: 0 15px;
    line-height: 1;
    position: relative;
    transition: all .3s;
    font-size: 1.2em;
    white-space: nowrap;
}
.g_menu li a::before{
   content:'';
   display:inline-block;
   width:1px;
   height:100%;
   background-color:#000;
   position:absolute;
   top:0;
   left:0;
   z-index: 1;
}
.g_menu li a:hover,
.g_menu li.active a{
    color: #000;
}
.g_menu li:first-child a::before{
    width: 0;
}
.lang_list{
}
.lang_list li{
    display: inline-block;
}
.lang_list li:first-child::after{
    content: '/';
    padding: 0 3px;
}
.lang_list li a{
    color: #b3b3b3;
}
.lang_list li a.active{
    color: #000;
}
.icon_list{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    right: 0;
    display: flex;
}
.icon_list li.icon{
    margin-right: 40px;
}
.icon_list li img{
    width: 18px;
    vertical-align: middle;
}
.icon_list li:last-child{
    margin-right: 0;
}
.srch_box{
    position: absolute;
    top: 30px;
    right: 40px;
    text-align: right;
}
.srch_box input{
    background-color: #f4f4f4;
    border: none;
    padding: 6px;
    position: relative;
}
.srch_btn{
    cursor: pointer;
}
.srch_btn img{
    width: 23px;
    vertical-align: middle;
}
.srch_area{
    display: none;
    margin-top: 3px;
    position: relative;
}
.srch_area::before{
   content:'';
   display:inline-block;
   width:1px;
   height:75%;
   background-color:#000;
   position:absolute;
   top:5px;
   left:5px;
   z-index: 1;
}

.srch_submit{
    display: none;
}
/*　ハンバーガーボタン　*/

.h_logo{
    margin: 35px 0 60px 35px;
    width: 185px;
}
.h_logo img{
    width: 100%;
}

/*footer*/
.footer{
    background-color: #4d4d4d;
    position: relative;
    padding: 0 40px;
}
.footer p,
.footer dd,
.footer dt,
.footer span{
    color: #fff;
}
.footer_area{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_flex{
    display: flex;
    align-items: center;
}
.f_flex .f_logo{
    width: 80px;
    margin-right: 20px;
}
.f_flex .f_logo img{
    width: 100%;
}
.f_r{
    position: relative;
    width: 250px;
}
.f_r .copy{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.95em;
    white-space: nowrap;
}
.f_time{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.85em;
}
.f_time dt{
    width: 85px;
    text-align: right;
    padding-right: 15px;
}
.f_time dt::after{
    content: ': ';
}
.f_time dd{
    width: calc(100% - 85px);
}
.f_time dd span{
    color: #fff;
    font-size: 0.9em;
}
.f_list li a{
    color: #fff;
    display: flex;
    align-items: center;
}
.f_list li a::before{
    content: '';
    border-top: 1px solid;
    margin-right: 3px;
    width: 8px;
}
.qs_back_to_top{
    right: 30px!important;
}
.qs_back_to_top:before{
    background-image: url(../images/backtotop.png)!important;
    width: 39px!important;
    height: 23px!important;
    background-size: contain;
    background-repeat: no-repeat;
    border-color: transparent!important;
    background-color: transparent!important;
}
.hamburger,
nav.globalMenuSp{
    display: none;
}
br.sp_disp{
    display: none;
}
@media screen and (max-width: 1400px) {
.icon_list{
/*    right: 50px;*/
}
.icon_list li.icon{
    margin-right: 30px;
}
.icon_list li:last-child{
    margin-right: 0;
}
}
@media screen and (max-width: 1024px) {
#main_contents{
    padding-top: 65px;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 5;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  display: block;
  z-index : 0;
  top  : 0;
  left : 0;
  color: #fff;
  background:linear-gradient(90deg, #00b9ff,#699dd8,#d64883,#ed1c24);/*グラデーションを定義*/
  background-size: 200% 200%;/*サイズを大きくひきのばす*/
  animation: bggradient 20s ease infinite;
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  z-index: -1;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
nav.globalMenuSp ul.sp_menu {
  margin: 0 auto;
  padding: 70px 0 0;
  width: 100%;
}

nav.globalMenuSp ul.sp_menu li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .3s all;
}
nav.globalMenuSp ul.sp_menu li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul.sp_menu li:hover{
  background :rgba(255, 255, 255, .7);
}

nav.globalMenuSp ul.sp_menu li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  transition: .3s all;
}
nav.globalMenuSp ul.sp_menu li:hover a{
    color: #000;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  z-index: 3;

}
#sp_h .logo{
    width: 150px;
    top: 15px;
    left: 15px;
}
#pc_h{
    display: none;
}
.icon_box{
    text-align: center;
    display: block;
    margin-top: 30px;
}
.icon_list{
    position: relative;
    top: auto;
    transform: translateY(0);
    -webkit- transform: translateY(0);
    right: auto;
    justify-content: center;
}
.lang_list{
    margin-top: 10px;
}
.srch_box{
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin-top: 30px;
}
.srch_area input{
    position: relative;
}
.srch_area input::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 75%;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.lang_list li a.active,
.lang_list li a{
    color: #fff;
}
.lang_list li:first-child::after{
    color: #fff;
}
.srch_area::before{
    opacity: 0;
}
.f_flex .f_logo{
    width: 70px;
}
}
@media screen and (max-width: 980px) {
.f_r,
.f_l{
    width: 100%;
}
.f_r{
    margin-top: 30px;
}
br.sp_disp{
    display: block;
}
.f_add,
.f_list li a{
    font-size: 0.9em;
}
.f_list{
    margin-bottom: 30px;
}
}
@media screen and (max-width: 599px) {
.footer{
    padding: 0 15px;
}
.footer_area{
    padding-top: 30px;
}
.f_flex{
    flex-wrap: wrap;
}
.f_flex_l,
.f_flex_r{
    width: 100%;
}
.f_flex .f_logo{
    margin: 0 auto 20px;
}
.footer span{
    margin-right: 10px;
}
.f_time dt{
    padding-right: 22px;
}
.f_add{
    white-space: nowrap;
}
.f_list{
    margin-left: 85px;
}
.copy{
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
#main_contents{
    min-height: 0px;
}
}
