/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}



body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em;
    font-family: monospace, monospace
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em;
    font-family: monospace, monospace
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    line-height: 1.15;
    font-family: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 62.5%
}

body * {
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

a:hover {
    text-decoration: none
}

img {
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    height: auto
}

b,
strong {
    font-weight: 600
}

table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

button {
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer
}

body {
    min-width: 1120px;
    font-weight: 500!important;
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
}

.loadAnimation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.loadAnimation_symbol {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 113px;
    transform: translate(-50%, -50%)
}

.loadAnimation.jsLoadAnimation {
    -webkit-transition: opacity .45s, visibility .45s;
    visibility: visible;
    opacity: 1;
    transition: opacity .45s, visibility .45s
}

.loadAnimation.jsLoadAnimation-loaded {
    visibility: hidden;
    opacity: 0
}

.jsLoadAnimationBody {
    -webkit-transition: opacity .45s;
    opacity: 0;
    transition: opacity .45s
}

.jsLoadAnimationBody-loaded {
    opacity: 1
}

.header {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    /* min-width: 1120px; */
    min-width: 1330px;
}
.header img{
    display: block;
}
.header h1{
    width: 65%;
}
.header_wrapper{
    display: flex;
    align-items: center;
}
.header_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    /* max-width: 1080px; */
    margin: 0 50px;
    background-color: #F7F7F7;
    border-radius: 50px;
    color: #535353;
    height: 72px;
    padding: 0 100px 0 50px;
}
.header_instagram{
    position: absolute;
    text-align: center;
    right: -55px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header_instagram:hover{
    opacity: 0.7;
}
.header_instagram img{
    width: 55%;
}
.header_menu_list{
    display: inline;
}
.header_menu_list:hover{
    color: #E1577F;
}
.header_menu_list_en{
    color: #E26187;
    font-size: 12px;
}
.header_menu li{
    text-decoration: none;
    list-style: none;
    margin: 0 30px;
    display: inline-block;
    line-height: 2rem;
}

.header_logo {
    display: block;
    width: 30%;
    margin-left: 100px;
}


.header_menu{
    display: flex;
}

/* body{
    overflow-x: hidden;
} */
main {
    margin-top: 230px;
    
    overflow-x: hidden;
}
canvas{
    opacity: 0.27;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    object-fit: cover;
}
#particles-js{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 200px;
  }
/* TOP画像------------------------------------------------- */
.TOP_animation{
    margin-left: 200px;
    height: 800px;
}
.slider_box{
position: relative;
}
.slider_box img{
    width: 40%;
    position: absolute;
    top: 15vh;
    z-index: 999;
}

.slider_inner{
    display: flex;
    align-items: center;
}
.top_title{
    position: relative;
    width: 300px;
    font-size: 30px;
    color: #E1577F;
    font-weight: bold;
    line-height: 3rem;
}
.top_title_en{
    font-size: 15px;
}


@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
.anker{
    margin-top: -200px;
    padding-top: 200px;
}
.footer {
    display: block;
    position: relative;
    padding: 130px 5% 34px;
    margin: 0 200px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #E1577F, #F8CAAB);
    border-radius: 50px 50px 0 0;
    /* min-width: 959px; */
}
.footer_logo{
    width: 50%;
    display: block;
    margin: 0 auto 130px;
}
.footer_list{
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
.footer_item{
    display: flex;
    flex-direction: column;
}
.footer_item img{
    width: 80%;
}
.footer_item_tel{
    display: flex;
    align-items: center;
}
.footer_item_tel img{
    width: 10%;
    margin-right: 15px;
}
.footer_item_tel p{
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0;
}
.Copyright {
    margin: 0;
    font-size: 1.5rem!important;
    margin-top: 20px;
}
.footer_before{
    display: block;
    width: 189px;
    object-fit: contain;
    margin: 0 auto 50px;

}

/* アクセシビリティ対策 */
.visuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  /* ハンバーガーボタンのスタイル */
  .hamburger {
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    outline: none;
    transition: transform .6s, width .6s;
    z-index: 200; /* メニューが開いてもハンバーガーボタンが上に表示されるように */
    position: relative;
    width: 62px;
    margin-left: 10px;
    overflow: hidden;
    /* background-color: #0459CE; */
    border-radius: 15px 0 0 15px;
    height: auto;
    color: #005EA1;
    padding-top: 30px;
  }
  /* ハンバーガーメニュー三本線 */
  .hamburger-line {
    background-color: #005EA1;
    height: 5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10px;
    transition: inherit;
    width: 55%;
  }
  /* ハンバーガーメニューTEXT */
  .hamburger__text {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.hamburger__text::before {
    content: "MENU";
    text-align: center;
    /* color: #005EA1;
    font-size: 12px;
    font-weight: 900; */
}
.hamburger[aria-expanded="true"] .hamburger__text::before {
    content: 'Close';
    color: #fff;
  }
  .hamburger-line::before,
  .hamburger-line::after {
    background-color: #005EA1;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: inherit;
    width: 100%;
  }
  .hamburger-line::before {
    top: 10px;
  }
  .hamburger-line::after {
    top: 20px;
    width: 80%;
    right: 0;

  }
  /* ハンバーガーメニュー三本線オープン時 */
  .hamburger[aria-expanded="true"] .hamburger-line {
    transform: translateY(15px) rotate(-45deg);
    background-color: #fff;
    top: 5px;
  }
  .hamburger[aria-expanded="true"] .hamburger-line::before {
    transform: translateY(-12px) translateX(20px) rotate(45deg);
    width: 0;
  }
  .hamburger[aria-expanded="true"] .hamburger-line::after {
    transform: translateY(-20px) rotate(90deg);
    background-color: #fff;
    width: 100%;
    right: unset;
  }
  
  /* オーバーレイのスタイル */
  .overlay {
    background-color: #333;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity .3s, visibility .6s;
    visibility: hidden;
    width: 100vw;
    z-index: 10;
  }
  .overlay.active {
    opacity: .8;
    visibility: visible;
  }
  /* メニューのスタイル */
  .modal-container {
    background-color: #fff;
    height: 100%;
    position: fixed;
    right: -100%;
    transition: right .6s ease-in-out;
    width: 50%;
    z-index: 20; /* オーバーレイよりも上に来るようにするため */
  }
  .modal-container[aria-hidden="false"] {
    /* overflow-y: scroll; */
    right: 0;
    transition: right .3s ease-in-out;
    top: 0;
    background-color: #E1577F;
  }
  .menu-item {
    margin-top: 20px;
    text-align: left;
    color: #fff;
    list-style: none;
    font-size: 2.5rem;
  }
  .menu-link {
    display: inline-block;
    text-decoration: none;
  }
.menu_inner{
    margin: 25% 0 0 20%;
}
.menu_inner li{
    display: block;
    margin: 55px 0;
    font-size: 1.4em;
}
.menu_title{
    color: #F0E58C;
    text-align: left;
    font-size: 4rem;
    /* text-decoration: underline; */
    display: block;
    border-bottom: solid #fff;
    width: 50%;
}
.menu-list{
    padding-left: 0;
}
.sp_instaglam{
    display: none;
}
.menuSP{
    display: none;
}
/* // 画像バナー基本コード */
.insta-bnr {
    background: url(../img/common/imstagram_banner.jpg)no-repeat center center / cover;
    display: inline-block;
    width: 800px;
    height: 200px;
  }
  .insta-bnr.bg {
      position: relative;
      overflow: hidden;
      margin: 150px auto;
      display: block;
    }
    .insta-bnr.bg::before,
    .insta-bnr.bg::after {
      content: "";
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      margin: auto;
      transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
      opacity: 0;
    }
    .insta-bnr.bg::before {
      background: rgba(225,87,127,.6);
      width: 100%;
      height: 100%;
    }
    .insta-bnr.bg::after {
      color: #fff;
      content: "Read More";
      font-size: 30px;
      font-weight: bold;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      bottom: 0;
      right: 0;
    }
     
    .insta-bnr.bg:hover::before,
    .insta-bnr.bg:hover::after {
      opacity: 1;
    }
@media screen and (min-width:768px) {
    .hide-pc {
        display: none !important
    }
    .header_menu_navigation_list_item_inner {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }
    
    .header_logo {
        margin-left: 30px;
    }
  
    .header_menu {
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }
    .main{
        min-width: 1350px;
    }
    /* .footer{
        min-width: 1350px;
    } */
} 

@media screen and (max-width:767px) {
    .hide-sp {
        display: none !important
    }

    body {
        min-width: 375px;
        font-size: 1.4rem;
    }

    .loadAnimation_symbol {
        width: 100px
    }
    #particles-js{
        z-index: 998;
    }
    .header {
        min-width: 375px;
        padding: 0;
    }
    .header_inner{
        display: block;
    }
    .header_profile p{
        padding-left:0;
        font-size: 1.2rem;
        text-align: center;
    }
    .header_logo {
        margin: 0 auto;
        display: block;
        width: 60%;
        line-height: 100px;
        height: 70px;
    }
    .header_logo_image {
        max-width: 240px
    }
    .diagonal_01{
        padding: 280px 0;
        margin: -50% 0 -15%;
    }
    .header_menu{
        position: fixed;
        bottom: 0;
    }
    .sp_instaglam{
        display: flex;
    }
    .hamburger{
        overflow: unset;
        position: fixed;
        bottom: 3px;
        right: 50px;
        background-color: unset;
    }
    .hamburger__text {
        left: -10px;
        bottom: 8px;
    }
    .hamburger__text::before{
        content: "Menu";
        font-size: 14px;
        font-family: "Zen Kaku Gothic New";
        color: #fff;
    }
    .hamburger-line{
        background-color: #fff;
        left: 20px;
        margin: 0;
        top: 0; 
        height: 2px;
        width: 48%;
    }
    .hamburger-line::before, .hamburger-line::after {
        background-color: #fff;
    }
    
    .hamburger-line::before {
        top: 8px;
    }
    .hamburger-line::after {
        top: 16px;
    }
    .hamburger[aria-expanded="true"] .hamburger-line::after {
        transform: translateY(-16px) rotate(90deg);
        background-color: #fff;
    }
    .hamburger[aria-expanded="true"] .hamburger-line {
        transform: translateY(2px) rotate(-45deg);
    }
    .overlay.active {
        opacity: 0;
        /* visibility: unset; */
    } 
    .modal-container {
        height: 100%;
        width: 100%;
    }
    .footer{
        padding: 16px 30px!important;
        
    }
    .menuSP {
        -ms-flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        z-index: 999;
        position: fixed;
        bottom: 0;
        left: 0;
        flex-wrap: nowrap;
        width: 100%;
        height: 49px;
        gap: 3px;
        background-color: #E1577F;
        border-top: solid 2px #E1577F;
    }
    
    .menuSP_btn>img {
        display: block;
        width: 16%;
        margin-right: 10px;
    }
    .menuSP_btn {
        display: block;
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #fff;

    }
    .menuSP_btn_line{
        /* border-left: 2px solid #fff; */
        border-right: 2px solid #fff;
        
    }
    .menu_inner {
        margin: 28% 0 0 0;
    }
    .menu_title {
        margin-left: 25%;
    }
    .menu-list{
        margin-left: 19%;
    }

    main {
        margin-top: 55px
    }

    .footer {
        padding: 16px 0;
        
    }

    .footer_inner {
        max-width: calc(100% - 40px);
        padding: 0
    }

    .footer_btnTop {
        top: -59.5px
    }
    
    .footer_copyright {
        font-size: 1.3rem
    }

    .pageTitleImage {
        height: 60px
    }

    .pageParagraph {
        margin-top: 25px
    }

    .banner {
        display: none;
        max-width: 220px
    }









    /* ___________________________________________________________________________ */
    .sp_header{
        padding-top: 40px;
        border-top: 5px solid #E1577F;
    }
    .sp_header img{
    width: 90%;
    margin: 0 auto;
    display: block;
    }
    .slider_inner{
        flex-direction: column-reverse;
    }
    .TOP_animation{
        margin-left: 40px!important;
    }
    .TOP_animation{
        height: auto!important;
    }
    .about_us{
        display: block;
    }
    .about_us_logo{
        width: 70%;
        display: block;
        margin: 100px auto 50px;
        padding: 0;
    }
    .slider_inner{
        align-items:unset!important;
    }
    .header_inner{
        background-color: unset!important;
    }
    .footer{
        margin: 0;
        padding-bottom: 100px !important;
    }
    .footer_logo{
        width: 100%;
        margin: 30px auto 60px;
    }
    .footer_list{
        display: block;
    }
    .footer_item{
        align-items: center;
        margin-top: 20px;
    }
    .footer_list hr{
        border-top: 1px solid #fff;
        width: 100%;
        margin-left: 0;
    }
    .Copyright{
        font-size: 12px!important;
    }
}

/*# sourceMappingURL=map/style.css.map */