/* ==========================================================================
   normalize
   ========================================================================== */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

iframe {
	background-color: rgba(0, 0, 0, 0);
}
/* ==========================================================================
   reset
   ========================================================================== */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    color: black;
    font-size: 16px;
    background: #b3e5fc;
    line-height: 1.64;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    /* color: black;*/
    /* text-decoration: underline; */
}

a:hover {
    /* color: #999999;*/
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
    border: none;
    outline: none;
}

ul,
ol {
    list-style: none;
}

img {
    outline: none;
    line-height: 1;
    vertical-align: top;
}

em {
    font-style: normal;
}
/* ==========================================================================
   general
   ========================================================================== */

html,
body {
    height: 100%;
    min-width: 960px;
    background: url('../img/common/bg_body.jpg') repeat;
}

a {
    color: #e6000f;
}

.content {
    margin: 0 auto !important;
    padding: 0;
}

.container {
    position: relative;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.white {
    color: white;
}

.white a {
    color: white;
}

.white a:hover {
    color: #e6e6e6;
}

.grey {
    color: #999999;
}

.grey a {
    color: #999999;
}

.grey a:hover {
    color: gray;
}

.orange {
    color: #ff7d00;
}

.orange a {
    color: #ff7d00;
}

.orange a:hover {
    color: #ff9733;
}

a.orange {
    color: #ff7d00;
}

a.orange:hover {
    color: #ff9733;
}

.black {
    color: black;
}

.black a {
    color: black;
}

.black a:hover {
    color: #1a1a1a;
}

.bg-orange {
    background-color: #ff7d00;
}

.bg-shaded {
    background: url('../img/common/bg-shaded.png') repeat;
    padding: 14px;
}

.box {
    margin: 33px auto;
    background-color: white;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px #333333 solid;
    width: 100%;
    text-align: center;
}

.radius {
    border-radius: 24px;
    position: relative;
}

.box-double {
    position: relative;
    border: 2px solid white;
    z-index: 1;
}

.box-double::before {
    content: '';
    display: block;
    position: absolute;
    border: 2px solid #1d96d5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.half {
	width: 50%;
}

.subtitle {
    position: relative;
    top: -16px;
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    color: #ff7d00;
    font-size: 17px;
    font-weight: normal;
    background: #000;
    border-radius: 18px;
}

.title-radius {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 32px;
    border-radius: 15px;
    padding: 0 20px;
}

.arrow-black {
    display: inline-block;
    line-height: 18px;
    height: 18px;
}

.arrow-black::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    background: url('../img/common/icon_arrow2.png') no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.arrow-black a {
    color: #000;
}

.notes {
    font-size: 14px;
    line-height: 1.7;
}

/* ==========================================================================
   header
   ========================================================================== */

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 80px;
    background: #e6000f;
    line-height: 1;
}

.header-logo {
    float: left;
    margin-top: 15px
}

.btn-google_play {
    float: right;
    margin: 20px 0 20px 5px;
}

.btn-apple_store {
    float: right;
    margin: 20px 0 20px 23px;
}

.twitter {
    float: right;
    margin: 30px 12px 0 0;
}

.fb-like {
    float: right;
    margin: 30px 0 0 0;
}

.header a:hover {
   opacity: .5;
   -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
}

/* ==========================================================================
   footer
   ========================================================================== */

.footer {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    min-width: 960px;
    height: 240px;
    background: url('../img/common/bg_footer.png') bottom center no-repeat;
    color: #e6000f;
}

.footer .container {
    padding-top: 111px;
}

.footer a {
    color: #e6000f;
    text-decoration: none;
}

.footer a:hover,
.footer .nolink a {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
}

.footer a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer .nolink {
    color: #e6000f;
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
}

.footer-link {
    font-size: 12px;
    margin-top: 30px;
}

.footer-link > li {
    display: inline-block;
    line-height: 12px;
    height: 12px;
    margin-right: 20px;
}

.footer-link > li::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    background: url('../img/common/icon_arrow1.png') no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}

.footer-recruit-wrap {
    margin-top: 25px;
    position: relative;
    font-size: 10px;
    line-height: 1;
}

.footer-recruit-wrap a {
    display: block;
    color: #4d6470;
    font-weight: bold;
    text-decoration: underline;
}

.footer-recruit-wrap a:hover {
    color: #1d96d5;
}

.footer-recruit-wrap .recruit-logo {
    float: left;
    margin-bottom: 10px;
}

.footer-recruit-wrap .recruit-lifestyle {
    float: left;
    margin: 18px 0 10px 0;
}

.footer-recruit-wrap .recruit-group {
    clear: both;
}

.pagetop {
    position: fixed;
    bottom: 130px;
    margin-left: 1000px;
    display: none;
    z-index: 1000;
}

.pagetop > a {
    display: block;
    position: absolute;
    top: 10px;
    transition: top .2s;
}

.pagetop > a:hover {
    top: 0px;
}
/* ==========================================================================
   mainNv
   ========================================================================== */

#mainNv {
    display: table;
    margin: 0 auto 30px;
    width: 960px;
}

.home #mainNv {
    margin-top: 0;
}

.partner #mainNv {
    margin-top: 0;
}

#mainNv li {
    display: table-cell;
    margin: 0;
    width: 160px;
    height: 110px;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

#mainNv li:first-child::before {
    content: '';
    background-image: url('../img/common/bg_navi.png');
    width: 4px;
    height: 116px;
    position: absolute;
    top: 0;
    left: 0;
}

#mainNv li::after {
    content: '';
    background-image: url('../img/common/bg_navi.png');
    width: 4px;
    height: 116px;
    position: absolute;
    top: 0;
    right: 0;
}

#mainNv li a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#mainNv li#nv1 a {
    background-image: url('../img/common/nav_about.png');
    width: 110px;
    height: 112px;
}

#mainNv li#nv1 a.current {
    background-image: url('../img/common/nav_about_active.png');
}

#mainNv li#nv2 a {
    background-image: url('../img/common/nav_howto.png');
    width: 110px;
    height: 112px;
}

#mainNv li#nv2 a.current {
    background-image: url('../img/common/nav_howto_active.png');
}

#mainNv li#nv3 a {
    background-image: url('../img/common/nav_shop.png');
    width: 110px;
    height: 112px;
}

#mainNv li#nv3 a.current {
    background-image: url('../img/common/nav_shop_active.png');
}

#mainNv li#nv4 a {
    background-image: url('../img/common/nav_campaign.png');
    width: 110px;
    height: 112px;
}

#mainNv li#nv4 a.current {
    background-image: url('../img/common/nav_campaign_active.png');
}

#mainNv li#nv4 a.coming {
    background-image: url('../img/common/nav_campaign_comingsoon.png');
}

#mainNv li#nv5 a {
    background-image: url('../img/common/nav_manners.png');
    width: 110px;
    height: 112px;
}

#mainNv li#nv5 a.current {
    background-image: url('../img/common/nav_manners_active.png')
}

#mainNv li a:hover {
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
}

#mainNv li a.coming:hover,
#mainNv li a.current:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
}

/* ==========================================================================
   boxNv
   ========================================================================== */

#boxNv {
    display: table;
    margin: 0 auto;
}

.box #boxNv {
    position: absolute;
    margin-top: 16px;
    width: 900px;
}

.box #boxNv.is-disabled::after {
    content: "";
    background: rgba(119,119,119,0.8) url(../img/common/img_comingsoon.png) no-repeat center center;
    border-radius: 20px;
    display: block;
    width: 920px;
    height: 274px;
    position: absolute;
    top: 8px;
    left: 16px;
}

#boxNv li {
    display: table-cell;
    margin: 0 auto;
    width: 286px;
    height: 254px;
}

#boxNv li:last-child {
    margin-right: 0;
}

#boxNv li a, #boxNv.is-disabled li span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#boxNv li a::before, #boxNv.is-disabled li span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 286px;
    height: 163px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#boxNv li#nv1_box a::before, #boxNv.is-disabled li#nv1_box span::before {
    background-image: url('../img/top/nav_about_under_base.png');
    left: 30px;
    pointer-events: none;
}

#boxNv li#nv2_box a::before, #boxNv.is-disabled li#nv2_box span::before {
    background-image: url('../img/top/nav_howto_under_base.png');
    top: 107px;
    left: 183px;
    pointer-events: none;
}

#boxNv li#nv3_box a::before, #boxNv.is-disabled li#nv3_box span::before {
    background-image: url('../img/top/nav_shop_under_base.png');
    pointer-events: none;
    left: 337px;
    pointer-events: none;
}

#boxNv li#nv4_box a::before, #boxNv.is-disabled li#nv4_box span::before {
    background-image: url('../img/top/nav_campaign_under_base.png');
    top: 107px;
    left: 490px;
    pointer-events: none;
}

#boxNv li#nv4_box a.coming::before {
    background-image: url('../img/top/nav_campaign_under_comingsoon.png');
}

#boxNv li#nv5_box a::before, #boxNv.is-disabled li#nv5_box span::before {
    background-image: url('../img/top/nav_manners_under_base.png');
    left: 644px;
    pointer-events: none;
}

#boxNv li a::after, #boxNv.is-disabled li span::after {
    content: "";
    display: inline-block;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#boxNv li a.coming::after {
    display: none;
}

#boxNv li#nv1_box a::after, #boxNv.is-disabled li#nv1_box span:after {
    background-image: url('../img/top/nav_about_under.png');
    top: 78px;
    left: 129px;
    width: 92px;
    height: 53px;
}

#boxNv li#nv2_box a::after, #boxNv.is-disabled li#nv2_box span:after {
    background-image: url('../img/top/nav_howto_under.png');
    top: 173px;
    left: 275px;
    width: 104px;
    height: 26px;
}

#boxNv li#nv3_box a::after, #boxNv.is-disabled li#nv3_box span:after {
    background-image: url('../img/top/nav_shop_under.png');
    top: 83px;
    left: 435px;
    width: 88px;
    height: 27px;
}

#boxNv li#nv4_box a::after, #boxNv.is-disabled li#nv4_box span:after {
    background-image: url('../img/top/nav_campaign_under.png');
    top: 173px;
    left: 611px;
    width: 46px;
    height: 28px;
}

#boxNv li#nv5_box a::after, #boxNv.is-disabled li#nv5_box span:after {
    background-image: url('../img/top/nav_manners_under.png');
    top: 55px;
    left: 713px;
    width: 146px;
    height: 81px;
}

#boxNv li a:hover {
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
}

#boxNv li a.coming:hover,
#boxNv li a.current:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
}
/* ==========================================================================
   content
   ========================================================================== */

.campaign {
   text-align: center;
   margin-bottom: 30px;
}

.campaign a:hover {
   opacity: .5;
}

.season-close {
    text-align: center;
    margin-bottom: 30px;
}

.breadcrumb {
    margin-top: 80px;
    padding: 20px 0;
}

.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #333333;
}

.breadcrumb li a {
    text-decoration: underline;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb li a,
.breadcrumb li span {
    line-height: 1.8;
}

.breadcrumb li::before {
    content: ">";
    display: inline;
    padding: 0 0.5em;
}

.breadcrumb li:first-child::before {
    content: "";
    display: none;
}

.dl {
    position: relative;
    width: 960px;
    height: 284px;
    background: url('../img/common/img_majibu_dl.png') no-repeat;
}

.dl a:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
}

.dl h3,
.dl p {
    display: none;
}

.dl .majibu-link {
    position: absolute;
    top: 40px;
    left: 40px;
}

.dl .app_store {
    position: absolute;
    top: 172px;
    left: 428px;
}

.dl .google_play {
    position: absolute;
    top: 172px;
    left: 663px;
}

.btm {
    position: relative;
    margin-top: 40px;
    padding: 0 10px;
    height: 140px;
}

.btm .majo1 {
    position: absolute;
    left: 666px;
    top: 27px;
}

.btm .majo2 {
    position: absolute;
    left: 844px;
    top: 0;
}
/****************** TOP ******************/

.header_image {
    min-width: 960px;
    text-align: center;
    margin: 80px auto 18px auto !important;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
}

.header_image::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -575px;
    background: url('../img/top/img_top_decoration.png') no-repeat;
    background-size: contain;
    width: 1140px;
    height: 510px;
    overflow: hidden;
    z-index: 1000;
}

.home .main-logo {
    position: absolute;
    top: 29px;
    left: 61px;
}

.home .intro {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 780px;
    height: 698px; /* close対応用 */
}

.home .intro h3 {
    text-align: center;
}

.home .intro h3 img {
    margin-top: 30px;
    margin-left: -22px;
    margin-bottom: 40px; /* close対応用 */
}

.home .intro .catch1 {
    margin: 25px 0 0 38px;
}

.home .intro p.notes {
    margin: 4px 0 0 38px
}

.home .intro ul.notes {
    position: absolute;
    top: 220px;
    left: 135px;
    padding-left: 1em;
    text-indent: -1em;
}

.home .intro .twitter-link {
    margin: -16px auto 40px;
}

.home .intro .twitter-link a:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
}

.home .bnr {
	margin-bottom: 30px;
	background-color: #fff;
}

.home .bnr a:hover {
	opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
}

.home .slider-pro .sp-buttons {
    padding-top: 10px !important;
}

.home .slider-pro .sp-button {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.home .slider-pro .sp-button.sp-selected-button {
    background-color: #e6000f;
}

/****************** campaign ******************/

.campaign .box {
    text-align: center;
    padding-bottom: 40px;
}

.campaign .box h2 {
    margin-bottom: 40px;
    width: 100%;
    height: 186px;
    background: #e6000f;
    border-bottom: 6px solid #000;
    border-radius: 4px 4px 0 0
}
.campaign .box h2 img {
	margin-top: 40px;
	margin-left: 60px
}

.cmpBox {
	padding: 0 40px;
	overflow: hidden;
}
.cmpBox img {
	float: left;
}
.cmpBox div {
	float: left;
	text-align: left;
	padding-left: 40px;
	width: 390px;
}
.cmpBox h3 {
	color: #e6000f;
	font-size: 21px;
	line-height: 1.4
}
.cmpBox p {
	margin-top: 1em;
	font-size: 13px;
	line-height: 1.6
}
.cmpBox div img {
	margin-top: 1em;
}

.campaign .hr {
	margin: 30px auto;
}

/****************** about ******************/

.about .box {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.about .box h2 {
    width: 100%;
    height: 120px;
    background: #e6000f;
    border-radius: 18px 18px 0 0;
}

.about .box h2 img {
    margin-top: 26px;
}

.about .box h3 {
    margin-top: 40px;
}

.about .box h4 {
    margin: 40px 0;
}

.about .box p {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.about .box p.notes {
    font-size: 14px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
}

.about .box ul.notes {
    margin-top: 20px;
}

.about .box .tl {
    margin: 30px auto 0;
    width: 90%;
}

/****************** howto ******************/

.howto .box {
    text-align: center;
    padding-bottom: 40px;
}

.howto .box .menu {
    display: table;
    margin: 30px auto 0;
}

.howto .box .menu > li {
    display: table-cell;
    position: relative;
    width: 259px;
    border-top: 4px solid #e6000f;
    border-bottom: 4px solid #e6000f;
    border-right: 4px solid #e6000f;
}

.howto .box .menu > li:first-child {
    border-left: 4px solid #e6000f;
}

.howto .box .menu > li .is-icon {
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -9px;
}

.howto .box .menu > li a {
    display: block;
    padding: 3px 0;
    color: #e6000f;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.howto .box .menu > li a:hover {
    background-color: #e6000f;
    color: #fff;
}

.howto .box .box-gray-attention {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.howto .box .box-gray-attention h3 {
    margin-top: 0;
    color: #e60012;
    font-size: 16px;
    font-weight: bold;
}

.howto .box .box-gray-attention h3 img {
    margin-right: 30px;
}

.howto .box .box-gray-attention h3 span {
    position: relative;
    top: 3px;
}

.howto .box .box-gray-attention h4 {
    color: #e6000f;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}

.howto .box .box-gray-attention .notes {
    margin-top: 10px;
}

.howto .box h2 {
    width: 100%;
    height: 120px;
    background: #e6000f;
    border-radius: 18px 18px 0 0;
}

.howto .box h2 img {
    margin-top: 30px;
}

#advance, #doing, #bring {
    margin-top: -60px;
    padding-top: 60px;
}

.howto .box h3 {
    margin-top: 40px;
}

.howto .box h4 {
    margin: -10px 0;
    position: relative;
    z-index: 0;
}

.howto .box h4 a {
    display: inline-block;
    width: 298px;
    height: 34px;
    position: absolute;
    top: 206px;
    left: 191px;
    z-index: 100;
    content: "";
    background: url('../img/howto/link_belongings.png') no-repeat;
    background-size: contain;
}

.howto .box h4 a:hover {
    left: 192px;
    background: url('../img/howto/link_belongings_hv.png') no-repeat;
}

.howto .box .box {
    border-color: #333333;
    width: 94%;
    position: relative;
    top: 0;
    left: 0;
}

.howto .box .box h5 {
    width: 100%;
    height: 80px;
    background: #333333;
    border-radius: 18px 18px 0 0;
}

.howto .box h5 img {
    margin-top: 24px;
}

.howto .box .box.advance::before {
    content: "";
    display: inline-block;
    background: url('../img/howto/img_advance_decoration.png') no-repeat;
    background-size: contain;
    width: 129px;
    height: 195px;
    position: absolute;
    top: -60px;
    right: 55px;
    z-index: 100;
}

.howto .box .box.local::before {
    content: "";
    display: inline-block;
    background: url('../img/howto/img_todo_decoration.png') no-repeat;
    background-size: contain;
    width: 145px;
    height: 90px;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 100;
}

#bring {
   margin-top: -60px;
   padding-top: 60px;
}

.howto .box .ul_notes {
    margin-top: 30px;
}

.howto .box .ul_link {
    display: inline-block;
    margin-top: 30px;
}

.howto .box .ul_link li {
    display: inline-block;
}

.howto .box .ul_link li:first-child {
    margin-right: 30px;
}

.howto .box .ul_link > li::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    background: url('../img/howto/icon_linkarrow.png') no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.howto .box .ul_link li a {
    color: #2667d0;
}

.howto .box .ul_link li a:hover {
    text-decoration: none;
}

.howto .box .step {
    margin-top: 60px;
}

.howto .box .step p {
    margin-top: 30px;
}

.howto .box .step .step-dl a {
    margin-left: 20px;
}

.howto .box .step .step-dl a:hover {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
}

.howto .box .txt .notes {
    padding: 0 15px;
    text-align: center;
    width: 100%;
}

.howto .box .txt .notes a {
    color: #2667d0;
}

.howto .box .txt .notes a:hover {
    text-decoration: none;
}

.howto .box p {
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
}

.howto .box .bring p img {
    margin-left: -40px;
}

.howto .box .notes {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
    line-height: 1.6;
    width: 100%;
}

.step figure {
    display: inline-block;
    margin: 30px 0 0 0;
    width: 380px;
    vertical-align: top;
}

.step figure.figure-second {
    margin-left: 30px;
}

figure figcaption {
    margin-top: 10px;
}

.howto .box .howto-bring {
    display: inline-block;
    margin-left: 80px;
    width: 400px;
    letter-spacing: -0.5px;
    text-align: left;
    vertical-align: top;
}

.howto .box ul.howto-bring {
    width: 400px;
    margin-left: 30px;
    letter-spacing: 0;
}

.box-gray {
    background-color: #eeeeee;
    padding: 30px;
    margin: 0 30px;
    border-radius: 12px;
}

.howto .box-gray h4 {
    margin: 0;
}

.howto .box-gray ul.notes {
    margin-top: 30px;
    text-align: left;
}

.howto .box-gray ul.notes li {
    line-height: 1.8;
}

.howto .box .red {
    color: #e6000f;
}

/****************** shop ******************/

.shop .box {
    text-align: center;
    padding-bottom: 60px;
}

.shop .box h2 {
    width: 100%;
    height: 120px;
    background: #e6000f;
    border-radius: 18px 18px 0 0
}

.shop .box h2 img {
    margin-top: 26px;
}

.shop .box h3 {
    margin-top: 25px;
}

.shop .box ul.notes {
    position: static
}

.shop .box .content {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
}

.shop .box .content__hd {
    padding: 30px 0 28px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-color: #e6000f;
}

.shop .box .content__body {
    padding: 50px 30px 40px;
}


.shop .box .section {
    width: 94%;
    margin: 0 auto;
}

.shop .box .section__text {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

.shop .box .section__box-texts {
    margin-top: 36px;
    padding: 26px 30px;
    border-radius: 12px;
    background-color: #eee;
    text-align: left;
}

.shop .box .section__box-texts > li {
    line-height: 2;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.shop .box .regions {
    margin-top: 40px;
}

.shop .box .regions > li {
    margin-top: 30px;
}

.shop .box .region__label {
    position: relative;
    border-radius: 12px;
    background-color: #e6000f;
    padding: 22px 0 24px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.shop .box .region__label:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
    cursor: pointer;
}

.shop .box .region__label::after {
    content: '';
    background-image: url('../img/shop/icon_accordion_region.png');
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -18px;
}

.shop .box .region__label.is-active::after {
    transform: rotateX(180deg);
}

.shop .box .prefectures {
    display: none;
}

.shop .box .prefectures > li {
    margin-top: 20px;
}

.shop .box .prefecture__label {
    position: relative;
    border-radius: 12px;
    border: 4px solid #e6000f;
    background-color: #fff;
    padding: 22px 0 18px;
    text-align: center;
    color: #e6000f;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}

.shop .box .prefecture__label:hover {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
    cursor: pointer;
}

.shop .box .prefecture__label::after {
    content: '';
    background-image: url('../img/shop/icon_accordion_prefecture.png');
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -18px;
}

.shop .box .prefecture__label.is-active::after {
    transform: rotateX(180deg);
}

.shop .box .shops {
    display: none;
}

.shop .box .shops > li::before {
    content: '';
    background-image: url('../img/shop/line_prefectureList.png');
    width: 99%;
    height: 4px;
    position: absolute;
    top: -2px;
    left: 0;
}

.shop .box .shops > li {
    position: relative;
    text-align: center;
}

.shop .box .shops > li:first-child::before {
    content: none;
}

.shop .box .shop__inner {
    display: block;
    text-decoration: none;
}

.shop .box .shop__contents {
    width: 100%;
}

.shop .box .shop__contents > li {
    position: relative;
    width: 100%;
    padding: 28px 0;
    color: #000000;
    line-height: 1;
    font-weight: bold;
}

.shop .box .shop__contents > li.is-name {
    font-size: 18px;
}

.shop .box .shop__contents > li.is-icon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 90px;
    padding: 0;
    vertical-align: sub;
    font-size: 0;
}

.shop .box .shop__contents > li.is-icon > .is-ladies {
    padding: 7px 13px;
    font-size: 16px;
    background: #e6000f;
    border-radius: 6px;
    color: #ffffff;
}


/****************** feature ******************/

.feature .box {
    text-align: center;
    padding-bottom: 60px;
}

.feature .box h2 {
    width: 100%;
    height: 120px;
    background: #e6000f;
    border-radius: 18px 18px 0 0
}

.feature .box h2 img {
    margin-top: 26px;
}

.feature .box h3 {
    margin-top: 25px;
}

.feature .box .content {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
}

.feature .box .section {
    width: 94%;
    margin: 0 auto;
}

.feature .banners::after {
    content: "";
    display: block;
    clear: both;
}

.feature .banners > li {
    float: left;
    margin: 30px 0 0 30px;
}

.feature .banner__inner {
    display: block;
    text-decoration: none;
}

.feature .banner__inner:hover {
    opacity: .8;
}

.feature .banner__thumb img {
    width: 280px;
    height: 203px;
}

.feature .banner__link {
    margin-top: 15px;
    font-weight: bold;
    color: #2667d0;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
}

/****************** manners ******************/

.manners .box {
    text-align: center;
}

.manners .box h2 {
    margin-bottom: 40px;
    width: 100%;
    height: 120px;
    background: #e6000f;
    border-radius: 18px 18px 0 0;
}

.manners .box h2 img {
    margin-top: 30px;
}

.manners .box .txt {
    margin-top: 30px;
    margin-bottom: 60px;
}

.manners .box .txt .notice {
    padding: 0 15px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    background: url('../img/manners/img_notice.png') no-repeat center center;
    background-size: 200px;
    box-sizing: border-box;
}

.manners .box .txt .notes {
    padding: 10px 15px 0 15px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.manners .box div p {
    margin: 10px auto;
    width: 310px;
    text-align: left;
    font-size: 14px;
}

/****************** area ******************/

.area .box {
    text-align: center;
    padding-bottom: 110px;
}

.area .box h2 {
    width: 100%;
    height: 248px;
    background: #e6000f;
    border-bottom: 6px solid #000;
    border-radius: 4px 4px 0 0
}

.area .box h2 img {
    margin-top: 80px;
}

.area .box h3 {
    margin-top: 50px;
}

.area .box .area-list {
    margin-top: 40px;
    padding: 0 47px;
}

.area .box .area-list::after {
    content:" ";
    display:block;
    clear:both;
}

.area .box .area-list a {
    color: #e6000f;
    text-decoration: none;
}

.area .box .area-list a:hover {
    color: #e6000f;
    text-decoration: underline;
}

.area .box .area-list li {
    float: left;
    margin-left: 30px
}

.area .box .area-list li:first-child {
    margin-left: 0
}

.area .box .area-list li p {
    margin-top: 10px;
    color: #e6000f;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}


/* ==========================================================================
   faq
   ========================================================================== */

.faq .box {
    padding-bottom: 40px;
}

.faq .box h2 {
    margin-bottom: 30px;
    width: 100%;
    height: 186px;
    background: #e6000f;
    border-bottom: 6px solid #000;
    border-radius: 4px 4px 0 0;
    text-align: center
}

.faq .box h2 img {
    margin-top: 40px;
}

.faq h3 {
    margin: 40px auto 0;
    width: 800px;
    font-size: 16px;
}

.faq .content p {
    margin: 20px auto;
    width: 800px;
    font-size: 16px;
}

.faq dl {
    margin: 30px auto;
    width: 800px;
}

.faq dt {
    margin-top: 20px;
    padding-left: 30px;
    background: url('../img/faq/icon_q.jpg') no-repeat;
    font-weight: bold;
}

.faq dt a {
    color: #064C85;
}

.faq dd {
    margin-top: 10px;
    padding-left: 30px;
    background: url('../img/faq/icon_a.jpg') 5px top no-repeat;
}

/****************** top-link ******************/

.top-link {
    text-align: center;
    margin-bottom: 30px;
}

.top-link-item + .top-link-item {
    margin-top: 5px;
}

.top-link-item::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    background: url(../img/common/icon_arrow1.png) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.top-link a:hover {
    text-decoration: none;
}


/* ==========================================================================
   delete footer spaces
   ========================================================================== */

body > img,
body > iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
/* ==========================================================================
   slider
   ========================================================================== */
/*

.slider {
    position: relative;
    text-align: center;
    z-index: 1;
    height: 398px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*background: #fff;*/
}

.film_roll {
    position: relative;
    overflow: hidden;
    height: 398px;
    transition: all .25s;
    opacity: 1;
    z-index: 1;
}
/*
.slider .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 460px;
    background: url(../img/top/slider-overlay.png) center top repeat-x;
    z-index: 10
}
*/

.film_roll.loading {
    opacity: 0;
}

.film_roll_wrapper {
    display: block;
    text-align: center;
    float: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    width: 100%;
}

.film_roll_shuttle {
    text-align: left;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    margin: 0 !important;
    padding: 0 !important;
    z-index: auto;
}

.film_roll_shuttle.vertical_center::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.film_roll_child {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.film_roll_prev,
.film_roll_next {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 49px;
    margin: -25px 0 0 0;
    padding: 0;
    cursor: pointer;
    transition: all .15s ease;
    text-indent: -9999px;
}

.film_roll_prev {
    left: 20px;
    background: url('../img/top/slide_left.png') no-repeat;
}

.film_roll_prev:hover {
    left: 10px;
}

.film_roll_next {
    right: 20px;
    background: url('../img/top/slide_right.png') no-repeat;
}

.film_roll_next:hover {
    right: 10px;
}

a.film_roll_prev,
a.film_roll_next {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.film_roll {
    transition: all .15s;
    opacity: 1;
}

.film_roll.loading {
    opacity: 0;
}

.slider > div {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -484px;
    width: 960px;
    height: 398px;
    z-index: 1;
}

.slider > div > p {
    position: absolute;
    bottom: 0;
    left: 0;
}
/* ==========================================================================
   extended classes
   ========================================================================== */

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.container::before,
.search .search-tab::before,
.film_roll_shuttle::before,
.film_roll_pager::before,
.nav::before,
.manners .box-btm-links::before,
.manners_range .box-btm-links::before,
.manners_course .box-btm-links::before,
.fl-group::before,
.fr-group::before,
.cf::before,
.container::after,
.search .search-tab::after,
.film_roll_shuttle::after,
.film_roll_pager::after,
.nav::after,
.manners .box-btm-links::after,
.manners_range .box-btm-links::after,
.manners_course .box-btm-links::after,
.fl-group::after,
.fr-group::after,
.cf::after {
    content: " ";
    display: table;
}

.container::after,
.search .search-tab::after,
.film_roll_shuttle::after,
.film_roll_pager::after,
.nav::after,
.manners .box-btm-links::after,
.manners_range .box-btm-links::after,
.manners_course .box-btm-links::after,
.fl-group::after,
.fr-group::after,
.cf::after {
    clear: both;
}

.img {
    line-height: 0;
}

.pos {
    position: static;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.pof {
    position: fixed;
}

.fr-group > li,
.fr {
    float: right;
}

.fc {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.nav > li,
.manners .box-btm-links > li,
.manners_range .box-btm-links > li,
.manners_course .box-btm-links > li,
.fl-group > li,
.fl {
    float: left;
}

.cb {
    clear: both;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.db {
    display: block;
}

.di-group > li,
.di {
    display: inline;
}

.dib-group > li,
.dib {
    display: inline-block;
}

.dt {
    display: table;
}

.dtr {
    display: table-row;
}

.dtc {
    display: table-cell;
}

.tdu {
    text-decoration: underline !important;
}

.fwb {
    font-weight: bold;
}

.fwn {
    font-weight: normal;
}

.wsnw {
    white-space: nowrap;
}

.text-overflow-hidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nav > li:first-child,
.manners .box-btm-links > li:first-child,
.manners_range .box-btm-links > li:first-child,
.manners_course .box-btm-links > li:first-child,
.fl-group > li:first-child,
.fr-group > li:first-child,
.di-group > li:first-child,
.di-group > .di:first-child,
.dib-group > li:first-child,
.dib-group > .dib:first-child {
    margin-left: 0;
}

.nav > li:last-child,
.manners .box-btm-links > li:last-child,
.manners_range .box-btm-links > li:last-child,
.manners_course .box-btm-links > li:last-child,
.fl-group > li:last-child,
.fr-group > li:last-child,
.di-group > li:last-child,
.di-group > .di:last-child,
.dib-group > li:last-child,
.dib-group > .dib:last-child {
    margin-right: 0;
}

.nav > li.last-child,
.manners .box-btm-links > li.last-child,
.manners_range .box-btm-links > li.last-child,
.manners_course .box-btm-links > li.last-child,
.fl-group > li.last-child,
.fr-group > li.last-child,
.di-group > li.last-child,
.di-group > .last-child.di,
.dib-group > li.last-child,
.dib-group > .last-child.dib {
    margin-right: 0;
}
/* ==========================================================================
   helper classes
   ========================================================================== */

.border-box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.trans-opacity {
    opacity: 1;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.trans-opacity:hover {
    opacity: .6;
    -ms-filter: "alpha(opacity=60)";
}

.p10 {
    padding: 10px;
}

.mt0 {
    margin-top: 0;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt6 {
    margin-top: 6px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}

.mt105 {
    margin-top: 105px;
}

.mt110 {
    margin-top: 110px;
}

.mt115 {
    margin-top: 115px;
}

.mt120 {
    margin-top: 120px;
}

.mt125 {
    margin-top: 125px;
}

.mt130 {
    margin-top: 130px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb60 {
    margin-bottom: 60px;
}

.fz10 {
    font-size: 10px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz21 {
    font-size: 21px;
}

.fz22 {
    font-size: 22px;
}

.fz23 {
    font-size: 23px;
}

.fz24 {
    font-size: 24px;
}

.fz25 {
    font-size: 25px;
}

.fz26 {
    font-size: 26px;
}

.fz27 {
    font-size: 27px;
}

.fz28 {
    font-size: 28px;
}

.lh100 {
    line-height: 1;
}

.lh110 {
    line-height: 1.1;
}

.lh120 {
    line-height: 1.2;
}

.lh130 {
    line-height: 1.3;
}

.lh140 {
    line-height: 1.4;
}

.lh150 {
    line-height: 1.5;
}

.lh160 {
    line-height: 1.6;
}

.lh170 {
    line-height: 1.7;
}

.lh180 {
    line-height: 1.8;
}

.lh190 {
    line-height: 1.9;
}

.lh200 {
    line-height: 2;
}
