@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@500;600;700&display=swap');

body {
    color: #fff;
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', 'Lato', 'Noto Sans JP', sans-serif;
    min-width: auto;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff;
    transition: all 300ms 0s ease;
    word-wrap: break-word;
}

/*a:hover {
    color: #31D7FF;
}*/

a:focus,
*:focus {
    outline: none;
}

.underline {
    text-decoration: underline;
}

a img {
    transition: all 300ms 0s ease;
}

a:hover img {
    opacity: 0.7;
}

p {
    line-height: 1.8;
    text-align: left;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    body {
        font-size: 14px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    body {
        font-size: 13px;
    }
}


/*******************************
CommandCss
*******************************/

/*---fontStyle---*/
.bold {
    font-weight: bold;
}

.font-en {
    font-family: 'Noto Sans', sans-serif;
}

/*---textLayout---*/
.txtright {
    text-align: right;
}

.txtleft {
    text-align: left;
}

.txtcenter {
    text-align: center;
}

.pc-txtcenter {
    text-align: center;
}

ul.list-style-indent li {
    padding-left: 1em;
    text-indent: -1em;
}

/*---layout---*/
.builder,
.inner-common {
    width: 90%;
    /*max-width: 1146px;*/
    max-width: 1000px;
    margin: auto;
}

.pc {
    display: block;
}

/*width 1024pxまで表示*/
.tablet {
    display: block;
}

/*width 896pxまで表示*/
.sp {
    display: none;
}

/*width 896pxから表示*/
.sp_v {
    display: none;
}

/*スマホ縦 width 480pxから表示*/

.hide-over {
    overflow: hidden;
}

.bg-wh {
    background: #fff;
    color: #000;
    padding: 90px 0 100px;
}

.bg-filter {
    background-color: rgba(0, 50, 129, 0.7);
    padding: 90px 0 30px;
}

#feature2.bg-filter {
    background-color: rgba(0, 50, 129, 0.7);
    padding: 40px 0 30px!important;
}

.bg-wh a {
    color: #000;
}

#topback {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 15;
    cursor: pointer;
    display: none;
}

#topback img {
    width: 60px;
    height: auto;
}

/*==== メインと重なる幅 ===*/
@media screen and (max-width: 1180px) {
    #topback {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 15;
        cursor: pointer;
        display: none;
    }

    #topback img {
        width: 48px;
        height: auto;
    }
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px) {
    #wrap {
        padding-top: 68px;
    }

    .builder {
        width: 90%;
        max-width: none;
        margin: 0 auto;
    }

    .pc {
        display: none;
    }

}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 769px) {
    .tablet {
        display: none;
    }

    .sp {
        display: block;
    }

    .bg-wh {
        padding: 12% 0;
    }

}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .sp_v {
        display: block;
    }

    .bg-filter {
        padding: 50px 0 30px;
    }

    #topics.bg-filter {
        padding: 10px 0 0!important;
    }

}


/*---Flex---*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slick-slider {
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    height: auto;
    z-index: 10;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    color: #c1d2bd;
    font-family: 'FontAwesome';
    font-size: 64px;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

.slick-dots li button:before {
    color: #e1e1df;
    font-size: 14px;
    opacity: 1;
    transition: all 300ms 0s ease;
}

.slick-dots li button:hover:before {
    color: #BEBEBE;
}

.slick-dots li.slick-active button:before {
    color: #8fb089;
    opacity: 1;
}

/*******************************
LoadingCss
*******************************/
#loading {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#loading .ball {
    border-radius: 100%;
    margin: 2px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    height: 26px;
    width: 26px;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite;
    position: absolute;
    top: 45%;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*******************************
ヘッダー
*******************************/

.header {
    width: 100%;
    height: 65px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.header__container {
    width: 100%;
    display: flex;
    align-items: center;
    height: inherit;
    color: #000;
    padding: 0 70px;
    padding: 0 5%;
    margin-right: auto;
    margin-left: auto;
}

.header__container p span {
    color: #000 !important;
    z-index: 30;
}

header .header__logo a {
    display: block;
    width: 190px;
    height: 35px;
    text-indent: -9999px;
    background-image: url(../images/logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 480px) {
    header {
        height: 50px !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
    }

    .header__container {
        /*max-width: 1000px;*/
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: inherit;
        color: #000;
        margin-right: auto;
        margin-left: auto;
    }

    header .header__logo a {
        width: 140px;
        height: 30px;
    }
}

/*******************************
ハンバーガーボタン
*******************************/

@media screen and (min-width: 481px) {
    input[type="checkbox"] {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    input[type="checkbox"] {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

    .hamburger {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .hamburger span,
    .hamburger span::before,
    .hamburger span::after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #0f5474;
        transition: all 0.5s;
    }

    .hamburger span::before {
        top: -10px;
    }

    .hamburger span::after {
        bottom: -10px;
    }

    input[type="checkbox"]:checked+.hamburger span {
        background-color: transparent;
    }

    input[type="checkbox"]:checked+.hamburger span::before {
        top: 0;
        transform: rotate(45deg);
    }

    input[type="checkbox"]:checked+.hamburger span::after {
        bottom: 0;
        transform: rotate(-45deg);
    }
}

/*******************************
メニュー
*******************************/

@media screen and (min-width: 481px) {
    .nav {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .nav p img {
        vertical-align: middle;
    }

    .nav p span {
        margin-left: 10px;
    }

    .nav ul.nav__lIst {
        display: flex;
        margin-left: 40px;
        align-items: center;

    }

    .nav ul.nav__lIst li a {
        color: #000;
    }

    .nav ul.nav__lIst li a::after {
        content: "/";
        display: inline-block;
        margin: 0 2px 0 5px;
    }
}

@media screen and (max-width: 480px) {
    .nav {
        position: fixed;
        width: 70%;
        height: 100vh;
        top: 50px;
        right: -120%;
        background-color: #0f5474;
        color: #fff;
        padding: 50px 0;
        transition: all 0.5s;
    }

    .nav__item a {
        display: block;
        font-size: 20px;
        padding: 20px;
    }

    .nav__item.nav__item-other a {
        padding-top: 50px;
    }

    .nav-background {
        display: none;
    }

    input[type="checkbox"]:checked~.nav {
        right: 0;
    }

    #check:checked~.nav-overlay {
        visibility: visible;
        opacity: 1;
    }

    .nav-overlay {
        width: 100%;
        height: calc(100vh - 60px);
        background-color: rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 50px;
        left: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms;
    }
}

/*******************************
MV Css
*******************************/
.mv {
    position: relative;
}

.mv::before {
    content: "";
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: -10;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/site_bg.jpg');
    /*background: url('../images/fish_c.png') fixed, url('../images/fish_b.png') fixed, url('../images/fish_a.png') fixed ,url('../images/site_bg.jpg') fixed;*/
    background-size: cover;
}


.mv .mv-fish1,
.mv .mv-fish2,
.mv .mv-fish3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.mv .mv-fish1 {
    background-image: url('../images/fish_a.png');

    z-index: -9;
    animation: mv-fish1 5s infinite ease-in-out;
}

.mv .mv-fish2 {
    background-image: url('../images/fish_b.png');

    z-index: -8;
    animation: mv-fish2 5s infinite ease-in-out;
}

.mv .mv-fish3 {
    background-image: url('../images/fish_c.png');

    z-index: -7;
    animation: mv-fish3 6s infinite ease-in-out;
}

/* 縦のふわふわの動き */
@keyframes mv-fish1 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80px);
    }
}

@keyframes mv-fish2 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }
}

@keyframes mv-fish3 {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(30px);
    }
}

.mv-title-container {
    display: flex;
    /*justify-content: center;
    /*align-items: center;*/
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.mv-title {
    max-width: 570px;
    position: absolute;
    /*top: 250px;*/
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {

    .mv::before {
        top: 30px;
        left: 0;
        /*background-position: -250px center;*/
        background-position: left 42% center;
    }

    .mv .mv-fish1,
    .mv .mv-fish2,
    .mv .mv-fish3 {
        /*background-position: top;*/
        background-position: left 43% center;
    }

    .mv-title {
        top: 300px;
        top: 40%;
        transform: translate(-50%, -40%);
        -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
        width: 80%;
    }
}

/*******************************
HeadCss
*******************************/
#feature .fig {
    max-width: 740px;
    height: auto;
    margin-bottom: 50px;
}

#feature h2 {
    font-size: 32px;
    letter-spacing: .03em;
    margin-bottom: 30px;
    font-weight: bold;
}

#feature p {
    text-align: left;
}

@media screen and (max-width: 769px) {
    #feature .fig {
        width: 100%;
        max-width: 416px;
        margin-bottom: 6%;
    }

    #feature h2 {
        font-size: 20px;
    }
}

/*アコーディオン全体*/
.feature-accordion {
    list-style: none;
    width: 100%;
    max-width: 1000px;
    margin: 5rem auto;
}

.feature-accordion li {
    margin: 12px 0;
}

/*アコーディオンタイトル*/
.feature-accordion-title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all .5s ease;
    height: 90px;
    /*padding: 1.65rem;*/
    background-color: #000;
    border-left: 13px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-accordion-title::after {
    position: absolute;
    content: '';
    background-image: url('../images/arrow-wh.png');
    width: 35px;
    height: 35px;
    top: 25px;
    /*top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);*/
    right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*　closeというクラスがついたら形状変化　*/
.feature-accordion-title.close::after {
    transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.feature-accordion-box {
    display: none;
    /*はじめは非表示*/
    background: #F9F8F8;
    margin: 0;
    padding: 3rem;
    /*height: 400px;
    overflow-y: scroll;*/
}

.feature-accordion-box p {
    color: #000;
    margin: 2rem 0;
}

.contents-row-body {
    display: flex;
    padding-bottom: 5rem;
    border-bottom: 1px solid #FFF;
}
.contents-row-body-1{
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
    /* border-bottom: 1px solid #FFF; */
}
.contents-row-body-2{
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
    border-bottom: 1px solid #FFF;
}

.contents-row {
    margin-right: 1.75rem;
    width: 33.333333%;
}

.contents-row:nth-child(3n) {
    margin-right: 0;
}
.contents-row:last-child {
    margin-right: 0;
}

h4.contents-row-title {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1.5rem 0;
}

.contents-text-s {
    font-size: 14px;
}

.c-hanging {
    text-indent: -1em;
    padding-left: 1em;
}

.c-hanging--text {
    font-size: 14px;
}

.c-youtube, .c-youtube-icon {
    position: relative;
}

.c-youtube::after, .c-youtube-icon::after {
    position: absolute;
    content: '';
    display: block;
    background-image: url('../images/icon_youtube.png');
    width: 57px;
    height: 57px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#topics .c-youtube-contents {
    width: 80%;
    margin: 5rem auto 0;
}

@media screen and (max-width: 480px) {
    #topics .c-youtube {
        width: 100%;
        margin: 5rem auto 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .feature-accordion-box {
        padding: 1rem;
    }

    .feature-accordion-title {
        font-size: 1.0rem;
        height: 80px;
        padding: 0 3rem 0 0.75rem;
    }

    .feature-accordion-title::after {
        width: 25px;
        height: 25px;
        right: 12px;
        background-size: contain;
    }

    .contents-row-body {
        display: flex;
        flex-direction: column;
        padding-bottom: 2rem;
        border-bottom: 1px solid #FFF;
    }
    .contents-row-body-1 {
        display: flex;
        flex-direction: column;
        padding-bottom: 2rem;
        /* border-bottom: 1px solid #FFF; */
    }
    .contents-row-body-2 {
        display: flex;
        flex-direction: column;
        padding-bottom: 2rem;
        border-bottom: 1px solid #FFF;
    }

    .contents-row {
        margin-right: 0;
        width: 100%;
        padding-bottom: 4rem;
    }

    h4.contents-row-title {
        font-size: 1.2rem;
        padding: 1.5rem 0;
    }

    .contents-row-body.u-sm {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        /* border-bottom: 1px solid #FFF; */
    }

    .contents-row-body.u-sm .contents-row {
        flex-basis: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        margin-right: 20px;
        /* margin-right: 10px; */
        padding-bottom: 1rem !important;
    }

    .contents-row-body.u-sm .contents-row:nth-child(2) {
        margin-right: 0;
    }
    .contents-row-body-1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        /* border-bottom: 1px solid #FFF; */
    }

    .contents-row-body-1 .contents-row {
        flex-basis: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        margin-right: 20px;
        /* margin-right: 10px; */
        padding-bottom: 1rem !important;
    }

    .contents-row-body-1 .contents-row:nth-child(2) {
        margin-right: 0;
    }
    .contents-row-body-2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 1px solid #FFF;
    }

    .contents-row-body-2 .contents-row {
        flex-basis: calc((100% - 20px) / 2);
        max-width: calc((100% - 20px) / 2);
        margin-right: 20px;
        /* margin-right: 10px; */
        padding-bottom: 1rem !important;
    }

    .contents-row-body-2 .contents-row:nth-child(2) {
        margin-right: 0;
    }

    .contents-text-s {
        font-size: 13px;
    }
    .c-hanging--text {
        font-size: 11px;
    }
}

/*******************************
TopicsCss
*******************************/

#topics h2 {
    font-size: 32px;
    letter-spacing: .03em;
    margin-bottom: 30px;
    font-weight: bold;
}

ul.topics-list {
    max-width: fit-content;
    margin: auto;
}

ul.topics-list li {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
}

.topics-detail {
    text-align: left;
}

.topics-date {
    font-size: 110%;
    margin-right: 2rem;
}

a.topics {
    text-decoration: underline;
}


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #topics h2 {
        font-size: 26px;
    }

    ul.topics-list li {
        align-items: start;
    }

    .topics-date {
        padding-top: 0.1rem;
    }

}


/*.base-slider ul.slide{
    padding: 0 100px;
}
.base-slider ul.slick-dots{
    margin-left: -100px;
}

.base-slider a .mv-title{
    font-size: 16px;
    display: block;
    margin-bottom: 16px;
    font-family: 'Noto Serif JP', serif;
}

.base-slider a:hover{
    color: #fff;
}

@media screen and (max-width: 769px){
    .base-slider ul.slide{
        padding: 0 10px;
    }

    .base-slider ul.slick-dots{
        margin-left: -10px;
    }
}*/


/*******************************
Accessories　Css
*******************************/
#accessories h2 {
    font-size: 32px;
    letter-spacing: .03em;
    margin-bottom: 30px;
    font-weight: bold;
}

h4.contents-row-title span {
    display: block;
    font-size: 1.05rem;
    padding-top: 0.25rem;
}


@media screen and (max-width: 1024px) {
    #sound .sec:nth-of-type(1) {
        max-width: 100%;
    }
}

@media screen and (max-width: 769px) {
    #sound {
        background-position: top 0 right 0, top left;
        background-size: 100%, auto;
    }

    #sound .builder {
        padding-top: 40%;
    }

    .img-col .txt {
        width: 100%;
        margin-bottom: 20px;

    }

    .img-col .img {
        width: 100%;
        max-width: 292px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #accessories h2 {
        font-size: 26px;
    }
    h4.contents-row-title span {
        font-size: 0.9rem;
    }
}

/*******************************
History Css
*******************************/

#history h2 {
    font-size: 32px;
    letter-spacing: .03em;
    margin-bottom: 30px;
    font-weight: bold;
}

.history-accordion-container {
    display: flex;
    flex-wrap: wrap;
}

.history-accordion-container ul {
    width: 50%;
    padding-right: 1.75rem;
    margin-top: 0;
    margin-bottom: 0;
}

.history-accordion-container ul:nth-child(2n) {
    padding-right: 0;
}

/*アコーディオン全体*/
.history-accordion {
    list-style: none;
    width: 100%;
    max-width: 1000px;
    margin: 5rem auto;
}

.history-accordion li {
    margin: 12px 0;
}

/*アコーディオンタイトル*/
.history-accordion-title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all .5s ease;
    height: 90px;
    /*padding: 1.65rem;*/
    background-color: #FFF;
    border-left: 13px solid #000;
    color: #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-accordion-title::after {
    position: absolute;
    content: '';
    background-image: url('../images/arrow-bk.png');
    width: 35px;
    height: 35px;
    top: 25px;
    right: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*　closeというクラスがついたら形状変化　*/
.history-accordion-title.close::after {
    transform: rotate(180deg);
}

/*アコーディオンで現れるエリア*/
.history-accordion-box {
    display: none;
    /*はじめは非表示*/
    background: #000;
    margin: 0;
    padding: 3rem;
}

.history-accordion-box p {
    color: #FFF;
    margin: 2rem 0;
    font-size: 1.35rem;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}

.history-accordion-box p span {
    display: block;
    font-size: 1.0rem;
}

.history-accordion-box table th,
.history-accordion-box table td {
    padding: 0.25rem 0;
}

.history-accordion-box table th {
    width: 160px;
}

.history-accordion-box table td p {
    font-size: 16px;
    text-align: left;
    margin: 0;
}


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #history h2 {
        font-size: 26px;
    }

    .history-accordion {
        margin: 3rem auto;
    }

    .history-accordion-title {
        font-size: 1.2rem;
        height: 70px;
        padding: 0 3rem;
    }

    .history-accordion-title::after {
        width: 25px;
        height: 25px;
        right: 12px;
    }

    .history-accordion-box {
        padding: 1.75rem;
    }

    .history-accordion-box p {
        font-size: 1.0rem;
    }

    .history-accordion-box table th {
        width: 125px;
    }

    .history-accordion-box table td p {
        font-size: 14px;
        text-align: left;
        margin: 0;
    }
}

/*******************************
MORE INFO Css
*******************************/

#info {
    padding-bottom: 8rem;
}

#info h2 {
    font-size: 32px;
    letter-spacing: .03em;
    margin-bottom: 30px;
    font-weight: bold;
}

a.info img {
    max-width: 500px;
    margin: 2rem auto;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #info {
        padding-bottom: 4rem;
    }

    #info h2 {
        font-size: 26px;
    }

    a.info img {
        max-width: 230px;
        margin: 2rem auto;
    }
}

/*******************************
FooterCss
*******************************/

#footlinks {
    background-color: #000;
    padding: 2rem 0;
}

#footlinks .foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

#footlinks .foot .item {
    text-align: right;
    font-size: 14px;
    /*line-height: 40px;*/

    display: flex;
    align-items: center;
}


#footlinks .foot .item-icon {
    width: 40px;
    margin-right: 1.5rem;
}

#footlinks .foot .item-icon.icon-instagram {
    width: 30px;
    margin-right: 1.5rem;
}

#footlinks .foot .item-globalsite {
    margin-left: 1.0rem;
}

#footlinks .foot .item-globalsite img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

#footlinks .foot .item-globalsite span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.75rem;
    font-size: 0.9rem;
}

footer {
    display: block;
    padding: 50px 0;
    background-color: #000;
}

/*@media screen and (max-width: 769px) {
    #footlinks .foot {
        display: block;
    }

    #footlinks .foot .item {
        position: relative;
    }

    #footlinks .foot .item .fig {
        position: relative;
        display: block;
        margin-top: 0;
    }

    #footlinks .foot .item .fig img {
        margin-top: -20px;
    }

    #footlinks .foot .item:nth-of-type(2) img {
        width: 70%;
        height: auto;
    }
}*/

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    #footlinks .foot {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #footlinks .foot .item {
        font-size: 12px;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 2rem;
    }

    #footlinks .foot .item-globalsite {
        margin-left: 0;
    }

    #footlinks .foot .item-globalsite span {
        line-height: 40px;
        padding-left: 0.5rem;
    }
}

/*--- 非表示 ---*/
.u-displaynone {
    display: none !important;
}

/*--- モバイル非表示 ---*/
@media (max-width: 39.9375rem) {
    .u-displaynone-sm {
        display: none !important;
    }
}

/*--- デスクトップ非表示 ---*/
@media (min-width: 40em) {
    .u-displaynone-md-up {
        display: none !important;
    }
}