@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
/* line 4, ../scss/config/_reset.scss */
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}

/* line 13, ../scss/config/_reset.scss */
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
    display: none;
}

/* line 16, ../scss/config/_reset.scss */
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
    outline-offset: -2px;
}

body {
    overflow-x: hidden;
}

html,
body {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

@media (max-width: 767px) {
    body {
        margin-top: 50px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td,
figure {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

ul::-webkit-scrollbar{
  display: none;
}

/* line 43, ../scss/config/_reset_form.scss */
blockquote, q {
    quotes: none;
}

/* line 47, ../scss/config/_reset_form.scss */
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* line 53, ../scss/config/_reset_form.scss */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
/* line 62, ../scss/config/_reset_form.scss */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
/* line 69, ../scss/config/_reset_form.scss */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* line 76, ../scss/config/_reset_form.scss */
del {
    text-decoration: line-through;
}

/* line 80, ../scss/config/_reset_form.scss */
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/* line 85, ../scss/config/_reset_form.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 91, ../scss/config/_reset_form.scss */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

/* line 100, ../scss/config/_reset_form.scss */
input, select {
    vertical-align: middle;
}

@font-face {
    font-family: koburina;
    src: url("../font/こぶりなゴシック StdN W6_0.otf") format("opentype");
}

/*
$widthPC: 1000px; //PC
$widthTab: 768px; //タブレット
$widthSp: 568px; //スマートフォン
*/
/*
@mixin tab {
  @media (min-width: $widthTab) and (max-width: ($widthPC)) {
    @content;
  }
}
*/
@font-face {
    font-family: 'MyFont';
    src: url("../fonts/Didot Bold.eot");
    src: url("../font/Didot Bold.ttf") format("truetype"), url("../font/Didot Bold.ttf") format("truetype"), url("./fonts/Didot Bold.woff") format("woff");
}

@font-face {
    font-family: 'DidotRegular';
    src: url("../font/Didot-Regular.ttf") format("truetype"), url("../font/Didot-Regular.woff") format("woff");
}

@font-face {
    font-family: 'DidotBold';
    src: url("../font/Didot-Bold.ttf") format("truetype"), url("../font/Didot-Bold.woff") format("woff");
}

/* line 10, ../scss/common/_common.scss */
html {
    font-size: 62.5%;
}

/* line 12, ../scss/common/_common.scss */
body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #383939;
}

@media all and (-ms-high-contrast: none) {
    /* line 18, ../scss/common/_common.scss */
    body body {
        font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

/* line 23, ../scss/common/_common.scss */
/* li {
  list-style: none;
} */

/* line 25, ../scss/common/_common.scss */
a {
    transition: .3s;
    text-decoration: none;
}

/* line 30, ../scss/common/_common.scss */
a:hover {
    opacity: 0.7;
}

/* line 33, ../scss/common/_common.scss */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* line 38, ../scss/common/_common.scss */
.sp {
    display: none;
}

@media (max-width: 767px) {
    /* line 38, ../scss/common/_common.scss */
    .sp {
        display: block;
    }
}

@media (max-width: 767px) {
    /* line 44, ../scss/common/_common.scss */
    .pc {
        display: none;
    }
}

/* line 49, ../scss/common/_common.scss */
img {
    width: 100%;
    height: auto;
}

/* line 52, ../scss/common/_common.scss */
.no-space {
    margin: 0 !important;
}

/* line 56, ../scss/common/_common.scss */
.wrap {
    /*overflow: hidden;*/
}

/*********
画像縦横比
**********/
/* line 63, ../scss/common/_common.scss */
.long {
    width: 100% !important;
}

/* line 67, ../scss/common/_common.scss */
.wide {
    height: 100% !important;
}

/*********
MV
**********/
/* line 76, ../scss/common/_common.scss */
.mv {
    margin: 18px 0 0;
}

@media (max-width: 767px) {
    /* line 76, ../scss/common/_common.scss */
    .mv {
        margin: 0;
    }
}

/*********
2カラム
**********/
/* line 90, ../scss/common/_common.scss */
.main {
    width: 1140px;
    display: flex;
    justify-content: space-between;
    margin: 34px auto;
    padding: 0 16px 0;
}

@media (max-width: 767px) {
    /* line 90, ../scss/common/_common.scss */
    .main {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin: 0px auto 0;
    }
}

/* line 103, ../scss/common/_common.scss */
.col__title-wrap {
    display: flex;
    align-items: center;
}

/* line 107, ../scss/common/_common.scss */
.main-under {
    margin: 30px auto;
}

@media (max-width: 767px) {
    /* line 107, ../scss/common/_common.scss */
    .main-under {
        margin: 12px 0 30px;
    }
}

/*** 下層ページ ****/
/* line 114, ../scss/common/_common.scss */
.col__under-wrap {
    margin: 25px 0 0;
}

.col__under-wrap img {
    width: auto;
    max-width: 100%;
}

.col__under-wrap .figure300 img {
    width: 300px;
}

.col__under-wrap .figure300 {
    text-align: center;
}

.col__under-wrap .figure300-right {
    text-align: right;
}

.col__under-wrap .figure300-left {
    text-align: left;
}

.col__under-wrap .figure-large img {
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    /* line 114, ../scss/common/_common.scss */
    .col__under-wrap {
        margin: 28px 0 0;
    }
}

/*** 記事一覧 ****/
/* line 121, ../scss/common/_common.scss */
.col-first {
    width: 760px;
}

@media (max-width: 767px) {
    /* line 121, ../scss/common/_common.scss */
    .col-first {
        width: 100%;
        padding: 0 0 50px;
    }
}

/* line 128, ../scss/common/_common.scss */
.col__title-list {
    flex-wrap: wrap;
    background-image: url(../images/img-border-02.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 6px 2px;
}

@media (max-width: 767px) {
    /* line 128, ../scss/common/_common.scss */
    .col__title-list {
        display: none;
        background-size: 3px 1px;
    }
}

/** windows **/
/* line 140, ../scss/common/_common.scss */
.win .col__title-list {
    padding: 0 0 15px;
}

/* line 143, ../scss/common/_common.scss */
.col__title-list-under {
    height: auto;
    display: block;
}

/* line 147, ../scss/common/_common.scss */
.col__title {
    font-size: 4.0rem;
    font-family: 'DidotBold';
    margin: 0 50px 10px 0;
    vertical-align: bottom;
}

@media (max-width: 767px) {
    /* line 147, ../scss/common/_common.scss */
    .col__title {
        height: auto;
    }
}

/** windows **/
/* line 158, ../scss/common/_common.scss */
.win .col__title {
    height: auto;
}

/* line 161, ../scss/common/_common.scss */
.col__title-under {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0 0 20px;
}

@media (max-width: 767px) {
    /* line 161, ../scss/common/_common.scss */
    .col__title-under {
        font-size: 1.5rem;
        padding: 0 0 15px;
    }
}

/* line 170, ../scss/common/_common.scss */
.col__title-jap {
    font-size: 1.8rem;
    padding: 0 0 10px;
}

/* line 174, ../scss/common/_common.scss */
.win .col__title-jap {
    padding: 5px 0 0;
}

/* line 177, ../scss/common/_common.scss */
.col__item:last-of-type .col__item-link {
    background: none;
}

/* line 180, ../scss/common/_common.scss */
.col__item-link {
    display: flex;
    cursor: pointer;
    padding: 18px 0;
    background-image: url(../images/img-border-02.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 6px 2px;
}

@media (max-width: 767px) {
    /* line 180, ../scss/common/_common.scss */
    .col__item-link {
        padding: 15px 0;
        background-size: 3px 1px;
    }
}

/* line 193, ../scss/common/_common.scss */
.col__item-pic {
    width: 280px;
    height: 180px;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

@media (max-width: 767px) {
    /* line 193, ../scss/common/_common.scss */
    .col__item-pic {
        width: 100px;
        height: 75px;
        margin-right: 10px;
    }
}

/* line 205, ../scss/common/_common.scss */
.col__item-img {
    position: relative;
}

@media (max-width: 767px) {
    /* line 205, ../scss/common/_common.scss */
    .col__item-img {
        width: 100px;
        height: 75px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
}

/* line 215, ../scss/common/_common.scss */
.col__item-pic img {
    width: 100%;
}

@media (max-width: 767px) {
    /* line 215, ../scss/common/_common.scss */
    .col__item-pic img {
        width: auto;
        height: 100%;
    }
}

/* line 222, ../scss/common/_common.scss */
.col__item-new {
    background-color: #ca151d;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 7px 30px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    /* line 222, ../scss/common/_common.scss */
    .col__item-new {
        font-size: 1.0rem;
        padding: 3px 20px;
    }
}

/* line 240, ../scss/common/_common.scss */
.col__item-text {
    -webkit-flex: 1;
    flex: 1;
}

/* line 244, ../scss/common/_common.scss */
.col__item-lead {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 32px;
    color: #383939;
    font-feature-settings: "palt";
    list-style-type: disc !important;
}

@media (max-width: 767px) {
    /* line 244, ../scss/common/_common.scss */
    .col__item-lead {
        font-size: 1.3rem;
        line-height: 18px;
        margin: 0 !important;
    }
}

/* line 258, ../scss/common/_common.scss */
.col__item-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 0;
}

@media (max-width: 767px) {
    /* line 258, ../scss/common/_common.scss */
    .col__item-option {
        margin: 6px 0 0;
    }
}

/* line 267, ../scss/common/_common.scss */
.col__item-category {
    font-size: 2.0rem;
    color: #9c2524;
    font-weight: bold;
}

@media (max-width: 767px) {
    /* line 267, ../scss/common/_common.scss */
    .col__item-category {
        font-size: 1.2rem;
    }
}

/* line 275, ../scss/common/_common.scss */
.col__item-day {
    font-size: 1.8rem;
    color: #383939;
    font-family: 'DidotBold';
}

@media (max-width: 767px) {
    /* line 275, ../scss/common/_common.scss */
    .col__item-day {
        font-size: 1.2rem;
    }
}

/* line 283, ../scss/common/_common.scss */
.col__more {
    text-align: center;
    margin: 30px 0;
}

@media (max-width: 767px) {
    /* line 283, ../scss/common/_common.scss */
    .col__more {
        margin: 10px 0 20px;
    }
}

/* line 290, ../scss/common/_common.scss */
.more-btm {
    font-size: 1.6rem;
    font-weight: bold;
    color: #383939;
}

@media (max-width: 767px) {
    /* line 290, ../scss/common/_common.scss */
    .more-btm {
        font-size: 1.5rem;
    }
}

/* line 298, ../scss/common/_common.scss */
.fa-angle-right {
    color: #ca151d;
    margin: 0 10px 0 0;
}

/*** ランキング ****/
/* line 304, ../scss/common/_common.scss */
.col-side__title {
    font-size: 3rem;
    font-family: 'DidotBold';
    margin: 0 0 10px 0;
}

@media (max-width: 767px) {
    /* line 304, ../scss/common/_common.scss */
    .col-side__title {
        height: auto;
        font-size: 2.4rem;
        margin: 0 15px 0 0;
    }
}

/** windows **/
/* line 316, ../scss/common/_common.scss */
.win .col-side__title {
    height: auto;
}

/* line 319, ../scss/common/_common.scss */
.col-side__title-jap {
    font-size: 1.6rem;
    padding: 0 0 10px;
}

@media (max-width: 767px) {
    /* line 319, ../scss/common/_common.scss */
    .col-side__title-jap {
        font-size: 1.2rem;
        padding: 0;
    }
}

/** windows **/
/* line 327, ../scss/common/_common.scss */
.win .col-side__title-jap {
    padding: 5px 0 0;
}

/* line 330, ../scss/common/_common.scss */
.col-second {
    width: 340px;
}

@media (max-width: 767px) {
    /* line 330, ../scss/common/_common.scss */
    .col-second {
        width: 100%;
        margin: 0 0 30px;
    }
}

/* line 337, ../scss/common/_common.scss */
.col-ranking {
    margin: 0 0 36px;
}

@media (max-width: 767px) {
    /* line 337, ../scss/common/_common.scss */
    .col-ranking {
        margin: 0 0 15px;
    }
}

/* line 343, ../scss/common/_common.scss */
.col__titel-ranking {
    justify-content: space-between;
}

@media (max-width: 767px) {
    /* line 343, ../scss/common/_common.scss */
    .col__titel-ranking {
        justify-content: flex-start;
    }
}

/** windows **/
/* line 350, ../scss/common/_common.scss */
.win .col__titel-ranking {
    padding: 0 0 8px;
}

/* line 353, ../scss/common/_common.scss */
.col__period-list {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    list-style: none;
}

.col__period-list:nth-of-type(1) li {
    width: 23.5%;
    padding: 5px 0;
    background-color: #fbf1f1;
    border: none;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 12px;
    line-height: 15px;
}

.col__period-list:nth-of-type(1) li.category-active {
    background-color: #ca151d;
    color: #fff;
}

.col__side-list {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 30px;
    list-style: none;
}

/* line 359, ../scss/common/_common.scss */
#col__monthly-list {
    display: none;
}

/* line 362, ../scss/common/_common.scss */
.col__period-item, .col__category-item {
    width: 49%;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border: 2px solid #fbf1f1;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    /* line 362, ../scss/common/_common.scss */
    .col__period-item, .col__category-item {
        font-size: 1.8rem;
    }
}

/* line 374, ../scss/common/_common.scss */
.period-active, .category-active {
    border: 2px solid #ca151d;
    position: relative;
}

.period-active:before,
.period-active:after {
    content: "";
    width: 20px;
    height: 12px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

.period-active:before {
    border-top: 12px solid #ca151d;
    bottom: -12px;
}

.period-active:after {
    border-top: 12px solid #fff;
    bottom: -9px;
}

/* line 377, ../scss/common/_common.scss */
.col__side-item:last-of-type .col__side-item-list {
    background-image: none;
}

/* line 380, ../scss/common/_common.scss */
.col__side-item-list {
    display: flex;
    padding: 25px 0 12px;
    background-image: url(../images/img-border-02.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 6px 2px;
    text-align: left;
}

@media (max-width: 767px) {
    /* line 380, ../scss/common/_common.scss */
    .col__side-item-list {
        padding: 15px 0;
        background-size: 3px 1px;
    }
}

/* line 392, ../scss/common/_common.scss */
.col__side-pic {
    width: 130px;
    position: relative;
    /*margin: 5px 14px 0 0;*/
    margin-right: 14px;
}

@media (max-width: 767px) {
    /* line 392, ../scss/common/_common.scss */
    .col__side-pic {
        width: 100px;
        height: 75px;
        /*margin: 4px 10px 0 0;*/
        margin-right: 10px;
    }
}

/* line 402, ../scss/common/_common.scss */
.col__side-img {
    width: 130px;
    height: 100px;
    overflow: hidden;
}

@media (max-width: 767px) {
    /* line 402, ../scss/common/_common.scss */
    .col__side-img {
        width: 100px;
        height: 75px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    /* line 414, ../scss/common/_common.scss */
    .col__side-img img {
        width: auto;
        height: 100%;
    }
}

/* line 420, ../scss/common/_common.scss */
.ranking-icon {
    width: 38px;
    height: 38px;
    background-color: #ebb019;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 2.2rem;
    font-family: 'DidotBold';
    position: absolute;
    top: -20px;
    left: 0;
    font-style: italic;
}

@media (max-width: 767px) {
    /* line 420, ../scss/common/_common.scss */
    .ranking-icon {
        width: 25px;
        height: 25px;
        font-size: 1.7rem;
        top: -12px;
        line-height: 26px;
    }
}

/* line 443, ../scss/common/_common.scss
.win .ranking-icon {
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 443, ../scss/common/_common.scss
  .win .ranking-icon {
    line-height: 20px;
  }
}

/* line 449, ../scss/common/_common.scss */
.col__side-item:nth-of-type(2) .ranking-icon {
    background-color: #7ea2cb;
}

/* line 452, ../scss/common/_common.scss */
.col__side-item:nth-of-type(3) .ranking-icon {
    background-color: #d53c3a;
}

/* line 455, ../scss/common/_common.scss */
.col__side-item:nth-of-type(4) .ranking-icon {
    background-color: #e27e96;
}

/* line 458, ../scss/common/_common.scss */
.col__side-item:nth-of-type(5) .ranking-icon {
    background-color: #2e5895;
}

/* line 461, ../scss/common/_common.scss */
.col__side-text {
    -webkit-flex: 1;
    flex: 1;
}

/* line 465, ../scss/common/_common.scss */
.col__side-lead {
    color: #383939;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 22px;
    margin-top: -4px;
}

@media (max-width: 767px) {
    /* line 465, ../scss/common/_common.scss */
    .col__side-lead {
        font-size: 1.3rem;
        line-height: 17px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    /* line 475, ../scss/common/_common.scss */
    .col__side-option {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 6px 0 0;
    }
}

/* line 483, ../scss/common/_common.scss */
.col__side-category {
    font-size: 1.4rem;
    color: #9c2524;
    font-weight: bold;
    margin: 5px 0 0;
}

@media (max-width: 767px) {
    /* line 483, ../scss/common/_common.scss */
    .col__side-category {
        font-size: 1.2rem;
        /*margin: 0;*/
    }
}

/* line 493, ../scss/common/_common.scss */
.col__side-day {
    display: none;
}

@media (max-width: 767px) {
    /* line 493, ../scss/common/_common.scss */
    .col__side-day {
        display: block;
        font-family: 'Fanwood Text', serif;
        color: #383939;
        font-size: 1.2rem;
    }
}

/*** Pick Up ***/
.col-pickup {
    margin: 20px 0 0;
}

.col-pickup ul {
    list-style: none;
}

/* line 508, ../scss/common/_common.scss */
.col__titel-pickup {
    justify-content: space-between;
}

@media (max-width: 767px) {
    /* line 508, ../scss/common/_common.scss */
    .col__titel-pickup {
        justify-content: flex-start;
    }
}

/** windows **/
/* line 515, ../scss/common/_common.scss */
.win .col__titel-pickup {
    padding: 0 0 8px;
}

/* line 518, ../scss/common/_common.scss */
.col-pickup .col__side-item-list {
    padding: 10px 0;
}

@media (max-width: 767px) {
    /* line 518, ../scss/common/_common.scss */
    .col-pickup .col__side-item-list {
        /*padding: 12px 0 14px;*/
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    /* line 524, ../scss/common/_common.scss */
    .col-ranking .col__side-item:first-of-type .col__side-item-list,
    .col-pickup .col__side-item:first-of-type .col__side-item-list {
        padding: 5px 0 15px;
    }

    .col__side-list {
        margin-top: 20px;
    }
}

/*** Hotword ***/
/* line 530, ../scss/common/_common.scss */
.col__hotword {
    margin: 35px 0 0;
    list-style: none;
}

@media (max-width: 767px) {
    /* line 530, ../scss/common/_common.scss */
    .col__hotword {
        margin: 30px 0 0;
    }
}

/* line 536, ../scss/common/_common.scss */
.col__hotword::after {
    /*content: '';*/
    display: inline-block;
    width: 100%;
    height: 2px;
    background-image: url(../images/img-border-02.png);
    background-size: 6px 2px;
}

@media (max-width: 767px) {
    /* line 536, ../scss/common/_common.scss */
    .col__hotword::after {
        height: 1px;
        background-size: 3px 1px;
    }
}

/* line 548, ../scss/common/_common.scss */
.col__titel-hotword {
    justify-content: space-between;
}

@media (max-width: 767px) {
    /* line 548, ../scss/common/_common.scss */
    .col__titel-hotword {
        justify-content: flex-start;
    }
}

/* line 553, ../scss/common/_common.scss */
.col__titel-hotword .col-side__title {
    margin: 0;
}

@media (max-width: 767px) {
    /* line 553, ../scss/common/_common.scss */
    .col__titel-hotword .col-side__title {
        margin: 0 15px 0 0;
    }
}

/** windows **/
/* line 561, ../scss/common/_common.scss */
.win .col__titel-hotword {
    padding: 0 0 8px;
}

/* line 564, ../scss/common/_common.scss */
.col__hotword-list {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    padding: 15px 0 5px;
    list-style: none;
}

@media (max-width: 767px) {
    /* line 564, ../scss/common/_common.scss */
    .col__hotword-list {
        justify-content: flex-start;
        border-bottom: none;
        padding: 0 0 15px;
    }
}

/* line 575, ../scss/common/_common.scss */
.col__hotword-list li {
    background-color: #fbf1f1;
    border-radius: 5px;
    margin: 5px;
}

/* line 580, ../scss/common/_common.scss */
.col__hotword-list a {
    font-size: 1.4rem;
    color: #383939;
    padding: 8px 35px;
}

@media (max-width: 767px) {
    /* line 580, ../scss/common/_common.scss */
    .col__hotword-list a {
        font-size: 1.0rem;
    }
}

/* line 588, ../scss/common/_common.scss */
/* .detail-main {
    margin: -10px auto;
} */

/* @media (max-width: 767px) {
    /* line 588, ../scss/common/_common.scss */
    /* .detail-main {
        margin: 10px 0;
    }
} */

/* line 594, ../scss/common/_common.scss */
.detai__col-second {
    margin: 15px 0 0;
}

@media (max-width: 767px) {
    /* line 594, ../scss/common/_common.scss */
    .detai__col-second {
        margin: 50px 0 0;
    }
}

/* iOSでのデフォルトスタイルをリセット */
/* line 4, ../scss/common/_form-reset.scss */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

/* line 14, ../scss/common/_form-reset.scss */
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

/* line 18, ../scss/common/_form-reset.scss */
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* input type=”text”をリセット */
/* line 24, ../scss/common/_form-reset.scss */
input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

/* ラジオボタンをリセット */
/* line 33, ../scss/common/_form-reset.scss */
input[type="radio"] {
    display: none;
}

/* line 36, ../scss/common/_form-reset.scss */
input[type="radio"]:checked + label {
    background: #ff0000;
}

/* チャックボックスをリセット */
/* line 41, ../scss/common/_form-reset.scss */
input[type="checkbox"] {
    display: none;
}

/* line 44, ../scss/common/_form-reset.scss */
input[type="checkbox"]:checked + label {
    background: #ff0000;
}

/* セレクトボックスをリセット */
/* line 49, ../scss/common/_form-reset.scss */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

/* buttonのリセット */
/* line 59, ../scss/common/_form-reset.scss */
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

/* line 3, ../scss/common/_slider.scss */
.bx-wrapper {
    border: none !important;
    box-shadow: none !important;
    margin: 0 auto;
}

/* line 10, ../scss/common/_slider.scss */
#slider-wrapper {
    position: relative;
    /*left: 50%;
    width: 3516px;
    margin-left: -1758px;*/
}

@media (max-width: 767px) {
    /* line 10, ../scss/common/_slider.scss */
    #slider-wrapper {
        width: 100%;
        left: 0;
        margin: 0;
    }
}

/* line 21, ../scss/common/_slider.scss */
@media (min-width: 768px) {
    #sample .slick-slide {
        width: 1140px !important;
    }
}

#sample li {
    height: 570px;
    position: relative;
}

@media (max-width: 767px) {
    /* line 21, ../scss/common/_slider.scss */
    #sample li {
        /*width: calc(100vw - 32px) !important;*/
        height: 50vw;
        min-height: 200px;
        padding: 0 0 25px;
    }
}

.slick-arrow {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.slick-arrow.bx-prev {
    background-image: url(images/img-arrow-prev@2x.png);
    left: 4%;
}

.slick-arrow.bx-next {
    background-image: url(images/img-arrow-next@2x.png);
    right: 4%;
}

@media (min-width: 1366px) {
    .slick-arrow.bx-prev {
        background-image: url(images/img-arrow-prev@2x.png);
        left: 4%;
        right: 75%;
        margin: auto;
    }

    .slick-arrow.bx-next {
        background-image: url(images/img-arrow-next@2x.png);
        right: 4%;
        left: 75%;
        margin: auto;
    }

}

@media (max-width: 767px) {
    .slick-arrow {
        width: 30px;
        height: 30px;
        top: 40%;
    }

    .slick-arrow.bx-prev {
        left: 0;
    }

    .slick-arrow.bx-next {
        right: 0;
    }
}

.dotButton {
    display: block;
    margin-top: 10px;
    font-size: 0;
    text-align: center;
}

.dotButton li {
    width: 12px;
    height: 12px !important;
    min-height: 12px !important;
    margin: 0 5px !important;
    padding: 0 !important;
    border: 3px solid #9a9a9a;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.dotButton button {
    display: none;
}

.dotButton .slick-active {
    background: #373939;
    border: 1px solid #373939;
}


/* line 43, ../scss/common/_slider.scss */
#slider-wrapper .bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -595px;
}

@media (max-width: 767px) {
    /* line 43, ../scss/common/_slider.scss */
    #slider-wrapper .bx-wrapper .bx-prev {
        margin: 0;
        left: 0;
    }
}

/* line 51, ../scss/common/_slider.scss */
#slider-wrapper .bx-wrapper .bx-next {
    right: 50%;
    margin-right: -595px;
}

@media (max-width: 767px) {
    /* line 51, ../scss/common/_slider.scss */
    #slider-wrapper .bx-wrapper .bx-next {
        margin: 0;
        right: 0;
    }
}

/* line 62, ../scss/common/_slider.scss */
.mv__text {
    width: 900px;
    /*height: 170px;*/
    position: absolute;
    background-color: #fcfdfd;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

@media (max-width: 767px) {
    /* line 62, ../scss/common/_slider.scss */
    .mv__text {
        width: 80vw;
        height: auto;
    }
}

/* line 77, ../scss/common/_slider.scss */
.mv__link {
    padding: 15px 30px;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    /* line 77, ../scss/common/_slider.scss */
    .mv__link {
        padding: 15px;
    }
}

/* line 84, ../scss/common/_slider.scss */
.mv__photo {
    height: 500px;
    overflow: hidden;
}

@media (max-width: 767px) {
    /* line 84, ../scss/common/_slider.scss */
    .mv__photo {
        height: 50vw;
        min-height: 190px;
    }
}

/* line 92, ../scss/common/_slider.scss */
.mv__lead {
    font-size: 2.4rem;
    color: #383939;
    font-weight: bold;
    line-height: 36px;
    padding: 0 0 6px;
    border-bottom: 2px solid #9a9a9a;
}

@media (max-width: 767px) {
    /* line 92, ../scss/common/_slider.scss */
    .mv__lead {
        font-size: 1.3rem;
        line-height: 18px;
        border-bottom: 1px solid #9a9a9a;
    }
}

/* line 105, ../scss/common/_slider.scss */
.mv__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* line 110, ../scss/common/_slider.scss */
.mv__category {
    font-size: 1.6rem;
    color: #a42424;
    font-weight: bold;
    margin: 12px 0 5px;
}

@media (max-width: 767px) {
    /* line 110, ../scss/common/_slider.scss */
    .mv__category {
        font-size: 1.2rem;
        margin: 8px 0 5px;
    }
}

/* line 120, ../scss/common/_slider.scss */
.mv__day {
    font-family: 'Fanwood Text', serif;
    color: #383939;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    /* line 120, ../scss/common/_slider.scss */
    .mv__day {
        font-size: 1.2rem;
    }
}

/*wp-pagenavi 05*/
/* line 4, ../scss/common/_page-navi.scss */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 38px 0;
}

@media (max-width: 767px) {
    /* line 4, ../scss/common/_page-navi.scss */
    .wp-pagenavi {
        margin: 10px 0;
    }
}

/* line 12, ../scss/common/_page-navi.scss */
.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 16, ../scss/common/_page-navi.scss */
.wp-pagenavi .number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #b0acb0;
    font-family: 'DidotBold';
    vertical-align: bottom;
    color: #fff;
    font-size: 2rem;
    line-height: 2.3;
    font-style: italic;
    margin: 0 10px;
}

/* line 27, ../scss/common/_page-navi.scss */
.wp-pagenavi .number:hover {
    background-color: #ca171d;
    opacity: 1;
}

@media (max-width: 767px) {
    /* line 16, ../scss/common/_page-navi.scss */
    .wp-pagenavi .number {
        width: 25px;
        height: 25px;
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 0 5px;
    }
}

/* line 39, ../scss/common/_page-navi.scss */
.wp-pagenavi .blank {
    font-size: 1.2rem;
    color: #383939;
    font-weight: bold;
    margin: 0 10px;
}

@media (max-width: 767px) {
    /* line 39, ../scss/common/_page-navi.scss */
    .wp-pagenavi .blank {
        font-size: 1.0rem;
        margin: 0 5px;
    }
}

/* line 49, ../scss/common/_page-navi.scss */
.wp-pagenavi .nextpostslink {
    color: #383939;
    font-size: 1.4rem;
    margin: 0 0 0 10px;
}

@media (max-width: 767px) {
    /* line 49, ../scss/common/_page-navi.scss */
    .wp-pagenavi .nextpostslink {
        font-size: 1.0rem;
        margin: 0 5px;
    }
}

/* line 59, ../scss/common/_page-navi.scss
.win .wp-pagenavi .number {
  line-height: 1.5;
}*/

/*************
header
**************/
/* line 6, ../scss/common/_header.scss */
.header {
    width: 100%;
    margin: 0 auto;
    transition: 1s;
}

@media (max-width: 767px) {
    .header {
        padding-top: 51px;
    }
}

/* line 13, ../scss/common/_header.scss */
.header__inner {
    width: 1140px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    /* line 13, ../scss/common/_header.scss */
    .header__inner {
        width: 100%;
        height: 45px;
        padding: 0 16px;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        background-color: white;
        z-index: 1000;
    }
}

/* line 29, ../scss/common/_header.scss */
.header__logo {
    width: 316px;
}

@media (max-width: 767px) {
    /* line 29, ../scss/common/_header.scss */
    .header__logo {
        width: 175px;
    }
}

/* line 35, ../scss/common/_header.scss */
.header__logo img {
    width: 100%;
}

/* line 38, ../scss/common/_header.scss */
.header__sp-btn {
    display: none;
}

@media (max-width: 767px) {
    /* line 38, ../scss/common/_header.scss */
    .header__sp-btn {
        display: block;
    }
}

/* line 44, ../scss/common/_header.scss */
.header__option {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    /* line 44, ../scss/common/_header.scss */
    .header__option {
        display: none;
    }
}

/* line 51, ../scss/common/_header.scss */
.header__sns {
    display: flex;
}

@media (max-width: 767px) {
    /* line 51, ../scss/common/_header.scss */
    .header__sns {
        display: block;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    /* line 57, ../scss/common/_header.scss */
    .header__sns-title {
        font-size: 1.8rem;
        font-family: 'Fanwood Text', serif;
        font-weight: bold;
        text-align: center;
        margin: 0 0 18px;
    }
}

@media (max-width: 767px) {
    /* line 66, ../scss/common/_header.scss */
    .header__sns-wrap {
        display: flex;
        justify-content: center;
    }
}

/* line 72, ../scss/common/_header.scss */
.header__sns a {
    color: #383939;
    font-size: 2.8rem;
}

/* line 76, ../scss/common/_header.scss */
.sns__facebook {
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    /* line 76, ../scss/common/_header.scss */
    .sns__facebook {
        margin: 0 15px 0 0;
        color: #2f4c8e !important;
    }
}

@media (max-width: 767px) {
    /* line 83, ../scss/common/_header.scss */
    .sns__twitter {
        color: #1fa1db !important;
    }
}

/* line 88, ../scss/common/_header.scss */
.header__menu {
    width: 100%;
    background-color: #fbf1f1;
}

@media (max-width: 767px) {
    /* line 88, ../scss/common/_header.scss */
    .header__menu {
        padding: 0 16px;
        box-sizing: border-box;
        overflow: scroll;
        position: absolute;
        top: 45px;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .header__menu.fixed {
        position: fixed;
        top: 45px !important;
        left: 0;
        right: 0;
        background-color: #fbf1f1;
        z-index: 10000;
    }
}

/* line 101, ../scss/common/_header.scss */
.header__list {
    width: 1140px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    list-style-type: none;
}

.header__list a {
    display: block;
}

@media (max-width: 767px) {
    /* line 101, ../scss/common/_header.scss */
    .header__list {
        width: 100%;
        /*justify-content: flex-start;*/
    }
}

/* line 111, ../scss/common/_header.scss */
.header__item {
    color: #383939;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 18px 65px;
}

@media (max-width: 767px) {
    /* line 111, ../scss/common/_header.scss */
    .header__item {
        font-size: 1.2rem;
        padding: 12px 10px;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    /* line 121, ../scss/common/_header.scss */
    .header__item:not(.header__item-last) {
        margin: 0;
        padding: 12px 15px;
    }
}

@media (max-width: 320px) {
    /* line 121, ../scss/common/_header.scss */
    .header__item:not(.header__item-last) {
        padding: 12px 10px;
    }
}

/* line 126, ../scss/common/_header.scss */
.header__item-active {
    border-bottom: 1px solid #ca151d;
}

/**** スマホメニュー *****/
/* line 133, ../scss/common/_header.scss */
.header__sp-menu {
    display: none;
}

@media (max-width: 767px) {
    /* line 133, ../scss/common/_header.scss */
    .header__sp-menu {
        width: 100vw;
        height: 100vh;
        display: block;
        position: absolute;
        z-index: 100;
        top: 45px;
        left: 0;
        background-color: #f4f4f5;
        padding: 16px 16px 30px;
        box-sizing: border-box;
        display: none;
    }
}

/* line 149, ../scss/common/_header.scss */
.header__sp-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* line 154, ../scss/common/_header.scss */
.header__sp-item::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background-image: url(../images/img-border-02.png);
    background-size: 6px 2px;
}

@media (max-width: 767px) {
    /* line 154, ../scss/common/_header.scss */
    .header__sp-item::after {
        height: 1px;
        background-size: 3px 1px;
    }
}

/* line 166, ../scss/common/_header.scss */
.header__sp-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* line 170, ../scss/common/_header.scss */
.header__sp-flex .header__sp-link:first-of-type {
    margin: 0 70px 0 0;
}

@media (max-width: 767px) {
    /* line 170, ../scss/common/_header.scss */
    .header__sp-flex .header__sp-link {
        width: 60px;
        text-align: center;
        margin: 0 20px !important;
    }
}

/* line 174, ../scss/common/_header.scss */
.header__sp-link {
    font-size: 1.2rem;
    font-weight: bold;
    color: #383939;
    padding: 18px 0;
}

/*************
footer
**************/
/* line 6, ../scss/common/_footer.scss */
.footer {
    width: 100%;
}

/* line 9, ../scss/common/_footer.scss */
.footer__top {
    background-color: #2d2e2e;
    padding: 111px 0;
}

@media (max-width: 767px) {
    /* line 9, ../scss/common/_footer.scss */
    .footer__top {
        padding: 35px 0;
    }
}

/* line 16, ../scss/common/_footer.scss */
.footer__inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    /* line 16, ../scss/common/_footer.scss */
    .footer__inner {
        width: 100%;
        display: block;
        padding: 0 16px;
        box-sizing: border-box;
    }
}

/* line 28, ../scss/common/_footer.scss */
.footer__col:first-of-type {
    width: 640px;
}

@media (max-width: 767px) {
    /* line 28, ../scss/common/_footer.scss */
    .footer__col:first-of-type {
        width: 100%;
    }
}

/* line 34, ../scss/common/_footer.scss */
.footer__logo {
    width: 316px;
    margin: 0 0 35px;
}

@media (max-width: 767px) {
    /* line 34, ../scss/common/_footer.scss */
    .footer__logo {
        width: 190px;
        margin: 0 auto;
        margin: 0 auto 20px;
    }
}

/* line 43, ../scss/common/_footer.scss */
.footer__text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 30px;
}

@media (max-width: 767px) {
    /* line 43, ../scss/common/_footer.scss */
    .footer__text {
        font-size: 1.1rem;
        line-height: 1.8;
    }
}

/* line 53, ../scss/common/_footer.scss */
.footer__text:first-of-type {
    margin: 0 0 16px;
}

@media (max-width: 767px) {
    /* line 53, ../scss/common/_footer.scss */
    .footer__text:first-of-type {
        margin: 0 0 12px;
    }
}

/* line 59, ../scss/common/_footer.scss */
.footer__follow {
    font-family: 'GFS Didot', serif;
    font-size: 3.0rem;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    /* line 59, ../scss/common/_footer.scss */
    .footer__follow {
        font-size: 1.8rem;
        margin: 40px 0 15px;
    }
}

/* line 70, ../scss/common/_footer.scss */
.footer__sns-list {
    display: flex;
    justify-content: center;
    list-style: none;
}

@media (max-width: 767px) {
    /* line 70, ../scss/common/_footer.scss */
    .footer__sns-list {
        justify-content: center;
    }
}

/* line 76, ../scss/common/_footer.scss */
.footer__sns-item {
    color: #fff;
    font-size: 4.0rem;
    margin: 0 15px;
}

@media (max-width: 767px) {
    /* line 76, ../scss/common/_footer.scss */
    .footer__sns-item {
        font-size: 2.4rem;
        margin: 0 10px;
    }
}

/* line 85, ../scss/common/_footer.scss */
.footer__bottom {
    background-color: #f4f4f5;
}

.footer__bottom ul {
    list-style: none;
}

/* line 88, ../scss/common/_footer.scss */
.footer__bottom-inner {
    width: 1140px;
    margin: 0 auto;
    padding: 30px 0 15px;
}

@media (max-width: 767px) {
    /* line 88, ../scss/common/_footer.scss */
    .footer__bottom-inner {
        width: 100%;
        padding: 30px 16px 10px;
        box-sizing: border-box;
    }
}

/* line 98, ../scss/common/_footer.scss */
.footer__list {
    display: flex;
}

@media (max-width: 767px) {
    /* line 98, ../scss/common/_footer.scss */
    .footer__list {
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* line 105, ../scss/common/_footer.scss */
.footer__item {
    font-size: 1.6rem;
    color: #383939;
    /*margin: 0 135px 0 0;*/
    margin: 0 35px 0 0;
}

@media (max-width: 767px) {
    /* line 105, ../scss/common/_footer.scss */
    .footer__item {
        margin: 0;
        font-size: 1.1rem;
        margin: 6px 15px;
    }
}

/* line 115, ../scss/common/_footer.scss */
.footer__second-list {
    display: flex;
    margin: 30px 0;
}

@media (max-width: 767px) {
    /* line 115, ../scss/common/_footer.scss */
    .footer__second-list {
        justify-content: center;
        margin: 17px 0;
    }
}

/* line 123, ../scss/common/_footer.scss */
.footer__second-item {
    font-size: 1.4rem;
    color: #383939;
    margin: 0 18px 0 0;
}

.footer__second-item:after {
    content: "|";
    margin-left: 18px;
}

.footer__second-list li:last-child a:after {
    display: none;
}

@media (max-width: 767px) {
    /* line 123, ../scss/common/_footer.scss */
    .footer__second-item {
        font-size: 1.1rem;
        margin: 0 10px;
    }
}

/* line 132, ../scss/common/_footer.scss */
.footer__bottom-text-wrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    /* line 132, ../scss/common/_footer.scss */
    .footer__bottom-text-wrap {
        display: block;
    }
}

/* line 139, ../scss/common/_footer.scss */
.footer__bottom-text {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    /* line 139, ../scss/common/_footer.scss */
    .footer__bottom-text {
        font-size: 1.0rem;
        margin: 0 0 5px;
    }
}

/*** スマホ ***/
/* line 4, ../scss/common/_form.scss */
.header__search-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 8px;
}

/* line 15, ../scss/common/_form.scss */
.header__search {
    margin: 0 40px 0 0;
}

@media (max-width: 767px) {
    /* line 15, ../scss/common/_form.scss */
    .header__search {
        width: 175px;
        margin: 20px auto;
    }
}

/* line 22, ../scss/common/_form.scss */
.searchform {
    position: relative;
}

/* line 26, ../scss/common/_form.scss */
.searchfield {
    font-size: 14px;
    width: 263px;
    height: 40px;
    padding: 10px !important;
    border: solid 1px #c0bfbf !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
}

@media (max-width: 767px) {
    /* line 26, ../scss/common/_form.scss */
    .searchfield {
        width: 100%;
        height: 20px;
        border: none !important;
        font-size: 1.0rem;
    }
}

/* line 42, ../scss/common/_form.scss */
.searchsubmit {
    background-color: #c0bfbe;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
    border: none;
}

@media (max-width: 767px) {
    /* line 42, ../scss/common/_form.scss */
    .searchsubmit {
        width: 25px;
        height: 20px;
    }
}

/* line 58, ../scss/common/_form.scss */
.fa-search {
    color: #fff;
    font-size: 2.2rem;
    line-height: 40px;
}

@media (max-width: 767px) {
    /* line 58, ../scss/common/_form.scss */
    .fa-search {
        font-size: 1.2rem;
        line-height: 20px;
    }
}

/* line 68, ../scss/common/_form.scss */
.searchsubmit:hover {
    opacity: .6;
}

/* line 3, ../scss/common/_menu-sp.scss */
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

/* line 9, ../scss/common/_menu-sp.scss */
.header__sp-btn-search {
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

.menu-trigger {
    position: relative;
    width: 25px;
    height: 19px;
}

/* line 14, ../scss/common/_menu-sp.scss */
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
}

/* line 21, ../scss/common/_menu-sp.scss */
.menu-trigger span:nth-of-type(1) {
    top: 0;
}

/* line 24, ../scss/common/_menu-sp.scss */
.menu-trigger span:nth-of-type(2) {
    top: 8px;
}

/* line 27, ../scss/common/_menu-sp.scss */
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

/* line 33, ../scss/common/_menu-sp.scss */
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

/* line 37, ../scss/common/_menu-sp.scss */
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

/* line 40, ../scss/common/_menu-sp.scss */
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

/* line 3, ../scss/common/_breadcrumb.scss */
.breadcrumb {
    width: 1140px;
    margin: 25px auto;
    padding: 0 16px;
}

@media (max-width: 767px) {
    /* line 3, ../scss/common/_breadcrumb.scss */
    .breadcrumb {
        width: 100%;
        padding: 0 16px;
        margin: 0 auto;
        box-sizing: border-box;
        clear: both;
    }
}

/* line 15, ../scss/common/_breadcrumb.scss */
.breadcrumb__item {
    font-size: 1.2rem;
    display: inline;
    position: relative;
    margin: 0 25px 0 0;
}

@media (max-width: 767px) {
    /* line 15, ../scss/common/_breadcrumb.scss */
    .breadcrumb__item {
        font-size: 1.0rem;
        line-height: 1.6;
    }
}

/* line 25, ../scss/common/_breadcrumb.scss */
.breadcrumb__link:after {
    width: 18px;
    color: #555;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -4px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 100%;
    margin: 5px;
}

@media (max-width: 767px) {
    /* line 25, ../scss/common/_breadcrumb.scss */
    .breadcrumb__link:after {
        top: -8px;
    }
}

/* line 41, ../scss/common/_breadcrumb.scss */
.breadcrumb__link {
    color: #383939;
}

/*@font-face {
  font-family: 'MyFont';
}*/
/* line 7, ../scss/page/_policy.scss */
.col__policy-title {
    font-size: 2.2rem;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 3px;
    border-bottom: 2px solid #ca151d;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    /* line 7, ../scss/page/_policy.scss */
    .col__policy-title {
        font-size: 1.5rem;
        border-bottom: 1px solid #ca151d;
        margin: 0 0 13px;
    }
}

/* line 20, ../scss/page/_policy.scss */
.col__policy-head {
    font-weight: bold;
    margin: 0 0 14px;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    /* line 20, ../scss/page/_policy.scss */
    .col__policy-head {
        font-size: 1.2rem;
        margin: 0 0 8px;
    }
}

/* line 29, ../scss/page/_policy.scss */
.policy-head-circle {
    position: relative;
    padding: 0 0 0 25px;
}

@media (max-width: 767px) {
    /* line 29, ../scss/page/_policy.scss */
    .policy-head-circle {
        padding: 0 0 0 14px;
    }
}

/* line 36, ../scss/page/_policy.scss */
.policy-head-circle::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #ca151d;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@media (max-width: 767px) {
    /* line 36, ../scss/page/_policy.scss */
    .policy-head-circle::before {
        width: 10px;
        height: 10px;
        border: 2px solid #ca151d;
    }
}

/* line 55, ../scss/page/_policy.scss */
.col__policy-body {
    font-weight: 500;
    line-height: 32px;
    font-size: 1.6rem;
    margin: 0 0 32px;
    letter-spacing: -0.5px;
}

@media (max-width: 767px) {
    /* line 55, ../scss/page/_policy.scss */
    .col__policy-body {
        font-size: 1.2rem;
        line-height: 23px;
        margin: 0;
    }
}

/* line 66, ../scss/page/_policy.scss */
.policy-body-list {
    margin: 0;
}

/* line 69, ../scss/page/_policy.scss */
.col__policy-text {
    line-height: 32px;
    font-size: 1.6rem;
    margin: 0 0 38px;
}

@media (max-width: 767px) {
    /* line 69, ../scss/page/_policy.scss */
    .col__policy-text {
        font-size: 1.2rem;
        line-height: 23px;
        margin: 0 0 25px;
    }
}

/* line 80, ../scss/page/_policy.scss */
.col__policy-second .col__policy-head {
    margin: 0 0 50px;
}

@media (max-width: 767px) {
    /* line 80, ../scss/page/_policy.scss */
    .col__policy-second .col__policy-head {
        margin: 0 0 6px;
    }
}

/* line 86, ../scss/page/_policy.scss */
.col__policy-second .col__policy-body a {
    color: #383939;
}

@media (max-width: 767px) {
    /* line 90, ../scss/page/_policy.scss */
    .policy-space-sp {
        margin: 18px 0 6px !important;
    }
}

@media (max-width: 767px) {
    /* line 95, ../scss/page/_policy.scss */
    .policy-space-second-sp {
        margin: 16px 0 6px !important;
    }
}

@media (max-width: 767px) {
    /* line 100, ../scss/page/_policy.scss */
    .policy-space-third-sp {
        margin: 6px 0 !important;
    }
}

/* line 3, ../scss/page/_about.scss */
.col-about {
    padding: 0 0 70px;
}

/* line 6, ../scss/page/_about.scss */
.col__about-text {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    /* line 6, ../scss/page/_about.scss */
    .col__about-text {
        font-size: 1.4rem;
        line-height: 20px;
        margin: 0 0 20px;
        line-height: 2;
    }
}

/* line 19, ../scss/page/_about.scss */
.col__about-img {
    width: 376px;
    /*margin: 80px auto 0;*/
    margin: 30px auto 40px;
}

@media (max-width: 767px) {
    /* line 19, ../scss/page/_about.scss */
    .col__about-img {
        width: 150px;
        /*margin: 25px auto 0;*/
        margin: 25px auto;
    }
}

/* line 3, ../scss/page/_article.scss */
.article-title {
    color: #9c2624;
}

/* line 6, ../scss/page/_article.scss */
.detail-title {
    line-height: 42px;
    padding: 0 0 10px 0;
    font-feature-settings: "palt";
    list-style-type: disc !important;
}

@media (max-width: 767px) {
    /* line 6, ../scss/page/_article.scss */
    .detail-title {
        line-height: 1.7;
        padding: 0 0 10px 0;
    }
}

/* line 16, ../scss/page/_article.scss */
.detail__option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px;
}

@media (max-width: 767px) {
    /* line 16, ../scss/page/_article.scss */
    .detail__option {
        margin: 12px 0;
        display: block;
    }
}

/* line 25, ../scss/page/_article.scss */
.detail__option-block {
    display: flex;
}

/* line 28, ../scss/page/_article.scss */
.detail__day {
    font-family: 'Fanwood Text', serif;
    font-size: 1.8rem;
    margin: 0 30px 0 0;
}

@media (max-width: 767px) {
    /* line 28, ../scss/page/_article.scss */
    .detail__day {
        font-size: 1.2rem;
        margin: 0 20px 0 0;
    }
}

/* line 37, ../scss/page/_article.scss */
.detail__category {
    color: #9c2524;
    font-size: 2.2rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    /* line 37, ../scss/page/_article.scss */
    .detail__category {
        font-size: 1.2rem;
    }
}

/* line 45, ../scss/page/_article.scss */
.detail__name {
    font-size: 1.6rem;
    color: #383939;
    border-bottom: 1px solid #383939;
    padding: 0 0 1px;
}

@media (max-width: 767px) {
    /* line 45, ../scss/page/_article.scss */
    .detail__name {
        font-size: 1.2rem;
        display: inline-block;
        margin: 1rem 0 0 0;
    }
}

/* line 54, ../scss/page/_article.scss */
.detail__sns {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    /* line 54, ../scss/page/_article.scss */
    .detail__sns {
        line-height: 2;
    }
}

/* line 61, ../scss/page/_article.scss */
.sns-share {
    margin: 0 7px 0 0;
}

/* line 64, ../scss/page/_article.scss */
.detail__main {
    margin: 20px 0;
}

@media (max-width: 767px) {
    /* line 64, ../scss/page/_article.scss */
    .detail__main {
        margin: 10px 0;
    }
}

/* line 70, ../scss/page/_article.scss */
.detail__img-text {
    font-size: 1.4rem;
    color: #bdbac0;
    text-align: left;
    margin: 20px 0;
}

@media (max-width: 767px) {
    /* line 70, ../scss/page/_article.scss */
    .detail__img-text {
        font-size: 1.0rem;
        margin: 10px 0;
    }
}

/* line 80, ../scss/page/_article.scss */
.detail__point {
    height: 70px;
    background-color: #faf1f1;
    padding: 0 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.detail__point__small {
    height: 40px;
    border-bottom: 3px #e8e4e4 solid;
    border-radius: 0;
    background: none;
    padding: 0 25px;
}

.detail__point__small h3 {
    font-size: 1.6rem;
}

.detail__point__small .detail__circle {
    padding: 0 0 0 30px;
}

.detail__point__small h4 {
    padding: 0;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    /* line 80, ../scss/page/_article.scss */
    .detail__point {
        height: auto;
        padding: 10px;
        margin: 0 0 9px;
    }

    .detail__point__small {
        height: auto;
        padding: 5px 14px;
    }

    .detail__point__small h3 {
        font-size: 1.3rem;
    }

    /* .detail__point__small .detail__circle {
      padding: 0 0 0 11px;
    } */
}

/* line 94, ../scss/page/_article.scss */
.detail__circle {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    /* line 94, ../scss/page/_article.scss */
    .detail__circle {
        padding: 0 0 0 15px;
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

/* line 104, ../scss/page/_article.scss */
h2.detail__circle::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid #ca151d;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

h3.detail__circle::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ca151d;
    border: none;
}

@media (max-width: 767px) {
    /* line 104, ../scss/page/_article.scss */
    h2.detail__circle::before {
        width: 14px;
        height: 14px;
        border: 3px solid #ca151d;
        margin: 0;
        top: 2px;
    }

    h3.detail__circle::before {
        width: 10px;
        height: 10px;
        border: none;
    }
}

/* line 125, ../scss/page/_article.scss */
.detail__text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.95;
    margin: 0 0 24px;
}

.detail__text p {
    margin-bottom: 16px;
}

.excerpt {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.95;
    margin: 0 0 24px;
    padding: 10px 20px;
    border: 5px #faf0ef solid;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    /* line 125, ../scss/page/_article.scss */
    .detail__text {
        font-size: 1.3rem;
        margin: 0 0 14px;
    }

    .excerpt {
        font-size: 1.3rem;
        margin: 0 0 14px;
        padding: 6px 12px;
    }
}

/* line 134, ../scss/page/_article.scss */
.detail__list {
    font-size: 1.6rem;
    line-height: 1.95;
}

@media (max-width: 767px) {
    /* line 134, ../scss/page/_article.scss */
    .detail__list {
        font-size: 1.3rem;
    }
}

/* line 141, ../scss/page/_article.scss */
.detail__list:last-of-type {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    /* line 141, ../scss/page/_article.scss */
    .detail__list:last-of-type {
        margin: 0 0 12px;
    }
}

/* line 147, ../scss/page/_article.scss */
.detail__list-flex {
    display: flex;
}

@media (max-width: 767px) {
    /* line 150, ../scss/page/_article.scss */
    .detail__list-flex .detail__list-title {
        width: 70px;
    }
}

@media (max-width: 767px) {
    /* line 155, ../scss/page/_article.scss */
    .detail__list-flex .detail__list-text {
        width: calc(100% - 70px);
    }
}

/* line 160, ../scss/page/_article.scss */
.detail__list-title {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

/* line 165, ../scss/page/_article.scss */
.detail__list-text {
    display: inline-block;
}

/* line 168, ../scss/page/_article.scss */
.detail__more-btn {
    font-size: 1.6rem;
    line-height: 140%;
    background-color: #faf1f1;
    color: #ca151d;
    font-weight: bold;
    padding: 15px 20px 15px 230px;
    border: 4px #ca151d solid;
    border-radius: 16px;
    margin: 38px 0 35px;
    position: relative;
}

.detail__more-btn:before {
    content: "次のページ　\f105";
    font-family: "Font Awesome 5 Free";
    width: 210px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ca151d;
    color: #faf1f1;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    /* line 168, ../scss/page/_article.scss */
    .detail__more-btn {
        font-size: 1.2rem;
        padding: 8px 10px 8px 110px;
        margin: 5px 0 15px;
        border: 2px #ca151d solid;
        border-radius: 12px;
    }

    .detail__more-btn:before {
        width: 100px;
    }
}

/* line 182, ../scss/page/_article.scss */
.detail__follow-pic {
    margin: 60px 0 80px;
    position: relative;
}

@media (max-width: 767px) {
    /* line 182, ../scss/page/_article.scss */
    .detail__follow-pic {
        margin: 26px 0 30px;
    }
}

/* line 189, ../scss/page/_article.scss */
.detail__follow-icon-wrap {
    display: flex;
    position: absolute;
    bottom: 56px;
    left: 90px;
}

@media (max-width: 767px) {
    /* line 189, ../scss/page/_article.scss */
    .detail__follow-icon-wrap {
        width: 100%;
        bottom: 35px;
        left: 0;
        justify-content: center;
    }
}

/* line 201, ../scss/page/_article.scss */
.detail__follow-icon {
    width: 70px;
    height: 70px;
    background-color: #395591;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 70px;
}

@media (max-width: 767px) {
    /* line 201, ../scss/page/_article.scss */
    .detail__follow-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

/* line 216, ../scss/page/_article.scss */
.detail__follow-icon:last-of-type {
    background-color: #1fa4da;
    margin: 0 0 0 60px;
}

@media (max-width: 767px) {
    /* line 220, ../scss/page/_article.scss */
    .col__title-detail {
        display: flex;
        align-items: center;
    }

    /* line 224, ../scss/page/_article.scss */
    .col__title-detail .col__title {
        font-size: 1.8rem;
        margin: 0 10px 0 0;
    }

    /* line 228, ../scss/page/_article.scss */
    .col__title-detail .col__title-jap {
        font-size: 1.0rem;
        padding: 0 0 10px;
    }
}

/* line 234, ../scss/page/_article.scss */
.col-first-detail {
    padding: 0;
}

.con-link {
    text-align: center;
}

.con-btn {
    position: relative;
    width: 100%;
    max-width: 760px;
    border: 0;
    border-radius: 3em;
    cursor: pointer;
    display: inline-block;
    position: relative;;
    color: white;
    background-color: #D03838;
    font-size: 2.0rem;
    padding: 11px 20px;
    margin: 10px auto;
}

.con-btn:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    display: inline-block;
    position: absolute;
    right: 3vw;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bullets {
    display: block;
    position: relative;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 6px;
    margin: 10px auto;
}

.bullets p.index {
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.bullets ul {
    list-style-type: disc;
}

.bullets ul li {
    font-size: 1.6rem;
    margin: 10px auto;
}

.bullets p.index {
    margin: 0 auto;
    padding: 6px 0px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.bullets ul li span {
    font-weight: bold;
}

.bullets ul li span {
    color: gold;
}

.table-section {
    margin: 10px auto;
    overflow: auto;
    scrollbar-width: thin;
}

.table-section::-webkit-scrollbar {
    width: 0px;
    height: 10px;
}

.table-section::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.table-section::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 100px;
    background-color: #444444;
    background-clip: content-box;
}

.table-section table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.6rem;
    border: solid 1px #4444;
}

.table-section table th {
    background-color: #ddd;
}

.table-section table th,
.table-section table td {
    border: solid 1px #4444;
    padding: 6px 0px;
}

.table-section table td {
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-all;
}

.scroll-table {
    table-layout: fixed;
}

@media screen and (max-width: 767px) {
    .scroll-table {
        width: 200% !important;
    }
}

.scroll-table thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* line 5, ../scss/page/_contact.scss */
.contact__form .contact__list {
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    /* line 5, ../scss/page/_contact.scss */
    .contact__form .contact__list {
        font-size: 1.0rem;
    }
}

/* line 11, ../scss/page/_contact.scss */
.contact__form .contact__head {
    font-weight: bold;
}

@media (max-width: 767px) {
    /* line 11, ../scss/page/_contact.scss */
    .contact__form .contact__head {
        font-size: 1.2rem;
    }
}

/* line 17, ../scss/page/_contact.scss */
.contact__form .contact__body {
    margin: 19px 0;
}

@media (max-width: 767px) {
    /* line 17, ../scss/page/_contact.scss */
    .contact__form .contact__body {
        margin: 10px 0;
    }
}

/* line 23, ../scss/page/_contact.scss */
.contact__form .contact__input {
    width: 100%;
    height: 42px;
    border: 1px solid #9a9a9a;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    /* line 23, ../scss/page/_contact.scss */
    .contact__form .contact__input {
        height: 25px;
    }
}

/* line 35, ../scss/page/_contact.scss */
.contact__form .contact__textarea {
    height: 190px;
}

@media (max-width: 767px) {
    /* line 35, ../scss/page/_contact.scss */
    .contact__form .contact__textarea {
        height: 90px;
    }
}

/* line 41, ../scss/page/_contact.scss */
.contact__form .contact__btn {
    text-align: center;
}

/* line 44, ../scss/page/_contact.scss */
.contact__form .contact__send {
    width: 200px;
    height: 65px;
    background-color: #ca151d;
    border-radius: 10px;
    border: none;
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 40px auto 0;
}

@media (max-width: 767px) {
    /* line 44, ../scss/page/_contact.scss */
    .contact__form .contact__send {
        height: 35px;
        border-radius: 5px;
        font-size: 1.3rem;
        margin: 10px auto 0;
    }
}

/* line 70, ../scss/page/_contact.scss */
.contact__circle {
    position: relative;
    padding: 0 0 0 25px;
}

@media (max-width: 767px) {
    /* line 70, ../scss/page/_contact.scss */
    .contact__circle {
        padding: 0 0 0 14px;
    }
}

/* line 77, ../scss/page/_contact.scss */
.contact__circle::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #ca151d;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@media (max-width: 767px) {
    /* line 77, ../scss/page/_contact.scss */
    .contact__circle::before {
        width: 10px;
        height: 10px;
        border: 2px solid #ca151d;
    }
}

.mv__lead {
    margin-bottom: 2px;
    padding: 0 0 8px;
}

.col__side-category a {
    color: #9c2524;
}

.col__side-item .ranking-icon:before {
    content: "1";
    margin-right: 3px;
}

.col__side-item:nth-of-type(2) .ranking-icon:before {
    content: "2";
}

/* line 452, ../scss/common/_common.scss */
.col__side-item:nth-of-type(3) .ranking-icon:before {
    content: "3";
}

/* line 455, ../scss/common/_common.scss */
.col__side-item:nth-of-type(4) .ranking-icon:before {
    content: "4";
}

/* line 458, ../scss/common/_common.scss */
.col__side-item:nth-of-type(5) .ranking-icon:before {
    content: "5";
}

.wp-pagenavi .number.current {
    background-color: #d53c3a;
}

.breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*縦長（横で合わせて下方トリミング）*/
.horizontally, .horizontally img {
    width: 100%;
    height: auto;
}

/*横長（縦で合わせて左右トリミング）*/
.vertically, .vertically img {
    width: auto !important;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px !important;
    height: 6px !important;
    border: 3px solid #9a9a9a !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 12px !important;
    height: 12px !important;
    border: 0 !important;
}

.col__side-pic {
    width: 130px;
    position: relative;
    /*margin: 5px 14px 0 0;*/
    margin-right: 14px;
    height: 100px;
    overflow: hidden;
}

.pr {
    position: relative;
}

.detail-main {
    padding-bottom: 20px;
}

/*.ranking-icon{
  top:-20px;
}*/

.mv__photo {
    /*width:1140px;*/
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.mv__photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.detail-title {
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    .mv__photo {
        width: 100%;
        height: 48vw;
        overflow: hidden;
    }

    .breadcrumb__link:after {
        top: -5px;
    }
}

.col__list {
    list-style: none;
}

.col__item-lead {
    letter-spacing: 0.02em;
    margin-top: -5px;
    word-break: break-all;
}

.sns__twitter {
    position: relative;
    top: 2px;
}

.searchfield {
    width: 300px;
}

.searchfield, .searchsubmit {
    height: 46px;
}

.wp_social_bookmarking_light img {
    width: auto;
}


@media (max-width: 767px) {
    .searchfield {
        width: 100%;
    }

    .bx-wrapper {
        padding: 0 16px !important;
    }

    #sample li {
        /*width: calc(100vw - 32px) !important;
        height: 50vw!important;
        min-height: 200px!important;
        padding: 0 0 25px!important;
        border:0!important;*/
    }

    .main.home-main {
        margin-top: 80px;
        overflow: hidden;
    }

    .main.home-main iframe {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .main.archive-main {
        margin-top: 30px;
    }

    .col__under-wrap figure {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .col__item-pic {
        width: 130px;
        height: 84px;
    }

    .col__item-pic img.horizontally {
        width: 100%;
        height: auto;
    }

    .col__title {
        font-size: 2.4rem;
        margin-right: 20px;
    }

    .col__title-jap {
        font-size: 1.2rem;
    }

    .col__title-list {
        display: flex;
        justify-content: flex-start;
    }

    .col__side-img {
        width: 130px;
        height: 100px;
    }

    .ranking-icon {
        top: -12px;
    }

    .col__side-item .ranking-icon:before {
        /*padding: 5px;*/
        right: 1px;
        height: 13px;
    }

    .ranking-icon {
        font-family: 'GFS Didot', serif !important;
    }

    .col__more {
        margin: 10px 0 40px;
    }

    .col-pickup {
        margin: 20px 0 30px;
    }

    .col__side-item:nth-of-type(3) .ranking-icon:before,
    .col__side-item:nth-of-type(4) .ranking-icon:before,
    .col__side-item:nth-of-type(5) .ranking-icon:before {
        height: 13px;
    }
}

/*@media (max-width: 480px){
  #sample li {
    height: 260px !important;
    box-sizing: border-box;
  }
}:/

/* ua判定用 */
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
}

/* 検索結果なしの場合 */
.search-no-result {
    margin: 20px 0 0;
    font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
    .search-no-result {
        margin: 10px 0 0;
        font-size: 1.2rem;
    }
}

/* フォーム エラーメッセージ */
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-mail-sent-ok {
    border: none !important;
    font-size: 16px;
    color: #f00;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}

/* 180730 add */
.detail__text a {
    display: inline-block;
}

/* 180816 add */
.col__under-wrap img.ver {
    width: 570px;
}

.col__under-wrap img.ver + figcaption {
    width: 570px;
    margin: 20px auto;
}

@media screen and (max-width: 768px) {
    .col__under-wrap img.ver {
        width: 75%;
    }

    .col__under-wrap img.ver + figcaption {
        width: 75%;
        margin: 10px auto;
    }
}

/* TOPのローディング用 */
#loader {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    opacity: 1.0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.pc-popin {
    margin: 15px 0 0;
}

.sp-popin {
    margin: 3px 0;
}

/* ギャラリー追加 */

.center {
    text-align: center;
}

.bt,
.post-attachment-list input[type=submit],
.post-attachment-list input[type=button] {
    display: inline-block;
    margin: 2em 10px;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border: 0 none;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 16px;
    text-decoration: none;
    -webkit-appearance: none;
}

.bt-firstpage {
    width: 480px;
    margin: 0 auto 30px;
    color: #333;
    background: #fff;
    border: 3px solid #000;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .bt-firstpage {
        width: 100%;
        box-sizing: border-box;
    }
}

.post-attachment-list h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

/* 画像ギャラリー */
.post-attachment-list {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .photolib .swiper-button-next, .photolib .swiper-button-prev {
        top: 0;
        bottom: 0;
        margin: auto;
    }
}


/* 電車広告 */
#mv {
    margin-bottom: 30px;
}

#feature-list {
    margin: 0 auto;
}

.feature-block {
    position: relative;
    border-bottom: solid 5px;
}

.feature-block span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.feature-box .feature__item-lead {
    color: #383939;
    text-align: justify;
}

#feature-archive {
    margin: 50px 0;
}

#feature-archive li {
    font-weight: bold;
    line-height: 1.5em;
    background: url(../images/img-border-02.png) repeat-x bottom;
}

#feature-archive li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}


@media screen and (min-width: 769px) {
    .feature-block {
        margin: 50px 0 0;
        padding: 40px 0 40px 30px;
    }

    .feature-block span {
        width: 200px;
        height: 210px;
        z-index: -1;
    }

    .feature-body {
        display: flex;
        align-items: top;
    }

    .feature-box {
        display: flex;
        width: 230px;
        border: none;
    }

    .feature-box a {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        flex-basis: 100%;
    }

    .feature-box:nth-of-type(2) {
        margin: 0 20px;
    }

    .feature-box .feature-item-pic {
        min-height: 0%;
    }

    .feature-box .feature-lead-body {
        display: flex;
        flex-wrap: wrap;
        flex-flow: column;
        flex-grow: 1;
    }

    .feature-box .col__item-lead {
        display: flex;
        flex-grow: 1;
        margin: 5px 0;
        padding: 10px;
    }

    .feature-box .feature__item-lead {
        display: flex;
        padding: 10px;
        min-height: 200px;
        font-size: 1.6rem;
        line-height: 1.6em;
    }

    #feature-archive li {
        font-size: 18px;
        background-size: 6px 2px;
    }

    #feature-archive li a {
        padding: 15px 10px;
    }

    #feature-archive li a:hover {
        text-decoration: underline;
    }

    .special_banner {
        margin: 0 0 -5rem;
    }
}

@media screen and (max-width: 768px) {
    .feature-block {
        margin: 3rem 0 0;
        padding: 2rem 0 2rem 1.5rem;
    }

    .feature-block span {
        width: 10rem;
        height: 12rem;
        z-index: -1;
    }

    .feature-box {
        margin-bottom: 1rem;
        padding-top: 1rem;
        border-top: solid 1px;
    }

    .feature-box:first-child {
        border: none;
    }

    .feature-box a {
        display: flex;
    }

    .feature-box .feature-item-pic {
        width: 46%;
    }

    .feature-box .feature-lead-body {
        width: 54%;
        padding: 4% 0 4% 4%;
    }

    .feature-box .feature__item-lead {
        margin-top: 2rem;
        font-size: 1.1rem;
        line-height: 1.5em;
    }

    #feature-archive li {
        font-size: 1.4rem;
        background-size: 3px 1px;
    }

    #feature-archive li a {
        padding: 1rem;
    }

    .special_banner {
        margin: 0 0 -2rem;
    }
}

/* 190424 add MVカテゴリー無し時 */
.mv__option_single {
    justify-content: flex-end;
    margin: 12px 0 5px;
}

@media (max-width: 767px) {
    .mv__option_single {
        margin: 8px 0 5px;
    }
}

@media (min-width: 768px) {
    .footer_overlay .footer__bottom-inner {
        padding-bottom: 150px;
    }

    .box300.left {
        width: 100%;
        margin: 0 15px 1em auto;
        flex: auto;
        justify-content: flex-start;
    }

    .box300.right {
        width: 100%;
        margin: 0 auto 1em 15px;
        flex: auto;
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .footer_overlay .footer__bottom-inner {
        padding-bottom: 140px;
    }
}

@media (max-width: 767px) {
    .box300.left {
        text-align: center;
        margin-bottom: 15px;
    }
}

.fixed_box {
    padding-top: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.online-store-banner {
    /*padding: 40px 20px;*/
    padding: 40px 0;
}

.online-store-banner img {
    width: 100%;
}


/* 2021.11.19 */
@media (min-width: 768px) {
    .detail-main #sample .slick-slide {
        width: 760px !important;
    }

    .detail-main .mv__text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .detail-main .slick-initialized .slick-slide {
        margin: 0;
    }

    .detail-main .slick-arrow.bx-next {
        right: -16px;
    }

    .detail-main .slick-arrow.bx-prev {
        left: -16px;
    }
}

.detail-main h2 {
    font-size: 20px;
    margin: 20px 0 !important;
}
