@charset "UTF-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: 0;
}
body {
    font-size: 16px;
    line-height: 2.0;
    color: #000;
    background: #fff;
    font-family: YakuHanJP, "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

a {
    color: #6dbdcc;
}
a:hover {
    color: #5c8099;
}

img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.2em 0;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
h1 {
    font-size: 2.8em;
}
h2 {
    font-size: 2.0em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.15em;
}
h5 {
    font-size: 1.05em;
}
h6 {
    font-size: 1.0em;
}

/*　汎用クラス
**************************************************************/
/* Noto Serif Weight */
.w200 {
    font-weight: 200;
}
.w300 {
    font-weight: 300;
}
.w400 {
    font-weight: 400;
}
.w500 {
    font-weight: 500;
}
.w600 {
    font-weight: 600;
}
.w700 {
    font-weight: 700;
}
.w900 {
    font-weight: 900;
}

/*ゴシック体*/
.gothic {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}
/* 文字揃え */
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-just {
    text-align: justify;
}
.text-center {
    text-align: center;
}

/*テキスト装飾*/
.text-border-top {
    border-top: 1px solid;
}
.text-border-bottom {
    border-bottom: 1px solid;
}
.text-frame {
    line-height: 1.0 !important;
    border: 1px solid;
    padding: 0.4em 0.5em 0.5em 0.5em;
}
.inline-block {
    display: inline-block;
}
.text-s {
    font-size: 90%;
}
.text-ss {
    font-size: 80%;
}
.text-sss {
    font-size: 70%;
}
.text-l {
    font-size: 107%;
}
.text-ll {
    font-size: 115%;
}
.text-lll {
    font-size: 125%;
}
.text-llll {
    font-size: 135%;
}
.text-lllll {
    font-size: 150%;
}
.text-normal {
    font-weight: normal;
}
.text-bold {
    font-weight: bold;
}
.text-blue {
    color: #006699;
}
.lh-narrow {
    line-height: 1.5;
}

/*リンクURL*/
.url {
    line-height: 1.5;
    word-break: break-all;
}

/*　マージン・パディング
**************************************************************/
/* マージン0 */
.margin-0 {
    margin: 0;
}
/* 左右マージン */
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
/* 左右余白 */
.px-0 {
    padding-right: 0;
    padding-left: 0;
}
.px-05 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.px-10 {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
}
.px-15 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.px-20 {
    padding-right: 2.0rem;
    padding-left: 2.0rem;
}
.px-30 {
    padding-right: 3.0rem;
    padding-left: 3.0rem;
}
/* 上マージン */
.mt-0 { margin-top: 0!important; }
.mt-1 { margin-top: 1.0rem!important; }
.mt-2 { margin-top: 2.0rem!important; }
.mt-3 { margin-top: 3.0rem!important; }
.mt-4 { margin-top: 4.0rem!important; }
.mt-5 { margin-top: 5.0rem!important; }
/* 下マージン */ 
.mb-0 { margin-bottom: 0!important; }
.mb-1 { margin-bottom: 1.0rem!important; }
.mb-2 { margin-bottom: 2.0rem!important; }
.mb-3 { margin-bottom: 3.0rem!important; }
.mb-4 { margin-bottom: 4.0rem!important; }
.mb-5 { margin-bottom: 5.0rem!important; }
/* 左マージン */
.ml-0 { margin-left: 0!important; }
.ml-1 { margin-left: 1.0rem!important; }
.ml-2 { margin-left: 2.0rem!important; }
.ml-3 { margin-left: 3.0rem!important; }
.ml-4 { margin-left: 4.0rem!important; }
.ml-5 { margin-left: 5.0rem!important; }
/* 右マージン */
.mr-0 { margin-right: 0!important; }
.mr-1 { margin-right: 1.0rem!important; }
.mr-2 { margin-right: 2.0rem!important; }
.mr-3 { margin-right: 3.0rem!important; }
.mr-4 { margin-right: 4.0rem!important; }
.mr-5 { margin-right: 5.0rem!important; }
/* 上パディング */
.pt-0 { padding-top: 0!important; }
.pt-1 { padding-top: 1.0rem!important; }
.pt-2 { padding-top: 2.0rem!important; }
.pt-3 { padding-top: 3.0rem!important; }
.pt-4 { padding-top: 4.0rem!important; }
.pt-5 { padding-top: 5.0rem!important; }
/* 下パディング */ 
.pb-0 { padding-bottom: 0!important; }
.pb-1 { padding-bottom: 1.0rem!important; }
.pb-2 { padding-bottom: 2.0rem!important; }
.pb-3 { padding-bottom: 3.0rem!important; }
.pb-4 { padding-bottom: 4.0rem!important; }
.pb-5 { padding-bottom: 5.0rem!important; }
/* 左パディング */
.pl-0 { padding-left: 0!important; }
.pl-1 { padding-left: 1.0rem!important; }
.pl-2 { padding-left: 2.0rem!important; }
.pl-3 { padding-left: 3.0rem!important; }
.pl-4 { padding-left: 4.0rem!important; }
.pl-5 { padding-left: 5.0rem!important; }
/* 右パディング */ 
.pr-0 { padding-right: 0!important; }
.pr-1 { padding-right: 1.0rem!important; }
.pr-2 { padding-right: 2.0rem!important; }
.pr-3 { padding-right: 3.0rem!important; }
.pr-4 { padding-right: 4.0rem!important; }
.pr-5 { padding-right: 5.0rem!important; }

/*　PC / SP 表示切り替え
**************************************************************/
.pconly {
    display: block;
}
.sponly {
    display: none;
}
@media screen and (max-width: 768px) {
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
}

/*　way points Animation
**************************************************************/
.anm-fadeInUp {
    opacity: 0;
    transition: 1.0s;
    transform: translateY(30px);
}
.anm-fadeInUp.active {
    opacity: 1.0;
    transition: 1.0s;
    transform: translateY(0);
}

/*　Youtube 埋め込み
**************************************************************/
.youtube {
    width:100%;
    height:auto;
    position: relative;
    padding-bottom: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*　footer
**************************************************************/
footer {
    width: 100%;
    height: auto;
    font-size:15px;
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #f7f7f7;
}
footer .footer-outer {
    padding: 30px 0;
}
footer .footer-logo-outer {
    text-align: center;
    margin: 1.2em 0 0.5em 0;
    display: block;
}
footer .copyright {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
footer .footer-logo-outer span.footer-logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/**************************************************************
 入野自由 Official Music Information Site
**************************************************************/
html {
    scroll-padding-top: 150px;
}
body {
    background: #e9eff4;
}
.bg-blue {
    background: #e9eff4;
}
.bg-white {
    background: #fff;
}
.bg-dark {
    background: #c8dbe8;
}
.btn-flex-wrap {
    display: flex;
    margin: 30px 0 0 0;
    flex-wrap: wrap;
}
.btn-flex-wrap p.buybtn-head {
    width: 100%;
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 0.3em;
}
.btn-flex-wrap a.btn-link {
    display: inline-block;
    width: 15em;
    font-size: 0.9em;
    color: #333;
    font-weight: 500;
    line-height: 1.0;
    text-align: center;
    background: url("../images/arrow-right.png") no-repeat;
    background-size: 1.0em;
    background-position: center right 8px;
    padding: 0.5em;
    border: 1px solid #333;
    margin: 0 1.0em 1.0em 0;
}
a.btn-link:hover {
    color: #fff;
    background: #555 url("../images/arrow-right-white.png") no-repeat;
    background-size: 1.0em;
    background-position: center right 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hero Space Topページ
**************************************************************/
#hero-space {
    position: relative;
}
#hero-space h1.title-block {
    width: 26vw;
    height: auto;
    padding: 0;
    position: absolute;
    top: 250px;
    left: 16vw;
}
#hero-space .main-visual {
    width: 70%;
    margin: 0 auto 0 auto;
    padding: 120px 0 0 0;
}
.main-visual img.main-pc {
    display: block;
}
.main-visual img.main-sp {
    display: none;
}

/* Topページのみ　Title Nav
**************************************************************/
#hero-space .nav-box {
    width: 26vw;
    height: auto;
    background: none;
    display: block;
    position: absolute;
    top: 21.7vw;
    left: 16vw;
    z-index:10;
}
.globalMenuSp ul {
    display: flex;
    flex-direction: row;
    margin: 1.0vw 0 0 0;
    padding: 0;
    align-items: flex-start;
}
.globalMenuSp ul li {
    flex: 0 0 auto;
}
.globalMenuSp ul li:hover {
    opacity: 0.5;
}
.globalMenuSp ul li img {
    height: 1.22vw;
    width: auto;
    display: block;
}
.globalMenuSp ul li:not(:last-child) {
    border-right: 1px solid #000;
    padding-right: 0.8vw;
    margin-right: 0.8vw;
}
@media screen and (max-width: 768px) {
    #hero-space .nav-box {
        display: none;
    }
}

/*　Header
**************************************************************/
#header-space {
    width: 100%;
    height: 120px;
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    background-color: #e9eff4;
    z-index: +1;
}
#header-space .title-block {
    display: flex;
    width: 100px;
    height: 140px;
    margin: 5px 0 0 15px;
}
#header-space .title-block a {
    display: block;
    width: 100px;
    height: 140px;
}
#header-space .nav-box {
    margin-right: 15px;
}
#header-space h2.page-title {
    font-size: 2.0em;
    letter-spacing: 0.1em;
    margin: 0;
    position: absolute;
    top: 75px;
    left: 118px;
}
#header-space h2.page-title img {
    width: auto;
    height: 40px;
}
#header-space h2.page-title.fadeIn-left {
    opacity: 0;
    transform: translateX(-50%);
    animation: fadeInFromLeft 1.2s ease-out forwards;
}
@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Main Navi
**************************************************************/
#nav-box-header, #nav-box-footer {
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    position: relative;
    z-index:10;
}
#nav-box-header {
    justify-content: flex-end;
    padding-right: 30px;
}
#nav-box-footer {
    justify-content: center;
    padding-top: 50px;
}
.globalMenu ul {
    display: flex;
    flex-direction: row;
    margin: 15px 0 50px 0;
    justify-content: center;
}
.globalMenu ul li {
    flex: 0 0 auto;
}
.globalMenu ul li:hover {
    opacity: 0.5;
}
.globalMenu ul li img {
    height: 30px;
    width: auto;
    display: block;
}
.globalMenu ul li:not(:last-child) {
    border-right: 1px solid #000;
    padding-right: 1.2vw;
    margin-right: 1.2vw;
}
@media screen and (max-width: 768px) {
/* ハンバーガーメニューボタン */
    .hamburger {
        display : block;
        position: fixed;
        z-index : 10000;
        right : 25px;
        top   : 15px;
        width : 40px;
        height: 40px;
        cursor: pointer;
        text-align: center;
    }
    .hamburger-bg {
        display : block;
        position: fixed;
        right : 25px;
        top   : 15px;
        width : 40px;
        height: 40px;
        background : url("../images/sp-menu-btn.png") no-repeat;
        background-size: cover;
        z-index : 9999;
        transition: all .5s ease;
    }
/* スマホメニューを開いてる時のボタン */
    .hamburger.active .hamburger-bg {
        background : url("../images/sp-menu-btn-close.png") no-repeat;
        background-size: cover;
        transition: all .5s ease;
    }

/* メニュー背景　*/
    .globalMenu {
        position: fixed;
        z-index : 999;
        top  : 0;
        right : 0;
        color: #000;
        background: rgba(255,255,255,0.95);
        text-align: center;
        width: 55%;
        transform: translateX(100%);
        transition: all 0.6s;
    }
    .globalMenu ul {
        margin: 100px 30px 30px 30px;
        padding: 0;
        display:block;
        text-align: left;
    }
    .globalMenu ul li {
        list-style-type: none;
        font-size: 1.2em;
        padding: 30px 0 0 0;
        width: 100%;
        transition: .4s all;
        border-bottom:1px dotted #5c8099;
    }
    .globalMenu ul li:not(:last-child) {
        border-right: none;
    }
    .globalMenu ul li img {
        height: 5vw;
    }
    .globalMenu ul li:last-child {
        padding-bottom: 0;
    }
    .globalMenu ul li a {
        display: block;
        color: #5c8099;
        padding: 0.5em 0;
        text-decoration :none;
    }
    /* クリックでjQueryで追加・削除 */
    .globalMenu.active {
        opacity: 100;
        display: block;
        transform: translateX(0);
    }
    /* Footer Nav 非表示*/
    #nav-box-footer {
        display: none;
    }
}

/*　メインキャッチコピー
**************************************************************/
#top-main-add-space {
    width: 100%;
    padding: 0;
    margin: 20px 0;
}
#top-main-add-space .section-outer {
    width: 70%;
    margin: 0 auto;
}
#top-main-add-space .section-inner {
    width: 100%;
    max-width: 100%;
}
#top-main-add-space .column-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -0.5%;
}
#top-main-add-space .column-box .col-ad-100 {
    display: flex;
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
}
#top-main-add-space .column-box .col-ad-50 {
    display: flex;
    width: 49%;
    padding: 0;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    #top-main-add-space .column-box .col-ad-50 {
        width: 100%;
    }
}
.main-copy-box {
    display: flex;
    flex: 100% 0 0;
    align-items: center;
    justify-content: center;;
    background: rgba(100,166,175, 0.7);
    margin: 0 auto;
}
.main-copy-box:hover {
    background: rgba(100,166,175, 1.0);
}
.main-copy-box p {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 1.0em 3.0em 1.0em 1.2em;
    position: relative;
    display: flex;
    flex: 100% 0 0;
}
.main-copy-box p::after {
    content: "";
    display: inline-block;
    width:24px;
    height: 24px;
    border-radius: 50%;
    background: #fff url("../images/arrow-right.png") center center no-repeat;
    background-size: 80%;
    position: absolute;
    right: 15px;
    top:0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 1600px) {
    .main-copy-box p {
        font-size: 1.25em;
    }
}
@media screen and (max-width: 1024px) {
    .main-copy-box p {
        font-size: 1.15em;
    }
}
@media screen and (max-width: 768px) {
    #top-main-add-space .section-outer {
        width: 94%;
    }
}
@media screen and (max-width: 600px) {
    #top-main-add-space .column-box .col-50 {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*　Official SNS
**************************************************************/
.official-sns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    padding: 15px 20px;
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 11;
}
.sns-icon {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
    margin: 0 10px;
}
.sns-icon img:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}
.official-text {
    display: flex;
    align-items: center;
    font-size:0.85em;
    line-height: 1.0;
    color: #64a6af;
    margin: 0.5em 10px 0 0;
    font-weight: 500;
}

/*　Contents-block
**************************************************************/
.contents-block {
    width: 100%;
    margin: 0;
    padding: 50px 0 100px 0;
}
.section-outer {
    width: 80%;
    margin: 0 auto;
}
.section-inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.column-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.column-box .col-30,
.column-box .col-33,
.column-box .col-50,
.column-box .col-70,
.column-box .col-100 {
    padding: 0 2.5%;
}
.column-box .col-30 {
    width: 30%; 
}
.column-box .col-33 {
    width: calc(100% / 3); 
}
.column-box .col-50 {
    width: 50%; 
}
.column-box .col-70 {
    width: 70%; 
}
.column-box .col-100 {
    width: 100%; 
}

@media screen and (max-width: 768px) {
  .column-box.sp {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .column-box.sp .col-50 {
    width: 100%; 
  }
  .column-box.sp .img-wide-left, .column-box.sp .img-wide-right {
    order: -1;
  }
  .column-box .col-33 {
    width: calc(100% / 2); 
}
}

@media screen and (max-width: 600px) {
    .column-box .col-30, .column-box .col-33 {
        width: 100%;
        margin: 0 auto 1.5em auto;
    }
    .column-box .col-50 {
        width: 100%; 
    }
    .column-box .col-70 {
        width: 100%; 
    }
    .column-box .col-sp-50 {
        width: 50%;
    }
    .column-box .col-sp-70 {
        width: 70%;
    }
    .column-box .col-sp-100 {
        width: 100%; 
    }
}

/*　Contents
**************************************************************/
.contents_main {
    padding-top: 160px;
}
h2.section-title {
    font-size: 2.0em;
    letter-spacing: 0.1em;
    margin: 1.5em 0 0.5em 0;
}
h2.section-title img {
    width: auto;
    height: 6vw;
}
.btn-flex-wrap a.btn-detail {
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
    color: #333;
    font-weight: 500;
    line-height: 1.0;
    text-align: center;
    background: url("../images/arrow-right.png") no-repeat;
    background-size: 1.0em;
    background-position: center right 8px;
    padding: 0.5em;
    border: 1px solid #333;
    margin: 0 1.0em 1.0em 0;
}
a.btn-detail:hover {
    color: #fff;
    background: #555 url("../images/arrow-right-white.png") no-repeat;
    background-size: 1.0em;
    background-position: center right 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/*　WHAT'S NEW
**************************************************************/
#whatsnew {
    padding-top: 0;
}
.scroll-box {
    width: 100%;
    height: 15vw;
    overflow-y: scroll;
    margin: 16px auto 0 0;
    background: rgba(255, 255, 255, 0.3);
}
ul.whatsnew {
    margin:0.5em 1.5em 1.0em 0;
}
ul.whatsnew li {
    font-size: 1.0em;
    line-height:1.6;
    color:#222;
    display:block;
    border-bottom: 1px dotted #8fa3b5;
    padding:0.5em 0.75em;
    margin-bottom:1.0em;
}
ul.whatsnew li span.update {
    color: #8fa3b5;
    font-weight: bold;
    padding-right: 1.0em;
}
ul.whatsnew li a {
    color: #222;
    padding-right: 1.5em;
}
ul.whatsnew li a:hover {
  color: #6dbdcc;
}
ul.whatsnew li a::after {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    background: #222 url("../images/arrow-down.png") no-repeat;
    background-size: 70%;
    background-position: center center;
    border-radius: 50vh;
    margin-left: 0.5em;
    vertical-align: -0.2em;
}

/* スクロールバーカスタマイズ
    simplebar用CSS */
.scroll-box::-webkit-scrollbar {/*デフォルトを非表示*/
    display: none;
}
.simplebar-track {
    background: #f5f5f5;
    border-radius: 2px;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
    opacity:1;
}
.simplebar-track .simplebar-scrollbar::before{
    background: #8fa3b5;
}

/* DISCOGRAPHY
**************************************************************/
.list-jacket {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 20px;
}
.list-jacket img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
h3.release-title {
    font-size: 1.35em;
    margin: 0 0 1.0em 0;
}
.release-date {
    font-size: 1.05em;
    font-weight: 400;
}
.release-code {
    font-size: 0.9em;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 1.5em 0;
}
/*収録曲*/
ol.song-list {
    counter-reset: listnum;
    margin: 0 0 30px 0;
}
ol.song-list li {
    font-size: 1.0em;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-left: 2.0em;
    text-indent: -2.0em;
}
ol.song-list li span.author {
    font-size: 80%;
    font-weight: 200;
}
ol.song-list li::before {
    display: inline-block;
    width: 2.0em;
    counter-increment: listnum;
    content: counter(listnum, decimal-leading-zero)".";
    padding-right: 0.3em;
    font-weight: 500;
    text-align: center;
    text-indent: 0;
}
/*シンプルリスト*/
ul.simple-list {
    margin-left: 1.0em;
}
ul.simple-list li {
    font-weight: 500;
    margin-left: -1.0em;
}
ul.simple-list li::before {
    content: "●";
    text-indent: -1.0em;
}

/* INFORMATION / EVENT / LIVE
**************************************************************/
h3.topic-title {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0 0 1.5em 0;
    padding:1.0em 0.5em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
h4.title-border {
    font-size: 1.3em;
    line-height: 1.6;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    text-indent: -0.5em;
}
h4.title-border::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2.0em;
    background: #6dbdcc;
    margin-right: 0.5em;
    vertical-align: -0.7em;
}
hr.border-solid {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px solid #6dbdcc;
    margin: 0 auto;
}
hr.border-dot {
    display: block;
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px dotted #6dbdcc;
    margin: 0 auto;
}

/* PROFILE
**************************************************************/
ul.sns_list_prof {
    margin: 0;
}
ul.sns_list_prof li::before {
    content: "";
    display:inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    vertical-align: -0.2em;;
}
ul.sns_list_prof li.sns_icon_x::before {
    background: url("../images/sns_icon_x.png") no-repeat;
    background-size: cover;
}
ul.sns_list_prof li.sns_icon_insta::before {
    background: url("../images/sns_icon_instagram.png") no-repeat;
    background-size: cover;
}
ul.sns_list_prof li.sns_icon_yt::before {
    background: url("../images/sns_icon_youtube.png") no-repeat;
    background-size: cover;
}

/* SNSシェアアイコン
**************************************************************/
.sns-share {
    width: 100%;
    height: auto;
    padding: 100px 0 30px 0;
    background: #fff;
}
.sns-share dl.share-list {
    text-align: center;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sns-share .share-list dt.share-ttl {
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 50px;
    margin-top: 0.5em;
}
.sns-share .share-list dd {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    font-size:1.0em;
}
.sns-share .share-list dd img {
    width: 100px;
    height: auto;
}
@media screen and (max-width: 1024px) {
    #header-space .title-block {
        width: 90px;
        height: 126px;
    }
    #header-space .title-block a {
        width: 90px;
        height: 126px;
    }
    #header-space h2.page-title {
        top: 62px;
        left: 110px;
    }
    #header-space h2.page-title img {
        height: 36px;
    }
    .globalMenu ul li img {
        height: 26px;
    }
    .official-sns {
        top: 55px;
    }
    .official-text {
        font-size: 0.7em;
    }
    .sns-icon {
        width: 24px;
        height: 24px;
    }

}
@media screen and (max-width: 768px) {
    #hero-space {
        margin-bottom: 0;
    }
    #hero-space h1.title-block {
        width: 37%;
        background: rgba(70,145,147, 0.3);
        top: unset;
        left: 0;
        bottom: 0;
        padding: 4vw 3vw;
    }
    #header-space .title-block {
        margin: 0 0 0 10px;
    }
    #hero-space .main-visual {
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
    }
    .main-visual img.main-pc {
        display: none;
    }
    .main-visual img.main-sp {
        display: block;
    }

    .scroll-box {
        width: 100%;
        height: 25vw;
    }

    h2.section-title img {
        height: 10vw;
    }

    .btn-flex-wrap a.btn-link {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    #header-space {
        height: 95px;
    }
    #header-space .title-block {
        width: 75px;
        height: 105px;
        margin: 0 0 0 5px;
    }
    #header-space .title-block a {
        width: 75px;
        height: 105px;
    }
    #header-space h2.page-title {
        top: 42px;
        left: 7px;
    }
    #header-space h2.page-title img {
        height: 30px;
    }
    .hamburger-bg {
        width: 32px;
        height: 32px;
        right: 20px;
    }
    .official-sns {
        top: 42px;
        padding: 15px 10px;
    }
    .official-text {
        margin-top: 0.9em;
    }
    .sns-icon {
        width: 20px;
        height: 20px;
        margin: 0 8px;
    }
    .scroll-box {
        height: 70vw;
    }
    .contents-block {
        padding: 35px 0 50px 0;
    }
    h2.section-title {
        margin-bottom: 1.0em;
    }
    .copyright-ib {
        display: inline-block;
    }
}

@media screen and (max-width: 320px) {
    #header-space .title-block {
        width: 65px;
        height: 91px;
        margin: 0 0 0 5px;
    }
    #header-space .title-block a {
        width: 65px;
        height: 91px;
    }
    #header-space h2.page-title {
        top: 32px;
        left: 7px;
    }
    #header-space h2.page-title img {
        height: 25px;
    }
}