@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

html {
    background-color: #fdfdfd;
}

html,
body,
form {
    margin: 0;
    padding: 0;
    font: 13px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif;
}

input[type=text] {
    border: 1px solid #ccc;
}

a {
    color: #0288B5;
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #0288B5;
    color: #000000;
    opacity: 0.9;
    transition: opacity 0.4s;
}

p {
    margin: 0;
    padding: 0;
}


ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: list-item;
    zoom: normal;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.flozen {
    min-width: 980px;
}

img {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

dt {
    float: left;
}

div,
header,
main,
footer,
button,
input {
    box-sizing: border-box;
}

html {
    position: relative;
    box-sizing: border-box;
}

main {
    display: block;
}



main {
    min-height: calc(100vh - 148px - 47.5px - 453.5px);
}

@media (max-width: 767px) {
    main {
        min-height: calc(100vh - 148px - 47.5px - 479.5px);
    }
}

/* LAYOUT -------------------------------------------------- */

.l-header {
    width: 100%;
    height: 88px;
    margin: 0px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 1px 0px #999;
    z-index: 2;
}

.l-main {
    width: 100%;
    /*    margin: 148px 0px 60px 0px;*/
    padding: 0px;
    background-color: #fdfdfd;
}


.l-wrapper {
    margin: 0 auto;
}

.l-footer {
    width: 100%;
    /*height: 60px;*/
    margin: 0px;

    position: absolute;
    left: 0;
    bottom: 0;
}

.l-footer a img {
    max-width: 100%;
}


.l-fx-container {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin: 0px 0px 28px 0px;
}

.l-fx-container .text-title {
    text-align: left;
}



.l-pn-frame {
    margin: 0 auto;
    padding: 0;
    max-width: 400px;
}

.pn-block {
    margin: 14px 0px;
    padding: 0;
    text-align: center;
}

.pn-block p {
    text-align: left;
    font-size: 16px;
}

.pn-block img {
    width: 100%;
}

.pn-panel {

    display: block;
    margin: 35px auto;
    padding: 21px;

    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;

    box-shadow: 0px 1px 1px #999;
}

.pn-btn {
    margin: 14px 0px 0px;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
}

.pn-btn:hover {
    opacity: 0.9;
    transition: opacity 0.4s;
}

.pn-btn {
    width: 100%;
}


.pn-btn-primary-large {
    line-height: 40px;
    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #ffffff;
    font-size: 16px;
}

.pn-btn-primary-small {
    line-height: 40px;
    width: 80%;
    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #ffffff;
    font-size: 16px;
}

.pn-btn-default-large {
    line-height: 40px;
    border: 1px solid #999999;
    background-color: #ffffff;
    color: #666666;

    font-size: 16px;
}

.pn-btn-default-small {
    line-height: 40px;
    width: 80%;
    border: 1px solid #999999;
    background-color: #ffffff;
    color: #666666;

    font-size: 16px;
}


.pn-btn-primary-large:hover {
    color: #ffffff;
}

.pn-btn-primary-small:hover {
    color: #ffffff;
}

.pn-btn-default-large:hover {
    color: #666666;
}

.pn-btn-default-small:hover {
    color: #666666;
}



.pn-txt {
    margin: 4px auto 7px;
    padding: 4px;
    border: 1px solid #999;
    border-radius: 6px;
}

.pn-txt {
    width: 100%;
}


.pn-txt-login {
    font-size: 28px;
    color: #333;
}


.pn-panel p {
    text-align: left;
}


.pn-text-err {
    box-sizing: border-box;
    padding: 14px;

    color: #f00;
    background-color: #fcc;
    border-radius: 6px;
    font-size: 16px;
    text-align: left;
}


.pn-pm-guide {
    list-style-type: decimal;
    text-align: left;
    line-height: 1.8em;
    font-size: 14px;
    margin: 21px 19px 21px 19px;

    border: 1px dashed #ccc;
    border-radius: 6px;
    padding: 0px 8px 0px 32px;
}

.pn-pm-guide li {
    margin: 11px 0px;
}

.pn-pm-notice {
    font-size: 14px !important;
    text-align: center !important;
}



/* MODULE -------------------------------------------------- */

/* ヘッダ */

.header {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 14px 21px 14px 14px;
    /*    background-color: #fff;*/
    background-color: #fdfdfd;
}


/* メイン */
.main {
    width: 100%;
}


/* フッタ */

.footer {
    width: 100%;
    height: 60px;
    padding: 0px 21px;
    background-color: #eee;
}

/* バナーエリア */
.banner-area {
    padding-bottom: calc(60px + 5rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-area img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 767px) {
    .banner-area {
        padding-bottom: calc(60px + 8rem);
    }
}

@media (max-width: 575px) {
    .banner-area {
        padding-bottom: calc(60px + 11rem);
    }
}


/* MODULE -------------------------------------------------- */

/* ヘッダ */

.header-logo {
    margin: 0;
    padding: 0px;
}

.header-logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    max-height: 88px;
    max-width: calc(100vw - 35px - 864px);
}

.header-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 88px;
}

/* メニュー */

.header-menu {
    display: inline-block;
    position: absolute;
    top: 0;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s !important;
    box-sizing: border-box;
}

.menu-trigger {
    position: absolute;
    top: 26px;
    right: 24px;
    width: 40px;
    height: 36px;
}

.menu-trigger span {
    background-color: #0288B5;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.menu-trigger span:nth-of-type(2) {
    top: 16px;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}


.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-18px) rotate(45deg);
    transform: translateY(-18px) rotate(45deg);
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

/* フッタ */

.copyright {
    display: inline-block;
    /*    line-height: 60px;*/
    font-size: 11px;
}

.footer-link {
    text-align: right;
    line-height: 60px;
    width: 400px;
    font-size: 11px;
    float: right;
}

.footer-link li {
    display: inline-block;
    font-size: 11px;
    margin-left: 13px;
    letter-spacing: 0.1em;
}

/* ボタン -------------------------------------------------- */

.btn {
    margin: 0px;
    padding: 7px;
    border-radius: 6px;
    display: inline-block;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-appearance: none;
}

.btn:hover {
    opacity: 0.9;
    transition: opacity 0.4s;
}

.size-large {
    width: 400px;
}

.size-small {
    width: 200px;
    height: 60px;
}

.size-l {
    width: 96%;
    max-width: 288px;
}

.size-m {
    width: 48%;
    max-width: 192px;
}

.size-s {
    width: 24%;
    max-width: 96px;
}


.btn-primary-large {
    height: 30px;
    line-height: 30px;

    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #ffffff;
    font-size: 16px;
}

.btn-primary-large:hover {
    color: #ffffff;
}

.btn-primary-small {
    margin: 7px 7px;

    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #ffffff;
    font-size: 16px;
}

.btn-primary-small:hover {
    color: #ffffff;
}

.btn-default-small {
    height: 20px;
    line-height: 20px;

    margin: 7px 7px;

    border: 1px solid #999999;
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
}

.btn-default-small:hover {
    color: #666666;
}

.btn-danger-small {
    width: 190px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
    padding: 7px 11px;

    border: 1px solid #FF3366;
    background-color: #FF3366;
    color: #ffffff;
    font-size: 12px;
}

.btn-danger-small:hover {
    color: #ffffff;
}


.btn-secondary-small {
    width: 190px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
    padding: 7px 11px;

    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #ffffff;
    font-size: 12px;
}

.btn-secondary-small:hover {
    color: #ffffff;
}




.btn-default {
    border: 1px solid #999999;
    background-color: #ffffff;
    color: #666666;
}

.btn-primary {
    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #ffffff;
}

.btn-secondary {
    border: 1px solid #0288B5;
    background-color: #ffffff;
    color: #0288B5;
}

.btn-danger {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
}

.btn-action {
    display: inline-block;
    margin: 4px auto;
    padding: 2px;
    box-sizing: border-box;

    border: 1px solid #ccc;
    border-radius: 4px;
    letter-spacing: 0.5px;
    box-shadow: 0px 1px 1px #cccccc;

    width: 320px;
}

.btn-download {
    border: 1px solid #E06E01;
    background-color: #E06E01;
    color: #ffffff;
}

.btn-login {
    height: 32px;
}

.btn-flex {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    justify-content: center;
}

#btn {
    cursor: pointer;
}

.main-container .btn-primary-large {
    display: block;
    margin: 14px auto;
}

.txt-link {
    font-size: 1.125rem;
    margin: 2rem auto 0.5rem;
}

.txt-link a {
    color: #0288B5;
}

.txt-link a:hover {
    text-decoration: underline;
}

.margin-left {
    margin-left: 0.75rem;
}

.margin-right {
    margin-right: 0.75rem;
}

/* メッセージ ------------------------------------------- */

.message {
    box-sizing: border-box;

    padding: 14px 24px;
    border-radius: 6px;
    margin: 11px auto;

    color: #333;

    background-color: #fdeff2;
}

.message-success {
    background-color: #E1F3D8;
}

/* 画面（１．サービストップ） ------------------------------------------- */

.top-desc {
    margin: 0px 21px 28px;
    font-size: 14px;
}

.top-desc span {
    display: inline-block;
    margin: 7px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #0288B5;
}

.main-container {
    margin: 0 auto;
}

/* 画面（使用許諾） ------------------------------------------- */

.terms {
    display: inline-block;
    text-align: left;

    line-height: 2em;
    font-size: 14px;
}

.terms section {
    margin-top: 21px;
    margin-bottom: 21px;
}

.terms section:last-child {
    margin-top: 21px;
    margin-bottom: 0px;
}


.terms #contents {
    margin: 21px 0px;
}

.terms ul>li {
    margin-left: 2em;
    list-style: none;
    position: relative;
}


/* 画面（ログイン） ------------------------------------------- */

.panel-login {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 35px auto;
    padding: 28px;

    display: block;
    box-shadow: 0px 1px 1px #999;
}

.panel-input {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px 0px auto;
    width: 100%;
    vertical-align: middle;

}


.frm-input {
    margin: 7px 0px 0px 0px;
}

.frm-input p {
    margin: 0 auto;
    text-align: left;
}


.txt {
    width: 200px;
    height: 30px;
    border-radius: 4px;
    margin: 4px auto;
    padding: 4px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #999;
}



input::placeholder {
    color: #ccc;
}

/* IE */
input:-ms-input-placeholder {
    color: #ccc;
}

/* Edge */
input::-ms-input-placeholder {
    color: #ccc;
}


.grecaptcha-badge {
    bottom: 80px !important;
}



.toast-image {
    width: 200px;
    height: 200px;
}



.text-err {
    box-sizing: border-box;

    margin: 14px 0px;
    padding: 14px;

    color: #f00;
    background-color: #fcc;
    margin: 14px auto;
    border-radius: 6px;
    font-size: 16px;
    text-align: left;
}


.text-message {
    box-sizing: border-box;
    margin: 14px 0px;
    padding: 14px;

    color: #333;
    background-color: #c1e4e9;
    margin: 14px auto;
    border-radius: 7px;
    font-size: 16px;
    text-align: left;
}

.panel-desc {
    margin: 14px 0px;
}



.txt-login {
    line-height: 30px;
    padding: 7px;
    font-size: 28px;
    height: 46px;
    color: #333;
}

/* 同意 -------------------------------------------- */

.agree {
    width: 90%;
    margin: 0 auto;
}

.panel-agree {
    height: 600px;
    padding: 21px;
    margin-bottom: 28px;
    overflow: scroll;
    overflow-x: hidden;
    border: 7px solid #eee;
    display: block;
}

.main>.agree>h1 {
    text-align: left;
    margin-bottom: 21px;
}

/* サムネイル一覧 ------------------------------------------- */

.container img {
    width: 100%;
    vertical-align: bottom;
    display: block;
    margin: 0 auto;
    padding: 0;

    box-shadow: 0px 1px 1px #eee;

}

.container {
    margin: 0 auto;
    padding: 0px;
}


.grid {
    padding: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

@-moz-document url-prefix() {
    .grid {
        display: inline-block;
    }
}





@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .grid {
        display: inline-block;
    }
}

@media all and (-ms-high-contrast:none) {
    .grid {
        display: inline-block;
    }
}

@supports (-ms-ime-align:auto) {
    .grid {
        display: inline-block;
    }
}











.pic {
    padding: 0px 0;
    margin-bottom: 35px;
}

.pic p {
    text-align: right;
    font-size: 11px;
    margin: 4px 0px;
}

.pic-dl {
    cursor: pointer;
}

.desc {
    padding: 4px 0px;
}

.isnopurchase {
    color: #FF3366;
}


/* サービス -------------------------------------------- */

.nowloading {
    display: inline-block;
    min-width: 100px;
    min-height: 250px;
    background-color: #eee;
}



.service-group {
    margin: 0;
    padding: 0px 0 0 0;
}

.service-title {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    position: relative;
    padding: 12px 0 12px 24px;
    line-height: 32px;

    height: auto;
    overflow: hidden;

    margin-bottom: 7px;
}

.service-title::before {
    position: absolute;
    top: 14px;
    left: 5px;
    content: url(/img/icon.png);
}

.service-name {
    display: block;
    float: left;
}

.service-picmate {
    display: block;
    float: right;
}


/* ダウンロード -------------------------------------------- */

.detail-left {
    box-sizing: border-box;
    background-color: #fff;

    display: flex;
    align-items: flex-start;
    justify-content: center;

    position: relative;
    max-height: 800px;
    min-height: 358px;

    position: relative;
}


.detail-left img {
    align-self: flex-start;

    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 800px;
    margin: auto 0;
}

.detail-right {
    display: block;
    box-sizing: border-box;
    padding: 0px 0px 0px 14px;
    text-align: left;
    background-color: #fff;
}

/* PicMate連携 -------------------------------------------- */

.card {
    box-sizing: border-box;

    padding: 8px 24px 6px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #eee;
    margin: 11px auto;

    color: #333;
}

.card-normal {
    background-color: #fff;
}

.card-qr {
    background-color: #EAF4FC;
    border: 1px solid #c1e4e9;
}

.card-purchased {
    background-color: #EAF4FC;
    border: 1px solid #c1e4e9;
}

.card-unpurchased {
    background-color: #fdeff2;
    border: 1px solid #f6bfbc;
}

.card-noentry {
    background-color: #eee;
    border: 1px solid #ccc;
}


.card:hover {}

.card-purchased:hover {
    transform: scale(1.01);
    background-color: #EAF4FC;
    border: 1px solid #c1e4e9;
    box-shadow: 3px 3px 3px #ddd;
    cursor: pointer;
}

.card-unpurchased:hover {
    background-color: #fdeff2;
    border: 1px solid #f6bfbc;
}


.card dt {
    width: 108px;
    min-height: 28px;
    padding-bottom: 2px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    float: left;
    vertical-align: bottom;
}

.card dd {
    min-height: 28px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-left: 108px;
    padding-bottom: 2px;
    word-wrap: break-word;
    vertical-align: bottom;
}


.card .card-service-top {
    padding-top: 5px;
    border-top: 1px solid #fff;
}

.card .card-service-bottom {
    padding-bottom: -6px;
    border-bottom: 1px solid #c1e4e9;
}

.card .card-service-bottom-unpurchased {
    padding-bottom: -6px;
    border-bottom: 1px solid #f6bfbc;
}

.card .card-service-bottom-noentry {
    padding-bottom: -6px;
    border-bottom: 1px solid #ccc;
}


.picmate-setting {
    margin: 24px auto;
    text-align: left;
    line-height: 2.2em;
}

.picmate-setting .txt {
    margin-left: 24px;
}

.picmate-title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

label {
    cursor: pointer;
}

.clear {
    clear: both;
}



/* ダイアログ ------------------------------------------- */

.overlay-dialog {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.2);
}

.dialog {
    box-sizing: border-box;
    position: fixed;
    width: 400px;

    left: calc(50% - 400px/2);
    top: calc(40% - 200px/2);

    overflow: hidden;
    background-color: #fff;
    border: 5px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #bbb;

    padding: 21px;
    font-size: 16px;
}

.dialog-message {
    display: block;
    width: 100%;
    margin-top: 21px;
}

.dialog-message .rotate-icon {
    width: 32px;
    height: 44px;
    margin: 0.5rem auto;
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2044%22%20style%3D%22enable-background%3Anew%200%200%2032%2044%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%230288B5%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M2.2%2C30.1c-0.7-1.3-1.3-2.6-1.7-3.9C0.2%2C24.9%2C0%2C23.5%2C0%2C22.1c0-4.5%2C1.5-8.3%2C4.7-11.4S11.5%2C6%2C16%2C6h0.4l-3.2-3.2%0A%09L15.9%2C0l8%2C8l-8%2C8l-2.8-2.8l3.2-3.2H16c-3.3%2C0-6.2%2C1.2-8.5%2C3.5S4%2C18.7%2C4%2C22.1c0%2C0.9%2C0.1%2C1.7%2C0.3%2C2.5c0.2%2C0.8%2C0.5%2C1.6%2C0.9%2C2.5%0A%09L2.2%2C30.1z%20M16%2C44l-8-8l8-8l2.8%2C2.8L15.6%2C34H16c3.3%2C0%2C6.2-1.2%2C8.5-3.5s3.5-5.2%2C3.5-8.6c0-0.9-0.1-1.7-0.3-2.5%0A%09c-0.2-0.8-0.5-1.6-0.9-2.5l3-3c0.7%2C1.3%2C1.3%2C2.6%2C1.7%2C3.9c0.4%2C1.3%2C0.5%2C2.7%2C0.5%2C4.1c0%2C4.5-1.5%2C8.3-4.6%2C11.4C24.2%2C36.4%2C20.5%2C38%2C16%2C38%0A%09h-0.4l3.2%2C3.2L16%2C44z%22%2F%3E%3C%2Fsvg%3E%0A");
    animation: rotate-infinite 2.5s infinite linear;
}

@keyframes rotate-infinite {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(359.99deg);
    }
}

.dialog-btn {
    margin: 28px 0px 21px 0px;
    padding: 4px;
    display: inline-block;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-appearance: none;

    width: 200px;
    height: 20px;
    line-height: 20px;

    border: 1px solid #aaa;
    border-radius: 20px;
    background-color: #aaa;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.dialog-login {
    box-sizing: border-box;
    position: fixed;
    width: 400px;

    left: calc(50% - 400px/2);
    top: calc(50% - 551px/2);

    overflow: hidden;
    background-color: #fff;
    border: 5px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #bbb;

    padding: 21px;
    font-size: 16px;
}


.dialog-loginmessage {
    display: block;
    width: 100%;
    margin-top: 21px;
}



.dialog-loginmessage span {
    display: inline-block;
    margin: 7px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #0288B5;
}

.overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);

    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}


.overlay-about-pic {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.2);
}


.dialog-about-pic {
    box-sizing: border-box;
    position: fixed;
    width: 1024px;
    height: 90%;
    left: calc((100% - 1024px)/2);
    top: calc(5%);

    overflow: hidden;
    background-color: #fff;
    border: 5px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #bbb;

    padding: 21px;
    font-size: 16px;
}


.overlay-about-list {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 102;
    background: rgba(0, 0, 0, 0.2);
}



.dialog-about-list {
    box-sizing: border-box;
    position: fixed;
    width: 800px;
    height: 90%;
    left: calc((100% - 800px)/2);
    top: calc(5%);

    overflow: hidden;
    background-color: #fff;
    border: 5px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #bbb;

    padding: 21px;
    font-size: 16px;
}

.dialog-dlfile-list {
    box-sizing: border-box;
    position: fixed;
    width: 800px;
    max-height: 90%;
    left: calc((100% - 800px)/2);
    top: calc(5%);

    background-color: #fff;
    border: 5px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #bbb;

    padding: 21px;
    font-size: 16px;
    overflow-y: auto;
}

.dialog-dlfile-list p {
    word-break: break-all;
}

.dl-file p {
    margin-bottom: 0.5rem;
}

.dl-file p a {
    color: #0288B5;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.dl-file p a:hover {
    color: #57BEFF;
}


.pan-service {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 90%;
}

.pan-service-list {
    width: 100%;
    border: solid 1px #666;
    border-collapse: collapse;
    font-size: 14px;
}

.pan-service-list th,
td {
    border: solid 1px #666;
    padding: 7px;
}

.pan-service-list td:first-child {
    width: 90px;
}

.pan-service-list td:nth-child(2) {
    width: 70px;
}

.pan-service-list td:nth-child(3) {
    width: 70px;
}

.pan-service-list td:nth-child(4) {
    text-align: left;
}

.pan-service-list td:nth-child(5) {
    width: 70px;
}

.isservicenow {
    background-color: pink;
}

.dialog-about-list .dialog-btn {}

.pan-service-button {
    height: 100%;
}




.pan-gallery {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;


    height: 90%;
}

.qr-desc {
    margin: 21px auto 0px;
    padding: 11px;
    border: 1px dotted #999;
    border-radius: 7px;
    font-size: 13px;
    width: 344px;
    text-align: left;
    box-sizing: border-box;

}

.qr-desc {
    width: 344px;
}

p.qr-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #0288B5;
}


p.qr-message {
    margin: 14px auto 0px;
    padding: 14px 6px 14px;
    color: #FF6D1F;
    background-color: #fff5f0;
    border-radius: 6px;
    font-size: 15px;
}

p.qr-notice {
    font-size: 14px;
    margin-bottom: 21px;
}

.pan-service-desc {
    text-align: left;
    vertical-align: top;
    margin-bottom: 5px;
    font-size: 13px;
}

.pan-service-desc span {
    margin: 0;
    padding: 0;
    display: inline-block;
    background-color: pink;
    width: 50px;
    height: 17px;
    border-radius: 2px;
    margin-right: 5px;
    vertical-align: middle;
}

.about-section-news {
    font-size: 13px;
    line-height: 1.6em;
}




.about-section-news dt {

    width: 120px;
    background-color: #f0f0f0;


    display: flex;
    justify-content: center;
    align-items: center;

}

.about-section-news dd {
    margin-left: 120px;
    padding-bottom: 6px;
    padding-left: 1em;
}


.main img {
    max-width: 100%;
}






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




#js-slidemenu {
    display: none;
}

@media screen and (min-width: 961px) {
    #js-slidemenu {
        display: block !important;
    }
}


#wrapper {
    position: relative;
    margin: 0 auto;
}

#container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}


.item.x3 {
    width: 500px;
}


.item img {
    width: 100%;
}

.item p {
    text-align: right;
    color: #666;
    font-size: 11px;
}







.panel {
    box-sizing: border-box;
    margin: auto;
    border: 1px solid #eee;
    border-radius: 9px;
    margin-top: 56px;
    background-color: #fff;
    box-shadow: 0px 1px 0px #eee;
}

.panel-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 14px;
}

.panel-text {
    text-align: left;
    font-size: 14px;
}





#text {
    font-size: 40px;
    color: #eee;
    padding-top: 400px;
    vertical-align: middle;
    font-weight: bold;
}

#close {
    margin: auto;
    text-align: center;
    font-size: 24px;
    border-radius: 3px;
    cursor: pointer;
}

.modal-window {
    box-sizing: border-box;
    display: block;
    max-width: 1280px;
    height: 700px;
    background-color: #fff;

    height: auto;
    overflow: hidden;

    box-shadow: 0px 1px 1px #999;
}

.progress {
    margin: 21px auto 21px;
    width: 30px;
    height: 30px;
    border: 7px solid #ddd;
    border-right: 7px solid transparent;
    border-radius: 30px;
    animation: progress 0.8s linear infinite;
}

@keyframes progress {
    to {}

    from {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}

/* 状態 */

.ismodal {
    overflow: auto;
    height: 100%;
}




.loading {
    border: 7px solid #ddd;
    border-right: 7px solid transparent;
    border-radius: 50%;
    background-image: url("/pan/favicon.png");
    background-repeat: no-repeat;
    background-position: center center;
    animation: loading 0.8s linear infinite;
}

@keyframes loading {
    to {}

    from {
        transform: rotate(360deg);
        transform-origin: 50% 50%;
    }
}




/* 紹介 ------------------------------------------- */

.about-section {
    margin: 21px auto 21px;
    padding: 0px;
    font-size: 18px;
    text-align: left;
    line-height: 1.5em;
    background-color: #fff;
}

.about-section h2 {
    margin: 0px 0px 14px 0px;
    font-size: 22px;
}

.about-section h3 {
    margin: 0px 0px 7px 0px;
    font-size: 16px;
}

.about-section h2:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 30px;
    background-image: url(../img/mark.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.about-header {
    margin-top: 88px;
    background-image: url("/img/back_cloud.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 140px !important;
}

.about-guide p {
    font-size: 14px;
}

.text-desc {
    font-size: 14px;
}

.text-title {
    font-size: 16px;
    font-weight: bold;
}

.card-image img {
    width: 100%;
}

.about-guide p {
    padding: 14px;
    text-align: left;
}

.about-list {
    list-style: square;
    padding-left: 1em;
    margin-bottom: 21px;
}

.about-list-detail {
    list-style: circle;
    padding-left: 1em;
    font-size: 14px;
    padding: 14px 35px;

    border: 1px solid #ccc;
    border-radius: 14px;
}

.btn-about {
    height: 20px;
    line-height: 20px;

    margin: 7px 7px;

    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #fff;
    font-size: 14px;
}



.btn-about-open {
    display: block;
    width: 60%;
    line-height: 20px;
    margin: 7px auto;
    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


.btn-picmate {
    height: 20px;
    line-height: 20px;

    margin: 7px 7px;

    border: 1px solid #999999;
    background-color: #fff;
    color: #666;
    font-size: 14px;
}

.about-guide1 {
    display: inline-block;
}

.about-guide2 {
    display: inline-block;
}

.about-pan {
    text-align: center;
}

.about-pan img {
    width: 70%;
    margin: 28px auto;
}

.about-logo img {
    margin: 0px auto;
}

.about-catch {
    margin: 28px 0px;
}

.about-catch p {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #0288B5;
}

.about-catch p span {
    display: inline-block;
}


.pan-picmate {
    width: 500px;
    margin: 0px auto;
}

.pan-picmate p {
    font-size: 16px;
}

.picmate-desc {
    text-align: left;
}

.picmate-guide {
    margin: 0px auto;
    width: 80%;
    list-style-type: decimal;
    font-size: 16px;
}

.picmate-guide li {
    text-align: left;
    margin: 7px 0px;
}

.overlay-about-chicket {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;

    z-index: 102;
    background: rgba(0, 0, 0, 0.2);

    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    text-align: center;
}

.dialog-about-chicket {
    box-sizing: border-box;
    position: fixed;
    width: 412px;
    height: 460px;

    left: calc((100% - 412px)/2);
    top: calc((50%)/2);

    background-color: #fff;
    border: 5px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #bbb;

    padding: 21px;
    font-size: 16px;
}

.overlay-about-purchase {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;

    z-index: 102;
    background: rgba(0, 0, 0, 0.2);

    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    text-align: center;
}

.dialog-about-purchase {
    box-sizing: border-box;
    position: fixed;
    width: 652px;

    left: calc((100% - 652px)/2);

    background-color: #fff;
    border: 5px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 1px 1px #bbb;

    padding: 21px;
    font-size: 14px;


}

.dialog-about-content {
    height: calc(100% - 30px);
}

.dialog-about-button {
    height: 30px;
}

.dialog-about-close-btn {
    margin: 0px;
    padding: 4px;
    display: inline-block;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-appearance: none;

    width: 200px;
    height: 20px;
    line-height: 20px;

    border: 1px solid #aaa;
    border-radius: 20px;
    background-color: #aaa;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}


.about-guide-dialog1 {
    margin: 0;
    padding: 7px;
    width: 300px;
    height: 357px;
    text-align: left;
}

.about-guide-dialog1 strong {
    display: inline-block;
    padding-bottom: 7px
}

.about-guide-dialog2 {
    margin: 0;
    padding: 7px;
    width: 300px;
    height: 357px;
    text-align: left;
}

.about-guide-dialog2 strong {
    display: inline-block;
    padding-bottom: 7px
}


/* MEDIA -------------------------------------------------- */

/* スマホ */
@media (max-width: 959px) {

    .header-menu {
        right: 0px;
        width: 240px;
    }

    .header-logo a {
        max-height: 75px;
        max-width: calc(100vw - 35px - 48px);
    }
    .header-logo img {
        max-height: 75px;
    }
    .manu-main ul {
        border-top: 1px solid #ddd;
        position: absolute;
        top: 75px;
        right: 0px;
        width: 240px;
        /*        background-color: #fff;*/
    }

    .manu-main ul li {
        border-left: 1px solid #ddd;
    }

    .manu-main ul li:last-child {
        border-bottom: 1px solid #ddd;
    }

    .manu-main li {
        background-color: #fff;
    }

    .manu-main li a {
        display: block;
        padding: 16px 14px;
        text-decoration: none;
        line-height: 100%;
        color: #000;
        font-size: 16px;
    }

    .manu-main li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }


    .footer {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .copyright {
        text-align: center;
        width: 100%;
    }

    .footer-link {
        display: none;
    }

    .menu-trigger {
        position: absolute;
        top: 26px;
        right: 24px;
    }


    .isSP a {
        font-size: 16px !important;
    }


    .btn-primary-large {
        width: 90%;
    }

    /* トップページ */
    .top-image {
        width: 90%;
    }

    .card {
        width: 96%;
    }

    .card-qr-message {
        width: 96%;
    }

    .picmate-setting {
        width: 96%;
    }

    .message {
        width: 96%;
    }

    .text-err,
    .text-message {
        width: 96%;
    }


    .txt-login {
        width: 100%;
    }

    .panel {
        width: 94%;
        padding: 14px;
    }

    .dialog-about-pic {
        width: 90%;
        left: calc((10%)/2);
    }

    .dialog-about-list,
    .dialog-dlfile-list {
        width: 90%;
        left: calc((100% - 90%)/2);
    }

    .dialog-dlfile-list .facility-name,
    .dialog-dlfile-list .dl-file p {
        text-align: left;
    }
}


/* PC */
@media (min-width: 960px) {

    .header-menu {
        right: 24px;
    }

    .menu-trigger {
        display: none;
    }

    .manu-main ul {
        margin: 0px;
        padding: 0px;
        line-height: 88px;
    }

    .manu-main li {
        display: inline-block;
        font-size: 14px;
        margin-left: 13px;
        letter-spacing: 0.1em;
    }

    .manu-main li a:hover {
        /*        background-color: #eee;*/
    }


    .copyright {
        text-align: left;
        width: 400px;
        line-height: 60px;
        float: left;
    }


    .main {
        text-align: center;
    }

    .terms {
        width: 600px;
    }


    .modal-window {
        margin: 28px auto;
        padding: 0px 24px 24px 24px;
    }

    .detail-left {
        width: 80%;
        max-height: 800px;
        float: left;
    }

    .detail-right {
        width: 20%;
        float: right;
    }

    .detail-right dt {
        width: 100px;
        margin-right: 7px;
        margin-top: 11px;
        float: none !important;
        border-left: 7px solid #c1e4e9;
        padding: 0px 4px;
        font-size: 11px;
    }

    .detail-right dd {
        margin: 4px 0px;
    }


    .btn-pc {
        margin-bottom: 14px;
    }


    #js-slidemenu {
        display: block;
    }

    .menu-trigger {
        display: none;
    }

    .isSP {
        display: none !important;
    }


    .btn-primary-large {
        width: 328px;
    }

    /* トップページ */
    .top-image {
        width: 400px;
        height: 400px;
    }

    .card {
        width: 344px;
    }

    .card-qr-message {
        width: 344px;
    }

    .picmate-setting {
        width: 410px;
    }

    .message {
        width: 344px;
    }

    .panel-login {
        width: 400px;
    }

    .text-err,
    .text-message {
        width: 100%;
    }


    .txt-login {
        width: 344px;
    }

    .frm-input p {
        width: 344px;
    }

    .panel {
        width: 60%;
        padding: 28px;
    }

    .dialog-about-pic {
        width: 960px;
        left: calc((100% - 960px)/2);
    }

    .dialog-about-list {
        width: 800px;
        left: calc((100% - 800px)/2);
    }

    .btn-about-open {
        height: 20px;
    }

}


.l-fx-gallery-3 {
    box-sizing: border-box;
    flex-basis: 30%;
    padding: 4px;
    margin-bottom: 14px;
    align-self: stretch;
}

/* -- メディアクエリ ----------------------------------------------------- */
/* PC */

@media (min-width: 1080px) {
    .l-main {
        padding: 28px 21px;
        margin: 88px 0px 120px 0px;
    }

    .l-fixed {
        width: 1024px;
        margin: 0 auto;
    }

    .l-fx-item1-1 {
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
        margin-bottom: 14px;
        align-self: flex-start;
    }

    .l-fx-item1-2 {
        box-sizing: border-box;
        width: 48%;
        margin-bottom: 14px;
        align-self: stretch;
    }


    .l-fx-gallery-3 {
        flex-basis: 30%;
    }

    .item.x2 {
        margin: 4px;
        width: 300px;
    }

    .btn-primary-small {
        width: 90%;
        order: 2;
    }


    .btn-default-small {
        width: 350px;
        order: 1;
    }

    .agree .btn-default-small {
        width: 90%;
        order: 1;
    }

    .btn-flex form {
        width: 50%;
    }

    .btn-about {
        width: 240px;
    }

    .btn-picmate {
        width: 240px;
    }

    .about-section {
        width: 900px;
    }

    .about-logo img {}


    .dialog-about-pic {
        width: 1024px;
        left: calc((100% - 1024px)/2);
    }

    .qr-desc {
        width: 344px;
    }


}

/* PC */
@media (min-width: 960px) and (max-width: 1079px) {

    .l-main {
        padding: 28px 21px;
        margin: 88px 0px 120px 0px;
    }

    .l-fixed {
        width: 904px;
    }

    .l-fx-item1-1 {
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
        margin-bottom: 14px;
        align-self: flex-start;
    }

    .l-fx-item1-2 {
        box-sizing: border-box;
        width: 48%;
        margin-bottom: 14px;
        align-self: stretch;
    }

    .item.x2 {
        margin: 4px;
        width: 300px;
    }

    .btn-primary-small {
        width: 90%;
        order: 2;
    }

    .btn-default-small {
        width: 200px;
        order: 1;
    }

    .agree .btn-default-small {
        width: 90%;
        order: 1;
    }

    .btn-flex form {
        width: 50%;
    }


    .btn-about {
        width: 240px;
    }

    .btn-picmate {
        width: 240px;
    }

    .btn-about {
        width: 240px;
    }

    .about-section {
        width: 900px;
    }

    .about-logo img {}



    .qr-desc {
        width: 344px;
    }

}

/* タブレット */
@media (min-width: 600px) and (max-width: 959px) {

    .l-main {
        padding: 28px 21px;
        margin: 88px 0px 120px 0px;
    }

    .l-fixed {
        width: 544px;
    }

    .l-fx-item1-1 {
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
        margin-bottom: 14px;
        align-self: flex-start;
    }

    .l-fx-item1-2 {
        box-sizing: border-box;
        width: 48%;
        margin-bottom: 14px;
        align-self: stretch;
    }


    .l-fx-gallery-3 {
        flex-basis: 100%;
    }


    .main {
        text-align: center;
    }

    .terms {
        width: 100%;
    }

    .modal-window {
        margin: 0px auto;
        padding: 0px 24px;
    }

    .detail-left {
        width: 100%;
        float: left;
    }

    .detail-right {
        padding: 24px 0px;
        width: 100%;
        float: left;
    }

    .detail-right dt {
        width: 110px;
        margin-right: 7px;
        text-align: center;
        border-radius: 4px;
        padding: 0px 4px;
        background: #c1e4e9;
        font-size: 11px;
    }

    .detail-right dd {
        margin: 4px 0px;
        margin-left: 128px;
    }


    .btn-pc {
        display: none;
    }


    .item {
        box-sizing: border-box;
        margin: 11px;
        width: 140px;
        padding: 0px;
    }

    .item.x2 {
        margin: 14px;
        width: 300px;
    }

    .btn-primary-small {
        width: 90%;
        order: 1;
    }

    .btn-default-small {
        width: 90%;
        order: 2;
    }

    .btn-flex {}

    .btn-flex form {
        width: 50%;
    }

    .btn-about {
        width: 240px;
    }

    .btn-picmate {
        width: 240px;
    }

    .about-section {
        width: 100%;
    }

    .about-logo img {
        width: 20%;
    }

    .qr-desc {
        width: 344px;
    }

}

/* スマホ */
@media (max-width: 599px) {

    .l-main {
        padding: 28px 21px;
    }

    .l-fixed {
        width: 100%;
    }

    .l-fx-item1-1 {
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
        margin-bottom: 14px;
        align-self: flex-start;
    }

    .l-fx-item1-2 {
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 14px;
        align-self: stretch;
    }


    .l-fx-gallery-3 {
        width: 100%;
    }

    .l-fx-gallery-3 {
        flex-basis: 100%;
    }

    .main {
        text-align: center;
    }

    .terms {
        width: 100%;
    }

    .modal-window {
        margin: 0px auto;
        padding: 0px 0px 24px 0px;
    }

    .overlay .service-title {
        padding-left: 48px;
        padding-right: 24px;
    }

    .overlay .service-title::before {
        left: 29px;
    }


    .service-group .service-title {
        padding-left: 24px;
        padding-right: 0px;
    }

    .service-group .service-title::before {
        left: 5px;
    }


    .detail-left {
        width: 100%;
        float: left;
    }

    .detail-right {
        padding-top: 24px;
        float: left;
    }

    .detail-right dt {
        width: 100px;
        text-align: center;

        border-radius: 4px;
        padding: 0px 4px;
        background: #c1e4e9;
        font-size: 11px;
    }

    .detail-right dd {
        margin: 4px 0px;
        margin-left: 128px;
    }


    .btn-pc {
        display: none;
    }

    .item {
        box-sizing: border-box;
        margin: 0px;
        width: 140px;
        padding: 0px;
    }

    .item.x2 {
        margin: 14px;
        width: 300px;
    }

    .btn-primary-small {
        width: 90%;
        order: 1;
    }

    .btn-default-small {
        width: 90%;
        order: 2;
    }

    .btn-flex {
        flex-direction: column-reverse;
    }

    .btn-flex form {
        width: 100%;
    }

    .btn-about {
        width: 70%;
    }

    .btn-picmate {
        width: 70%;
    }

    .about-section {
        width: 100%;
    }

    .about-logo img {
        width: 40%;
    }

    .qr-desc {
        width: 100%;
    }

}


@media (min-width: 1609px) {
    .container {
        column-count: 5;
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
    }
}

@media (min-width: 1289px) and (max-width: 1608px) {
    .container {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
    }
}

@media (min-width: 1032px) and (max-width: 1288px) {
    .container {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
    }
}

@media (min-width: 649px) and (max-width: 1031px) {
    .container {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
    }
}

@media (max-width: 648px) {
    .container {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
    }
}

@media (min-width: 1080px) {
    .l-fx-item1-3 {
        box-sizing: border-box;
        flex-basis: 30%;
        padding: 4px;
        margin-bottom: 14px;
        align-self: stretch;
    }

}

@media (min-width: 960px) and (max-width: 1079px) {
    .l-fx-item1-3 {

        box-sizing: border-box;
        flex-basis: 30%;
        padding: 4px;
        margin-bottom: 14px;
        align-self: stretch;
    }

}

@media (min-width: 600px) and (max-width: 959px) {
    .l-fx-item1-3 {
        box-sizing: border-box;
        padding: 0px;
        margin-bottom: 14px;
        align-self: stretch;
    }

}

@media (max-width: 599px) {
    .l-fx-item1-3 {
        box-sizing: border-box;
        width: 100%;
        padding: 0px;
        margin-bottom: 14px;
        align-self: stretch;
    }

}

@media (min-width: 960px) and (max-width: 1079px) {
    .about-guide2 {
        width: 100%;
        text-align: center;
    }

    .about-guide2 img {
        width: 100%;
    }

}


@media (min-width: 600px) and (max-width: 959px) {
    .about-guide1 {
        float: left;
        width: 50%;
        height: 300px;
    }

    .about-guide2 {
        float: left;
        width: 50%;
        height: 300px;
        text-align: center;
    }
}

@media (max-width: 599px) {
    .about-guide1 {}

    .about-guide2 {
        width: 100%;
        text-align: center;
    }

    .about-guide2 img {
        width: 100%;
    }
}

@media (max-width: 699px) {

    .dialog-about-chicket {
        width: 95%;
        left: calc((100% - 95%)/2);
        top: 21px;
        height: 80vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

    }

    .overlay-about-purchase {
        overflow-y: auto;
        height: 100vh;
        -webkit-overflow-scrolling: touch;
    }


    .dialog-about-purchase {
        width: 95%;
        left: calc((100% - 95%)/2);
        top: 21px;
        height: 80vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .about-guide-dialog1 {
        float: left;
        width: 100%;
        text-align: center;
    }


    .about-guide-dialog2 {
        float: left;
        width: 100%;
        text-align: center;

    }

    .about-guide-dialog1 img {
        display: inline-block;
        margin: 0 auto;
    }

    .about-guide-dialog2 img {
        margin: 0 auto;
    }


}

@media (min-width: 700px) {

    .dialog-about-chicket {
        width: 412px;

        left: calc((100% - 412px)/2);
        top: calc((50%)/2);

    }


    .dialog-about-purchase {
        width: 652px;
        height: 460px;

        left: calc((100% - 652px)/2);
        top: calc((50%)/2);
    }

    .dialog-about-button {}

    .about-guide-dialog1 {
        float: left;
        width: 300px;
        height: 357px;
    }


    .about-guide-dialog2 {
        float: left;
        width: 300px;
        height: 357px;
    }

}

.terms ol {
    list-style-type: decimal;
    margin-left: 2em;
}

.terms ol>li>ul>li {
    margin-left: 0em;
}

.terms_kakko {
    margin-left: 0em !important;
}

ol.terms_kakko li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;

    padding-left: 1.8em;
    text-indent: -1.8em;


}

ol.terms_kakko li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
}

.terms-end {
    text-align: right;
}



.scroll-lock {
    overflow: hidden;
    z-index: -1;
    width: 100%;
}

.menu-main-sp {
    height: calc(100vh - 88px);
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}


.privacypolicy>section>ol>li {
    margin-bottom: 28px;
}

.privacypolicy-title {
    display: inline-block;
    width: 150px;
    padding: 0px;
    padding-left: 0em;
    text-indent: 0em;
    text-align-last: justify;
    text-align: justify;
    text-justify: inter-ideograph;
}

.privacypolicy-desc {
    display: inline-block;
    width: 400px;
    text-indent: -1.0em;
    padding-left: 1.8em;
}

.terms_kakko li {
    display: flex;
}

span.privacypolicy-desc:before {
    content: "：";
}

.privacypolicy-inquiry {
    margin-left: 28px;
}


.info {
    margin: 0 auto;
}


@media (max-width: 959px) {
    .info {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .info {
        width: 640px;
    }
}

.info-desc {
    margin: 21px 0;
    line-height: 1.8em;
    text-align: left;
}


.info-detail {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    padding: 21px;
    text-align: left;
    line-height: 2em;
}

.info-detail-title {
    font-weight: bold;
}

.info-detail-desc {
    margin-bottom: 14px;
}

.info-detail-desc:last-child {
    margin-bottom: 0px;
}

.link-info {
    display: inline-block;
    margin: 14px 0px 14px 0px;
    font-size: 14px;
    text-decoration: underline;
}

.panel-login .link-info {
    margin-bottom: 0px;
}

.main .link-info {
    margin-top: 0px;
}


.info-neumorphism {
    padding: 7px 11px;
    line-height: 24px;
    color: #E06E01;
    font-size: 15px;
    text-align: left;
    border-radius: 4px;
    border: 1px solid #E06E01;
    /*    box-shadow: -4px -4px 4px 0 rgba(255, 255, 255, 0.9), 4px 4px 4px 0 rgba(0, 0, 0, 0.03);*/
}

.info-neumorphism span {
    display: inline-block;
}

.msg-maintenance {
    display: inline-block;
    font-weight: normal;
    color: #f00;
    /* padding: 7px; */
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-right: 7px;
}

.is-disabled {
    background-color: #ddd;
    border: 1px solid #ddd;
    pointer-events: none;
}


.btn-dl-ticket {
    border: 1px solid #EF765C;
    border-radius: 6px;
    background-color: #EF765C;
    color: #fff;
    padding: 4px 7px;
    font-size: 11px;
    text-align: center;
    display: inline-block;
}

.desc {
    text-align: right;
}

.container .desc p {
    margin-bottom: 4px;
}

.desc .btn-dl-ticket {
    width: 170px;
    width: 75%;
}

.service-title .btn-dl-ticket {
    margin-left: 14px;
    line-height: 18px;
    font-weight: normal;
}

.service-title::before {
    top: 19px !important;
}

.dialog-message-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
}

.dialog-message-desc {
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
}

.dialog-button {
    margin: 21px auto;
}

.dialog-button .dialog-btn {
    margin: 0px 7px;
    padding: 4px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 140px;
    height: 35px;
    line-height: 28px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.btn-primary-ok {
    border: 1px solid #0288B5;
    background-color: #0288B5;
    color: #fff;
}


.btn-primary-ng {
    border: 1px solid #0288B5;
    background-color: #fff;
    color: #0288B5;
}


.panel-ticket {}


.panel-ticket {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 35px auto;
    padding: 35px;

    display: block;
    box-shadow: 0px 1px 1px #999;
}

.panel-ticket .panel-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.8em;
}

.panel-ticket .panel-desc {
    font-size: 16px;
    line-height: 1.8em;
}

.panel-ticket .frm-input {
    margin: 21px auto;
}

.panel-ticket .txt {
    margin: 0px;
}

.panel-ticket .frm-input:last-child {
    margin-top: 35px;
    margin-bottom: 0px;
}

.panel-ticket .btn-primary-large {
    width: 50%;
}

.panel-ticket .panel-desc span {
    /*	display:block;*/
}

.panel-desc-emphasis {
    color: #0288B5;
}










.l-main {
    width: 100%;
    /*	padding: 0px;*/
    /*	margin: 88px 0px 60px 0px;*/
    background-color: transparent;
}


.top-main {
    margin: 0px 0px 60px 0px !important;
    padding: 0px;
}

.l-box {
    /*border: 1px solid #f00;*/
    width: 100%;
    margin: 0 auto;
    /*	padding: 60px 14px;*/
    padding: 0px 14px 14px;
}

.l-header {
    box-shadow: none;
}






/* メニュー */

.header {
    /*  background-color: transparent;*/
    /*  background-color:rgba(255,255,255,0.1);*/
    background-color: #fff;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    display: flex;
    /*  justify-content: center;*/
    align-items: center;
}

.manu-main li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-button {
    display: inline-block;
    background-color: #57BEFF;
    line-height: 60px;
}

.manu-main li .menu-button {
    color: #fff;
}

a:visited.menu-button {
    color: #fff;
}


.fixed .header {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed .manu-main li a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed .manu-main li:not(:last-child) a {
    color: #0288B5;
}

.fixed .manu-main li:last-child a {
    color: #fff;
}



.menu-top .header {
    /*  background-color: #fff;*/
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.menu-top .manu-main li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}





.box-top {
    padding: 0 !important;
}

.box-top img {
    width: 100%;
}




/*
 html,
  body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }



  .box-top {
    width: 100vw; //vwは画面幅に対する相対値
    height: 100vh; //vhは画面高さに対する相対値
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bg-ttl {
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }


.box-top .slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box-top .slide img{
    visibility: hidden;
    height: 0;
    width: 0;
}

.box-top .slide li {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.box {

    margin: 0 auto;
}



.box-gray {
    background-color: #F1F4F9;
}

.box1 {
    padding-top: 40px;
}

.box2 {
    padding-top: 60px;
}

.box13 {
    padding-top: 26px;
}

.box4 {
    padding-top: 60px;
}

.box5 {
    padding-top: 60px;
}

.box-title {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
}


.box-desc {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif;
    font-weight: normal;
    text-align: center;
    margin-top: 12px;
}

.box-content {
    /*
	display:flex;
	justify-content: center;
	align-items: center;
*/

}

.box-content-item p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}



.box2 .box-content {
    padding-top: 40px;
}

.box-content-item {
    text-align: center;
}




.box2 .box-content-item {
    margin: 0px 10px;
}

.box2 .box-content-item p {
    font-weight: normal;
}

.news-list {
    overflow: hidden;
}





.box-top {
    /*    width: 100vw;*/
    width: calc(100vw - calc(100vw - 100%));
    /*    height: 100vh;*/
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

}

.box-top-title {
    position: absolute;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    text-align: left;
    /*  text-shadow: 1px 1px 1px #000;*/
    text-shadow: 2px 2px 2px rgb(0 0 0 / 40%);
}



.btn-news {
    display: block;
    font-size: 15px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #57BEFF;
    text-align: center;
    margin: 18px auto;
}

.btn-contact {
    display: block;
    color: #fff;
    background-color: #000;
    text-align: center;
}

a.btn-contact:hover {
    color: #fff !important;
}


.btn-contact {
    font-size: 15px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin: 18px auto;
}

.btn-box-top-movie {
    position: absolute;

    display: block;
    font-weight: bold;
    color: #fff;
    background-color: #57BEFF;
    text-align: center;
}


a.btn-box-top-forbusiness:hover {
    color: #fff !important;
}


.btn-box-top-forbusiness {
    position: absolute;

    display: block;
    font-weight: bold;
    color: #fff;
    background-color: #000000;
    text-align: center;
}




.box-slide-list {
    width: 100%;
    text-align: center;
}



.box-slide-list p {
    margin-top: 32px;
    /*  font-size: 18px;*/
    font-weight: bold;
}

.box-content-business {
    max-width: 888px;
    margin: 0 auto;
    line-height: 2.5em;
}




.box-system img {

    display: block;
    margin: 0 auto;
}


.box-system {
    background-color: #fff;
    padding: 50px 24px;
    border: 1px solid #707070;
}

.box13 .box-desc {
    margin-bottom: 28px;
    font-weight: bold;
}

.box-system-desc {
    padding-top: 40px;
    display: block;
    line-height: 1.6em;
    text-align: left;
}



.box-idea img {
    display: block;
    margin: 0 auto;
}

.box-idea p {

    font-weight: bold;
    text-align: center;
    padding: 24px 0px 6px 0px;
    /* text-decoration: underline; */
    border-bottom: 3px solid #000;
    display: inline-block;
    margin: 0 auto;
}

.box-content-idea-list {
    padding: 80px;
}

.box-content-idea-list p {
    border: none;
}

.box14-title {
    border: none !important;
}


.box14-desc {
    font-weight: normal !important;
    border: none !important;
}


.business-list {
    box-sizing: border-box;

    height: 800px;

    /*    overflow-y: scroll;
    overflow-x: hidden;
*/
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border-radius: 10px;

    font-size: 16px;

    margin: 0 auto;
}


.business-service-list-wrap {
    overflow-x: scroll;
}


.business-service-list {
    min-width: 800px;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 0 auto;
}

.business-service-list th,
td {
    border-bottom: solid 1px #666;
    padding: 7px;
}

.business-service-list td:first-child {
    text-align: left;
}

.business-service-list td:nth-child(2) {
    width: 100px;
    text-align: center;
}

.business-service-list td:nth-child(3) {
    width: 90px;
    text-align: center;
}

.business-service-list td:nth-child(4) {
    width: 90px;
    text-align: center;
}

.business-service-list td:nth-child(5) {
    width: 75px;
    text-align: center;
    padding-left: 25px;
    color: #66CCFF;
}

.business-service-list td:nth-child(6) {
    width: 100px;
    text-align: center;
    padding-left: 25px;
    color: #66CCFF;
}

.business-service-list td:nth-child(7) {
    width: 100px;
    text-align: center;
    padding-left: 25px;
    color: #66CCFF;
}

.business-service-list th:first-child {
    text-align: center;
}

.business-service-list th:nth-child(2) {
    text-align: left;
    width: 100px;
}

.business-service-list th:nth-child(3) {
    text-align: left;
    width: 90px;
}

.business-service-list th:nth-child(4) {
    text-align: left;
    width: 90px;
}

.business-service-list th:nth-child(5) {
    text-align: center;
    width: 75px;
}

.business-service-list th:nth-child(6) {
    text-align: center;
    width: 100px;
}

.business-service-list th:nth-child(7) {
    text-align: center;
    width: 100px;
}

.isservicenow {
    background-color: #fff;
}


.pan-service-list th,
td {
    border: none !important;
}

.business-service-list tr {
    border-bottom: 1px solid #999;
}


.box.box14.box-idea {
    text-align: center;
}

.idea-no {
    font-family: 'Oswald', sans-serif;
    font-weight: normal !important;
    display: inline-block;
}

.box-content-idea-list>.box-content-item>div>p>span {
    text-align: left !important;
    display: block;
    margin-left: 14px;
}


.idea-image {
    display: block;
    content: '';
}

.box-system-desc p {
    padding-left: 1em;
    text-indent: -1em;
}




.business-service-list a.btn-case-studies {
    color: #0288B5;
}


.business-service-list a.btn-case-studies:hover {
    color: #0288B5;
}












.dialog-case-studies-image {
    height: auto;
    align-items: flex-start;
}






.dialog-case-studies-image img {
    margin-bottom: 54px;
}

.dialog-case-studies-desc {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
    margin-bottom: 70px;
    text-align: left;
}

.dialog-case-studies-button {
    width: 100%;
}

.dialog-case-studies-button a {
    font-size: 24px;
    width: 206px;
    height: 71px;
    line-height: 71px;
    margin: 0 auto;

    display: block;
    color: #fff;
    background-color: #000;
    text-align: center;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.buy-online-btn-area {
    margin-bottom: 1rem;
}






tr.clickable {
    background-color: #F1F4F9;
    cursor: pointer;
    color: #000;
}


tr.clickable:hover {
    background-color: #57BEFF;
    cursor: pointer;
    color: #fff;
}

tr.clickable:hover a {
    color: #fff !important;
}

tr.clickable a {
    color: #000 !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}






.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff !important;
}




/* スマホ */
@media (max-width: 767px) {

    .l-main {
        margin: 75px 0px 140px 0px;
    }


    .swiper-button-next,
    .swiper-button-prev {
        top: 38% !important;
    }


    .service-title .btn-dl-ticket {
        line-height: 18px;
        font-weight: normal;
        /*        margin-left: 14px;
        margin-bottom: 7px;*/

        margin: 7px auto;
        width: 100%;
    }

    .service-picmate {
        width: 100%;
    }

    .btn-secondary-small {
        display: inline-block;
        box-sizing: border-box !important;
        width: 100% !important;
        height: 28px;

    }


    .dialog-case-studies {
        max-width: 1160px;
        /*	border: 1px solid #ccc;*/
        margin: 28px auto;
        box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
        background-color: #fff;
    }


    .box13 .box-desc {
        font-size: 20px !important;
    }


    .l-header {
        height: 75px;
    }

    .header-logo a {
        max-height: 75px;
        max-width: calc(100vw - 35px - 60px);
    }
    .header-logo img {
        max-height: 75px;
    }

    .menu-trigger {
        position: absolute;
        top: 19px;
        right: 19px;
    }

    .menu-trigger span {
        background-color: #0288B5;
    }

    .menu-top .menu-trigger span {
        background-color: #fff;
    }

    .fixed .menu-trigger span {
        background-color: #0288B5;
    }


    .manu-main ul {
        /*    height: 120px !important;
    line-height: 120px !important;
*/
    }

    .box-top-title {
        bottom: 100px;
        left: 70px;
        font-size: 14px;
    }


    .btn-box-top-movie {
        bottom: 57px;
        left: 70px;

        width: 120px;
        height: 40px;
        line-height: 40px;

        margin: 18px auto 0px;
        font-size: 10px;
    }

    .btn-box-top-movie:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: -1px 0px 0 8px;
        background: url(/img/mark_play.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }





    .btn-box-top-forbusiness {
        bottom: 57px;
        left: 70px;

        width: 170px;
        height: 40px;
        line-height: 40px;

        margin: 18px auto 0px;
        font-size: 10px;
    }


    .box {
        max-width: 100%;
    }

    .box-flex {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;


        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;




    }


    .box1 .box-flex {
        flex-wrap: nowrap;
    }

    .box-content {
        padding: 14px;
    }

    .box-content-business p {
        font-size: 14px;
        text-align: left;
        letter-spacing: 0.05em;
    }

    .box-desc {
        font-size: 14px;
    }


    .box-content {
        text-align: center;
    }

    .box2 .box-content-item {
        width: 42%;
    }

    .box-content-item img {
        width: 100%;
    }

    .box-content-item p {
        font-size: 11px;
    }

    .box-content-item p span {
        display: block;
    }

    .box-content>img {
        margin: -24px 2px 0px 12px;
        width: 12px;
    }



    .box-title {
        font-size: 28px;
    }



    .box-system-desc {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }

    .box-system img {
        width: 100%;
        width: calc(100% - 28px)
    }

    .box-slide-list img {
        /*    width: 100%;*/
    }

    .box-slide-list-title {
        font-size: 12px;
    }

    .box-idea p {
        font-size: 16px;
    }




    .box14-title {
        font-size: 18px !important;
        position: relative;
        display: block !important;
    }

    .box14-title::before {
        /*    position: absolute;
    top: 24px;
    left: calc(100% - 67%);
    content:'';
    display: inline-block;
    width: 3px;
    height: 22px;
    background: #000;
    margin-right: 7px;
    transform: rotate(-30deg);
    */
    }

    .box14-title::after {
        /*
    position: absolute;
    top: 24px;
    left: calc(100% - 36%);
    content:'';
    display: inline-block;
    width: 3px;
    height: 22px;
    background: #000;
    margin-left: 7px;
    transform: rotate(30deg);
    */
    }



    .news-list {
        padding: 0px;
    }


    .news-list dt {
        float: left;
        font-size: 10px;
        width: 80px;
        margin-right: 10px;
        text-align: center;
        /*    height: 100px;*/
        margin-top: 3px;
    }


    .news-list dt span {
        display: inline-block;
        width: 72px;
        border: 1px solid #707070;
        padding: 4px 7px;
    }

    .news-list dd {
        font-size: 14px;
        margin: 0 0 3em 0;
        padding-top: 0px;
        text-align: left;
    }


    .btn-contact {
        font-size: 14px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        margin: 18px auto;
    }


    .box14-desc {
        font-size: 14px !important;
        padding-top: 12px !important;
    }




    .idea-no {
        font-size: 43px !important;
        width: 27px !important;
    }


    .idea-image {
        width: 305px;
        height: 505px;
        margin: 0 auto;
    }


    .idea-image1 {
        background-position: center;
        background: url(/img/idea1_mob.png) no-repeat;
    }

    .idea-image2 {
        background-position: center;
        background: url(/img/idea2_mob.png) no-repeat;
    }


    .box2 .box-content-item p {
        font-size: 12px;
    }




    .box14-title span::before {
        position: relative;
        top: 4px;
        /*    left: 95px;*/
        content: '';
        display: inline-block;
        width: 3px;
        height: 22px;
        background: #000;
        margin-right: 14px;
        transform: rotate(-30deg);
    }

    .box14-title span::after {
        position: relative;
        top: 4px;
        /*    left: 188px;*/
        content: '';
        display: inline-block;
        width: 3px;
        height: 22px;
        background: #000;
        margin-left: 14px;
        transform: rotate(30deg);
    }

    .dialog-case-studies {
        margin: 0 14px;
        padding: 24px;
    }

    .dialog-case-studies-image img {
        max-width: 100%;
    }



    .dialog-case-studies-image img:first-child {
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .dialog-case-studies-image img:last-child {
        margin: 0 auto;
    }

    .box-slide-list {
        height: 350px;
    }


    .swiper-slide {
        width: 100%;
    }

    .swiper-slide img {
        /*		width: 100%;*/
        max-height: 220px;
    }



    .dialog-case-studies-image {}


    .menu-button {
        width: 100%;
        text-align: left;
    }

    .enjoyPan p {
        font-size: 12px;
        font-weight: normal;
    }

    .swiper-slide-box p {
        /*        margin: 14px auto 35px;*/
        margin: 4px auto 55px;
    }





    .dialog-enjoypan-title {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        padding-bottom: 14px;
        flex-direction: column;
    }

    .enjoypan-no {
        line-height: 75px;
        height: 75px;
        font-size: 30px !important;
        width: 43px !important;
        font-family: 'Oswald', sans-serif;
        font-weight: normal !important;
        margin-bottom: 0px;
        text-align: left;
    }

    .enjoypan-title {
        /* line-height: 75px; */
        text-align: left;
        font-size: 14px !important;
        margin-left: 0px;
        display: inline-block;
        height: 36px;
        /*    margin-top: 34px;*/
        font-weight: bold;
    }



    .dialog-case-studies-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 54px;
    }



    .dialog-case-studies-image {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-flow: row wrap;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;

        align-content: flex-start;
        margin-bottom: 54px;
    }



}

@media (min-width: 960px) and (max-width: 1279px) {
    .header-logo a {
        max-width: calc(100vw - 35px - 768px);
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .l-main {
        margin: 88px 0px 120px 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 40% !important;
    }

    .dialog-case-studies {
        max-width: 1160px;
        /*	border: 1px solid #ccc;*/
        /*		margin: calc((100vh - 890px) / 2) auto;*/
        margin: 28px auto;
        /*		margin: calc((100vh - 1000px) / 2) auto;*/

        box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
        background-color: #fff;
    }


    .menu-top .manu-main li a {
        color: #fff;
    }

    .menu-top .manu-main .menu-main-sp li:not(:last-child) a {
        color: #000;
    }

    .menu-top .menu-trigger span {
        background-color: #fff;
    }

    .manu-main ul {
        /*height: 120px !important;*/
        line-height: 88px !important;

    }


    .manu-main li {
        /*margin-left: 24px;*/
    }

    .box-top-title {
        bottom: 80px;
        left: 24px;
        font-size: 24px;

        bottom: 200px;
        left: 100px;
        font-size: 24px;

    }

    .btn-box-top-movie {
        font-size: 18px;
        bottom: 100px;
        left: 100px;
        width: 260px;
        height: 60px;
        line-height: 60px;
        margin: 18px auto 0px;
    }

    .btn-box-top-movie:after {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: -3px 0px 0 33px;
        background: url(/img/mark_play.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }


    .btn-box-top-forbusiness {
        bottom: 100px;
        left: 0px;
        font-size: 18px;
        width: 333px;
        height: 60px;
        line-height: 60px;
        margin: 18px auto 0px;
    }

    .box {
        max-width: 100%;
    }

    .box-flex {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;

        /*    flex-wrap:wrap;*/
    }


    .box1 .box-flex {
        flex-wrap: nowrap;
    }

    .box-desc {
        font-size: 14px;
    }

    .box-content {
        padding: 14px;
    }

    .box-content-business p {
        font-size: 14px;
        text-align: left;
        letter-spacing: 0.05em;
    }

    .box-content {
        text-align: center;
    }

    .box-content-item {
        width: 42%;
    }

    .box-content-item img {
        width: 100%;
    }

    .box-content-item p {
        font-size: 14px;
    }

    .box-content-item p span {
        display: inline-block;
    }

    .box-content>img {
        margin: 20px 0px 20px 28px;
        width: 20px;
    }




    .box-title {
        font-size: 28px;
    }

    .box-system-desc {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
    }

    .box-system img {
        width: 100%;
        width: calc(100% - 28px)
    }

    .box-idea p {
        font-size: 24px;
    }

    .box14-title {
        font-size: 24px !important;
        display: block !important;
    }


    .box-slide-list img {
        /*    width: 100%;*/
    }


    .box-slide-list-title {
        font-size: 12px;
    }

    .news-list {
        padding: 0px;
    }


    .news-list dt {
        float: left;
        font-size: 10px;
        width: 80px;
        margin-right: 10px;
        text-align: center;
        height: 40px;
        margin-top: 3px;
    }


    .news-list dt span {
        display: inline-block;
        width: 72px;
        border: 1px solid #707070;
        padding: 4px 7px;
    }

    .news-list dd {
        font-size: 14px;
        margin: 0 0 3em 0;
        padding-top: 0px;
        text-align: left;
    }


    .btn-contact {
        font-size: 18px;
        width: 361px;
        height: 101px;
        line-height: 101px;
        margin: 18px auto;
    }

    .box14-desc {
        font-size: 18px !important;
        padding-top: 12px !important;
    }



    .idea-no {
        font-size: 43px !important;
        width: 27px !important;
    }

    .idea-title p span {
        font-size: 16px !important;
    }

    .idea-image {
        width: 305px;
        height: 505px;
        margin: 0 auto;
    }

    .idea-image1 {
        background-position: center;
        background: url(/img/idea1_mob.png) no-repeat;
    }

    .idea-image2 {
        background-position: center;
        background: url(/img/idea2_mob.png) no-repeat;
    }


    .box2 .box-content-item p {
        font-size: 15px;
    }



    .box14-title span::before {
        position: relative;
        top: 4px;
        /*    left: 320px;*/
        content: '';
        display: inline-block;
        width: 3px;
        height: 26px;
        background: #000;
        margin-right: 14px;
        transform: rotate(-30deg);
    }

    .box14-title span::after {
        position: relative;
        top: 4px;
        /*    left: 435px;*/
        content: '';
        display: inline-block;
        width: 3px;
        height: 26px;
        background: #000;
        margin-left: 14px;
        transform: rotate(30deg);
    }

    .dialog-case-studies {
        padding: 60px;
    }

    .dialog-case-studies-image img {
        max-width: 48%;
        object-fit: contain;
        height: 376px;
    }


    .dialog-case-studies-image img:first-child {
        margin-right: 20px;
    }

    .dialog-case-studies-image img:last-child {
        margin-left: 20px;
    }

    .box-slide-list {
        height: 500px;
    }

    .swiper-slide {
        width: 580px !important;
    }

    .swiper-slide img {
        /*        width: 100%;*/
        /*        max-height: 435px;*/
        max-height: 400px;
    }



    .dialog-case-studies-image {
        height: 376px;
    }



    .menu-button {
        /*width: 180px;*/
        /*text-align: center;*/
    }

    .swiper-slide-box p {
        margin: 14px auto 35px;
    }




    .dialog-enjoypan-title {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        /*    padding-bottom: 60px;*/
        flex-direction: row;
    }

    .enjoypan-no {
        line-height: 75px;
        height: 75px;
        font-size: 50px !important;
        width: 43px !important;
        font-family: 'Oswald', sans-serif;
        font-weight: normal !important;
        margin-bottom: 60px;
    }

    .enjoypan-title {
        /* line-height: 75px; */
        text-align: left;
        font-size: 24px !important;
        margin-left: 30px;
        display: inline-block;
        height: 36px;
        margin-top: 34px;
        font-weight: bold;
    }



    .dialog-case-studies-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 54px;
    }




    .dialog-case-studies-image {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        /*    flex-flow: row wrap;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        align-content: flex-start;
        margin-bottom: 54px;
    }




}

@media (min-width: 960px) {
    .menu-button {
        width: 160px;
        text-align: center;
    }

    .menu-top .manu-main li:not(:last-child) a {
        color: #fff;
    }
}

@media (min-width: 1280px) {

    .l-main {
        margin: 88px 0px 120px 0px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 42% !important;
    }

    .dialog-case-studies {
        max-width: 1160px;
        /*	border: 1px solid #ccc;*/

        /*		margin: calc((100vh - 890px) / 2) auto;*/
        margin: 28px auto;
        /*		margin: calc((100vh - 1000px) / 2) auto;*/

        box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
        background-color: #fff;
    }

    .menu-top .manu-main li a {
        color: #fff;
    }

    .menu-top .manu-main li:not(:last-child) a {
        color: #fff;
    }

    .manu-main li:last-child a {
        color: #fff;
    }

    .manu-main ul {
        height: 88px !important;
    }

    /*.manu-main ul {
    height: 120px !important;
    line-height: 120px !important;
  }*/

    .manu-main li {
        margin-left: 36px;
    }

    .box-top-title {
        bottom: 200px;
        left: 120px;
        font-size: 40px;
    }

    .btn-box-top-movie {
        font-size: 18px;
        bottom: 100px;
        left: 120px;
        width: 260px;
        height: 65px;
        line-height: 65px;
        margin: 18px auto;
    }

    .btn-box-top-movie:after {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: -3px 0px 0 33px;
        background: url(/img/mark_play.png) no-repeat;
        background-size: contain;
        vertical-align: middle;
    }




    .btn-box-top-forbusiness {
        bottom: 100px;
        left: 120px;
        font-size: 18px;
        width: 333px;
        height: 65px;
        line-height: 65px;
        margin: 18px auto;
    }

    .box {
        max-width: 1280px;
    }


    .box-flex {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;

    }


    .box-desc {
        font-size: 24px;
    }


    .box-content {
        padding: 24px;
    }

    .box-content-business p {
        font-size: 16px;
        text-align: left;
        letter-spacing: 0.05em;
    }

    .business-list {
        width: 1092px;
    }


    .business-service-list {
        width: 1092px;
    }




    .box-content>img {

        margin: 20px auto;
        width: 20px;
        padding-left: 30px;
    }

    .box-content-item p {
        /*    font-size: 18px !important;*/
    }


    .box-system-desc {
        width: 660px;
        margin: 0 auto;
        font-size: 18px;
    }

    .box-system img {
        width: 918px;
    }


    .box-idea p {
        /*    width: 428px;*/
    }

    .box-idea p {
        font-size: 24px;
    }

    .box14-title {
        font-size: 24px !important;
        position: relative;
        display: block !important;
    }

    .box14-title span::before {
        position: relative;
        top: 4px;
        /*    left: 149px;*/
        content: '';
        display: inline-block;
        width: 3px;
        height: 26px;
        background: #000;
        margin-right: 14px;
        transform: rotate(-30deg);
    }

    .box14-title span::after {
        position: relative;
        top: 4px;
        /*    left: 271px;*/
        content: '';
        display: inline-block;
        width: 3px;
        height: 26px;
        background: #000;
        margin-left: 14px;
        transform: rotate(30deg);
    }


    .box-slide-list img {
        max-height: 435px;
    }


    .box-slide-list-title {
        font-size: 18px;
    }


    .news-list {
        /*    width: 1104px;*/
        /*    margin-top: 100px;*/
    }

    .news-list dt {
        float: left;
        font-size: 14px;
        width: 160px;
        margin-right: 40px;
        line-height: 24px;
        text-align: center;
    }


    .news-list dd {
        font-size: 14px;
        margin: 0 0 3em 0;
        padding-top: 4px;
    }

    .news-list dt span {
        display: inline-block;
        width: 120px;
        border: 1px solid #707070;
        padding: 4px 7px;
    }

    .btn-contact {
        font-size: 18px;
        width: 361px;
        height: 101px;
        line-height: 101px;
        margin: 18px auto;
    }

    .box14-desc {
        font-size: 18px !important;
        padding-top: 12px !important;
    }




    .box-content-idea-list>.box-content-item>.idea-title {
        padding-left: 37px;
    }

    .box-content-idea-list>.box-content-item {
        margin: 0 21px;
    }


    .idea-no {
        font-size: 68px !important;
        width: 43px !important;
    }


    .idea-image {
        width: 525px;
        height: 713px;
        margin: 0 auto;
    }

    .idea-image1 {
        background-position: center;
        background: url(/img/idea1_pc.png) no-repeat;
    }

    .idea-image2 {
        background-position: center;
        background: url(/img/idea2_pc.png) no-repeat;
    }

    .box2 .box-content-item p {
        font-size: 18px;
    }

    .dialog-case-studies {
        padding: 60px;
    }

    .dialog-case-studies-image img {
        /*		max-width: 500px;*/
        object-fit: contain;
        height: 376px;
    }




    .dialog-case-studies-image img:first-child {
        margin-right: 20px;
    }

    .dialog-case-studies-image img:last-child {
        margin-left: 20px;
    }

    .box-slide-list {
        height: 500px;
    }


    .swiper-slide {
        width: 580px !important;
    }

    .swiper-slide img {
        max-width: 100%;
    }


    .dialog-case-studies-image {
        height: 376px;
    }

    .swiper-slide-box p {
        margin: 14px auto 35px;
    }





    .dialog-enjoypan-title {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        /*    padding-bottom: 60px;*/
        flex-direction: row;
    }

    .enjoypan-no {
        line-height: 75px;
        height: 75px;
        font-size: 50px !important;
        width: 43px !important;
        font-family: 'Oswald', sans-serif;
        font-weight: normal !important;
        margin-bottom: 60px;
        margin-right: 28px;
    }

    .enjoypan-title {
        /* line-height: 75px; */
        text-align: left;
        font-size: 24px !important;
        margin-left: 0px;
        display: inline-block;
        height: 36px;
        margin-top: 34px;
        font-weight: bold;
    }


    .dialog-case-studies-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 54px;
    }

    .dialog-case-studies-image {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        /*    flex-flow: row wrap;*/

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;

        align-content: flex-start;
        margin-bottom: 54px;
    }




}


@media (max-width: 374px) {

    .box-top-title {
        bottom: 100px;
        left: 10px;
        font-size: 14px;
    }


    .btn-box-top-movie {
        bottom: 32px;
        left: 10px;

        width: 120px;
        height: 40px;
        line-height: 40px;

        margin: 18px auto 0px;
        font-size: 10px;
    }

    .btn-box-top-forbusiness {
        bottom: 32px;
        left: 140px;

        width: 170px;
        height: 40px;
        line-height: 40px;

        margin: 18px auto 0px;
        font-size: 10px;
    }



}



.slick-prev {
    left: 25px;
    position: absolute;
    top: 50%;
    left: 24px;
    z-index: 100;
}

.slick-prev {
    left: 25px;
    position: absolute;
    top: 50%;
    left: 24px;
    z-index: 100;
}


.slick-prev::before,
.slick-next::before {
    color: #fff;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.sliderWrap {
    width: 100%;
    /*  max-width: 980px;*/
    max-width: 100%;
    margin: 40px auto 0;
    background-color: #F1F4F9;
}

.sliderWrap img {
    width: 100%
}




.slick-prev::before,
.slick-next::before {
    color: #21c69c;
}





.slick-prev {
    position: absolute !important;
    top: calc(50% - 20px) !important;
    left: 24px !important;
    z-index: 100 !important;
}

.slick-next {
    position: absolute !important;
    top: calc(50% - 20px) !important;
    right: 24px !important;
    z-index: 100 !important;
}


.slick-prev::before,
.slick-next::before {
    color: #fff;
}

.slick-prev:before {
    display: block !important;
    width: 30px !important;
    height: 57px !important;
    background-image: url(./img/arrow_l.png) !important;
}

.slick-next:before {
    display: block !important;
    width: 30px !important;
    height: 57px !important;
    background-image: url(./img/arrow_r.png) !important;
}

.slick-next:before,
.slick-prev:before {
    font-size: 0 !important;
}

.sliderWrap {
    margin: 0 !important;
}


.slick-slide video {
    /*
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
*/

    width: 100% !important;
}


.top-main .l-box+.box3 {
    padding: 20px 0px !important;
}

.top-main .box3 .box-content {
    padding: 24px 0px !important;
}

/* slickslickslick */

*,
*:before,
*:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}



.slick-slide,
.slick-slide::before,
.caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.slick-slider {
    position: relative;
    width: 100%;
    height: 56.25vw;
    min-height: 8vw;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

.slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.slick-slide {
    position: relative;
    height: 56.25vw;
}

.slick-slide::before {
    background-color: #000;
    opacity: .3;
    z-index: 1;
}

.slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*    transform: translate(-50%, -50%); }*/
    transform: translate(-50%, 0%);
}

.slick-slide iframe {
    position: relative;
    pointer-events: none;
}

.slick-slide figure {
    position: relative;
    height: 100%;
}

.slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .8s ease;
}

.slick-slide .slide-image.show {
    opacity: 1;
}

.slick-slide .image-entity {
    width: 100%;
    height: auto;
    opacity: 0;
}

.slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

.slick-slide .slide-media {
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active {
    z-index: 1;
}

.slick-slide.slick-active .slide-media {
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.caption {
    position: absolute;
    top: 44%;
    left: 5%;
    text-align: center;
    padding: 20px;
    border: 3px solid;
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .02em;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
    transform: translateY(100px);
}

.slick-dots {
    text-align: center;
    padding-top: 15px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    transition: all .3s ease;
    opacity: .4;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li.slick-active button {
    border-color: #57BEFF;
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
    background-color: #57BEFF;
}

.container {
    background-color: #f2f2f2;
    color: #444;
    line-height: 1.6;
    padding: 40px 0;
}

.container .content {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

.container p {
    /*	margin-bottom: 40px;*/
    margin-bottom: 11px;
}



@keyframes slideIn {
    from {
        filter: blur(15px);
    }

    to {
        filter: blur(0);
    }
}

@keyframes slideOut {
    from {
        filter: blur(0);
    }

    to {
        filter: blur(15px);
    }
}

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



.slick-prev {
    position: absolute !important;
    top: calc(50% - 20px) !important;
    left: 24px !important;
    z-index: 100 !important;
}

.slick-next {
    position: absolute !important;
    top: calc(50% - 20px) !important;
    right: 24px !important;
    z-index: 100 !important;
}


.slick-next:before {
    display: block !important;
    width: 30px !important;
    height: 57px !important;
    background-image: url(./img/arrow_r.png) !important;
}


.slick-dotted.slick-slider {
    margin-bottom: 50px !important;
}

.slick-dots {
    bottom: -30px !important;
}



.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #57BEFF !important;
}

.slick-dots li button:before {
    color: #57BEFF !important;
    opacity: 1 !important;
}

.whats-movie {
    margin-top: 28px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.whats-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*
.dialog-enjoypan-title p{
    text-align: left;
}
.dialog-enjoypan-title p span{
    font-size: 24px !important;
    font-weight: bold;
    width: 43px !important;
}
*/

.enjoyPan {
    cursor: pointer;
}

.news-list dd a {
    cursor: pointer;
}


.is-btn-news-close::after {
    display: inline-block;
    height: 10px;
    width: 17px;
    line-height: 10px;
    transform: rotateX(180deg);
    content: '　';
    margin-left: 4px;
    background-image: url(../img/arrow_d.png);
    background-repeat: no-repeat;
}

.is-btn-news-open::after {
    display: inline-block;
    height: 10px;
    width: 17px;
    line-height: 10px;
    content: '　';
    margin-left: 4px;
    background-image: url(../img/arrow_d.png);
    background-repeat: no-repeat;
    transform: rotateX(0deg);
}


a.btn-news:hover {
    color: #fff;
}

.panel-ticket .form-control {
    font-size: 20px;
}



.slick-prev:before {
    content: '←';
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: '→';
}

.is-modal {
    height: 100vh;
    overflow-y: hidden;
}

.overlay-enjoypan {
    /*	min-height: 1000px;*/
}

.overlay-enjoypan {
    /*    position: relative;*/
    /*    width: 100%;*/
    height: 100vh;
    /*    top: 0;*/
    /*    left: 0;*/
}

/* cart-coupon-code-area */
.cart-coupon-code-area,
.cart-coupon-code-area .coupon-code-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cart-coupon-code-area .coupno_code_text {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 5px;
    height: 36px;
}

.cart-coupon-code-area .coupon-code-form .label {
    flex-shrink: 0;
    color: #117b9e;
    font-size: 1.025rem;
    font-weight: bold;
    width: 120px;
    text-align: right;
}
