@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("http://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=cyrillic,japanese");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap&subset=cyrillic,japanese");*/

@import url('http://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&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-color: #f9e5ef;
	font-family: 'M PLUS Rounded 1c', sans-serif, 'M PLUS 1p', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    /*font-family: 'Signika', 'Kosugi Maru', 'M PLUS 1p', -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: #202020;
    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;
}

.wrapper .header h3 img {
    width: 100%;
    /*max-width: 1414px;*/
    height: auto;
	vertical-align: bottom;
}

/*-----------------------------------------------
 受注期間
-----------------------------------------------*/
.wrapper .data {
    position: relative;
    width: 100%;
	background-color: #a0d200;
    text-align: center;
    margin: 0 !important;
    padding: 10px 5px 1px !important;
}

.wrapper .data .data_ttl,
.wrapper .data .number {
	display: inline-block;
	vertical-align: middle;
}

.wrapper .data .data_ttl {
	width: 15%;
	margin-right: 5px;
}

@media screen and (max-width:1530px) {
  .wrapper .data .number {
	  width: 13%;
	  letter-spacing: 0 !important;
  }
}

.wrapper .data .data_ttl img {
	width: 100%;
}

.wrapper .data .number {
	width: 56%;
    color: #fff;
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 700;
	line-height: 1.2;
    box-sizing: border-box;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (max-width:1530px) {
  .wrapper .data .number {
	  width: 65%;
	  letter-spacing: 0 !important;
  }
}

@media screen and (max-width:1315px) {
  .wrapper .data .number {
	  width: 80%;
	  letter-spacing: 0 !important;
  }
}

.wrapper .data .number p {
	font-size: 4.4em;
    font-size: 44px;
	line-height: 1.1;
}

@media screen and (max-width:1075px) {
  .wrapper .data .number p {
	  font-size: 3.1em;
	  font-size: 31px;
  }
}

.wrapper .data .number span {
    font-size: 3.0em;
    font-size: 30px !important;
}

@media screen and (max-width:1075px) {
  .wrapper .data .number span {
	  font-size: 2.0em;
	  font-size: 20px !important;
  }
}

.wrapper .data .number small {
    font-size: 2.5em;
    font-size: 25px !important;
    text-align: center !important;
    margin: 0 2px 0 2px !important;
}

@media screen and (max-width:1075px) {
  .wrapper .data .number small {
	  font-size: 1.8em;
	  font-size: 18px !important;
  }
}

.wrapper .data .deli {
    color: #fff;
    font-size: 2.4em;
    font-size: 24px !important;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center !important;
    padding: 0 !important;
    margin: 5px 0 0 !important;
}

.wrapper .data .shipping {
    color: #fff;
    font-size: 1.1em;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 1.1 !important;
	margin: 0;
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
.wrapper .contents {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
    color: #1b1b1b !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: 1350px;
    margin: 35px auto 0 !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);
}

/*-----------------------------------------------
 タイトル
-----------------------------------------------*/
.wrapper .contents .inner.itemDetail {
    position: relative;
    overflow: hidden;
    width: calc(100% - 10px);
}

@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: 550px;
	margin: 60px auto 20px;
}

@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;
    }
}

/*-----------------------------------------------
 caution
-----------------------------------------------*/
.wrapper .contents .inner.itemDetail .caution {
	font-family: Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-top: 15px;
	text-align: left;
}

.wrapper .contents .inner.itemDetail .caution p {
	background-color: #ffc1a6;
}

.wrapper .contents .inner.itemDetail .caution ul {
	background-color: #FFFFFF;
}

.wrapper .contents .inner.itemDetail .caution p,
.wrapper .contents .inner.itemDetail .caution ul li {
	font-size: 1.6em;
	font-size: 16px;
	padding: 3px 3px 3px 10px;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.wrapper .contents .item-block {
    position: relative;
    width: 100%;
    max-width: 1350px;
    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;
    text-align: left;
    margin: 0 auto !important;
    padding: 0 !important;
}

.wrapper .contents .item-block .item {
    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(25% - 23px);
    margin: 0 30px 30px 0 !important;
    padding: 10px !important;
    vertical-align: top;
    background: #fff url(../images/bg_item.png) repeat left top;
	background-size: 15%;
    border: 2px solid #fbc6c4;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

@media screen and (max-width:1024px) {
    .wrapper .contents .item-block .item {
		width: calc(25% - 12px);
		margin: 0 15px 20px 0 !important;
    }
}

/*@media screen and (max-width:890px) {
    .wrapper .contents .item-block .item {
        margin: 4px 24px 8px 0 !important;
    }
}*/

.wrapper .contents .item-block .item:nth-child(4n) {
    margin: 4px 0 30px !important;
}

@media screen and (max-width:1024px) {
    .wrapper .contents .item-block .item:nth-child(4n) {
		margin: 4px 0 20px !important;
    }
}

/*-----------------------------------------------
 商品画像 スライダー
-----------------------------------------------*/
.contents .swiper-container {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: left !important;
	border-radius: 15px;
}

.contents .swiper-container img,
.contents .swiper-slide img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
	border: 1px solid #f6deb2;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.contents .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 8px;
}

.contents .swiper-container .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    opacity: 1;
    background-color: #e0e0e0;
    margin: 0 2px !important;
    border: 1px solid #a78034;
}

.contents .swiper-container .swiper-pagination-bullet-active {
    background-color: #a78034;
}

@media all and (-ms-high-contrast: none) {
    .contents .swiper-container .swiper-pagination-bullet {
        padding-top: 1px;
    }
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
.wrapper .contents .item-block .item .box {
    position: relative;
	background-color: #fff;
    width: 100%;
    min-height: 0% !important;
    height: auto;
	text-align: center;
    margin: 0 auto !important;
    padding: 0 !important;
	border-radius: 15px;
}

.wrapper .contents .item-block .item .box img {
    width: 100%;
    height: auto;
	border: 1px solid #f6deb2;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
	cursor: -webkit-zoom-in;
    cursor: zoom-in;
}


/*-----------------------------------------------
 商品 セレクト/詳細ボタン
-----------------------------------------------*/
.wrapper .contents .item .bottom {
    width: 100%;
    margin: 0 !important;
    margin-top: auto !important;
    text-align: center !important;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.wrapper .contents .item .ttl {
    position: relative;
    width: calc(100% - 10px);
    margin: 5px auto 10px !important;
    padding: 0 !important;
    color: #202020 !important;
    font-size: 2.0em;
    font-size: 20px !important;
    line-height: 1.2 !important;
    letter-spacing: 1.0px;
    font-weight: 700;
    text-align: left !important;
}

.wrapper .contents .item .ttl a {
    color: #f202020 !important;
    text-decoration: none;
}

.wrapper .contents .item .ttl a:hover {
    color: #856e1c !important;
    text-decoration: underline !important;
}

/*-----------------------------------------------
 商品仕様
-----------------------------------------------*/
.wrapper .contents .item ul {
	background-color: #fbdfa9;
    margin: 0 !important;
	padding: 5px 10px;
    text-align: left;
    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 .contents .item ul li {
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 1.4;
    padding: 0 !important;
}

.wrapper .contents .item ul li + li {
    margin-top: 3px !important;
}

.wrapper .contents .item .caution {
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 12px;
    font-weight: normal;
}

.wrapper .contents .item p.limited {
	font-family: Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	display: inline-block;
	width: 135px;
    color: #574277 !important;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #574277;
    text-align: center !important;
    margin: 5px 0 0 !important;
    padding: 4px 0 3px !important;
}

.wrapper .contents .item p.notes {
	text-align: left;
	line-height: 1.1;
	margin-top: 5px !important;
}

/*-----------------------------------------------
 価格
-----------------------------------------------*/
.wrapper .contents .item .price {
    color: #f202020 !important;
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 500;
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

@media screen and (max-width:1024px) {
    .wrapper .contents .item .price {
		font-size: 1.5em;
		font-size: 15px !important;
    }
}

.wrapper .contents .item .price span {
    font-size: 2.6em;
    font-size: 26px !important;
    margin: 0 0 0 5px !important;
}

@media screen and (max-width:1024px) {
    .wrapper .contents .item .price span {
		font-size: 2.0em;
		font-size: 20px !important;
    }
}

.wrapper .contents .item .price span:after {
    display: inline-block;
    margin: 0 0 0 -5px !important;
    font-size: 1.1em;
    font-size: 11px !important;
    content: "（税込）";
}

/*-----------------------------------------------
 カート
-----------------------------------------------*/
.wrapper .contents .item .bottom .cart {
    display: inline-block;
    position: relative;
    width: 100% !important;
    max-width: 200px;
    height: 45px;
    margin: 5px auto 0 !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f45558;
    text-align: center;
	border-radius: 50px;
}

.wrapper .contents .item .bottom .cart span {
    position: relative;
    color: #fff !important;
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 43px !important;
    letter-spacing: 2px !important;
}

@media screen and (max-width:1024px) {
    .wrapper .contents .item .bottom .cart span {
		font-size: 1.6em;
		font-size: 16px !important;
    }
}

.wrapper .contents .item .bottom .cart:hover {
    background-color: #f45558;
    text-decoration: none !important;
}

.wrapper .contents .item .bottom .cart:hover span {
    text-decoration: none !important;
}

/*-----------------------------------------------
 購入ガイド
-----------------------------------------------*/
.wrapper .contents h6 {
    position: relative;
    width: 100%;
    max-width: 1200px;
	background-color: #a78034;
    color: #fff;
    font-size: 22px !important;
    font-weight: 600;
    letter-spacing: 5px !important;
    text-align: center !important;
    margin: 40px auto 8px !important;
	padding: 3px !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 .contents .guide-check {
    display: none;
}

.wrapper .contents .guide-label {
    position: relative;
    display: block;
    width: 98%;
    max-width: 1200px;
	background-color: #fff;
	font-family: Noto Sans Japanese, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #a78034 !important;
    font-size: 1.5em;
    font-size: 15px !important;
    letter-spacing: 1.2px !important;
    font-weight: 600;
    margin: 0 auto !important;
    padding: 10px !important;
    text-align: left !important;
    cursor: pointer;
    cursor: hand;
    border: 1px solid #a78034;
}

.wrapper .contents .guide-label:after {
    position: absolute;
	top: 13px;
    right: 20px;
    box-sizing: border-box;
    display: inline-block;
    height: 10px;
    font-size: 1.2em;
    font-size: 12px !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.4em;
    font-size: 14px !important;
    line-height: 17px;
    text-align: left !important;
    background-color: rgba(255, 255, 255, 0.8);
    border-left: 1px solid #a78034;
    border-right: 1px solid #a78034;
    border-bottom: 1px solid #a78034;
}

.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;
	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 .contents .guide-content ul li {
    list-style-type: none;
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: left !important;
    margin-bottom: 7px !important;
	
}

.wrapper .contents .guide-content ul li.ttl {
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.wrapper .contents .guide-content .red {
    display: table;
    color: #760307;
    font-size: 1.4em;
    font-size: 14px !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 {
    width: 100%;
    height: auto;
    color: #fff !important;
    margin: 30px 0 0;
    padding: 25px 0 20px !important;
    text-align: center;
	background-color: #ff5078;
}

.wrapper .footer_bnr {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.wrapper .footer_bnr img {
    width: 260px;
    margin: 0 !important;
}

.wrapper .footer_bnr a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

.wrapper footer p {
    font-size: 1.4em;
    font-size: 14px !important;
}

.wrapper footer p:before {
    display: inline-block;
    margin-right: 4px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 フッター SNS
-----------------------------------------------*/
.wrapper footer .sns {
    margin: 28px 0 !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";
}

.wrapper footer .sns ul {
    margin: 0px !important;
}

.wrapper footer .sns ul li {
    position: relative;
    display: inline-block;
    margin: 0 !important;
}

.wrapper footer .sns ul li.text {
    width: auto !important;
    font-size: 1.6em;
    font-size: 16px !important;
    font-weight: 900;
    background: none !important;
    vertical-align: super;
    margin-right: 6px !important;
}

.wrapper footer .sns ul li.sns-i a {
    display: inline-block;
    padding: 0 !important;
    margin-right: 20px !important;
    color: #fff;
    font-size: 2.8em;
    font-size: 28px !important;
}

.wrapper footer .sns ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 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%);
}
