 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: 18px;
    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: "Noto Sans JP", sans-serif;
    font-weight: 700;
    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: rgba(49, 50, 123, .3);
   /* Safari */
   color: #fff;
}
::selection {
   background: rgba(49, 50, 123, .3);
    /* Safari */
    color: #fff;
}

::-moz-selection {
   background: rgba(49, 50, 123, .3);
   /* Firefox */
   color: #fff;
}
img {
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
:root {
  --color-txt: #323232;
  --color-pink: #dd5365;
  --color-blue: #00125d;
}
/** ---------------- 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;
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
/*************************** setting end */
/*************************** comp */
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body{
    position: relative;
}
#header{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 68px;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 0 35px;
    display: flex;
    border-bottom: 2px solid var(--color-pink);
}
.logo,
.logo a{
    display: block;
    width: 460px;
}
.logo img{
    max-width: 460px;
}
.h_btn01{
    position: absolute;
    right: 35px;
    top: 18px;
    width: 340px;
    height: 80px;
    background-image: url(../img/btn01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .4s;
    font-size: 0;
    background-position: center center;
    z-index: 200;
}
.h_btn01:hover{
    background-image: url(../img/btn01_hover.svg);
}
.h_btn01.active{
    background-image: url(../img/btn_close.svg);
    width: 70px;
    height: 80px;
}
.globalMenuSp{
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 15px;
}

.g_menu{
    display: flex;
    align-items: center;
    margin-right: 180px;
}
.g_menu li{
    position: relative;
}
.g_menu li:last-child{
    margin-right: 0;
}
.g_menu li a{
    font-size: 15px;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    display: block;
    transition: all .6s;
    font-weight: 800;
    transition: all .4s;
}
.g_menu li a:hover{
    color: var(--color-pink);
}
.g_menu li a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-txt);
}
.g_menu li:last-child a::after{
    display: none;
}

/*footer*/
footer{
    padding: 55px;
    margin-top: -60px;
    background-color: var(--color-pink);
    border-radius: 60px 60px 0 0;
    z-index: 2;
    position: relative;
}
footer p,
footer a{
    color: #000;
}
.logo_list01{
    width: 100%;
    max-width: 900px;
    margin: -135px auto 45px;
}
.logo_list01 li{
    width: calc((100% - 35px) / 2);
    transition: all .4s;
}
.logo_list01 li:hover{
    transform: scale(1.1);
}
.logo_list01 li .img{
}
.copyright.txt01{
    display: block;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.h_box01{
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 68px;   
    background-color: rgba(211, 83, 101, .8);
    padding: 50px;
}
.h_box01.active{
    opacity: 1;
    pointer-events: initial;

}
.area_list01.flex{
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    justify-content: center;
}
.area_list01.flex.list01{
    margin-bottom: 20px;
}
.area_list01 li{
    margin-right: 20px;
    transition: all .4s;
}
.area_list01 li:last-child{
    margin-right: 0;
}
.area_list01.list01 li:nth-child(1){
    width: 224px;
}
.area_list01.list01 li:nth-child(2){
    width: 244px;
}
.area_list01.list01 li:nth-child(3){
    width: 251px;
}
.area_list01.list02 li:nth-child(1){
    width: 251px;
}
.area_list01.list02 li:nth-child(2){
    width: 224px;
}
.area_list01.list02 li:nth-child(3){
    width: 244px;
}
.area_list01.list02 li:nth-child(4){
    width: 244px;
}
.area_list01 li:hover{
    transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
.h_btn01{
    top: 6px;
    right: 60px;
    width: 200px;
    height: 47px;
}
.h_btn01.active{
    height: 47px;
}
.h_box01{
    top: 60px;
}
#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;
}
.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: 50%;
  min-width: 300px;
  height: 100%;
  background-color: var(--color-pink);
  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: 18px;
  text-align: left;
  color: #fff;
  position: relative;
}
nav.globalMenuSp ul.g_menu li a:hover{
    padding-left: 10px;
}

.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: 18px;
}
.g_menu li a::after{
    display: none;
}
.h_box01{
    padding: 50px 20px;
}
.area_list01.flex.list01{
    margin-bottom: 0;
}
.area_list01 li{
    margin-bottom: 20px;
}
}
@media screen and (max-width: 768px) {
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;
}
footer{
    padding: 30px;
    border-radius: 30px 30px 0 0;
}
#header{
    padding: 0 20px;
}
.logo,
.logo img{
    width: 250px;
}
.logo_list01{
    margin-top: -100px;
}
.logo_list01 li{
    width: 100%;
}
.logo_list01 li:first-child{
    margin-bottom: 20px;
}
.copyright.txt01{
    font-size: 11px;
}
.h_box01{
    height: calc(100vh - 60px);
    overflow: auto;
}
.h_btn01{
    top: auto;
    right: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
}
.area_list01.flex{
}
.area_list01 li{
    width: calc((100% - 20px) / 2)!important;
    margin-right: 20px;
}
.area_list01 li:nth-child(2n){
    margin-right: 0;
}
}
@media screen and (max-width: 599px) {

}