@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
body {
    line-height: 1
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
nav ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
ins {
    text-decoration: none
}
ins,
mark {
    background-color: #ff9;
    color: #000
}
mark {
    font-style: italic;
    font-weight: 700
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input,
select {
    vertical-align: middle
}
html {
    font-size: 62.5%;
    width: 100%
}
body {
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, YuGothic, Yu Gothic Medium, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    line-height: 200%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
* {
    box-sizing: border-box
}
img {
    max-width: 100%;
    vertical-align: top
}
a[href] {
    color: #323232;
    text-decoration: none
}
@media(min-width:768px) {
    a[href] {
        transition: 0.16s
    }
    a[href]:hover {
        opacity: .5
    }
}
a[target=_blank]:after {
    font-family: Hobonichi-Icons;
    content: "\e914";
    font-weight: 400;
    font-size: 0.8em;
    position: relative;
    top: -0.2em
}
.container {
    background-color: #ffc63f
}
.koburina-w6 {
    font-family: Koburina Gothic W6 JIS2004, sans-serif;
    font-weight: 400
}
.koburina-w3 {
    font-family: Koburina Gothic W3 JIS2004, sans-serif
}
.koburina-w1 {
    font-family: Koburina Gothic W1 JIS2004, sans-serif
}
.flex {
    display: -ms-flexbox;
    display: flex
}
.flex--center {
    -ms-flex-pack: center;
    justify-content: center
}
.flex--between {
    -ms-flex-pack: justify;
    justify-content: space-between
}
.flex--vertical-center {
    -ms-flex-align: center;
    align-items: center
}
.tac {
    text-align: center
}
.tal {
    text-align: left
}
.inline-block {
    display: inline-block
}
@media(min-width:768px) {
    .is-pc-disabled {
        display: none !important
    }
}
@media(max-width:767px) {
    .is-sp-disabled {
        display: none !important
    }
}
.indent-half {
    margin-left: -0.5em
}
.indent-half-after {
    letter-spacing: -0.5em
}
.hover-op {
    cursor: pointer
}
@media(min-width:768px) {
    .hover-op {
        transition: 0.16s
    }
    .hover-op:hover {
        opacity: .5
    }
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}
.inner {
    max-width: 1000px;
    margin: 0 auto
}
.inner--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}
@media(max-width:767px) {
    .inner--flex {
        display: block
    }
}
.inner .left {
    width: 60%
}
@media(max-width:767px) {
    .inner .left {
        width: 100%
    }
}
.inner .right {
    width: 40%
}
@media(max-width:767px) {
    .inner .right {
        width: 100%
    }
}
.wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1
}
.page-top .wrapper {
    top: 100px;
    margin-bottom: 100px
}
@media(max-width:767px) {
    .page-top .wrapper {
        top: 0;
        margin-bottom: 0
    }
}
.header__top {
    position: absolute;
    top: -70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    padding-left: 10px
}
.header__visual {
    position: relative;
    z-index: 1
}
@media(max-width:767px) {
    .header__top {
        top: 0
    }
    .header__logo {
        margin-right: 10px
    }
    .header__hobonichi img {
        width: 40vw
    }
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 0 30px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    background-color: #fff
}
.nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 900px;
    z-index: 4;
    border-top: none
}
.nav.fixed+.main {
    padding-top: 70px
}
@media(max-width:767px) {
    .nav.fixed+.main {
        padding-top: 40px
    }
}
.nav__list {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1rem
}
.nav__list li {
    padding: 0 10px;
    border-left: 1px solid #959595
}
.nav__list li:last-child {
    border-right: 1px solid #959595
}
.nav__list img {
    margin-right: 5px;
    vertical-align: sub
}
.nav-items {
    padding: 10px 0 20px;
    margin: 50px 50px 0;
    border-top: 1px solid #959595
}
.nav-items ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 330px;
    margin: auto;
}
.nav-items ul li {
    margin-left: 15px;
    margin-right: 15px
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3
}
.menu-header {
    position: relative;
    background-color: #ffc63f;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
.menu-header__logo {
    padding-left: 2.5%;
    line-height: 1
}
.menu-header__logo img {
    width: auto;
    height: 25px
}
.menu-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 4
}
.menu-btn__line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #001158;
    transition: 0.4s
}
.menu-btn__line--middle {
    margin-top: 5px;
    margin-bottom: 5px
}
.menu-btn.close {
    display: none;
    top: 28px;
    right: 20px;
    transform: none
}
.menu-btn.close .menu-btn__line--top {
    transform: translateY(7px) rotate(45deg)
}
.menu-btn.close .menu-btn__line--middle {
    opacity: 0
}
.menu-btn.close .menu-btn__line--bottom {
    transform: translateY(-7px) rotate(-45deg)
}
.menu-main {
    display: none;
    background-color: #fff
}
.menu-main__links {
    border-top: 1px solid gray;
    overflow: hidden
}
.menu-main__links li {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    border-bottom: 1px solid gray
}
.menu-main__links li:nth-of-type(odd) {
    border-right: 1px solid gray
}
.menu-main__links li a {
    display: block;
    padding-left: 8px
}
.menu-main__links li img {
    margin-right: 5px;
    vertical-align: sub
}
.menu-main__lineup li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    height: 40px;
    border-bottom: 1px dashed gray;
    font-size: 1.4rem
}
.menu-main__lineup li .img {
    width: 60px;
    text-align: center
}
.menu-main__lineup li .img img {
    height: 30px
}
.menu-main__lineup li:last-child a {
    border-bottom-style: solid
}
.cart__btn {
    width: 120px;
    height: 28px;
    margin: 5px auto 0;
    line-height: 28px;
    background-color: #ffc63f;
    border: 1px solid gray;
    font-size: 1rem
}
.cart__btn img {
    vertical-align: sub;
    margin-right: 3px
}
.sold .cart__btn {
    background-color: #999;
    color: #fff;
    opacity: 1 !important
}
.cart__ship {
    font-size: 1.2rem
}
.cart__rest,
.cart__ship {
    margin-top: 7px;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.cart__rest {
    min-height: 1em;
    font-size: 1.3rem;
    color: #ff1d25
}
.btn-compare {
    margin-top: 75px;
    text-align: center
}
@media(max-width:767px) {
    .btn-compare {
        margin-top: 40px
    }
    .btn-compare img {
        width: 90%
    }
}
.plus {
    position: relative;
    display: block
}
.plus:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background-image: url('../images/common/btn_plus.svg');
    background-size: 100% 100%
}
.share {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-top: 30px
}
.share li+li {
    margin-left: 10px
}
.line-icon {
    width: 50%;
}
@media(max-width:767px) {
    .share {
        -ms-flex-pack: center;
        justify-content: center
    }
    .share li+li {
        margin-left: 20px
    }
    .share img {
        width: 44px
    }
    .line-icon {
    width: 100%;
    }
}
.page-top .main {
    padding-bottom: 100px
}
@media(max-width:767px) {
    .page-top .main {
        padding-bottom: 50px
    }
}
.yodogawa {
    padding: 50px 0
}
.yodogawa h2 {
    color: #39804a;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.625
}
.yodogawa p {
    margin-top: 0.5em;
    letter-spacing: 0.06em
}
@media(max-width:767px) {
    .yodogawa {
        padding: 10px 5%
    }
    .yodogawa h2 {
        font-size: 2rem
    }
}
.lineup {
    padding-left: 90px;
    padding-right: 90px
}
.lineup--column-1 {
    margin-top: 50px
}
.lineup--column-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
}
@media(min-width:768px) {
    .lineup--column-2 > div {
        width: 50%
    }
    .lineup--column-2>div:first-child {
        padding-right: 30px
    }
    .lineup--column-2>div:last-child {
        padding-left: 30px
    }
}
@media(max-width:767px) {
    .lineup {
        padding: 0
    }
    .lineup--column-1 {
        margin-top: 0
    }
    .lineup--column-2 {
        margin-top: 0;
        display: block
    }
}
.items.tottemo {
    padding-right: 0 !important
}
/*.items.otodoke_mini {
    padding-left: 0 !important
}*/
.items__category {
    margin-bottom: 15px;
    font-size: 1.9rem;
    letter-spacing: 0.05em
}
.items__category.new:after {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 52px;
    height: 21px;
    background-image: url('../images/common/ico_new@2x.png');
    background-size: 100% 100%;
    margin-left: 5px
}
.items__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}
.items__container.end {
    max-width: 480px;
    width: 100%;
}
.kami .items__container,
.otodoke .items__container {
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.daily .items__container,
.otodoke_mini .items__container,
.regular .items__container,
.usu .items__container {
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media(max-width:767px) {
    .items {
        margin-top: 40px
    }
    .items__category {
        margin-bottom: 0;
        text-align: center
    }
    .items__container {
/*        display: block;*/
        overflow: hidden
    }
}
.item {
    text-align: center;
    margin-bottom: 55px;
}
.item a {
    display: block
}
.otodoke .item__image {
    position: relative;
    left: 10px;
    width: 195px
}
.otodoke .item__image img {
    max-width: 195px
}
.kami .item__image {
    width: 195px
}
.kami .item__image img {
    max-width: 150px
}
.regular .item__image img {
    max-width: 135px
}
.usu .item__image img {
    max-width: 155px
}
.daily .item__image img {
    width: 143px
}
.tottemo .item__image img {
    width: 276px
}
.otodoke_mini .item__image {
    position: relative;
    left: 20px
}
.otodoke_mini .item__image img {
    width: 173px
}
.item__label {
    margin-top: 7px;
    line-height: 1.5;
    font-size: 1.2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.item__price {
    margin-top: 4px;
    font-size: 1.8rem;
    line-height: 1.33
}
.item__price .unit {
    margin-left: 0.2em;
    font-size: 1.4rem
}
.item__price .tax {
    font-size: 1.2rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media(max-width:767px) {
    .item {
        width: 50%;
        float: left;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .tottemo .item {
        width: 100%
    }
    .item__image {
        padding: 0 10%
    }
    .otodoke .item__image {
        left: 0;
        width: auto
    }
    .kami .item__image {
        width: auto
    }
    .otodoke_mini .item__image {
        left: 0
    }
    .item__image img {
        width: auto !important;
        max-width: 100% !important
    }
}
.sale-info {
    padding: 40px 0 50px;
    margin: 70px 50px 0;
    border-top: 1px solid #959595;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8
}
@media(max-width:767px) {
    .sale-info {
        margin: 35px 0;
        padding: 20px 0 25px;
        font-size: 1.3rem
    }
}
.item-detail__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px
}
@media(max-width:767px) {
    .item-detail__container {
        display: block;
        margin-top: 5px;
        padding: 0
    }
}
.item-detail__description {
    width: 50%
}
.item-detail__description h3 {
    color: #39804a;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-family: Koburina Gothic W6 JIS2004, sans-serif;
}
.item-detail__description p {
    margin-top: 10px;
    line-height: 2.37;
    font-family: Koburina Gothic W1 JIS2004, sans-serif
}
.item-detail__description p.notes {
    margin-top: 25px;
    font-size: 1.2rem;
    line-height: 2
}
.item-detail__description .btn-compare {
    margin-top: 35px;
    text-align: left
}
@media(max-width:767px) {
    .item-detail__description {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%
    }
    .item-detail__description h3 {
        font-size: 1.8rem
    }
    .item-detail__description p {
        font-size: 1.5rem;
        line-height: 2
    }
    .item-detail__description .btn-compare {
        text-align: center
    }
    .item-detail__description .btn-compare img {
        width: 200px
    }
}
.item-detail .items {
    width: 50%;
    padding-right: 40px
}
.item-detail .items__container {
    display: flex;
    flex-wrap: wrap;
    width: 360px;
    justify-content: space-between;
}
@media(max-width:767px) {
    .item-detail .items__container {
        width: 100%;
    }
}
.item-detail .items__category {
    margin-top: 5px
}
.item-detail .items .item {
    width: 50%;
    float: left;
    margin-bottom: 30px
}
.item-detail .items .item--full {
    width: 100%
}
.item-detail .items .item__image img {
    width: 90%
}
@media(max-width:767px) {
    .item-detail .items {
        width: 100%;
        padding-right: 0
    }
    .item-detail .items .item {
        width: 100%;
        float: none;
        padding-top: 30px;
        border-top: 1px solid #959595
    }
    .item-detail .items .item__image img {
        width: 70% !important
    }
    .item-detail .items .item__slide {
        margin-top: 20px
    }
}
.item-section {
    margin: 50px;
    padding: 0 50px;
    border-top: 1px solid #959595
}
@media(max-width:767px) {
    .item-section {
        margin: 25px 0;
        padding: 0 5%
    }
}
.item-point {
    display: -ms-flexbox;
    display: flex;
    margin-top: 65px
}
.item-point__images {
    max-width: 320px
}
.item-point__image {
    width: 320px
}
.item-point__image a {
    display: block
}
.item-point__content {
    margin-left: 40px
}
.item-point__content h4 {
    color: #39804a;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-family: Koburina Gothic W6 JIS2004, sans-serif;
}
.item-point__content p {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 2
}
.item-point__content a {
    text-decoration: underline
}
.item-point__caption {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: Koburina Gothic W1 JIS2004, sans-serif;
}
.item-point__profile {
    display: inline-block;
    border: 1px solid #999;
    margin-top: 1em;
    padding: 1em;
    line-height: 170%;
    font-size: 1.3rem
}
@media(max-width:767px) {
    .item-point {
        display: block;
        margin-top: 30px
    }
    .item-point__images {
        max-width: none
    }
    .item-point__image {
        width: auto
    }
    .item-point__image img {
        width: 100%
    }
    .item-point__content {
        margin-left: 0
    }
    .item-point__content h4 {
        font-size: 1.8rem
    }
    .item-point__content p {
        font-size: 1.4rem;
        line-height: 2
    }
    .item-point__content p.item-point__caption {
        margin-top: 5px;
        font-size: 1.2rem;
        line-height: 1.5
    }
    .item-point__images {
        margin-top: 10px
    }
}
.item-credit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 90px 0
}
.item-credit p {
    font-size: 1.2rem;
    line-height: 2
}
.item-credit div+div {
    margin-left: 40px
}
@media(max-width:767px) {
    .item-credit {
        display: block;
        margin-bottom: 0;
        padding: 30px 5% 20px
    }
    .item-credit div+div {
        margin-left: 0
    }
}
.compare {
    padding: 50px 50px 0
}
@media(max-width:767px) {
    .compare {
        padding: 25px 5%
    }
}
.compare-header {
    display: -ms-flexbox;
    display: flex
}
.compare-header p {
    margin-left: 60px
}
@media(max-width:767px) {
    .compare-header {
        display: block
    }
    .compare-header p {
        margin-top: 1em;
        margin-left: 0;
        font-size: 1.5rem;
        line-height: 2
    }
}
.compare-main {
    margin-top: 45px;
    text-align: center
}
.compare-main__btn {
    margin-top: 35px
}
.compare-main__btn a:after {
    display: none
}
@media(max-width:767px) {
    .compare-main,
    .compare-main__btn {
        margin-top: 20px
    }
}
.attention {
    max-width: 460px;
    margin: 0 auto;
    padding-top: 50px
}
@media(max-width:767px) {
    .attention {
        padding: 20px 5%
    }
}
.attention__head {
    color: #39804a;
    font-size: 2.4rem;
    letter-spacing: 0.1em
}
@media(max-width:767px) {
    .attention__head {
        font-size: 2rem
    }
}
.attention-item {
    margin-top: 20px
}
.attention-item+.attention-item {
    margin-top: 60px
}
@media(max-width:767px) {
    .attention-item+.attention-item {
        margin-top: 30px
    }
}
.attention-item__head {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    white-space: nowrap
}
.attention-item__head img {
    margin-right: 5px;
    vertical-align: text-bottom
}
.attention-item__head span {
    font-size: 1.6rem
}
@media(max-width:767px) {
    .attention-item__head {
        font-size: 1.8rem;
        white-space: normal;
        line-height: 1.6
    }
    .attention-item__head span {
        font-size: 1.4rem
    }
    .attention-item__head img {
        height: 25px
    }
}
.attention-item__content dl {
    margin-top: -15px
}
.attention-item__content dl dt {
    margin-top: 25px;
    font-size: 1.9rem;
    color: #b21c24
}
.attention-item__content dl dt:before {
    content: "●"
}
@media(max-width:767px) {
    .attention-item__content dl dt {
        font-size: 1.6rem
    }
    .attention-item__content dl dd {
        font-size: 1.4rem;
        line-height: 2
    }
}
.footer {
    max-width: 720px;
    padding-top: 70px;
    margin: 0 auto;
    padding-bottom: 55px
}
.footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    line-height: 1
}
.footer__links img {
    height: 25px
}
.footer__text-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    list-style: none;
    font-size: 1.2rem;
    line-height: 1
}
.footer__text-links li+li:before {
    content: "／"
}
.footer__copyright {
    margin-top: 35px;
    text-align: center;
    line-height: 1
}
@media(max-width:767px) {
    .footer {
        padding-top: 25px;
        padding-bottom: 20px
    }
    .footer__links {
        display: block;
        text-align: center
    }
    .footer__links li {
        display: inline-block;
        margin: 10px
    }
    .footer__text-links {
        display: block;
        text-align: center;
        margin-top: 0
    }
    .footer__text-links li {
        margin-top: 20px
    }
    .footer__text-links li+li:before {
        display: none
    }
    .footer__copyright {
        margin-top: 25px
    }
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    overflow: hidden
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}
#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}
#cboxContent {
    position: relative
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
#cboxTitle {
    margin: 0
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
    outline: none
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}
#cboxOverlay {
    background: #fff
}
#colorbox {
    outline: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}
#colorbox:after {
    background: #000;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius="5", MakeShadow="true", ShadowOpacity="0.5")
}
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
    background: #fff
}
#cboxTopLeft {
    width: 0;
    height: 0
}
#cboxTopCenter {
    height: 0
}
#cboxTopRight {
    width: 0;
    height: 0
}
#cboxBottomLeft {
    width: 0;
    height: 43px
}
#cboxBottomCenter {
    height: 40px
}
#cboxBottomRight {
    width: 0;
    height: 40px
}
#cboxMiddleLeft,
#cboxMiddleRight {
    width: 0
}
#cboxContent {
    overflow: visible
}
#cboxContent,
.cboxIframe {
    background: #fff
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}
#cboxLoadedContent {
    margin-bottom: 0
}
#cboxLoadingOverlay {
    background: url('../images/common/loading_background.png') no-repeat 50%
}
#cboxLoadingGraphic {
    background: url('../images/common/loading.gif') no-repeat 50%
}
#cboxTitle {
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%
}
#cboxCurrent,
#cboxTitle {
    position: absolute;
    font-weight: 700;
    color: #7c7c7c
}
#cboxCurrent {
    bottom: -35px;
    left: 15px
}
#cboxCurrent,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    visibility: hidden
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -40px;
    background: url('../images/common/controls.png') no-repeat 0 0;
    width: 100px;
    height: 40px;
    text-indent: -9999px
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}
#cboxClose {
    transition: opacity 0.16s
}
#cboxClose:hover {
    opacity: .5
}
@media only screen and(-o-min-device-pixel-ratio:3 / 2),
only screen and(-webkit-min-device-pixel-ratio:1.5),
only screen and(min--moz-device-pixel-ratio:1.5),
only screen and(min-device-pixel-ratio:1.5) {
    #cboxClose,
    #cboxNext,
    #cboxPrevious,
    #cboxSlideshow {
        background: url('../images/common/controls-2x.png') no-repeat 0 0;
        background-size: 430px, auto
    }
}
#cboxPrevious {
    right: 100px;
    background-position: 0 -50px
}
#cboxPrevious:hover {
    background-position: 0 0
}
#cboxNext {
    right: 0;
    background-position: -100px -50px
}
#cboxNext:hover {
    background-position: -100px 0
}
#cboxClose {
    right: 50%;
    margin-right: -50px;
    background-position: -200px -50px
}
#cboxClose:hover {
    background-position: -200px 0
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -300px 0;
    right: 27px
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -400px 0
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -400px -50px;
    right: 27px
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -300px 0
}
.zoom_slide li,
.zoom_slide li img {
    width: 730px !important;
    height: 470px !important
}
.zoom_pager {
    float: left;
    margin-top: 10px;
    display: inline-table
}
.zoom_pager img {
    width: 80px !important;
    height: 52px !important
}
.zoom_pager a {
    padding-right: 2px
}
.zoom_pager a.active img,
.zoom_pager a:hover img {
    filter:alpha(opacity=60);
    opacity: .6
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 45%;
    outline: 0;
    width: 18px;
    height: 34px;
    text-indent: -9999px;
    z-index: 5
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}
.bx-wrapper .bx-prev {
    left: 20px;
    background: url('../images/common/arrow_left.png') no-repeat 0 0;
    background-size: 18px 34px
}
.bx-wrapper .bx-next {
    right: 20px;
    background: url('../images/common/arrow_right.png') no-repeat 0 0;
    background-size: 18px 34px
}
.zoomCbox {
    padding: 10px;
    width: 730px
}
.slideColorBox #cboxClose {
    right: 33px;
    bottom: -10px;
    background-position: -200px -50px
}
.slideColorBox #cboxBottomCenter,
.slideColorBox #cboxBottomLeft,
.slideColorBox #cboxBottomRight {
    height: 10px
}
.swiper-pagination {
    position: static !important
}
.swiper-pagination-bullet {
    position: relative;
    width: 10px !important;
    height: 10px !important;
    margin: 0 4px !important;
    background-color: #808075 !important;
    opacity: 1 !important
}
.swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 3px;
    left: 3px;
    border-radius: 4px;
    background-color: #fff
}
.swiper-pagination-bullet-active {
    background-color: #000 !important
}
.swiper-button-next,
.swiper-button-prev {
    margin-top: -48px !important
}
@media(max-width:767px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 18.9px !important;
        height: 30.8px !important;
        margin-top: -34px !important;
        background-size: 100% auto !important
    }
}
.amendment {
    border-top: 1px solid #8B8B8B;
    padding: 45px 0 0;
}
.amendment .amendment-txt {
    text-align: center;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.8;
    letter-spacing : 1.05px;
}
.amendment .amendment-txt span {
    font-weight: bold;
}
@media(max-width:767px) {
    .amendment {
        width: calc(100% - 30px);
        margin: auto;
        padding: 10px 0 0;
    }
    .amendment .amendment-txt {
        text-align: left;
        font-size: 13px;
    }
}