﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&display=swap");body,html {
    font: 16px/1.5 "Hiragino Kaku Gothic Pro",ヒラギノ角ゴ Pro W3,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,Osaka,sans-serif
}

html {
    background: #fff;
    color: #333
}

body {
    margin: 0;
    overflow: visible;
    padding: 0
}

a img,img {
    border: 0
}

blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul {
    margin: 0;
    padding: 0
}

abbr,acronym {
    border: 0
}

address,caption,cite,code,dfn,em,th,var {
    font-style: normal;
    font-weight: 400
}

caption,th {
    text-align: left
}

code,kbd,pre,samp,tt {
    font-family: monospace;
    line-height: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

li,ol,ul {
    list-style: none
}

q:after,q:before {
    content: ""
}

button,fieldset,form,input,label,legend,select,textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

table {
    border-spacing: 0;
    font-size: 100%
}

td,th {
    vertical-align: top
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section {
    display: block
}

button {
    background: 0;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer
}

em {
    font-style: italic
}

sub {
    display: block
}

@media screen and (max-width: 599px) {
    body,html {
        font-size:4.2666666667vw
    }
}

@font-face {
    font-family: 'icon';
    src: url("../fonts/icon.eot?4d6ud4");
    src: url("../fonts/icon.eot?4d6ud4#iefix") format("embedded-opentype"),url("../fonts/icon.ttf?4d6ud4") format("truetype"),url("../fonts/icon.woff?4d6ud4") format("woff"),url("../fonts/icon.svg?4d6ud4#icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],[class*=" icon-"] {
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-left:before {
    content: "\e900"
}

.icon-arrow-up:before {
    content: "\e901"
}

.icon-arrow-right:before {
    content: "\e902"
}

.icon-arrow-down:before {
    content: "\e903"
}

.icon-arrow2-left:before {
    content: "\e904"
}

.icon-arrow2-up:before {
    content: "\e905"
}

.icon-arrow2-right:before {
    content: "\e906"
}

.icon-arrow2-down:before {
    content: "\e907"
}

.icon-checkmark:before {
    content: "\e908"
}

.icon-zoom:before {
    content: "\e909"
}

.icon-lunch:before {
    content: "\e90a"
}

.icon-sign:before {
    content: "\e90b"
}

.icon-translation:before {
    content: "\e90c"
}

@font-face {
    font-family: 'AmazonEmberDisplay';
    src: url("../fonts/AmazonEmberDisplay_W_Rg.eot?9uztsl");
    src: url("../fonts/AmazonEmberDisplay_W_Rg.eot?#iefix") format("embedded-opentype"),url("../fonts/AmazonEmberDisplay_W_Rg.woff?9uztsl") format("woff"),url("../fonts/AmazonEmberDisplay_W_Rg.woff2?9uztsl") format("woff2"),url("../fonts/AmazonEmberDisplay_W_Rg.ttf?9uztsl") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: 'AmazonEmberDisplay';
    src: url("../fonts/AmazonEmberDisplay_W_Bd.eot?9uztsl");
    src: url("../fonts/AmazonEmberDisplay_W_Bd.eot?#iefix") format("embedded-opentype"),url("../fonts/AmazonEmberDisplay_W_Bd.woff?9uztsl") format("woff"),url("../fonts/AmazonEmberDisplay_W_Bd.woff2?9uztsl") format("woff2"),url("../fonts/AmazonEmberDisplay_W_Bd.ttf?9uztsl") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block
}

.d-none {
    display: none !important
}

.d-flex {
    display: flex !important
}

.d-block {
    display: block !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

@media screen and (min-width: 600px) {
    .d-sm-none {
        display:none !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width: 768px) {
    .d-md-none {
        display:none !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width: 992px) {
    .d-lg-inline {
        display:none !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }
}

@media screen and (min-width: 1200px) {
    .d-xl-none {
        display:none !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }
}

.max-1200 {
    max-width: 120rem;
    margin: 0 auto
}

.max-1100 {
    max-width: 110rem;
    margin: 0 auto
}

.max-1000 {
    max-width: 100rem;
    margin: 0 auto
}

.max-940 {
    max-width: 94rem;
    margin: 0 auto
}

.max-860 {
    max-width: 86rem;
    margin: 0 auto
}

.c-checkbox {
    display: block;
    position: relative
}

.c-checkbox input[type="checkbox"] {
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0
}

.c-checkbox input[type="checkbox"]:disabled {
    cursor: default
}

.c-checkbox input[type="checkbox"]+label {
    display: block;
    transition: color 0.1s ease-in-out, background 0.1s ease-in-out, opacity 0.1s ease-in-out, border 0.1s ease-in-out
}

.c-checkbox.btn {
    font-size: 13px;
    background: linear-gradient(75deg, #802bff 0%, #802bff 15%, #006CE0 60%, #fc6 100%);
    text-align: center;
    border-radius: 9999px;
    overflow: hidden
}

.c-checkbox.btn input[type="checkbox"]+label {
    background: #232F3E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006CE0;
    box-sizing: border-box;
    min-height: 36px;
    border: solid 2px #006CE0;
    border-radius: 9999px
}

.c-checkbox.btn input[type="checkbox"]:checked+label {
    color: #fff;
    background: rgba(35,47,62,0);
    border-color: rgba(7,154,221,0)
}

.c-checkbox.btn input[type="checkbox"]:disabled+label {
    color: #fff;
    background: #778392;
    cursor: default;
    border-color: #778392
}

@media screen and (min-width: 600px) {
    .c-checkbox.btn {
        font-size:12px;
        line-height: 34px
    }
}

@media screen and (min-width: 768px) {
    .c-checkbox.btn {
        font-weight:700
    }

    .c-checkbox.btn input[type="checkbox"]:not(:disabled):hover+label {
        color: #fff !important;
        background: rgba(35,47,62,0) !important;
        border-color: rgba(7,154,221,0) !important
    }
}

.c-checkbox.category {
    font-size: 12px;
    line-height: 1.5
}

.c-checkbox.category input[type="checkbox"]+label {
    box-sizing: border-box;
    padding: 0.4em 0.8333333333333333em;
    border: solid 1px rgba(255,255,255,0.5);
    border-radius: 9999px
}

.c-checkbox.category input[type="checkbox"]:checked+label {
    background: #fff;
    color: #1e40af
}

.c-checkbox.category input[type="checkbox"]:checked+label:before {
    font-family: 'icon';
    font-weight: 400;
    content: "\e908";
    margin-right: 0.5em
}

@media screen and (min-width: 768px) {
    .c-checkbox.category input[type="checkbox"]:hover+label {
        color:#1e40af;
        background: #fff;
        border-color: #fff
    }
}

@media screen and (min-width: 992px) {
    .c-checkbox.category input[type="checkbox"]+label {
        border-color:#D4DADA
    }

    .c-checkbox.category input[type="checkbox"]:hover+label {
        color: #FA7228;
        background: rgba(250,114,40,0.2);
        border-color: #FA7228
    }

    .c-checkbox.category input[type="checkbox"]:checked+label {
        color: #FA7228;
        border-color: #FA7228
    }
}

.c-checkbox.txt {
    font-size: 12px;
    line-height: 2.916666666666667
}

.c-checkbox.txt input[type="checkbox"]+label {
    text-decoration: none;
    color: #0B9ADD;
    background: #fff;
    box-sizing: border-box;
    padding: 0 16px;
    border: solid 1px #fff;
    border-radius: 9999px
}

@media screen and (min-width: 768px) {
    .c-checkbox.txt input[type="checkbox"]:hover+label {
        color:#fff;
        background: none
    }
}

@media screen and (min-width: 992px) {
    .c-checkbox.txt {
        line-height:2.083333333333333;
        display: inline-block;
        vertical-align: top
    }

    .c-checkbox.txt input[type="checkbox"]+label {
        color: #0B9ADD;
        border: solid 1px #0B9ADD
    }

    .c-checkbox.txt input[type="checkbox"]:hover+label {
        color: #0B9ADD;
        background: #cdebf8
    }
}

.c-checkbox.toggle {
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(75deg, #802bff 0%, #802bff 15%, #006CE0 60%, #fc6 100%);
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.c-checkbox.toggle input[type="checkbox"]+label {
    color: #fff;
    background: #1e40af;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 122px
}

.c-checkbox.toggle input[type="checkbox"]+label:before {
    content: "絞り込み"
}

.c-checkbox.toggle input[type="checkbox"]:checked+label:before {
    content: "閉じる"
}

@media screen and (min-width: 768px) {
    .c-checkbox.toggle input[type="checkbox"]:hover+label {
        background:rgba(255,255,255,0)
    }
}

.c-selectbox {
    font-size: 12px;
    line-height: 1.5;
    position: relative
}

.c-selectbox select {
    color: #fff;
    background: none;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.25em 0.75em;
    border: solid 1px #fff
}

.c-selectbox select option {
    color: #161E2D
}

.c-selectbox:after {
    font-family: 'icon';
    display: block;
    content: "\e907";
    width: 1em;
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%) scale(0.5)
}

* {
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

:after,:before {
    box-sizing: border-box
}

html,body {
    background: #fff
}

body {
    font-smooth: always;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    font-family: "AmazonEmberDisplay", "AM-JP UD Shin Go NT Pr6N", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    letter-spacing: 0em;
    color: #161E2D
}

@media screen and (max-width: 599px) {
    body.messagebox-noscroll {
        overflow:hidden
    }
}

.no-effect * {
    transition: none !important
}

* {
    outline: none
}

a {
    color: #6a2a8e;
    text-decoration: none
}

a:link,a:visited {
    text-decoration: none
}

a img {
    border: none
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    -ms-interpolation-mode: bicubic
}

table {
    line-height: 1.5
}

input,textarea {
    font-family: "AmazonEmberDisplay", "AM-JP UD Shin Go NT Pr6N", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, sans-serif
}

input,textarea,select {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none
}

@media screen and (min-width: 768px) {
    a,button {
        transition:color 0.1s ease-in-out, background 0.1s ease-in-out, border 0.1s ease-in-out, opacity 0.1s ease-in-out
    }

    a:hover,a:active {
        color: #E6963C
    }
}

#wrapper:after {
    background: #fff;
    display: block;
    content: "";
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0.5s, visibility 0s 1s;
    transition: opacity 0.5s ease-in-out 0.5s, visibility 0s 1s
}

html.is-load #wrapper:after {
    opacity: 0;
    visibility: hidden
}

/* #e-header {
    color: #fff;
    background: #5f278a url(../images/header_bg_sp.png) no-repeat left center;
    background-size: cover;
    padding: 25px 20px 32px
}

#e-header>.inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#e-header a {
    color: #fff
}

#e-header .header-logo {
    width: 144px
}

#e-header .header-logo img {
    width: 100%
}

#e-header .header-nav {
    font-size: 16px
}

#e-header .header-nav .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: -12px
}

#e-header .header-nav .list li {
    margin-top: 26px
}

#e-header .header-nav .list li:not(:last-child) {
    margin-right: 30px
}

#e-header .header-nav i {
    font-size: 0.75em;
    margin-left: 0.5em
}

#e-header .header-nav a {
    display: block;
    padding-bottom: 10px;
    position: relative
}

#e-header .header-nav a:after {
    display: block;
    background: #fff;
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: opacity 0.1s ease
}

#e-header .header-nav .anker .day {
    font-size: 1.375em;
    font-weight: 700
}

#e-header .header-nav .anker .date {
    margin-left: 0.75em
}

#e-header .header-nav .download {
    font-size: 10px
}

#e-header .header-nav .download a:after {
    height: 2px;
    transition: opacity 0.1s ease
}

#e-header .header-subnav {
    font-size: 12px;
    text-align: right;
    position: relative;
    z-index: 1
}

#e-header .header-subnav i {
    font-size: 0.75em;
    margin-left: 0.5em
}

#e-header .header-subnav .download {
    display: none
}

#e-header .header-subnav .sup {
    font-size: 0.75em
}

#e-header .header-subnav .anker {
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    #e-header .header-subnav .anker a:hover {
        opacity:0.5
    }
}

#e-header .header-subnav .language {
    font-size: 12px;
    display: flex;
    justify-content: flex-end;
    width: 100%
}

#e-header .header-subnav .language .c-selectbox {
    width: 90px
}

@media screen and (max-width: 374px) {
    #e-header {
        padding:25px 5.333333333333333vw 32px
    }

    #e-header .header-nav {
        font-size: 4.266666666666667vw
    }

    #e-header .header-subnav {
        font-size: 3.2vw
    }
}

@media screen and (max-width: 599px) {
    #e-header {
        background:url(../images/header_bg_sp.png) no-repeat center bottom;
        background-size: cover
    }

    #e-header .language .c-dropdown {
        display: none
    }
}

@media screen and (min-width: 600px) {
    #e-header {
        background:url(../images/header_bg.png) no-repeat center bottom;
        background-size: cover
    }

    #e-header .language .c-selectbox {
        display: none
    }

    #e-header .language .c-dropdown {
        font-size: 12px;
        width: 90px;
        position: relative
    }

    #e-header .language .c-dropdown .dropdown-header {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        height: 24px;
        border: solid 1px #fff;
        cursor: pointer
    }

    #e-header .language .c-dropdown .dropdown-header i {
        display: inline-block;
        vertical-align: baseline;
        transform: scale(0.75)
    }

    #e-header .language .c-dropdown .dropdown-header.is-open+.dropdown-data {
        opacity: 1;
        visibility: visible
    }

    #e-header .language .c-dropdown .dropdown-data {
        color: #161E2D;
        background: #fff;
        text-align: left;
        width: 100%;
        z-index: 100;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden
    }

    #e-header .language .c-dropdown .dropdown-data .dropdown-list {
        padding: 5px 12px
    }

    #e-header .language .c-dropdown .dropdown-data .dropdown-list li {
        position: relative
    }

    #e-header .language .c-dropdown .dropdown-data .dropdown-list li:nth-child(n+2) {
        margin-top: 5px
    }

    #e-header .language .c-dropdown .dropdown-data .dropdown-list li input[type="radio"] {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer
    }

    #e-header .language .c-dropdown .dropdown-data .dropdown-list li input[type="radio"]+label {
        display: block
    }

    #e-header .language .c-dropdown .dropdown-data .dropdown-list li input[type="radio"]:checked+label {
        color: #FA7228
    }

    #e-header .language .c-dropdown .dropdown-data .dropdown-list li input[type="radio"]:checked+label:before {
        font-family: "icon";
        content: "\e908";
        display: inline-block;
        vertical-align: baseline;
        margin-right: 0.25em
    }
}

@media screen and (max-width: 767px) {
    #e-header .header-subnav .list li:nth-child(n+2) {
        margin-top:10px
    }
}

@media screen and (min-width: 768px) {
    #e-header .header-nav .anker a:hover:after {
        opacity:0.5
    }

    #e-header .header-subnav i {
        display: none
    }

    #e-header .header-subnav .list {
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
        flex-wrap: wrap
    }

    #e-header .header-subnav .list li:not(:last-child):not(:nth-last-child(2)) {
        margin-right: 24px
    }

    #e-header .header-subnav .language {
        margin-right: 0 !important;
        margin-bottom: 15px
    }

    #e-header .header-subnav .download a:hover:after {
        opacity: 0.5
    }
}

@media screen and (max-width: 1199px) {
    #e-header .header-logo {
        order:1
    }

    #e-header .header-nav {
        order: 3;
        width: 100%
    }

    #e-header .header-subnav {
        order: 2
    }
}

@media screen and (min-width: 768px) {
    #e-header {
        padding:28px 40px
    }
}

@media screen and (min-width: 1200px) {
    #e-header>.inner {
        align-items:center;
        justify-content: flex-start
    }

    #e-header .header-logo {
        flex-shrink: 0;
        width: 222px
    }

    #e-header .header-nav {
        flex-shrink: 0;
        margin-left: 60px
    }

    #e-header .header-nav .list {
        margin-top: 0
    }

    #e-header .header-nav .list li {
        margin-top: 0
    }

    #e-header .header-nav .list li:not(:last-child) {
        margin-right: 50px
    }

    #e-header .header-nav .download {
        display: none
    }

    #e-header .header-subnav {
        flex-shrink: 0;
        text-align: left;
        margin-left: auto
    }

    #e-header .header-subnav .anker {
        margin-right: 24px
    }

    #e-header .header-subnav .download {
        font-size: 11px;
        display: block;
        transform: translateY(-3px)
    }

    #e-header .header-subnav .download a {
        display: block;
        padding-bottom: 6px;
        position: relative
    }

    #e-header .header-subnav .download a:after {
        display: block;
        content: "";
        background: #fff;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0
    }
} */

#e-footer {
    font-size: 11px;
    color: #fff;
    background: #232F3E;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 80px
}

#e-footer>.inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative
}

#e-footer a {
    color: #fff
}

#e-footer .footer-copy {
    line-height: 1.636363636363636;
    text-align: center
}

#e-footer .footer-logo {
    width: 70px;
    margin-top: 20px
}

#e-footer .footer-logo img {
    width: 100%
}

@media screen and (min-width: 600px) {
    #e-footer {
        font-size:13px
    }
}

@media screen and (min-width: 768px) {
    #e-footer {
        padding:40px 40px 100px
    }

    #e-footer>.inner {
        flex-direction: row;
        min-height: 0
    }

    #e-footer a:hover {
        text-decoration: underline
    }

    #e-footer .footer-logo {
        width: 59px;
        margin-top: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.nav-day {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(calc(-100% - 1px));
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1)
}

.is-in .nav-day {
    transform: translateY(0);
    transition-delay: 0.2s
}

.nav-day>.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px
}

.nav-day a {
    color: #fff
}

.nav-day .nav-logo {
    flex-shrink: 0
}

.nav-day .nav-item {
    font-size: 13px;
    line-height: 40px;
    display: flex;
    align-items: center;
    width: 100%
}

.nav-day .nav-item li:not(:last-child) {
    margin-right: 20px
}

.nav-day .nav-item a {
    display: block
}

.nav-day .nav-item .anker a {
    position: relative
}

.nav-day .nav-item .anker a:after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: solid 3px #fff;
    opacity: 0;
    transition: opacity 0.1s ease
}

.nav-day .nav-item .anker a.current:after {
    opacity: 1
}

@media screen and (min-width: 768px) {
    .nav-day .nav-item .anker a:hover:after {
        opacity:1
    }
}

.nav-day .nav-item .anker:nth-child(2) {
    margin-right: 0
}

.nav-day .nav-item .day {
    font-size: 1.384615384615385em;
    font-weight: 700
}

.nav-day .nav-item .date {
    margin-left: 0.75em
}

.nav-day .nav-item .download {
    font-size: 9px;
    line-height: 1.5;
    margin-left: auto
}

.nav-day .nav-item .download a {
    transition: opacity 0.1s ease
}

@media screen and (min-width: 768px) {
    .nav-day .nav-item .download a:hover {
        opacity:0.5
    }
}

@media screen and (max-width: 374px) {
    .nav-day {
        padding:10px 4vw
    }

    .nav-day .nav-item {
        font-size: 3.466666666666667vw
    }

    .nav-day .nav-item li:not(:last-child) {
        margin-right: 5.333333333333333vw
    }

    .nav-day .nav-item .download {
        font-size: 2.4vw
    }
}

@media screen and (max-width: 599px) {
    .nav-day {
        background:url(../images/header_bg_sp.png) no-repeat center top;
        background-size: cover
    }
}

@media screen and (min-width: 600px) {
    .nav-day {
        background:url(../images/header_bg.png) no-repeat center bottom;
        background-size: cover
    }
}

@media screen and (max-width: 959px) {
    .nav-day .nav-logo {
        display:none
    }
}

@media screen and (min-width: 768px) {
    .nav-day {
        padding:0 40px
    }

    .nav-day .nav-logo {
        width: 96px
    }

    .nav-day .nav-item {
        margin-left: 86px
    }

    .nav-day .nav-item li:not(:last-child) {
        margin-right: 40px
    }
}

@media screen and (min-width: 992px) {
    #container .content-wrapper {
        display:flex;
        width: 100%;
        align-items: flex-start
    }
}

.content-nav {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 -5px 15px rgba(0,0,0,0.15);
    padding: 10px;
    border-radius: 15px 0 0 0;
    z-index: 1000;
    position: fixed;
    right: 0;
    bottom: 0;
    transform: translateY(calc(100% + 1px));
    transition: transform 0.4s ease
}

.is-in .content-nav {
    transform: translateY(0)
}

@media screen and (min-width: 768px) {
    .content-nav {
        padding:10px 15px;
        border-radius: 20px 0 0 0
    }
}

.content-nav .deselect {
    font-size: 11px;
    background: linear-gradient(75deg, #802bff 0%, #802bff 15%, #079add 60%, #fc6 100%);
    flex-shrink: 0;
    text-align: center;
    border-radius: 9999px
}

.content-nav .deselect a,.content-nav .deselect button {
    line-height: 1.4;
    color: #079ADD;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 0 1.454545454545455em;
    border: solid 1px #079ADD;
    border-radius: 9999px
}

.content-nav .deselect a:disabled,.content-nav .deselect button:disabled {
    display: none
}

@media screen and (max-width: 374px) {
    .content-nav .deselect {
        font-size:2.933333333333333vw
    }
}

@media screen and (min-width: 768px) {
    .content-nav .deselect {
        font-size:12px
    }

    .content-nav .deselect a,.content-nav .deselect button {
        height: 34px
    }

    .content-nav .deselect a:hover,.content-nav .deselect button:hover {
        background: rgba(255,255,255,0);
        color: #fff;
        border: solid 1px rgba(255,255,255,0)
    }
}

.content-nav .next {
    font-size: 15px;
    font-weight: 700;
    background: linear-gradient(75deg, #802bff 0%, #802bff 15%, #079add 60%, #fc6 100%);
    text-align: center;
    min-width: 264px;
    border-radius: 9999px
}

.content-nav .next button,.content-nav .next .session-number {
    display: flex;
    align-items: center;
    justify-content: center
}

.content-nav .next button {
    color: #fff;
    background: linear-gradient(45deg, #e02986 0%, #e02986 15%, #fa7228 80%, #fc6 100%);
    width: 100%;
    height: 45px;
    border-radius: 9999px;
    position: relative
}

.content-nav .next button:disabled {
    cursor: default;
    pointer-events: none
}

.content-nav .next button:disabled:after {
    display: block;
    content: "";
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    position: absolute;
    top: 0;
    left: 0
}

.content-nav .next .session-number {
    transform: translateY(0.05em)
}

.content-nav .next .session-number:after {
    font-family: "AmazonEmberDisplay","AM-JP UD Shin Go NT Pr6N","Noto Sans JP","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック","YuGothic","游ゴシック体","游ゴシック","メイリオ","Meiryo",sans-serif;
    font-size: 0.75em;
    font-weight: 300;
    color: rgba(255,255,255,0.6);
    display: block;
    content: "/";
    letter-spacing: 0;
    margin: 0 0.25em
}

.content-nav .next .txt {
    font-size: 0.7333333333333333em
}

.content-nav .next .num {
    font-size: 1.333333333333333em
}

@media screen and (max-width: 374px) {
    .content-nav .next {
        font-size:3.733333333333333vw;
        min-width: 215px
    }
}

@media screen and (min-width: 768px) {
    .content-nav .next {
        font-size:20px;
        min-width: 358px
    }

    .content-nav .next button {
        height: 60px
    }

    .content-nav .next button:not(:disabled):hover {
        background: linear-gradient(45deg, rgba(224,41,134,0) 0%, rgba(224,41,134,0) 15%, rgba(250,114,40,0) 80%, rgba(255,204,102,0) 100%)
    }

    .content-nav .next .txt {
        font-size: 0.6em
    }

    .content-nav .next .num {
        font-size: 1.1em
    }
}

.content-nav .totop {
    background: linear-gradient(45deg, #802bff 0%, #802bff 15%, #079add 60%, #fc6 100%);
    width: 40px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: -50px
}

.content-nav .totop a {
    background: #079ADD;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1)
}

@media screen and (min-width: 768px) {
    .content-nav .totop {
        flex-shrink:0;
        width: 60px;
        margin-left: 10px;
        position: static
    }

    .content-nav .totop a:hover {
        background: rgba(255,255,255,0)
    }
}

.content-nav.is-active .deselect {
    margin-right: 5px
}

@media screen and (max-width: 599px) {
    .content-nav.is-active {
        width:100%
    }

    .content-nav.is-active .next {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .content-nav.is-active .deselect {
        margin-right:10px
    }
}
