@charset "UTF-8";

/* ------------------------------------------------------------
   base.css
------------------------------------------------------------ */
/*
* header
* footer
* common
* layer
* form
*/
/* common
------------------------------------------------------------ */
/* font */

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot");
    src: url("fonts/fontawesome-webfont.eot?iefix") format("eot"),
        url("fonts/fontawesome-webfont.woff") format("woff"),
        url("fonts/fontawesome-webfont.woff2") format("woff2"),
        url("fonts/fontawesome-webfont.ttf") format("truetype"),
        url("fonts/fontawesome-webfont.svg#webfontjSpbZQRv") format("svg");
    font-weight: normal;
    font-style: normal;
}
.container-fluid {
    max-width: 1280px !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.toprow::before,
.toprow::after {
    display: none;
}
.toprow {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/* input[type=email],input[type=password] {
font-size: 16px;
transform: scale(0.8);
} */

body {
    font-size: 15px;
    /* line-height: 1.6; */
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans",
        "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-feature-settings: "palt";
    color: #312b2a;
    letter-spacing: 0.01rem;
    font-weight: 500;
    background: #fff;
}
a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #312b2a;
}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
    color: #312b2a;
}

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

/* input[type="submit"],
select {
outline: none;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: auto;
-ms-appearance: auto;
-o-appearance: auto;
appearance: auto;
} */

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}
.row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
}

.ft-s12 {
    font-size: 12px;
}

*:focus {
    outline: none;
}

.pc {
    display: none;
}
.sp {
    display: block;
}

header {
    padding: 10px 0;
}

/*共通*/
section {
    position: relative;
}
.inner {
    padding: 40px 0;
}

.basic-btn {
    text-align: center;
}
.basic-btn a {
    background: #9acce2;
    padding: 10px 20px;
    width: 300px;
    display: inline-block;
    color: #fff;
    border: 2px solid #9acce2;
    border-radius: 30px;
}
.basic-btn a:hover {
    background: #fff;
    color: #9acce2;
}

.cl-blue {
    color: #83c1d7;
}

.bg-gradation {
    background: rgb(234, 216, 231);
    background: linear-gradient(
        -70deg,
        rgba(234, 216, 231, 1) 0%,
        rgba(203, 216, 239, 1) 20%,
        rgba(224, 186, 212, 1) 40%,
        rgba(192, 208, 235, 1) 60%,
        rgba(210, 189, 216, 1) 80%,
        rgba(177, 182, 219, 1) 100%
    );
}

.bg-lightblue {
    background: #f2f3f9;
}

.mt80-30 {
    margin-top: 30px;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

@media (min-width: 767px) {
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
}

@media (min-width: 992px) {
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
}

@media (min-width: 1200px) {
    .offset-xlarge-1 {
        margin-left: 8.33333%;
    }
}

.collapse:not(.show) {
    display: none;
}

/*ヘッダー*/
h1 img {
    height: 50px;
    width: auto;
}
.nav-icon {
    padding: 4px 10px;
}
header a {
    border-bottom: none;
}
header .col-4 {
    margin-top: 0px;
}
header .col-8 {
    margin-top: 0px;
}
header .fas {
    font-size: 25px;
    line-height: 2rem;
}

.global-nav-pc,
.global-nav-pc .section-inner {
    height: 100%;
}

/*グローバルナビPC*/
@media (min-width: 767px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    header {
        padding: 10px 0;
        background: #fff;
        width: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 2;
    }
    main {
        padding-top: 101px;
    }

    .section-inner ul {
        display: none;
    }
    .global-nav-item.sp-search.sp {
        display: none;
    }

    /** グローバルナビリスト (1階層目) */
    .global-nav-item-list-pc {
        display: flex;
        justify-content: end;
        height: 100%;
    }
    /** グローバルナビ項目 (1階層目) */
    .global-nav-item-list-pc .global-nav-item > a {
        padding: 5px 15px;
    }
    .global-nav-item-list-pc .global-nav-item.nav-icon a {
        padding: 0px;
    }

    /** グローバルナビリスト (2階層目) */
    .global-nav-sub-item-list1 {
        display: none;
    }

    .global-nav-item-list-pc
        .global-nav-item:hover
        > .global-nav-sub-item-list1 {
        position: absolute;
        top: 90%;
        width: 100%;
        min-width: 200px;
        height: 300px;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.2s opacity;
        border-bottom: 1px solid #ccc;
        border-radius: 5px;
        background: white;
        overflow-y: scroll;
        display: flex;
        justify-content: space-evenly;
    }

    .global-nav-item-list-pc
        .global-nav-item
        > .global-nav-sub-item-list1:hover {
        display: flex;
    }

    .global-nav-sub-item-list1 > .global-nav-sub-item > a {
        font-weight: bold;
    }

    /** グローバルナビ項目 (2階層目) */
    .global-nav-sub-item-list2 {
        padding-left: 10px;
    }

    .global-nav-item-list-pc .global-nav-sub-item > a {
        display: inline-block;
        padding: 5px 10px;
    }

    #search-pc {
        border: 1px solid #ccc;
        border-radius: 30px;
        margin-top: 10px;
        background: #fff;
        padding: 0 15px;
    }
    #search-pc input[type="text"] {
        border: none;
        padding: 5px 10px;
        width: 95%;
    }
    #search-pc button[type="submit"] {
        font-family: "Font Awesome 5 Free";
        font-size: unset;
        color: #808080;
        border: none;
        background: transparent;
        padding-left: 20px;
        padding-right: 0;
        cursor: pointer;
    }
}
/*ドロワーナビsp*/
@media (max-width: 766px) {
    /** グローバルナビリスト (1階層目) */
    .section-inner ul {
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        list-style-type: none;
        display: flex;
        float: right;
        margin-bottom: 5px;
    }

    .global-nav-item-list-sp {
        width: 260px;
        height: 100vh;
        position: fixed;
        top: 0;
        margin: auto;
        overflow: auto;
        z-index: 100;
        background: rgba(0, 0, 0, 0.8);
        transition: 0.2s all;
        pointer-events: none;
        right: -260px;
        padding: 90px 15px 20px 15px;
    }
    .global-nav.open .global-nav-item-list-sp {
        right: 0;
        pointer-events: all;
    }
    /** グローバルナビ項目 (1階層目, 2階層目) のリンク */
    .global-nav-item-list-sp .global-nav-item a {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding: 15px 0 15px 15px;
        color: #fff;
        text-decoration: none;
        transition: 0.2s all;
    }
    .global-nav-item-list-sp .global-nav-item > a::before,
    .global-nav-item-list-sp .global-nav-sub-item > a::before {
        content: "×";
        position: absolute;
        right: 10px;
        /* top: 10px; */
        font-size: 20px;
        color: #fff;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
    .global-nav-item-list-sp
        .global-nav-sub-item
        .global-nav-sub-item
        > a::before {
        content: none;
    }

    .global-nav-item-list-sp .global-nav-item > a.open::before,
    .global-nav-item-list-sp .global-nav-sub-item > a.open::before {
        content: "×";
        position: absolute;
        right: 10px;
        /* top: 10px; */
        font-size: 20px;
        color: #fff;
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    .global-nav-item-list-sp .global-nav-sub-item-list1 {
        /* padding-left: 10px; */
    }
    .global-nav-item-list-sp .global-nav-sub-item-list2 {
        padding-left: 20px;
    }
    .global-nav-item-list-sp .global-nav-sub-item a {
        /* padding-left: 45px; */
        padding: 0 0 10px 45px;
        color: #ddd;
    }

    .global-nav-item-list-sp .global-nav-sub-item a {
        /* padding-left: 45px;
    padding: 0 0 10px 45px;
    color: #ddd; */
    }
    /** グローバルナビリスト (2階層目) */
    .global-nav-item-list-sp .global-nav-sub-item-list:not(.open),
    .global-nav-item-list-sp .global-nav-sub-item-list:not(.open) * {
        overflow: hidden;
        opacity: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-top-width: 0;
        border-bottom-width: 0;
        color: transparent;
        line-height: 0;
        transition: 0.2s margin, 0.2s padding, 0.2s border-width,
            0.2s line-height, 0.2s opacity;
    }
    .global-nav-sub-item-list.open,
    .global-nav-sub-item-list.open * {
        transition: 0.2s margin, 0.2s padding, 0.2s border-width,
            0.2s line-height, 0.2s opacity;
    }

    .global-nav-item.sp-search.sp {
        border: 1px solid #fff;
        border-radius: 30px;
        margin-top: 20px;
        background: #fff;
        padding: 0 12px;
    }
    .global-nav-item.sp-search.sp input[type="text"] {
        border: none;
        padding: 5px;
        width: 190px;
    }
    .global-nav-item.sp-search.sp button[type="submit"] {
        font-family: "Font Awesome 5 Free";
        font-size: unset;
        color: #808080;
        border: none;
        background: transparent;
        padding-left: 10px;
        padding-right: 0;
    }

    /** トグルボタン */
    .global-nav-button {
        box-sizing: border-box;
        position: absolute;
        top: 30px;
        right: 15px;
        width: 45px;
        height: 45px;
        z-index: 101;
        cursor: pointer;
    }
    .global-nav-button-icon {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: calc(100% - 18px);
        height: 2px;
        margin-left: 9px;
        background: #312b2a;
        z-index: 100;
    }
    .global-nav-button-icon::before {
        position: relative;
        top: -8px;
        display: block;
        content: "";
        height: 2px;
        background: #312b2a;
        transition: 0.1s all;
    }
    .global-nav-button-icon::after {
        position: relative;
        top: 6px;
        display: block;
        content: "";
        height: 2px;
        background: #312b2a;
        transition: 0.1s all;
    }
    .global-nav-button.open .global-nav-button-icon {
        background: transparent;
    }
    .global-nav-button.open .global-nav-button-icon::before {
        top: -6px;
        transform: translateY(6px) rotate(45deg);
        background: #aaa;
    }
    .global-nav-button.open .global-nav-button-icon::after {
        top: 3px;
        transform: translateY(-5px) rotate(-45deg);
        background: #aaa;
    }
}

/*トップページ-------------------------------*/
/*メインビジュアル*/
.main-img {
    text-align: center;
}
.top-slider {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.main-txt {
    font-size: 30px;
    padding: 10px 15px 15px;
    margin: 0;
    font-weight: bold;
    line-height: 1.2;
}
.index-wrap01 {
    position: relative;
}
.index-wrap01::before {
    content: "";
    display: table;
    width: 100%;
    height: 150px;
    background-color: #f2f3f9;
    transform: skewY(-30deg);
    margin-top: 10vw;
    position: absolute;
    top: 13%;
    z-index: -1;
}
.index-wrap02 {
    position: relative;
}
.index-wrap02::before {
    content: "";
    display: table;
    width: 100%;
    height: 150px;
    background-color: #f2f3f9;
    transform: skewY(-30deg);
    margin-top: 10vw;
    position: absolute;
    top: 20%;
    z-index: -1;
}

h2.index01 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}
h2.index01 span {
    font-size: 24px;
}

.indexbox01-img img {
    box-shadow: 20px 25px 0 #f2d253;
    width: 95%;
    margin-bottom: 30px;
}

h2.index02 {
    text-align: center;
    color: #312b2a;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: normal;
}

h2.index02.txt-up {
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*シリーズ*/
ul.series-slider {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.series-slider img {
    padding: 0 10px;
}

.scroll {
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
.series-wrapper {
    margin: 0 15vw;
    min-width: 720px;
}

/*オリジナルグッズ*/
ul.goods-slider {
    list-style-type: none;
    padding: 0 60px;
    margin-bottom: 40px;
}
.goods-wrap {
    text-align: center;
}

.goods-btn a {
    border: 2px solid #000;
    background: #fff;
    width: 195px;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.goods-btn a:hover {
    background: #000;
    width: 195px;
    display: inline-block;
    height: 45px;
    line-height: 43px;
    margin-top: 20px;
    color: #fff;
    opacity: unset;
}

.goods-btn a.green {
    box-shadow: 5px 5px 0 #57cac8;
}
.goods-btn a.pink {
    box-shadow: 5px 5px 0 #dd9cb9;
}

.goods-btn a.purple {
    box-shadow: 5px 5px 0 #9496f6;
}

.goods-btn a.yellow {
    box-shadow: 5px 5px 0 #f2d253;
}

/*売れ筋ランキング*/
.ranking-wrapper {
    margin: 0 4vw;
    min-width: 860px;
}

.bg-gradation-half::before {
    content: "";
    background: rgb(234, 216, 231);
    background: linear-gradient(
        -70deg,
        rgba(234, 216, 231, 1) 0%,
        rgba(203, 216, 239, 1) 20%,
        rgba(224, 186, 212, 1) 40%,
        rgba(192, 208, 235, 1) 60%,
        rgba(210, 189, 216, 1) 80%,
        rgba(177, 182, 219, 1) 100%
    );
    background-size: auto;
    background-size: auto;
    background-size: contain;
    border-radius: 16px 0 0 16px;
    width: 95%;
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
}

.ranking-slider {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ranking-wrap {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}
.ranking-inner {
    background: #fff;
    border-radius: 40vw 40vw 4px 4px;
    padding: 60px 30px 10px;
    text-align: center;
}

.goods-name {
    color: #83d3ec;
    font-size: 24px;
    padding-top: 10px;
}
.goods-price {
    color: #9a0000;
    font-weight: bold;
}

.ranking-no {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}

/*PICK UP*/
.pickup-wrap {
    background-image: url("/storage/top/pickup_left.png"),
        url("/storage/top/pickup_right.png");
    background-repeat: no-repeat;
    background-position: left top, right top;
    background-size: contain;
    padding: 20px 50px 30px;
    position: relative;
    text-align: center;
    margin: 0 20px;
}
.pickup-wrap::before {
    content: "";
    background: #312b2a;
    height: 1.6px;
    width: 59vw;
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    max-width: 370px;
}
.pickup-wrap::after {
    content: "";
    background: #312b2a;
    height: 1.6px;
    width: 59vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    max-width: 370px;
}
.pickup-point {
    margin-bottom: 15px;
}
.pickup-point .point {
    font-size: 70%;
    display: block;
}
.pickup-wrap .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}
.basic-btn a.all {
    width: 100%;
    max-width: 300px;
}
.basic-btn a.short {
    width: 200px;
}
ul.pickup-slider {
    padding: 0;
    margin: 0;
}

/*お知らせ*/
.news-wrap {
    background: #fff;
    padding: 0 20px;
    margin-bottom: 40px;
}

.news-wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.news-wrap ul a {
    padding: 10px 0;
    border-top: 1px dotted #312b2a;
    display: block;
}
.news-wrap ul a:first-child {
    border-top: none;
}
.news-wrap .cat {
    background: #9ad7ef;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.news-wrap .date {
    margin: 0 10px;
}
.news-wrap .txt {
    display: block;
    padding-top: 5px;
}

/*footer*/
footer {
    background: #312b2a;
    color: #fff;
    text-align: center;
}
footer img {
    filter: brightness(0) invert(1);
    width: 8rem;
}
.footer-nav a {
    color: #fff;
}
.footer-nav {
    margin: 0 auto;
    padding: 15px 0;
}

ul.footer-icon {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.footer-icon li {
    display: inline;
    font-size: 30px;
    line-height: 0;
    padding-left: 0;
}
footer .inner {
    padding: 20px 0 10px;
}
ul.footer-icon a {
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #9ad7ef;
}
footer .nav {
    display: block;
}

/*シリーズ一覧ページ*/
.sub-img {
    width: 100%;
    height: 20vh;
}
.sub-img img {
    object-fit: cover;
    height: 20vh;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.2rem;
    color: #312b2a;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
}
.breadcrumb {
    font-size: 12px;
    background: #fff;
}

/*サイド*/
.side-h3 {
    background: #312b2a;
    color: #fff;
    border-radius: 20px;
    font-size: 24px;
    padding: 5px 20px;
    margin-bottom: 20px;
    margin-top: 50px;
}

ul#sidenav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #4d4d4d;
    margin-bottom: 20px;
}
.open__list .item__search {
    width: 50%;
    flex-basis: 50%;
    border: 1px solid #4d4d4d;
    padding: 3px 5px;
    line-height: 1.2;
    position: relative;
}
.sidenav-item-li a {
    padding: 3px 5px;
    display: block;
}
/* .open > .fa-plus {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
  
.close > .fa-plus {
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
} */
.item__search > .close::before {
    content: "×";
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
    color: #000;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.item__search > .open::before {
    content: "×";
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
    color: #000;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
ul#sidenav li ul {
    list-style-type: none;
    padding: 10px 1rem;
}
.sidenav-sub-item label {
    padding-left: 5px;
}
.goods-listbox {
    margin-bottom: 30px;
}
.goods-listbox .goods-name {
    color: #83d3ec;
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
}
.goods-listbox .goods-txt {
    line-height: 1.3;
}
section.subbox01 {
    padding-bottom: 40px;
}

/*--------------------------------------------
pc
-----------------------------------------------*/
@media (min-width: 767px) {
    /* .container {
    max-width: 720px;
  } */
    .main-txt {
        font-size: 16px;
        padding: 30px 15px 15px;
        font-weight: normal;
    }
    .scroll {
        overflow-x: visible;
        padding-bottom: 0;
    }
    .series-wrapper {
        margin: 0;
        min-width: auto;
    }
    .ranking-wrapper {
        margin: 0;
        min-width: auto;
    }
    .bg-gradation-half::before {
        width: 75%;
    }
    .pickup-wrap::before {
        height: 1px;
        max-width: 565px;
        width: 80vw;
    }
    .pickup-wrap::after {
        height: 1px;
        max-width: 565px;
        width: 80vw;
    }
    .news-wrap ul a:hover li .txt,
    .news-wrap ul a:hover li .date {
        opacity: 0.7;
    }

    footer .inner {
        padding: 30px 0 40px;
    }
    footer dl {
        margin: 0;
    }
    footer dl dt {
        text-align: left;
    }
    footer dl dt a {
        color: #fff;
    }
    footer dl dd {
        margin-bottom: 0.5rem;
        margin-left: 0;
        text-align: left;
        padding-left: 0.5rem;
        margin: 0;
    }
    footer dl dd a {
        color: #fff;
        color: #fff;
        font-size: 90%;
    }

    /*シリーズ一覧ページ*/
    .sub-img {
        width: 100%;
        height: auto;
    }
    .sub-img img {
        object-fit: cover;
        height: auto;
    }
    h2.index02.list-h2 {
        text-align: left;
    }
    .side-search {
        background: #fff;
        margin-bottom: 30px;
        width: 100%;
    }
    .side-search input[type="text"] {
        width: 84%;
        border-radius: 30px 0 0 30px;
        padding: 5px 10px;
        border: 1px solid #000;
    }
    .side-search input[type="submit"] {
        font-family: "Font Awesome 5 Free";
        color: #fff;
        border: none;
        background: #000;
        border-radius: 0 30px 30px 0;
        width: 16%;
        height: 36px;
        text-align: center;
        line-height: 1;
        cursor: pointer;
    }
    .side-h3 {
        font-size: 18px;
    }
    ul#sidenav {
        border: none;
    }
    .open__list .item__search {
        width: 100%;
        flex-basis: 100%;
        border: none;
        padding: 3px 5px;
        line-height: 1.2;
        position: relative;
        border-bottom: 1px solid #312b2a;
    }
    .series-wrap {
        padding: 10px 0;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 767px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .index-wrap01::before {
        top: 30%;
    }
    .index-wrap02::before {
        top: 50%;
    }
    .inner {
        padding: 80px 0;
    }
    h2.index01 {
        text-align: left;
        font-size: 25px;
    }
    h2.index01 span {
        display: block;
        font-size: 20px;
    }
    .indexbox01-img img {
        box-shadow: 30px 45px 0 #f2d253;
    }
    .pickup-wrap {
        margin: 0 30px;
    }
    .pickup-wrap::before {
        height: 1px;
        max-width: 770px;
        width: 90vw;
    }
    .pickup-wrap::after {
        height: 1px;
        max-width: 770px;
        width: 90vw;
    }
    .pickup-wrap {
        padding: 50px 90px 50px;
    }
    .pickup-point {
        margin-bottom: 30px;
    }
    .news-wrap .txt {
        display: inline;
        padding-top: 0;
        padding-left: 20px;
    }
    .news-wrap .date {
        margin: 0 15px;
    }
    .news-wrap .cat {
        padding: 5px 20px;
    }
    .news-wrap {
        padding: 10px 20px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1060px;
    }
    .indexbox01-img img {
        width: 100%;
    }
    .pickup-wrap::before {
        height: 1px;
        max-width: 885px;
        width: 100vw;
    }
    .pickup-wrap::after {
        height: 1px;
        max-width: 885px;
        width: 100vw;
    }
}
