 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;
    box-sizing: border-box;
    color: var(--color-txt);
}
/*! 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;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
html[lang="ja"] body {
    font-family: TTNorms-Medium, dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
}
/* 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-main);
   /* Safari */
   color: #fff;
}
::selection {
   background: var(--color-main);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: var(--color-main);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
:root {
  --color-txt: #000000;
  --color-main: rgba(255, 30, 255, 1);
  --color-gray: #979797;
}
html.pink:root{
  --color-main: rgba(255, 30, 255, 1);    
}
html.green:root{
  --color-main: rgba(35, 255, 100, 1);    
}
html.blue:root{
  --color-main: rgba(35, 255, 255, 1);    
}
html.orange:root{
  --color-main: rgba(255, 90, 60, 1);    
}
/** ---------------- 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: #222;
}
/*.hide {
    display: none;
}*/
input {
    vertical-align: middle;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    font-weight: 400;
    scroll-behavior: smooth;
}
body{
    position: relative;
}
#header{
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    padding: 40px 45px;
    display: flex;
}
.logo{
    display: block;
    width: 385px;
    max-width: 385px;
}
.logo .white{
    display: none;
}
.logo .black{
    display: block;
}
#top .logo .white{
    display: block;
}
#top .logo .black{
    display: none;
}
.globalMenuSp{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.g_menu{
    display: flex;
    align-items: center;
    margin-right: 180px;
}
.g_menu li{
    position: relative;
    margin-right: 30px;
}
.g_menu li:last-child{
    margin-right: 0;
}
.g_menu li a{
    font-size: 26px;
    line-height: 1;
    position: relative;
    display: block;
    transition: all .6s;
    font-family: 'TTNorms-Regular';
    font-weight: 400;
}
#top .g_menu li a{
    color: #fff;
}
.g_menu li a:hover,
.g_menu li a.current,
#top .g_menu li a:hover,
#top .g_menu li a.current{
    color: var(--color-main);
}
.lang_list01.flex{
    flex-wrap: nowrap;
}
.lang_list01 li{
    position: relative;
    display: flex;
    align-items: center;
    height: 34px;
}
.lang_list01 li:first-child{
    margin-right: 5px;
}
.lang_list01 li:first-child::after{
    content: '';
    width: .25px;
    height: 34px;
    background-color: #000;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}
#top .lang_list01 li:first-child::after{
    background-color: #fff;
}
.lang_list01 li:last-child{
    margin-left: 5px;
}
.lang_list01 li a{
    font-size: 26px;
    color: var(--color-gray);
    transition: all .6s;
}

.lang_list01 li a.active{
    color: #000;
}
#top .lang_list01 li a.active{
    color: #fff;
}
.lang_list01 li a:hover,
.lang_list01 li a.active:hover,
#top .lang_list01 li a.active:hover{
    color: var(--color-main);
}
/*footer*/
footer{
    padding: 55px;
    overflow: hidden;
}
footer p,
footer a{
    color: #000;
}
.copyright{
    width: 66%;
    font-size: 15px;
    /*max-width: 1055px;*/
    margin: 0 0 0 auto;
    display: block;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
}
.copyright::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 1px;
    background-color: #000;
}
.back-to-top{
    position: fixed;
    left: 55px;
    bottom: 55px;
    width: 17px;
    height: 22px;
    background-image: url(../img/common/backtotop.svg);
    background-size: contain;
    background-repeat: none;
    background-position: center center;
    opacity: 0;
    cursor: pointer;
    transition: all .6s;
    z-index: 5;
}
.back-to-top.active{
    opacity: 1;
    visibility: visible;
}
.back-to-top:hover{
    transform: scale(1.3);
}
.back-to-index{
    position: fixed;
    left: 92px;
    bottom: 55px;
    width: 22px;
    height: 22px;
    background-image: url(../img/common/toindex.svg);
    background-size: contain;
    background-repeat: none;
    background-position: center center;
    opacity: 0;
    cursor: pointer;
    transition: all .6s;
    z-index: 5;
}
.back-to-index.active{
    opacity: 1;
    visibility: visible;
}
.back-to-index:hover{
    transform: scale(1.3);
}
@media screen and (max-width: 1024px) {
#header,
#header.m_fixed{
    height: 60px;
}
#header.m_fixed{
    background-color: rgba(255, 255, 255, .4);
}
#header.m_fixed .logo{
    width: 100px;
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  width : 60px;
  background-color: transparent;
  height: 60px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  transition: all .4s;
}

.hamburger.m_fixed::before{
    color: #000;
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 30px;
  height: 2px;
  position: absolute;
  left: 15px;
  border-radius: 2px;
  transition: ease .4s;
  display: block;
  background-color: #000;
}
#top .hamburger span{
    background-color: #fff;
}
.hamburger span:nth-child(1) {
  top: 20px;
}

.hamburger span:nth-child(2) {
    top: 30px;
}
.hamburger span:nth-child(3) {
    top: 40px;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
  background-color: #fff;
}

.hamburger.active span:nth-child(1) {
  top: 30px;
  transform: rotate(45deg);
  width: 30px;
  left: 15px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: 30px;
  width: 30px;
  left: 15px;
  transform: rotate(-45deg);
}
.hamburger.active span{
    background-color: #fff;
}
.h_logo{
    width: 200px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}
nav.globalMenuSp {
  width: 85%;
  height: 100%;
  background-color: var(--color-main);
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  z-index: 10;
  transform: translateX(100%); /* right0から250px移動した位置 */
  transition: all .8s; /* 移動する速さ */
  padding: 70px 50px;
  display: block;
/*  mix-blend-mode: multiply;*/
/*  overflow-y: scroll;*/
}
nav.globalMenuSp::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  background-image: url(../img/common/bg.gif);
  background-size: 250px;
  opacity: 0.5;
  background-repeat: repeat;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0);
}

nav.globalMenuSp>ul {
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

nav.globalMenuSp ul.g_menu li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}


nav.globalMenuSp ul.g_menu li a {
  display: block;
  text-decoration :none;
  padding: 20px 0;
  transition: all .4s;
  font-size: 20px;
  text-align: left;
  color: #fff;
  position: relative;
}
nav.globalMenuSp ul.g_menu li a:hover{
    padding-left: 10px;
}
.g_menu li a span::before{
    left: 0;
    transform: translateX(0);
}
.sns_link01.for_pc{
    display: none!important;
}
.sns_link01.for_sp,
#header.m_fixed .sns_link01{
    display: flex;
    width: 60px;
    height: 60px;
    right: 60px;
    position: fixed;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, .2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#header{
    box-shadow: none;
}
#header.m_fixed{
    box-shadow: 0px 2px 5px -3px #00000033;
}
.bnr_list01.flex{
    bottom: -20px;
    width: 90%;
    right: 5%;
    justify-content: flex-end;
}
#header.m_fixed .bnr_list01{
    bottom: -37px;
    width: 100%;
    right: 0;
}
.bnr_list01 li{
    width: 50%;
}
#header.m_fixed .bnr_list01 li{
    width: 120px;
}
nav.globalMenuSp ul.g_menu li a{
    padding: 20px 0;
    font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
nav.globalMenuSp{
    padding: 70px 25px;
}
.g_menu li a:hover, .g_menu li a.current, #top .g_menu li a:hover, #top .g_menu li a.current{
    color: #000;
}
#header, #header.m_fixed{
    padding: 15px;
}
.logo{
    width: 200px;
}
.lang_list01.flex{
    position: absolute;
    right: 60px;
    top: 17px;
}
.lang_list01 li a{
    font-size: 20px;
}
.lang_list01 li:first-child::after{
    height: 25px;
    top: 8%;
    transform: translateY(0);
}
footer{
    padding: 20px 5%;
}
.copyright{
    font-size: 12px;
}
.back-to-top{
    bottom: 60px;
    left: 5%;
}
.back-to-index{
    bottom: 60px;
    left: 10%;
}
}
@media screen and (max-width: 599px) {

}