@charset "UTF-8";
    
/*====================================================================

  リセット

====================================================================*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, 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%;
	background:transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';content:none;
}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {line-height: 150%;}
body {line-height:150%;}
img {vertical-align: bottom;max-width: 100%;height: auto;display: block;margin: 0 auto;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
caption, th, td {font-weight: normal;}
strong {font-weight:normal;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
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="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

iframe {vertical-align: bottom;}

/*====================================================================

  設定

====================================================================*/
html,body {
	color:#3D3D3D;
	font-family:'Roboto',"Noto Sans JP",-apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #FFFFFF;
    /*-webkit-backface-visibility:hidden;
    backface-visibility:hidden;*/
    overflow-x: hidden;
    font-feature-settings: "palt";
}

a:link {color:#f261d6; text-decoration:none;}
a:visited {color:#f261d6; text-decoration:none;}
a:hover {color:#ff71e1; text-decoration:none}

a:hover img {
	opacity: 0.8 ;
	filter: alpha(opacity=80) ;	
	-ms-filter: "alpha(opacity=80)";
	}
a img {
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
a {-webkit-transition: 0.4s ;transition: 0.4s ;}
p {line-height:180%;}
i {	padding: 0 0.5rem 0 0;}

.f_l {float:left;}
.f_r {float:right;}
.clear {clear:both}
.clear_fix:before, .clear_fix:after {content: " ";display: table;}
.clear_fix:after {clear: both;}
.clear_fix {*zoom: 1;}

.nowrap {white-space: nowrap;}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}
/* ==================================================================================================================

 共通CSS

================================================================================================================== */

html {font-size: 62.5%;}
body {font-size: 1.6rem;}

body {
	animation: fadein 0.5s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

/*-------------------------------------------
 レイアウト
-------------------------------------------*/
.container {margin: 0 auto; padding: 0 30px; max-width: 1200px;}

section .container {padding-top: 10vh; padding-bottom: 10vh;}

main {margin-top: 80px; margin-bottom: 2vh;}

article {padding-bottom: 8vh;}

@media screen and (max-width: 768px) {
    .container {padding: 0 20px;}
    section .container {padding-top: 6vh;padding-bottom: 6vh;}
    article {padding-bottom: 6vh;}
    main {margin-top: 50px;}
}

/*--------------------------------------------------------------------------------------

 共通パーツ

--------------------------------------------------------------------------------------*/
/*-----------------------------------------------
　タイトル　ttl
-----------------------------------------------*/
.ttl01 {
    font-weight: 300;
    font-size: 6.0rem;
    margin-bottom: 0.5em;
        font-family: "Josefin Sans", sans-serif;
}
.ttl02 {
    font-weight: 600;
    font-size: 3.2rem;
    margin-bottom: 1.5em;
    font-family: "Kosugi Maru", sans-serif;
}
.ttl03 .en {
    font-weight: 300;
    font-size: 4.6rem;
    font-family: "Josefin Sans", sans-serif;
    text-align: center;
}
.ttl03 .jp {
    font-weight: 600;
    margin-bottom: 2em;
    letter-spacing: 0.05em;
    margin-top: -0.4em;
    text-align: center;
}
.ttl04 {
    font-weight: 600;
    margin-top: 3em;
    font-size: 2.6rem;
    border-bottom: 1px solid "CCC";
    padding: 0.5em;    
}
.ttl05 {
    font-weight: 600;
    padding: 0.5em 0.7em;
    border-bottom: 1px solid #CCC;
    font-size: 110%;
        background: #F1E1FF;
}
.ttl05::before {
    content: "ー";
    margin-right: 0.2em;
    font-weight: 400;
}
.ttl06 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.5em;
    font-size: 120%;
}
@media screen and (max-width: 768px) {

}

/*-----------------------------------------------
　その他文字
-----------------------------------------------*/
.f_bg {
    color: #1A925D;
    font-weight: 700;
    font-size: 120%;
}
.b {font-weight: 700;}

.p01 {
    text-align: center;
    margin-top: 1em;
}
.under {text-decoration: underline;}

/*-----------------------------------------------
　ボタン　btn 
-----------------------------------------------*/
.btn01 {
    text-align: center;
    font-weight: 500;
    font-size: 110%;
    width: 100%;
    margin:1.5em auto 0 auto;
    max-width: 340px;
    position: relative;
 }
.btn01 a {
    padding: 1.0em;
    border-radius: 2.0em;
    width: 100%;
    height: 100%;
    display: block;
    background: #ff71e1;
    /*background-image: -webkit-linear-gradient(60deg, rgba(255, 255, 255, 255), rgba(255, 255, 255, 255));
    background-image: -o-linear-gradient(60deg, rgba(255, 255, 255, 255), rgba(255, 255, 255, 255));
    background-image: linear-gradient(150deg, rgba(255, 255, 255, 255), rgba(255, 255, 255, 255));*/
    color: #FFF;
    border: 2px solid #ff71e1;
    text-decoration: none;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
}
.btn01 a::after {
    content: "→";
    position: absolute;
    right: 2.0em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
}
.btn01 a:hover::after {
    right: 1.0em;
}

/*--------------------------------------------------------------------------------------

 header

--------------------------------------------------------------------------------------*/
.header {
    background-color: rgba(255,255,255,1.0);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.header .container {
    position: relative;
    max-width: 1400px;
    padding: 10px 0;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 80px;
}
.header_logo {
    max-width: 220px;
    display: block;
    margin-left: 30px;
}
.header_search {
    width: 100%;
    max-width: 360px;
    position: absolute;
    top: 5px;
    right: 70px;
    margin-right: 2vw;
}
.header_search .btn01 {
    margin-top: 0;
}
.header_nav {}

.globalMenu {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    transition: all 0.6s;
    width: 100%;
    max-width: 420px;
    overflow: auto;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    /*background-color: rgba(255,255,255,0.95);*/
    padding: 100px 20px 50px 20px;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
}
.globalMenu.active {
    opacity: 1;
    visibility: visible;
}
.navToggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    transition: all 0.6s;
    border: 2px solid #f261d6;
}
.navToggle.active {
    border: none;
}
.navToggle span {
    display: block;
    position: absolute;
    border-bottom: 2px solid #f261d6;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 13px;
}
.navToggle span:nth-child(1) {top: 19px; width: 30px;}
.navToggle span:nth-child(2) {top: 27px; width: 23px;}
.navToggle span:nth-child(3) {top: 35px; width: 16px;}

.navToggle.active span:nth-child(1) {
    top: 26px;
    left: 13px;
    width: 30px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 26px;
    width: 30px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    transform: rotate(35deg);
}
.overflowHidden {
    overflow: hidden;
}
.globalMenu .menu_list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}
.globalMenu .menu_item {
    width: 100%;
    text-align: left;
    position: relative;
}
.globalMenu .menu_item a {
    padding: 1em;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.globalMenu .menu_item a span {
    display: inline-block;
    line-height: 1;
}
.globalMenu .menu_item a .en {
    font-size: 160%;
    padding-right: 0.5em;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
}
.globalMenu .menu_item a .jp {
    font-weight: 500;
}
.globalMenu .menu_item a:hover {
    margin-left: 1em;
}
/*.header_search .btn01 a::after {
    display: none;
}*/
@media screen and (max-width: 768px) {
    .header {border-bottom-right-radius: 20px; border-bottom-left-radius: 20px;}
    .header .container {height: 50px;}
    .header_logo {max-width: 170px; width: 37vw; margin-left: 20px;}
    .header_search {max-width: 200px; width: 35vw; right: 55px;}
    .header_search .btn01 {font-size: 14px;}
    .header_search .btn01 a {padding:0; white-space: nowrap; height: 38px; line-height: 34px;}
    .header_search .btn01 a::after {display: none;}
    .navToggle {width: 40px; height: 40px;}
    .navToggle span {left: 7px;}
    .navToggle span:nth-child(1) {top: 12px; width: 22px;}
    .navToggle span:nth-child(2) {top: 17px; width: 17px;}
    .navToggle span:nth-child(3) {top: 22px; width: 12px;}
    .navToggle.active span:nth-child(1) {top: 17px; left: 7px; width: 22px;}
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {top: 17px; width: 22px;} 
    
    

}
@media screen and (min-width: 769px) {}

/*--------------------------------------------------------------------------------------

 footer

--------------------------------------------------------------------------------------*/
.footer {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
    background: #FFF;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.footer .container {
    padding-top: 5vh; padding-bottom: 5vh;
}
.footer a:link {color:#333; text-decoration:none;}
.footer a:visited {color:#333; text-decoration:none;}
.footer a:hover {color:#666; text-decoration:none}

.footer_logo {
    width: 55%;
    max-width: 280px;
    margin: 0 auto;
}
.footer_logo img {

}
/* フッターナビ
-----------------------------------------*/
.footer_nav {
    margin:2em auto;
}
.footer_nav .main  {
    text-align: center;
    margin-bottom: 1.0em;
}
.footer_nav .main li {
    display: inline-block;
    font-size: 90%;
    margin: 0 1.0em;
    line-height: 130%;
}
.footer_nav .sub  {
    text-align: center;
}
.footer_nav .sub li {
    display: inline-block;
    font-size: 80%;
    margin: 0 1.0em;
    line-height: 130%;
}
.footer .note {
    text-align: center;
    font-size: 70%;
}

@media screen and (max-width: 768px) {
    .footer_nav .main  {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer_nav .main li {
        width: 50%;
        text-align: left;
        margin: 0;
    }
    .footer_nav .main li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.4em 0 0.4em 15px;
    }
    .footer_nav .sub  {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer_nav .sub li {
        width: 50%;
        margin: 0;
        text-align: left;
    }
    .footer_nav .sub li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0.2em 0 0.2em 15px;
    }
}

/* コピーライト
-----------------------------------------*/
.copyright {
    text-align: center;
    margin-top: 1.0em;
    font-size: 75%;
    display: block;
    letter-spacing: 0.1em;
}
.fadein_scroll {
    opacity: 0;
}
.fadein {
    opacity: 1!important;
}
.go_top {
    position: fixed;
    right: 5vw;
    bottom: 30px;
    z-index: 1;
}
@media screen and (max-width: 1000px) {
    .go_top {right: 10px; bottom: 10px; width: 50px; height: 50px;}
}



/*--------------------------------------------------------------------------------------

 index.html トップページ

--------------------------------------------------------------------------------------*/
/*-----------------------------------------------
　mv
-----------------------------------------------*/
#mv {}

#mv .container {
    max-width: 1400px;
    padding: 10px 40px 0 20px;
    position: relative;
}
.mv_img {
    background: -webkit-linear-gradient(top left, #fd7bbc, #7eb0ff);
    background: -o-linear-gradient(top left, #fd7bbc, #7eb0ff);
    background: linear-gradient(to bottom right, #fd7bbc, #7eb0ff);
    padding: 20px;
    border-radius: 40px;
    overflow: hidden;
}
.mv_img img {
    border-radius: 20px;
    position: relative;
}
.mv_ttl {
    position: absolute;
    left: 11%;
    top: 29%;
    width: 30%;
}
@media screen and (max-width: 768px) {
    #mv .container {padding: 10px 30px 0 10px;}
    .mv_img {padding: 10px; border-radius: 20px;}
    .mv_img img {border-radius: 10px;}
    .mv_ttl {left: 11%; top: 11%; width: 48%;}
}
/* テキストスライド
-----------------------------------------*/
.slide_txt-anime {
    position: absolute;
    bottom: 3%;
    display: -webkit-box;
    display: flex;
    white-space: nowrap;
    font-size: min(150px, 15vw);
    line-height: 1;
    transition-delay: 4s;
    color: #FFF;
    font-weight: 100;
    overflow: hidden;
}
.slide_txt-anime span {
    display: inline-block;
    padding-right: 0.5em;
    animation: hscroll 40s linear infinite .5s both;
}
@keyframes hscroll {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
}

/* スクロールダウン
-----------------------------------------*/
.scroll_down a { 
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 0;
    overflow: hidden;
    padding: 10px 10px 280px;
    color: #290851;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .1em;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: .2s;
}
.scroll_down a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #290851;
  }
.scroll_down a:hover {
    opacity: .8;
  }
.scroll_down a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 150px;
    background: rgba(#290851, .4);
}
.scroll_down a::after {
    height: 80px;
    animation: sdl07 2.0s ease infinite;
  
}
@keyframes sdl07 {
  0% {transform: translateY(-170px);}
  50%, 100% {transform: translateY(80px);}
}
@media screen and (max-width: 768px) {
}

/*-----------------------------------------------
　bg01
-----------------------------------------------*/
.bg01 {
    position: relative;
    z-index: 0;
}
.bg01::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 65%;
    height: 90%;
    background: -webkit-linear-gradient(top left, #FFD7FF, #CFFFFF);
    background: -o-linear-gradient(top left, #FFD7FF, #CFFFFF);
    background: linear-gradient(to bottom right, #FFD7FF, #CFFFFF);
    border-radius: 100px 0 0 100px;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .bg01::after { width: 80%;}
}
.bg02 {
    background: -webkit-linear-gradient(top left, #FFD7FF, #CFFFFF);
    background: -o-linear-gradient(top left, #FFD7FF, #CFFFFF);
    background: linear-gradient(to bottom right, #FFD7FF, #CFFFFF);
}

/*-----------------------------------------------
　TOP - CONCEPT
-----------------------------------------------*/
#top_concept {}

#top_concept .container {
    max-width: 1300px;
    position: relative;
}
#top_concept .detail {
    margin: 8vh 0;
    position: relative;
    z-index: 2;
}
#top_concept .ttl01 {
    color: #fda6ff;
}
#top_concept .exp {
    font-size: 105%;
    line-height: 200%;
}
#top_concept .img {
    position: absolute;
    right: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    max-width: 600px;
    z-index: 1;
}

@media screen and (max-width: 1500px) {
    #top_concept .img {right: -5%;}
}
@media screen and (max-width: 768px) {
    #top_concept .img {
        position: static;
        right: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        width: 85%;
        margin: -3vh -6% 0 auto;
        max-width: 500px;
        }
    #top_concept .detail {
        margin: 4vh 0;
    }
}

/*-----------------------------------------------
　TOP - SERVICE
-----------------------------------------------*/
#top_service .container {
    max-width: 1300px;
}
#top_service .ttl01 {
    text-align: right;
    color: #cfa6ff;
    margin-bottom: 0;
}
.top_service_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
.top_service_list .item {
    width: 31%;
    margin: 1%;
    border: 2px solid #FFF;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: -webkit-linear-gradient(left, #FD7BBC, #7EB0FF);
    background: -o-linear-gradient(left, #FD7BBC, #7EB0FF);
    background: linear-gradient(to right, #FD7BBC, #7EB0FF);
    max-width: 380px;
    list-style: none;
}
.top_service_list .detail {
    padding: 0.7em 0.2em;
    text-align: center;
    position: relative;
}
.top_service_list .detail .ttl {
    font-size: 2.2rem;
    font-weight: 500;
    color: #FFF;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-shadow: 0 0 3px rgba(48, 0, 94, 0.7);
    font-family: "Kosugi Maru", sans-serif;
    margin-bottom: 0.2em;
}
.top_service_list .detail .en {
    font-size: 2.0rem;
    color: #F0E1FF;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: 0.05em;
}
.top_service_list .item a .detail::after {
    content: "→";
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: 2.5rem;
    color: #FFF;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    transition: all .3s;
}
.top_service_list .item a:hover .detail::after {
    right: 2%;
    top: 40%;
}
.note {
    margin-top: 2em;
}
.note li {
    font-size: 95%;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 896px) {
    .top_service_list .item {
            width: 48%;
    }
}
@media screen and (max-width: 768px) {
    .top_service_list .item {
        border-radius: 20px;
    }
}
@media screen and (max-width: 500px) {
    #top_service .ttl01 {
        position: fixed;
        top: 10vh;
        left: -3.0em;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: rotate(-90deg) translateY(-50%);
        -ms-transform: rotate(-90deg) translateY(-50%);
        transform: rotate(-90deg) translateY(-50%);
        display: block;
        opacity: 0;
        transition: opacity 0.3s;
    }
      #top_service .ttl01.is-visible {
        opacity: 1;
      }
    .top_service_list {
        width: 80%;
        margin: 0 0 0 auto;
    }
    .top_service_list .item {
        width: 100%;
    }
}

/*-----------------------------------------------
　TOP - 選ばれる理由
-----------------------------------------------*/
#top_reason {
    background: #E9F7FF;
    position: relative;
    z-index: 0;
    margin-top: 10vh;
}
.top_reason_curve {
  width: 100%;
    max-width: 900px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -250px;
    display: block;
    height: 250px;
}   
#top_reason .container {
    padding-top: 0;
    padding-bottom: 0;
}
.top_reason_ttl {
    margin: 0 auto 3em auto;
    width: 75%;
    max-width: 400px;
}
.top_reason_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}
.top_reason_list .item {
    width: 27%;
    margin: 1.5em 3%;
    border: 2px solid #FFF;
    border-radius: 40px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #FFF;
    text-align: center;
    padding: 3em 0.2em 2em 0.2em;
    position: relative;
    min-width: 300px;
    list-style: none;
}
.top_reason_list icon {
    background: #69C7FF;
    color: #FFF;
    font-weight: 600;
    font-size: 3.0rem;
    position: absolute;
    top: -1.0em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    padding: 0.5em;
    line-height: 100%;
    display: block;
}
.top_reason_list img {
    margin-bottom: 1.5em;
    width: 40%;
}
.top_reason_list .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #44B9FF;
    line-height: 150%;
    margin-bottom: 1.0em;
    font-family: "Kosugi Maru", sans-serif;
}
.marker {
  border-bottom: 10px solid #ffff88;
}
.top_reason_list .exp {
    color: #4B4B72;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    #top_reason {margin-top: 6vh;}
    .top_reason_curve {height: 100px; top: -100px;}
    .top_reason_ttl {padding-top: 2em;}
    .top_reason_list img {width: 30%; margin-bottom: 1em;}
    .top_reason_list .item {padding-top: 2.5em;}
}
    
/*-----------------------------------------------
　TOP - サロンイメージ画像
-----------------------------------------------*/
#top_salon_image {
    background: url("../img/top/salon_image.jpg") center top;
    background-size: cover;
    height: 600px;
}
.top_salon_image_curve {
    width: 100%;
    display: block;
    height: 250px;
}  
@media screen and (max-width: 768px) {
    #top_salon_image {height: 200px;}
    .top_salon_image_curve {height: 50px;}
}

/*-----------------------------------------------
　TOP - SEARCH 店舗検索
-----------------------------------------------*/
#top_search {}

.search_box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #FFF;
    border-radius: 40px;
    padding: 5%;
}
.search_lead {
    text-align: center;
    width: 47%;
}
.search_map {
    width: 50%;
}
@media screen and (max-width: 500px) {
    .search_map {height: 85vw; overflow-y: hidden;}
}
@media screen and (max-width: 896px) {
    .search_lead {width: 100%; margin: 2vh auto 2em auto;}
    .search_map {width: 100%;}
}

/*-----------------------------------------------
　TOP - NEWS お知らせ
-----------------------------------------------*/
#top_news .container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.top_news_ttl {
    width: 300px;
}
.top_news_list {
    width: calc(100% - 300px);
    height: 240px;
    overflow: auto;
    font-size: 95%;
}
.top_news_list li {
    border-bottom: 1px solid #DDD;
    list-style: none;
}
.top_news_list a,
.top_news_list li.no_link {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    color: #3D3D3D;
    text-decoration: none;
}
.top_news_list a:visited {color: #3D3D3D;}
.top_news_list a:hover {color: #6D6D6D;}

.top_news_list .date {
    width: 6.5em;
    font-size: 90%;
}
.top_news_list .text {
    width: calc(100% - 6.5em);
}
.top_news_list .text strong {font-weight: 600;}

@media screen and (max-width: 896px) {
    .top_news_ttl {width: 100%;}
    .top_news_list {width: 100%;}
}

@media screen and (max-width: 500px) {
    .top_news_list {height: 320px;}
    .top_news_list .date {width: 100%;}
    .top_news_list .text {width: 100%;}
}


/*--------------------------------------------------------------------------------------

 下層ページ

--------------------------------------------------------------------------------------*/
/*-----------------------------------------------
　sub-img 
-----------------------------------------------*/
#sv {
    position: relative;
}
#sv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: -webkit-linear-gradient(top left, #FFD7FF, #CFFFFF);
    background: -o-linear-gradient(top left, #FFD7FF, #CFFFFF);
    background: linear-gradient(to bottom right, #FFD7FF, #CFFFFF);
    border-radius: 0 0 0 100px;
    height: 100%;
    z-index: -1;
}
#sv::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    width: 10vw;
    background: -webkit-linear-gradient(top left, #FFD7FF, #CFFFFF);
    background: -o-linear-gradient(top left, #FFD7FF, #CFFFFF);
    background: linear-gradient(to bottom right, #FFD7FF, #CFFFFF);
    border-radius: 0 10vw 10vw 0;
    height: 20vw;
    z-index: -1;
}
#sv .container {
    height: auto;
    padding-bottom: 5vh;
    padding-top: 5vh;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1300px;
}
.sv_ttl {
    width: 250px;
    margin-bottom: 1em;
    padding-left: 2%;
}
.sv_ttl .en {
    font-weight: 300;
    font-size: 4.6rem;
    font-family: "Josefin Sans", sans-serif;
}
.sv_ttl .jp {
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: -0.4em;
    font-size: 1.8rem;
    margin-left: 0.5em;
}
.sv_img {
    width: calc(100% - 250px);
    max-width: 900px;
}
.sv_img img {
    border-radius: 40px;
}
@media screen and (max-width: 768px) {
    .sv_img {width: 90%; margin: 0 -20px 0 auto;}
    .sv_img img {border-radius: 30px 0 0 30px;}
}


/*-----------------------------------------------
　breadcrumb パンくずリスト
-----------------------------------------------*/
.breadcrumb {}

.breadcrumb .container {
    text-align: right;
    font-size: 90%;
}
.breadcrumb ul {
    padding: 1em 0.5em;
}
.breadcrumb ul li {
    display: inline-block;
    line-height: 150%;
}
.breadcrumb ul li::after {
    content: "ー";
    margin: 0 0.5em;
    color: #AAA;
}
.breadcrumb ul li:last-of-type::after {
    content: none;
}
.breadcrumb a:link {color:#999; text-decoration:none;}
.breadcrumb a:visited {color:#999; text-decoration:none;}
.breadcrumb a:hover {color:#999; text-decoration:none;}

/*-----------------------------------------------
 shop-list 全国店舗一覧
-----------------------------------------------*/
#shop-list{}

/*------エリア選択-------*/
.shop-list_select {
    padding: 5%;
    border-radius: 40px;
    background: #F1E1FF;
}
.accordion_title {
    cursor: pointer;
    position: relative;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    padding: 1.5rem 5.0rem 1.5rem 3.0rem;
    font-size: 2.0rem;
    font-weight: 600;
    background: #FFF;
}
.accordion_title:last-of-type {
    border-bottom: 1px solid #CCC;
}
.accordion_title::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #3D3D3D;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
}
.accordion_title::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #3D3D3D;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}
.accordion_title.show::before {
    opacity: 0;
}
.accordion_title.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion_content {
    display: none;
    border-top: 1px solid #CCC;
    padding: 1.0rem;
}
.accordion_content:last-of-type {
    border-top: none;
}
.shop-list_select ul {
    text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.shop-list_select li {
    list-style: none;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    margin: 0.5%;
    width: 130px;
    position: relative;
}
.shop-list_select li a {
    display: block;
    padding: 0.5em;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 0.5em;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .shop-list_select {
        border-radius: 20px;
    }
    .shop-list_select li {
        width: calc(94% / 3);
        margin: 1%;
    }
}

/*------店舗一覧------*/
.shop-list_detail > ul > li {
    border-bottom: 1px solid #CCC;
    list-style: none;
    position: relative;
}
.shop-list_detail > ul > li a {
    padding: 1.3em 2em 1.3em 1em;
    display: block;
    width: 100%;
    height: 100%;
    color: #3D3D3D;
}
.shop-list_detail > ul > li.no_link {
    padding: 1.3em 2em 1.3em 1em;  
}
.shop-list_detail h4 {
    font-size: 110%;
    margin-bottom: 0.4em;
    font-weight: 600;
    line-height: 130%;
}
.shop-list_detail .add {
    line-height: 130%;
    font-size: 95%;
}
.shop-list_detail > ul > li::after {
	font-family: 'FontAwesome';
	content: "\f105";
    position: absolute;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    font-size: 2.4rem;
    color: #f261d6;
}
.shop-list_detail > ul > li:hover::after {
    right: -0;
}
.shop-list_detail > ul > li.no_link::after {
    color: #DDD;
}
.shop-list_detail > ul > li.no_link:hover::after {
    right: 0.5em;
}
.shop-list_detail .menu_icon {
    margin-top: 0.5em;
}
.shop-list_detail .menu_icon li {
    list-style: none;
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 0.5em;
    margin-top: 0.5em;
    border: 1px solid #AB76FF;
    color: #AB76FF;
    line-height: 100%;
    padding: 0.5em;
    border-radius: 0.5em;
    font-weight: 500;
}
.shop-list_detail .menu_icon li.none {
    border: 1px dotted #BBB;
    color: #BBB;
    font-weight: 400;
}
.shop-list_detail .new_shop {
    color: #f261d6;
    font-weight: 500;
}
/* ==================================================================================================================

420px以下

================================================================================================================== */

@media screen and (max-width: 420px) {
    html {font-size: 50%;}
    body {font-size: 1.9rem;}
}
/* ==================================================================================================================

768px以下 

================================================================================================================== */

@media screen and (max-width: 768px) {
    .sp_none {display: none;}
    /*html{font-weight: 500;}*/
}
/* ==================================================================================================================

768px以上 

================================================================================================================== */
@media screen and (min-width: 769px) {
    .pc_none {display: none!important;}
}

