@charset "UTF-8";
@import "swiper.min.css";

/*-----------------------------------------------
 font
-----------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("http://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");

@import url('hhttp://fonts.googleapis.com/css?family=Inria+Serif&display=swap');
@import url('hhttps://fonts.googleapis.com/css?family=Inria+Serif&display=swap');

@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://use.fontawesome.com/releases/v5.6.0/css/all.css');
@import url('http://use.fontawesome.com/releases/v5.6.0/css/all.css');


/*-----------------------------------------------
 base
-----------------------------------------------*/
h1,
h2,
h3,
h5,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

ol,
ul {
    list-style-type: none;
}


body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
    overflow-y: scroll;
}

body {
    background: #FFF url(../images/bg.jpg) repeat left top;
    font-family: YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
    font-size: medium;
}

body {
    font-size: 62.5%;
    /* 16px -> 10px */
}

dt,
dd,
li,
caption,
th,
td,
input,
button,
textarea,
select,
h1,
h2,
h3,
h5,
h5,
h6,
p,
address {
    line-height: 1.5;
    font-size: 140%;
    margin: 0;
    padding: 0;
}

h1 *,
h2 *,
h3 *,
h5 *,
h5 *,
h6 *,
p input,
p button,
p select,
li h1,
li h2,
li h3,
li h5,
li h5,
li h6,
li p,
li dt,
li dd,
li li,
li th,
li td,
li input,
li button,
li textarea,
li select,
dd h1,
dd h2,
dd h3,
dd h5,
dd h5,
dd h6,
dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd input,
dd button,
dd textarea,
dd select,
tr h1,
tr h2,
tr h3,
tr h5,
tr h5,
tr h6,
tr p,
tr dt,
tr dd,
tr li,
tr input,
tr button,
tr textarea,
tr select {
    font-size: 100%;
}

input,
button,
select,
option,
textarea {
    font-size: 14px;
}

a,
a:link,
a:visited {
    color: #ff0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

section {
    position: relative;
}

/*-----------------------------------------------
.wrapper
-----------------------------------------------*/
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper .sp {
    display: none !important;
}

/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/
.wrapper .header {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    content: "";
    text-align: center;
    margin: 0 auto !important;
}

.wrapper .header h3 {
    margin: 0 auto !important;
    padding: 30px 0 20px !important;
}

.wrapper .header h3 img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    border: 5px solid #b5a291;
    z-index: 10;
}

.wrapper .header ul.text {
    margin: 5px auto 5px !important;
}

.wrapper .header ul.text li {
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 1.0 !important;
    margin-bottom: 3px !important;
    padding: 0px 2px !important;
}

/*-----------------------------------------------
 スライダー
-----------------------------------------------*/
.wrapper .header .slider {
    position: relative;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto !important;
    padding: 0 !important;
}

@media screen and (min-width:1150px) {
    .wrapper .header .slider:before {
        position: absolute;
        top: -89px;
        left: -240px;
        width: 446px;
        height: 199px;
        background: url(../images/header_bg01.png) no-repeat;
        content: "";
    }

    .wrapper .header .slider:after {
        position: absolute;
        bottom: -23px;
        right: -260px;
        width: 446px;
        height: 199px;
        background: url(../images/header_bg02.png) no-repeat;
        content: "";
    }
}

.wrapper .header .slider .swiper-container {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 0%;
    height: auto;
    margin: 0px auto !important;
}

.wrapper .header .slider .swiper-slide {
    text-align: center !important;
    width: 100%;
    height: auto;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px !important;
    z-index: 10;
}

.wrapper .header .slider img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    border: 5px solid #a8945a;
    z-index: 10;
}

@media screen and (max-width:1100px) {
    .wrapper .header .slider img {
        border-top: 3px solid #a8945a;
        border-bottom: 3px solid #a8945a;
        border-left: 0;
        border-right: 0;
    }

    .wrapper .header .slider .pc {
        display: none !important;
    }
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
.wrapper .contents {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
    color: #202020 !important;
    font-size: 62.5% !important;
    line-height: 1 !important;
    text-align: center;
    overflow: hidden;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.wrapper .contents .inner {
    max-width: 1200px;
    margin: 20px auto !important;
}

.wrapper .contents a img {
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.wrapper .contents a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 フッター SNS
-----------------------------------------------*/
.wrapper .sns {
    margin: 15px 0 20px !important;
    text-align: center !important;
}

.wrapper .sns ul {
    margin: 0px !important;
}

.wrapper .sns ul li {
    position: relative;
    display: inline-block;
    margin: 0 !important;
}

.wrapper .sns ul li.text {
    width: auto !important;
    height: 30px;
    font-size: 1.2em;
    font-size: 13px !important;
    line-height: 30px !important;
    letter-spacing: 2.2px !important;
    font-weight: 400;
    background: none !important;
    margin-right: 6px !important;
}

.wrapper .sns ul li.sns-i a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    margin-right: 4px !important;
    color: #fff;
    font-size: 2.2em;
    font-size: 22px !important;
    line-height: 30px !important;
}

.wrapper .sns ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
誘導ボタン
-----------------------------------------------*/
.wrapper .contents .page-link .btn {
    position: relative;
    /*overflow: hidden;*/
    display: inline-block;
    width: 500px;
    height: 80px;
    text-align: center;
    background-color: #d5a295;
    margin: 15px 15px 0 !important;
    padding: 15px 0 0 !important;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.5px;
}

.wrapper .contents .page-link .btn:before {
  content: "";
  border: solid 1px #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.wrapper .contents .page-link .btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-top: solid 7px #ffffff;
  right: 0;
  left: 0;
  margin: 10px auto 0;
}

.wrapper .contents .page-link a.btn:hover {
    opacity: 0.8;
    text-decoration: none;
}

.wrapper .contents .page-link .btn .icon {
    /*background-color: #464b86;*/
    background-image:linear-gradient(-45deg, #464b86 25%, #545995 25%, #545995 50%, #464b86  50%, #464b86 75%, #545995 75%, #545995);
    background-size: 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
	height: 75px;
	border-radius: 50%;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: -15px;
    left: -22px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 1.1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .5);
}

.wrapper .contents .page-link .btn .icon.brown {
    /*background-color: #672210 !important;*/
    background-image:linear-gradient(-45deg, #672210 25%, #772b17 25%, #772b17 50%, #672210  50%, #672210 75%, #772b17 75%, #772b17);
}

/*-----------------------------------------------
 案内
-----------------------------------------------*/
.wrapper .contents .inner.lead {
    margin: 60px auto 0 !important;
    padding: 0 !important;
}

.wrapper .contents .inner.lead:before {
    display: block;
    height: 52px;
    width: 100%;
    margin: 0;
    padding: 0;
    content: "";
    background: url(../images/bg_lead01.png) no-repeat center top;
}

.wrapper .contents .inner.lead:after {
    display: block;
    height: 52px;
    width: 100%;
    margin: 0;
    padding: 0;
    content: "";
    background: url(../images/bg_lead02.png) no-repeat center top;
}

.wrapper .contents .txt {
    width: calc(100% - 20px);
    margin: 20px auto !important;
    padding: 0 !important;
}

.wrapper .contents .txt img {
    margin: 10px auto 20px !important;
    padding: 0 !important;
}

.wrapper .contents .txt p {
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
    font-size: 27px;
    line-height: 38px;
    font-weight: 600;
    color: #735147;
}

.wrapper .contents .txt p:nth-child(2) {
    font-size: 15px;
    line-height: 1.4;
    margin: 15px 0 0;
}

.wrapper .contents .txt .announce {
    display: block;
    color: #e28972;
    margin: 10px 0 0;
}

/*-----------------------------------------------
 タイトル
-----------------------------------------------*/
.wrapper .contents .inner.itemDetail {
    position: relative;
    overflow: hidden;
    width: calc(100% - 10px);
    padding: 25px 10px !important;
    margin: 40px auto 80px !important;
    background:linear-gradient(to bottom , rgba(218,198,189,0.5), rgba(244,245,247,0.5));
}

@media screen and (max-width:1024px) {
    .wrapper .contents .inner.itemDetail {
        margin: 20px auto 40px !important;
        padding: 15px 10px 10px !important;
    }
}

.wrapper .contents .inner h4 {
    width: 97%;
    max-width: 1090px;
    font-size: 3.5em;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    margin: 0 auto 15px !important;
    text-align: center !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
}

@media screen and (max-width:1024px) {

    .wrapper .contents .inner h4 {
        font-size: 3.0em;
        font-size: 30px !important;
    }
}

@media screen and (max-width:830px) {

    .wrapper .contents .inner h4 {
        font-size: 2.6em;
        font-size: 26px !important;
    }
}

.wrapper .contents .inner h4 span {
    font-weight: normal;
} 

.wrapper .contents .inner.itemDetail .caution {
    font-size: 1.2em;
    font-size: 12px !important;
    margin: 0 auto 8px !important;
}

/*-----------------------------------------------
 商品メイン画像
-----------------------------------------------*/
.wrapper .contents .inner.itemDetail .item-img {
    position: relative;
    width: calc(100% - 20px);
    min-height: 0%;
    height: auto;
    padding: 0 !important;
    margin: 20px auto 10px !important;
}

.wrapper .contents .inner.itemDetail .item-img img {
    width: 100%;
    max-width: 1038px;
    height: auto;
    border: 4px solid #b5a291;
}

.wrapper .contents .inner.itemDetail .item-img.item02 img {
    max-width: 828px;
}

.wrapper .contents .inner.itemDetail .item-img.item02 img:last-child {
    max-width: 408px;
}

.wrapper .contents .inner.itemDetail .item-img.item02 img {
    border: none;
}

.wrapper .contents .inner.itemDetail .item-img.item03 img {
    max-width: 686px;
    margin: 0 0 10px;
}

.wrapper .contents .inner.itemDetail .item-img p {
    font-size: 18px;
    font-weight: bold;
}

.wrapper .contents .inner.itemDetail .item-img p span {
    font-size: 15px;
    font-weight: normal;
}

/*-----------------------------------------------
 商品説明
-----------------------------------------------*/
.wrapper .contents .itemDetail .detailtxt {
    width: calc(100% - 10px);
    max-width: 1100px;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 20px;
    text-align: left;
}

.wrapper .contents .itemDetail .detailtxt p {
    color: #760307;
    font-size: 13px;
    line-height: 18px !important;
    margin: 2px auto 0;
}

/*-----------------------------------------------
 商品詳細
-----------------------------------------------*/
.wrapper .contents .itemDetail .data {
    width: calc(100% - 10px);
    max-width: 850px;
    margin: 10px auto 0;
    padding: 18px 10px 30px;
}

.wrapper .contents .itemDetail .data .detail {
    padding: 30px 50px;
    background-color: #fff;
    text-align: left;
}

.wrapper .contents .itemDetail .data .detail ul li {
    font-size: 20px;
    line-height: 1.9;
}

.wrapper .contents .itemDetail .data .price {
    display: inline-block;
    padding: 18px 50px 30px 0;
    font-size: 20px;
}

.wrapper .contents .itemDetail .data .price span {
    position: relative;
    font-size: 3.8em;
    font-size: 38px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.wrapper .contents .itemDetail .data .cart {
    position: relative;
    display: inline-block;
    width: 520px;
    margin: 40px auto 0;
    padding: 15px 0;
    color: #a8896e;
    font-size: 34px !important;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
    background: #dabcae;
    box-shadow: 0px 0px 5px 2px #dac6bd;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -ms-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.wrapper .contents .itemDetail .data .cart:hover {
    color: #fff;
    background-color: #a8896e;
    text-decoration: none !important;
}

.wrapper .contents .itemDetail .another {
    display: inline-block;
    height: 34px;
    font-size: 27px;
    color: #d5a295;
    text-decoration: none;
}

.wrapper .contents .itemDetail .another:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-top: solid 7px #d5a295;
  right: 0;
  left: 0;
  margin: 10px auto 0;
}

.wrapper .contents .itemDetail .yoyaku {
    background: url(../images/bg_yoyaku.png) no-repeat;
    width: 288px;
    height: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #735147;
    position: absolute;
    top: 106px;
    left: 135px;
    padding: 21px 0 0;
    box-sizing: border-box;
}

.wrapper .contents .itemDetail .sub-txt {
    display: inline-block;
    font-size: 27px;
    color: #d5a295;
    text-decoration: none;
}

.wrapper .contents .itemDetail .movie {
    margin: 5px auto 20px !important;
    padding: 20px 0 !important;
    width: 64%;
    background-color: #dabcae;
    text-align: center !important;
    background: linear-gradient(-45deg, rgba(216, 188, 174, 0.5) 25%, rgba(255, 255, 255, 0) 25.1%, rgba(255, 255, 255, 0) 50%, rgba(216, 188, 174, 0.5) 50.1%, rgba(216, 188, 174, 0.5) 75%, rgba(255, 255, 255, 0) 75.1%, rgba(255, 255, 255, 0) 0);
    background-size: 4px 4px;
}

.wrapper .contents .itemDetail .movie iframe {
    width: 560px;
    height: 315px;
    border: 4px solid #b5a291;
    margin: 0 !important;
}

.wrapper .contents .itemDetail .movie p {
    font-size: 15px;
    font-weight: normal;
    padding: 3px 0 0;
}

.wrapper .contents .itemDetail .another-musicbox ul {
    position: relative;
    /*width: calc(100% - 30px);*/
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.wrapper .contents .itemDetail .another-musicbox ul li {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(29% - 13px);
    margin: 13px 13px 0 0 !important;
    vertical-align: top;
    text-align: center;
}

.wrapper .contents .itemDetail .another-musicbox ul li img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 4px solid #b5a291;
}


/*-----------------------------------------------
 購入ガイド
-----------------------------------------------*/
.wrapper .contents h6 {
    position: relative;
    width: 98%;
    max-width: 1200px;
    height: 40px;
    color: #735147;
    font-size: 22px !important;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 5px !important;
    text-align: center !important;
    margin: 20px auto 8px !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
    border: 2px solid #735147;
}

.wrapper .contents .guide-check {
    display: none;
}

.wrapper .contents .guide-label {
    position: relative;
    display: block;
    width: 98%;
    max-width: 1200px;
    color: #735147 !important;
    font-size: 1.5em;
    font-size: 15px !important;
    line-height: 25px;
    letter-spacing: 1.2px !important;
    font-weight: 600;
    margin: 0 auto !important;
    padding: 10px !important;
    text-align: left !important;
    cursor: pointer;
    cursor: hand;
    background: linear-gradient(to right, #dac6bd, #f3ddd3);
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
}

.wrapper .contents .guide-label:after {
    position: absolute;
    right: 20px;
    box-sizing: border-box;
    display: inline-block;
    height: 10px;
    font-size: 1.0em;
    font-size: 10px !important;
    content: '▼';
}

.wrapper .contents .guide-content {
    display: block;
    width: 98%;
    max-width: 1200px;
    height: 0;
    opacity: 0;
    margin: 0 auto !important;
    padding: 0 10px !important;
    visibility: hidden;
    font-size: 1.3em;
    font-size: 13px !important;
    line-height: 17px;
    text-align: left !important;
    background-color: rgba(255, 255, 255, 0.8);
    border-left: 1px solid #dac6bd;
    border-right: 1px solid #dac6bd;
    border-bottom: 1px solid #dac6bd;
}

.wrapper .contents .guide-check:checked + .guide-label:after {
    content: '▲';
}

.wrapper .contents .guide-check:checked + .guide-label + .guide-content {
    height: auto;
    opacity: 1;
    margin: 0 auto 10px !important;
    padding: 5px 5px 10px !important;
    visibility: visible;
}

.wrapper .contents .guide-content ul {
    text-align: center !important;
    width: 99%;
    margin: 6px auto 0 !important;
    padding: 0 !important;
}

.wrapper .contents .guide-content ul li {
    list-style-type: none;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: left !important;
    margin-bottom: 7px !important;
}

.wrapper .contents .guide-content ul li.ttl {
    font-size: 1.3em;
    font-size: 13px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.wrapper .contents .guide-content .red {
    display: table;
    color: #760307;
    font-size: 1.3em;
    font-size: 13px !important;
    background: linear-gradient(transparent 60%, rgba(255, 0, 40, 0.1) 60%);
}

.wrapper .contents .guide-content ul li.ttl:before {
    display: inline-block;
    padding: 0 !important;
    margin: 0 2px !important;
    font-family: FontAwesome;
    content: "\f058";
}

.wrapper .contents .guide-content a {
    color: #202020;
    font-weight: bold;
    text-decoration: underline !important;
}

.wrapper .contents .guide-content a:hover {
    color: #ccc;
    text-decoration: underline !important;
}

@media all and (-ms-high-contrast: none) {
    .wrapper .contents .guide-label {
        margin-bottom: -1px !important;
        padding: 6px 0 4px 25px !important;
    }

    .wrapper .contents .guide-content ul li.red {
        margin-bottom: 3px !important;
    }

    .wrapper .contents .guide-label:before {
        position: absolute;
        top: 8px;
    }

    .wrapper .contents .guide-content ul {
        padding: 2px 0 0 !important;
    }
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.wrapper .footer_bnr {
    width: 100%;
    text-align: center;
    margin: 0 0 22px;
}

.wrapper .footer_bnr img {
    width: 255px;
    margin: 0 20px;
}

.wrapper .footer_bnr a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

.wrapper footer {
    width: 100%;
    height: auto;
    color: #fff !important;
    margin: 50px 0 0;
    padding: 30px 0 !important;
    text-align: center;
    background: #b5a291;
}

.wrapper footer p {
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 15px !important;
    font-family: Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.wrapper footer p:before {
    display: inline-block;
    margin-right: 4px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
.wrapper .backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 333;
}

.wrapper .backtop a {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}

.wrapper .backtop a img {
    width: 60px;
    height: 60px;
}

.wrapper .backtop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 モーダル
-----------------------------------------------*/
.wrapper .overlay {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.wrapper .overlay_box {
    width: 100%;
}

.wrapper .overlay img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 900px;
    max-height: 98%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
