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-size: 100%;  
   font: inherit;  
   vertical-align: baseline; 
}
html {
    line-height: 1;
    scroll-behavior: smooth;
}
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;
    box-sizing: border-box;
}
/*! 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 {
    color: var(--color-secondary);
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-weight: 500;
    font-family: 'Shippori Mincho', serif;
}
html[lang="ja"] body {
  font-family: YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, 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: var(--color-primary);
   /* Safari */
   color: #fff;
}
::selection {
    background: var(--color-primary);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: var(--color-primary);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
:root {
  --color-primary: #FF6767;
  --color-secondary: #474747;
}
/** ---------------- font/_default.scss - */

/*default_comp*/
.center {
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !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: #313131;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    font-weight: 500;
}
body{
    background-size: contain;
    background-repeat: repeat;
}
#header{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: all .3s;
    z-index: 100;
    padding: 20px 50px;
    opacity: 0;
}
#header.is-show{
    opacity: 1;
}
/*　ハンバーガーボタン　→ style.cssへ　*/




.overlay{
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, .5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.active{
  width: 100%;
  height: 100%;
  opacity: 1;
}

nav.globalMenuSp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 105;
  opacity: 0;
  padding: 50px;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  pointer-events: none;
}
#header.is-show nav.globalMenuSp{
    opacity: 1;
    pointer-events: initial;
}


nav.globalMenuSp ul.g_menu>li {
  list-style-type: none;
  padding: 0 20px;
  margin-bottom: 35px;
}
nav.globalMenuSp ul.g_menu>li:last-child{
    margin-bottom: 0;
}

nav.globalMenuSp ul.g_menu>li a {
  display: inline-block;
  color: var(--color-primary);
  text-decoration :none;
  transition: all .6s;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-bottom: 3px;
}

nav.globalMenuSp ul.g_menu>li a:hover{
    padding-left: 10px;
}
nav.globalMenuSp ul.g_menu>li a span{
    position: relative;
}
nav.globalMenuSp ul.g_menu>li a span::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-primary);
    transform: scale(0,0);
    transform-origin: left;
    transition: all .6s;
}
nav.globalMenuSp ul.g_menu>li a:hover span::after{
    transform: scale(1.0);
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  pointer-events: initial;
}
/*footer*/
.footer{
    padding: 100px 0 30px;
    position: relative;
}
.footer_box01{
    border-top: 1px solid var(--color-secondary);
    padding-top: 45px;
    margin-bottom: 150px;
}
.footer_box01 .box_l{
    width: 40%;
    padding-right: 80px;
}
.footer_box01 .box_r{
    width: 60%;
}
.footer_box01 .txt04{
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: justify;
}
.f_logo{
    max-width: 350px;
    margin-bottom: 30px;
}
.sns_list01{
    margin-top: 40px;
}
.sns_list01 li{
    width: calc((100% - 90px) / 4);
}
.sns_list01 li a{
    font-size: 13px;
    padding-bottom: 15px;
    position: relative;
}
/*.sns_list01 li a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-secondary);
}*/　
.copyright{
    font-size: 13px;
}
.back-to-top{
    position: absolute;
    right: 100px;
    bottom: 30px;
    transition: all .6s;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
    text-align: center;
    pointer-events: none;
}
.back-to-top.active{
    opacity: 1;
    pointer-events: initial;
}
.back-to-top:hover{
    bottom: 40px;
}
.back-to-top .icon{
    width: 50px;
    height: 50px;
    background-image: url(../img/back-to-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    transition: all .6s;
    margin: 0 auto 5px;
}
.back-to-top:hover .icon{
    background-image: url(../img/back-to-top_hover.svg);
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 899px) {
/*.hamburger:hover span:nth-child(1),
.hamburger:hover span:nth-child(2) {
  width: 40px;
  background-color: var(--color-hover);
}*/
/*.hamburger:hover span:nth-child(2){
    left: 2.5px;
}*/
/* ナビ開いてる時のボタン */
/*.hamburger.active span:nth-child(2){
  top : 23px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(3){
  top: 23px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(4){
    display: none;
}*/
nav.globalMenuSp{
    width: 100%;
    top: 0;
    height: 100%;
    padding: 50px 5%;
    background-color: #fff;
}
#header.is-show nav.globalMenuSp{
    opacity: 0;
    pointer-events: none;
}
#header.is-show nav.globalMenuSp.active{
    opacity: 1;
    pointer-events: initial;
}
nav.globalMenuSp::after{
    content: '';
    position: absolute;
    width: 136px;
    height: 270px;
    background-image: url(../img/chara01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    right: -35px;
    bottom: -95px;
    transform: rotate(-45deg);
}
.sp_copy{
    width: 85px;
    position: absolute;
    top: 50px;
    left: 5%;
}
nav.globalMenuSp ul.g_menu{
    position: absolute;
    left: 5%;
    bottom: 50px;
    width: 100%;
}
nav.globalMenuSp ul.g_menu::before{
    content: 'MENU';
    position: absolute;
    left: 0;
    top: -40px;
    font-size: 13px;
    color: var(--color-primary);
    font-weight: 600;
}
nav.globalMenuSp ul.g_menu>li{
    width: 100%;
    margin-bottom: 30px;
}
nav.globalMenuSp ul.g_menu>li:last-child{
    margin-bottom: 0;
}
nav.globalMenuSp ul.g_menu>li a{
    font-size: 18px;
}

.footer{
    padding-top: 0;
}
.footer_box01{
    margin-bottom: 100px;
}
.footer_box01 .box_l{
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}
.footer_box01 .box_r{
    width: 100%;
}
.f_logo{
    width: 280px;
    margin-bottom: 15px;
}
.footer_box01 .txt04{
    font-size: 12px;
}
.sns_list01 li{
    width: 100%;
    margin-bottom: 15px;
}
.sns_list01 li:last-child{
    margin-bottom: 0;
}

.back-to-top{
    right: 20px;
    bottom: 30px;
}
.back-to-top .icon{
    width: 40px;
    height: 40px;
}
.back-to-top .txt01{
    font-size: 12px;
}
}
@media screen and (max-width: 599px) {

}