@charset "UTF-8";

/*-----------------------------------------------
 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://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: #ccc url(../images/event3rd/bg_gy.png) repeat center 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;
}

section {
    position: relative;
}

/*-----------------------------------------------
ローディング画面
-----------------------------------------------*/
.is-hide {
    display: none;
}

#loader-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eb9300;
    z-index: 9999;
}

#loader {
    position: fixed;
    width: 350px;
    height: auto;
}

#loader p {
    position: fixed;
    top: 45%;
    left: 50%;
    -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%);
}

#loader p img {
    display: inline-block;
    width: 350px;
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}


/*-----------------------------------------------
#wrapper
-----------------------------------------------*/
#wrapper {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper .sp {
    display: none !important;
}

/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/
#wrapper .header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    content: "";
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: url(../images/event3rd/bg.png) no-repeat center top, -moz-linear-gradient(top, #003578 30%, #0088d0);
    /* Firefox */
    background: url(../images/event3rd/bg.png) no-repeat center top, -webkit-linear-gradient(top, #003578 30%, #0088d0);
    /* safari Chrome */
    background: url(../images/event3rd/bg.png) no-repeat center top, -ms-linear-gradient(top, #003578 30%, #0088d0);
    /* IE */
    background-size: contain;
}

@media (-ms-high-contrast: none) {
    #wrapper .header {
        overflow: hidden;
        height: 30%;
    }
}

.header img {
    display: block;
    margin: 0 auto;
}

.headerImg {
    position: relative;
    width: 100%;
    min-height: 0%;
    height: auto;
    margin: 0 auto;
}

.headerImg img {
    width: 100%;
    height: auto;
}

.headerImg .header_kvBase .header_fade:nth-child(2),
.headerImg .header_kvBase .header_fade:nth-child(5) {
    z-index: 30;
}

.headerImg .header_kvBase .header_fade:nth-child(7) {
    z-index: 20;
}

.headerImg .header_kvBase .header_fade:nth-child(3),
.headerImg .header_kvBase .header_fade:nth-child(8) {
    z-index: 10;
}

.header_kvBase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header_kvBase > p {
    position: absolute;
    top: 0;
    left: 0;
}

#wrapper .header h3 {
    margin: 0 auto !important;
    padding: 20px 0 15px !important;
    text-align: center;
}

#wrapper .header h3 img {
    width: 40%;
    max-width: 772px;
    height: auto;
}

#wrapper .header p.lead {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto 15px !important;
    padding: 0 !important;
    text-align: center;
}

#wrapper .header p.lead img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------
header アニメーション
-----------------------------------------------*/
.header_fade,
.header_fade02 {
    opacity: 0;
    min-height: 0%;
    height: auto;
}

.header_fade img,
.header_fade02 img {
    display: block;
    width: 100%;
    height: auto;
}

.header_fade.on {
    animation: kv_in 1.0s ease-in-out .2s 1 normal forwards;
}

@keyframes kv_in {
    0% {
        opacity: 0;
    }

    /*
    80% {
        opacity: 1;
        top: 0vw;
    }

    90% {
        opacity: 1;
        top: 2vw;
    }
*/
    100% {
        opacity: 1;
    }
}

.header_fade02.on {
    opacity: 1;
    transition: all 1s;
    transition: 0.5s;
    -webkit-animation: fluffy 0.6s linear 0s 1;
    animation: fluffy 0.6s linear 0s 1;
}

@keyframes fluffy {
    0% {
        opacity: 0;
        top: -100vw;
    }

    100% {
        opacity: 1;
        top: 0vw;
    }
}

/*-----------------------------------------------
コンテンツ アニメーション
-----------------------------------------------*/
.fadein01 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.fadein02 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s;
}

.fadein03 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.9s;
}

.fadein04 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s;
}

.common_fade.on {
    opacity: 1;
    -webkit-animation: fluffy 0.3s linear 0s 1;
    animation: fluffy 0.3s linear 0s 1;
}

/*-----------------------------------------------
 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;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    z-index: 50;
}

#wrapper .contents.photo {
    background-color: #eb9300;
    margin: 0px auto 20px !important;
    padding: 0 0 15px !important;
}

#wrapper .contents.spttl {
    margin: 70px auto 30px !important;
    width: 90%;
    max-width: 849px;
}

#wrapper .contents.campaign {
    position: relative;
    top: -20vw;
    min-height: 0%;
    height: auto;
    background: #eb9300;
    margin: 0 auto -20vw !important;
    padding: 0 0 15px !important;
}

#wrapper .contents .inner {
    width: 98%;
    max-width: 1200px;
}

#wrapper .campaign .inner {
    position: relative;
    width: 98%;
    max-width: 1200px;
    color: #202020;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin: 50px auto !important;
    padding: 15px 25px !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.spimg {
    margin: 20px auto -760px !important;
}

@media screen and (max-width:1024px) {
    #wrapper .contents.spimg {
        margin: 0 auto -760px !important;
    }
}

@media screen and (max-width:830px) {
    #wrapper .contents.spimg {
        margin: 0 auto -680px !important;
    }
}

#wrapper .contents.spttl img {
    width: 100%;
}

#wrapper .contents.special .inner {
    position: relative;
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
    margin: 0 auto !important;
}

#wrapper .contents.campaign .inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

@media screen and (max-width:1024px) {

    #wrapper .contents.campaign .inner {
        font-size: 18px;
        line-height: 22px;
    }

    #wrapper .contents.campaign .inner p {
        font-size: 12px;
        line-height: 16px;
    }
}

#wrapper .contents.campaign .inner h5 {
    position: relative;
    top: -55px;
    width: 85%;
    max-width: 720px;
    margin: 0 0 -65px;
}

#wrapper .contents.campaign .inner h5 img {
    width: 100%;
}

#wrapper .contents.campaign .ttl {
    position: relative;
    width: 95%;
    max-width: 1245px;
    margin: 20px auto;
}

#wrapper .contents.campaign .ttl img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------
 特典画像
-----------------------------------------------*/
#wrapper .contents.campaign .inner .images {
    position: relative;
    width: calc(100% - 40px);
    margin: 10px auto 0;
    text-align: center !important;
    vertical-align: top;
}

#wrapper .contents.campaign .inner.column2 .images:after {
    position: absolute;
    bottom: 3px;
    right: 3px;
    color: #555;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f00e";
    text-shadow:
        1px 1px 0 rgba(255, 255, 255, 0.4), -1px -1px 0 rgba(255, 255, 255, 0.4),
        -1px 1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4),
        0px 1px 0 rgba(255, 255, 255, 0.4), 0-1px 0 rgba(255, 255, 255, 0.4),
        -1px 0 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(255, 255, 255, 0.4);
}

#wrapper .contents.campaign .inner.column2 .images {
    display: inline-block;
    width: 50%;
}

#wrapper .contents.campaign .inner .images img {
    width: 100%;
}

/*-----------------------------------------------
 テキスト
-----------------------------------------------*/
#wrapper .contents.campaign .inner .txt {
    position: relative;
    display: inline-block;
    width: calc(50% - 20px);
    margin: 10px 0 0 10px;
    padding: 0;
    vertical-align: top;
}

/*-----------------------------------------------
 インフォテキスト
-----------------------------------------------*/
#wrapper .contents.campaign .inner .info {
    color: #202020;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 5px auto 15px;
    padding: 0;
}

#wrapper .contents.campaign .inner .info .ttl {
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background-color: #4d4d4d;
    margin: 15px auto 8px;
    padding: 3px 10px;
}

#wrapper .contents.campaign .inner .info span {
    color: #da2674;
    font-weight: 600;
    text-decoration: underline;
}

#wrapper .contents.campaign .inner .info .data {
    color: #202020;
    font-size: 25px;
    font-weight: 600;
    text-decoration: underline;
}

@media screen and (max-width:1024px) {
    #wrapper .contents.campaign .inner .info {
        font-size: 16px;
        line-height: 22px;
    }
}

#wrapper .contents.campaign .inner .info ul {
    position: relative;
    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: 20px auto 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

#wrapper .contents.campaign .inner .info ul li {
    position: relative;
    display: inline-block;
    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(36% - 10px);
    font-size: 16px;
    line-height: 22px;
    text-decoration: none !important;
    margin: 0 20px 3px 0;
    padding: 5px;
    border: 5px solid #da2674;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center !important;
}

#wrapper .contents.campaign .inner .info ul li:last-child {
    width: 26%;
    margin: 0 0 3px !important;
}

@media screen and (max-width:1070px) {
    #wrapper .contents.campaign .inner .info ul li {
        width: calc(36% - 10px);
        margin: 0 15px 3px 0;
        border: 3px solid #da2674;
    }

    #wrapper .contents.campaign .inner .info ul li:last-child {
        width: 26%;
        margin: 0 0 3px !important;
    }
}

#wrapper .contents.campaign .inner .info ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #da2674;
}

@media screen and (max-width:1070px) {
    #wrapper .contents.campaign .inner .info ul li:after {
        margin-top: -15px;
        border: 15px solid transparent;
        border-left: 15px solid #da2674;
    }
}

#wrapper .contents.campaign .inner .info ul li:last-child:after {
    content: "";
    position: absolute;
    border: none !important;
}

#wrapper .contents.campaign .inner .info ul li .number {
    position: absolute;
    top: -19px;
    width: 150px;
    height: auto;
}

@media screen and (max-width:900px) {
    #wrapper .contents.campaign .inner .info ul li .number {
        top: -14px;
        width: 120px;
        height: auto;
    }
}

#wrapper .contents.campaign .inner .info ul li .number img {
    width: 100%;
    height: auto;
}

#wrapper .contents.campaign .inner .info ul li .infotxt img {
    width: calc(100% - 10px);
    height: auto;
    margin: 20px auto 10px;
}

/*-----------------------------------------------
　キャンペーン用ボタン
-----------------------------------------------*/
#wrapper .contents.campaign .inner .info .btn {
    display: inline-block;
    position: relative;
    width: 96% !important;
    height: 45px;
    margin: 0 auto 5px !important;
    /*margin-top: auto !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: #da2674;
    text-align: center;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #931e51;
    -o-box-shadow: 0 3px 0 #931e51;
    -moz-box-shadow: 0 3px 0 #931e51;
    -ms-box-shadow: 0 3px 0 #931e51;
    -webkit-box-shadow: 0 3px 0 #931e51;
}

#wrapper .contents.campaign .inner .info .btn span {
    position: relative;
    color: #fff;
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 43px !important;
    letter-spacing: 2px !important;
    text-decoration: none !important;
}

@media screen and (max-width:1070px) {
    #wrapper .contents.campaign .inner .info .btn span {
        font-size: 1.6em;
        font-size: 16px !important;
        letter-spacing: 0 !important;
    }
}

@media screen and (max-width:830px) {
    #wrapper .contents.campaign .inner .info .btn span {
        font-size: 1.4em;
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }
}

#wrapper .contents.campaign .inner .info .btn:hover {
    position: relative;
    top: 3px;
    background-color: #931e51;
    text-decoration: none !important;
    box-shadow: 0 0 0 #931e51;
    -o-box-shadow: 0 0 0 #931e51;
    -moz-box-shadow: 0 0 0 #931e51;
    -ms-box-shadow: 0 0 0 #931e51;
    -webkit-box-shadow: 0 0 0 #931e51;
}

#wrapper .contents.campaign .inner .info .btn:hover span {
    text-decoration: none !important;
}

/*-----------------------------------------------
 終了
-----------------------------------------------*/
#wrapper .contents.campaign .inner .fin {
	position: absolute;
	top: 13%;
	bottom: 0;
	left: 0;
	right: 0;
    -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: rgba(0, 0, 0, 0.8);
	z-index: 300;
	width: 98%;
	height: calc(93% - 40px);
	font-size: 2vw !important;
	padding: 10vw 0 0!important;
	margin: 0 auto!important;
	color: #fff;
	text-shadow: #000 2px 2px 3px, #000 -2px 2px 3px, #000 2px -2px 3px, #000 -2px -2px 3px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
	-webkit-filter: dropshadow(color=#000, offX=0, offY=-1) dropshadow(color=#000, offX=1, offY=0) dropshadow(color=#000, offX=0, offY=1) dropshadow(color=#000, offX=-1, offY=0);
	filter: dropshadow(color=#000, offX=0, offY=-1) dropshadow(color=#000, offX=1, offY=0) dropshadow(color=#000, offX=0, offY=1) dropshadow(color=#000, offX=-1, offY=0);
    text-align: center!important;
}

/*-----------------------------------------------
 メニュー
-----------------------------------------------*/
#wrapper .contents .menu {
    position: relative;
    width;
    100%;
    margin: 0 auto 30px;
    padding: 20px 0;
    border-top: 2px solid #1d1b1b;
    border-bottom: 2px solid #1d1b1b;
    background: #242121 url(../images/event3rd/bg_menu.png) repeat center top;
}

#wrapper .contents .menu ul {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

#wrapper .contents .menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: calc(33% - 13px);
    margin: 0 auto 5px !important;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

#wrapper .contents .menu ul li a {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: calc(100% - 4px);
    height: 75px;
    margin: 0 auto !important;
    text-decoration: none;
    background-color: #c9428e;
    border: solid 1px #c9428e;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    vertical-align: top;
}

/*
@media screen and (max-width:1150px) {
    #wrapper .contents .menu ul li a {
        width: calc(12% - 12.5px);
    }
}

@media screen and (max-width:1050px) {
    #wrapper .contents .menu ul li a {
        width: calc(12% - 11px);
    }
}*/

#wrapper .contents .menu ul a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    z-index: 3;
    color: #fff;
    font-size: 1.8em;
    font-size: 18px !important;
    line-height: 18px;
    font-weight: 600;
    -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

#wrapper .contents .menu ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80);
}

/*-----------------------------------------------
 キャラとセリフ
-----------------------------------------------*/
#wrapper .contents .inner.itemDetail {
    position: relative;
    justify-content: space-between;
    width: calc(100% - 10px);
    height: auto;
    padding: 0 10px 10px !important;
    margin: 20px auto 80px !important;
}

@media screen and (max-width:1024px) {
    #wrapper .contents .inner.itemDetail {
        padding: 15px 10px 10px !important;
    }
}

@media screen and (max-width:830px) {
    #wrapper .contents .inner.itemDetail {
        padding: 15px 10px 10px !important;
    }
}

#wrapper .contents .inner.itemDetail .itemChara {
    position: relative;
    top: 0;
    left: -23%;
    display: inline-block;
    width: 60%;
    max-width: 746px;
}

#wrapper .contents .inner.itemDetail .itemChara img {
    width: 100%;
    height: auto;
}

#wrapper .contents .inner.itemDetail .itemLines {
    position: absolute;
    top: 15%;
    right: 0;
    width: 70%;
    max-width: 785px;
    vertical-align: top;
}

#wrapper .contents .inner.itemDetail .itemLines img {
    width: 100%;
    height: auto;
}

/*-- 第二弾キービジュ --*/
#wrapper .contents .inner.itemDetail .itemChara2nd {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    max-width: 900px;
}

#wrapper .contents .inner.itemDetail .itemChara2nd img {
    width: 100%;
    height: auto;
}

#wrapper .contents .inner.itemDetail .itemLines2nd-1 {
    position: absolute;
    top: 20vw;
    left: 0;
    width: 25%;
    max-width: 280px;
    vertical-align: top;
}

#wrapper .contents .inner.itemDetail .itemLines2nd-2 {
    position: absolute;
    top: 20vw;
    right: 0;
    width: 25%;
    max-width: 280px;
    vertical-align: top;
}

#wrapper .contents .inner.itemDetail .itemLines2nd-1 img,
#wrapper .contents .inner.itemDetail .itemLines2nd-2 img {
    width: 100%;
    height: auto;
}


@media screen and (max-width:1400px) {
    #wrapper .contents .inner.itemDetail .itemLines2nd-1 {
        top: 24vw;
        width: 25%;
    }

    #wrapper .contents .inner.itemDetail .itemLines2nd-2 {
        top: 24vw;
        width: 25%;
    }
}

@media screen and (max-width:1100px) {
    #wrapper .contents .inner.itemDetail .itemLines2nd-1 {
        position: absolute;
        top: 19vw;
        left: 0;
        width: 23%;
        vertical-align: top;
    }

    #wrapper .contents .inner.itemDetail .itemLines2nd-2 {
        position: absolute;
        top: 19vw;
        right: 0;
        width: 23%;
        vertical-align: top;
    }
}

/*-----------------------------------------------
 商品枠
-----------------------------------------------*/
#wrapper .contents .inner.itemDetail .detailArea {
    position: relative;
    top: -450px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 9px;
    background-color: #fff;
    border: 5px solid #202020;
    margin: 0 auto -500px;
    padding: 5px 5px 10px;
}

@media screen and (max-width:1100px) {
    #wrapper .contents .inner.itemDetail .detailArea {
        position: relative;
        top: -45vw;
        margin: 0 auto -50vw;
    }
}

@media screen and (max-width:930px) {
    #wrapper .contents .inner.itemDetail .detailArea {
        position: relative;
        top: -45vw;
        margin: 0 auto -55vw;
    }
}

/*-----------------------------------------------
 商品 見出し
-----------------------------------------------*/
#wrapper .contents .inner h4 {
    width: 98%;
    color: #202020;
    font-size: 2.6em;
    font-size: 26px !important;
    line-height: 32px;
    margin: 20px auto 5px !important;
    padding: 20px 0 0 !important;
    text-align: center !important;
    border-top: 2px dashed #000;
}

#wrapper .contents .inner h4:first-child {
    margin: 10px auto 5px !important;
    padding: 0 !important;
    border-top: none !important;
}

#wrapper .contents .inner h4 a {
    color: #202020;
}

#wrapper .contents .inner h4 .naruto {
    color: #e56800;
}

#wrapper .contents .inner h4 .boruto {
    color: #da2674;
}

@media screen and (max-width:830px) {
    #wrapper .contents .inner h4 {
        font-size: 1.9em;
        font-size: 19px !important;
        line-height: 21px;
    }
}

/*-----------------------------------------------
 商品説明
-----------------------------------------------*/
#wrapper .contents .itemDetail .detailtxt {
    width: calc(100% - 20px);
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto 10px;
    text-align: left;
}

@media screen and (max-width:830px) {
    #wrapper .contents .itemDetail .detailtxt {
        font-size: 15px;
        line-height: 18px;
    }
}

#wrapper .contents .itemDetail .detailtxt p {
    color: #760307;
    font-size: 13px;
    line-height: 18px !important;
    margin: 2px auto 0;
}

/*-----------------------------------------------
 バラの花束　注意文言
-----------------------------------------------*/
#wrapper .contents .itemDetail .caution {
	display: inline-block;
	width: auto;
	font-size: 12px;
	font-weight: 900;
	color: #D93D4C;
	line-height: 1.4;
	margin: 0 auto 20px;
}

#wrapper .contents .itemDetail .caution span {
	font-weight: 600 !important;
	text-decoration: underline;
}

/*-----------------------------------------------
 商品 販売期間とお届けについて
-----------------------------------------------*/
#wrapper .contents .itemDetail .detaildata {
    width: calc(100% - 20px);
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto 15px;
    padding: 18px 10px 20px;
    text-align: center;
    background-color: #eee;
}

#wrapper .contents .itemDetail .detaildata p {
    font-size: 16px;
    margin: 10px 0 0;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
#wrapper .contents .item-block {
    position: relative;
    width: calc(100% - 20px);
    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 .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% - 10px);
    min-height: 0% !important;
    height: auto;
    margin: 4px 13px 8px 0 !important;
    padding: 0px !important;
    vertical-align: top;
    text-align: center;
    background-color: #e56800;
    border: 3px solid #e56800;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#wrapper .contents .item-block.column5 .item {
    width: calc(20% - 7px);
    margin: 4px 8px 8px 0 !important;
}

@media screen and (max-width:890px) {
    #wrapper .contents .item-block .item {
        width: calc(25% - 4px);
        margin: 4px 5px 8px 0 !important;
    }
}

#wrapper .contents .item-block .item:nth-child(4n) {
    margin: 4px 0 8px !important;
}

#wrapper .contents .item-block.column5 .item:nth-child(4n) {
    margin: 4px 8px 8px 0 !important;
}

#wrapper .contents .item-block.column5 .item:nth-child(5n) {
    margin: 4px 0 8px !important;
}

#wrapper .contents .item-block .item a {
    min-height: 0% !important;
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
#wrapper .contents .item-block .item .box {
    position: relative;
    width: 100% !important;
    min-height: 0% !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
    border: none !important;
}

#wrapper .contents .item-block .box img,
#wrapper .contents .item-block .item .box img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/*-----------------------------------------------
 １商品掲載用のテキスト枠
-----------------------------------------------*/
#wrapper .contents .item-block .txtArea {
    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: 580px;
    margin: 0 !important;
    padding: 0px !important;
    vertical-align: top;
    text-align: center;
}

@media screen and (max-width:1100px) {
    #wrapper .contents .item-block .txtArea {
        width: calc(100% - 420px);
    }
}

/*-----------------------------------------------
 商品 セレクト/詳細ボタン
-----------------------------------------------*/
#wrapper .contents .item-block .bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 190px;
    text-align: right !important;
}

#wrapper .contents .item .bottom {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    width: 100%;
    margin: 0 !important;
    margin-top: auto !important;
    text-align: center !important;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
#wrapper .contents .item .ttl {
    position: relative;
    width: calc(100% - 10px);
    min-height: 0%;
    height: auto;
    margin: 5px auto 10px !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: 2.0em;
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: 1.0px;
    font-weight: 500;
    text-align: center !important;
}

#wrapper .contents .item a .ttl {
    color: #fff !important;
    text-decoration: none !important;
}

#wrapper .contents .item a:hover .ttl {
    color: #ffd767 !important;
    text-decoration: none !important;
}

#wrapper .contents .column3 .item .ttl {
    font-size: 1.6em;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.5px;
}

@media screen and (max-width:768px) {
    #wrapper .contents .item .ttl {
        font-size: 1.6em;
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0.5px;
    }

    #wrapper .contents .column3 .item .ttl {
        font-size: 1.4em;
        font-size: 14px !important;
        line-height: 16px !important;
        letter-spacing: 0.5px;
    }
}

/*-----------------------------------------------
 価格
-----------------------------------------------*/
#wrapper .contents .item-block .price {
    color: #202020;
    font-size: 1.5em;
    font-size: 15px !important;
    letter-spacing: 0 !important;
    font-weight: 500;
    margin: 0 0 5px !important;
    padding: 0 !important;
}

#wrapper .contents .item .price {
    color: #fff !important;
}

#wrapper .contents .item-block .price span {
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0 5px !important;
}

#wrapper .contents .item-block .price span:after {
    display: inline-block;
    margin: 0 0 0 2px !important;
    font-size: 1.1em;
    font-size: 11px !important;
    content: "（税込）";
    font-weight: normal;
}

/*-----------------------------------------------
 カート
-----------------------------------------------*/
#wrapper .contents .itemDetail .in-cart-wrap .cart,
#wrapper .contents .item-block .bottom .cart {
    display: inline-block;
    position: relative;
    width: 93% !important;
    max-width: 190px;
    height: 45px;
    margin: 5px auto !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: #202020;
    text-align: center;
    -webkit-border-radius: 25px;
    -ms-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

#wrapper .contents .itemDetail .in-cart-wrap .cart span,
#wrapper .contents .item-block .bottom .cart span {
    position: relative;
    color: #fff !important;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 43px !important;
    letter-spacing: 2px !important;
}

#wrapper .contents .itemDetail .in-cart-wrap .cart:hover,
#wrapper .contents .item-block .bottom .cart:hover {
    background-color: #666;
    text-decoration: none !important;
}

#wrapper .contents .itemDetail .in-cart-wrap .cart:hover span,
#wrapper .contents .item-block .bottom .cart:hover span {
    text-decoration: none !important;
}

/*-----------------------------------------------
 購入ガイド
-----------------------------------------------*/
#wrapper .contents h6 {
    position: relative;
    width: 98%;
    max-width: 1200px;
    height: 40px;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 5px !important;
    text-align: center !important;
    margin: 20px auto 8px !important;
    background-color: #202020;
}

@media (-ms-high-contrast: none) {
    #wrapper .contents h6 {
        margin: -200px auto 8px !important;
    }
}


#wrapper .contents .guide-label {
    position: relative;
    display: block;
    width: 98%;
    max-width: 1200px;
    color: #fff !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;
    background-color: #202020;
}

#wrapper .contents .guide-content {
    display: block;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto 8px !important;
    padding: 10px 7px !important;
    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: 2px solid #202020;
    border-right: 2px solid #202020;
    border-bottom: 2px solid #202020;
}

#wrapper .contents .guide-content ul {
    text-align: center !important;
    width: 99%;
    margin: 0 auto !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;
    }
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
#wrapper .backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 333;
}

#wrapper .backtop img {
    width: 80px;
    height: 38px;
}

#wrapper .backtop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 フッター コピー
-----------------------------------------------*/
#wrapper footer {
    width: 100%;
    height: auto;
    color: #fff !important;
    margin: 30px 0 0;
    padding: 15px 0 35px !important;
    text-align: center;
    background-color: #202020;
}

#wrapper footer p {
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 15px !important;
}

#wrapper footer p:before {
    display: inline-block;
    margin-right: 4px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 フッター ロゴ
-----------------------------------------------*/
#wrapper .footer_bnr {
    width: 100%;
    text-align: center;
    margin: 20px 0 30px;
}

#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);
}

/*-----------------------------------------------
 フッター SNS
-----------------------------------------------*/
#wrapper .sns {
    margin: 15px 0 30px !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 .overlay {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

#wrapper .overlay_box {
    width: 100%;
}

#wrapper .overlay img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 700px;
    max-height: 700px;
    -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%);
}

/*-----------------------------------------------
 itemlist
-----------------------------------------------*/
#wrapper .itemlist {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 333;
}

#wrapper .itemlist a {
    display: block;
    width: 87px;
    height: 166px;
    text-align: center;
}

#wrapper .itemlist a img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1024px) {
    #wrapper .itemlist a {
        width: 75px;
        height: 143px;
    }
}

#wrapper .itemlist a:hover {
    position: fixed;
    right: -5px;
}

/*-----------------------------------------------
 itemlist モーダル
-----------------------------------------------*/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1100px;
    padding: 40px;
    transform: translate(-50%, -50%);
}

.productList {
    position: relative;
    width: 100%;
    margin: 0 !important;
    text-align: left !important;
}

.productList .ttl {
    position: relative;
    margin: 0 auto 10px !important;
    text-align: center !important;
}

.productList .ttl img {
    width: 50%;
    max-width: 280px;
}

.productList ul {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto !important;
    padding: 0;
    text-align: center !important;
}

.productList ul li {
    position: relative;
    display: inline-block;
    width: calc(24% - 32px);
    margin: 10px 15px;
    padding: 0;
    vertical-align: top;
}

.productList ul li.close {
    padding: 5% 0 0;
}

.productList ul li.close img {
    width: 50%;
    max-width: 132px;
    padding: 5% 0 0;
}

.productList .image {
    overflow: hidden;
    width: 100%;
    min-height: 0%;
    height: auto;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 5px;
    padding: 0;
    background-color: #ccc;
    border: 1px solid #000;
}

.productList .image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.productList .txt {
    width: 100%;
    color: #fff;
    font-size: 1.0em;
    font-size: 10px !importnat;
    line-height: 14px !important;
    text-align: center !important;
}

.productList ul li .Link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productList ul li:hover .image {
    border: 1px solid #f9c801;
}

.productList ul li:hover .number,
.productList ul li:hover .txt {
    color: #f9c801;
}
