html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul {
    margin: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
*/

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2em;
  text-align: center;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

p {
  font-size: 16px;
}

.clear {
  clear: both;
}

body {
  font-family: "Open Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}

div.text_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}

img.box {
	width: 70%;
}

/* top banner */
div.top_wrap {
	width: 100%;
	height: 300px;
	overflow: inherit;
	background-color: #fff;
}
div.bn_center {
    max-width: 1662px;
    height: 300px;
    margin: auto;
    background: url(../images/1662x300_enu.png) center top no-repeat;
    position: relative;
    text-align: center;
}
div.bn_center_jp {
    max-width: 1662px;
    height: 300px;
    margin: auto;
    background: url(../images/1662x300_jp.jpg) center top no-repeat;
    position: relative;
    text-align: center;
	cursor: pointer;
}
div.bn_center_gb {
    max-width: 1662px;
    height: 300px;
    margin: auto;
    background: url(../images/1662x300_SB2.jpg) center top no-repeat;
    position: relative;
    text-align: center;
}
div.logo_wrap {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 120px;
}
div.logo_wrap img {
  display: block;
  width: 100%;
}
div.slogan_wrap {
    position: relative;
    height: 300px;
}
div.top_text {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-shadow: 0 0px 12px rgba(0,0,0,1);
}
div.top_text h1 {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 0 0px 12px rgba(0,0,0,1);
    text-align: center;
    margin-bottom: 10px;
}
div.top_text > p {
    width: 90%;
    font-size: 18px;
    line-height: 1.2em;
    color: #ffffff;
	  margin: 10px auto 0 auto;
    text-shadow: 0 0px 12px rgba(0,0,0,1);
}
div.mobile_banner {
    display: none;
}
/* end top banner */

.container {
  width: 100%;
  line-height: 1.2em;
	margin-bottom: 20px;
}
.container section {
  width: 100%;
    max-width: 1200px;
  margin: 0 auto;
}
div.info_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

div.info_wrap_1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 50px
}

/* box col */
.prod_wrap_v2 {
    position: relative;
    overflow: inherit;
    margin-top: 20px;
}
.prod_wrap_v2 > div {
    box-sizing: border-box;
    padding: 0 10px;
}
.prod_wrap_v2 > div div.item_wrap {
    box-sizing: border-box;
}
.prod_wrap {
    position: relative;
    overflow: inherit;
    margin-top: 20px;
}
.prod_wrap > div {
    box-sizing: border-box;
    padding: 0 10px;
}
.prod_wrap > div div.item_wrap {
    box-sizing: border-box;
    background: #f6f6f6;
    border: solid 1px #eee;
}
.prod_wrap > div div.item_wrap:hover {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
}
.smb-top-video video {
    width: 100%;
    border: 4px solid #ffffff;
}
.prod_wrap_v2 > div.col-2 {
    float: left;
    width: 60%;
    margin-bottom: 20px;
}
.prod_wrap_v2 > div.col-2-1 {
    float: left;
    width: 40%;
    margin-bottom: 20px;
}
.prod_wrap > div.col-3 {
    float: left;
    width: 25%;
}
.prod_wrap > div.col-4 {
    float: left;
    width: 33.33333%;
    margin-bottom: 20px;
}
/* end box col */

div.btn_wrap {
  display: inline-block;
  line-height: 1.2em;
	width: 100%;
}

a.buy_btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  border-radius: 100px;
  background: #ff6600;
  padding: 10px 0;
  color: #fff;
	width: 100%;
	max-width: 280px;
}
a.buy_btn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
a.blue_btn {
    background: #00a0e9;
}
a.gray_btn {
    background: #555;
}
a.prod_link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #222;
    margin: 0 10px;
}
a.prod_link:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

p.text_discount {
    color: #fff;
    background: #900;
    display: inline-block;
    padding: 3px 8px;
    font-size: 14px;
}
div.switch_btn {
}
div.switch_btn::before {
	content:" ";
	width: 20px;
	height: 25px;
	display: inline-block;
	background: url("../images/switch_bg_01.png") no-repeat;
}
div.switch_btn > span {
	text-shadow: 1px 1px #ffffff;
	float: right;
    padding: 3px 8px 3px 0;
	color: #000000;
	font-weight: 600;
    font-size: 14px;
	background: url("../images/switch_btn_02.png") top right no-repeat #ffe17f;
}

/* box info */
.box_wrap {
    text-align: center;
    position: relative;
    background: #fff;
    padding-bottom: 20px;
}
.box_wrap p.text_discount {
    position: absolute;
    top: 0;
    left: 0;
}
.box_wrap div.switch_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.box_wrap img.prod_box {
    width: 142px;
    height: 174px;
    margin-top: 30px;
    margin-bottom: 10px;
}
div.prod_info_wrap {
    box-sizing: border-box;
    padding: 10px 15px;
    position: relative;
    height: 430px;
}
div.wrap_height {
    height: 300px;
}
div.prod_height_short {
    height: 320px;
}
p.prod_name {
    font-size: 22px;
}
p.prod_name_v2 {
    font-size: 28px;
    line-height: 30px;
}
.discount_v2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #A70406;
    text-align: center;
    padding-bottom: 10;
}
div.star_slogan {
    margin-top: 5px;
    line-height: 20px;
    color: #900;
    margin-bottom: 10px;
}
div.star_slogan a {
    font-size: 14px;
    text-decoration: none;
    color: #900;
}
div.sub_slogan {
    margin-top: 5px;
    line-height: 16px;
    color: #000000;
    font-size: 14px;
	font-weight: 600;
}
div.sub_slogan_v2 {
    margin-top: 10px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 15px;
    font-size: 16px;
	font-weight: 600;
}
ul.prod_text_wrap {
    padding-left: 9px;
    margin-top: 5px;
}
ul.prod_text_wrap li {
    list-style: none;
    text-indent: -9px;
    font-size: 14px;
}
ul.prod_text_wrap li::before {
    content: "-";
	padding-right: 3px;
}
div.prod_buy_area {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    bottom: 30px;
    left: 0;
    text-align: center;
}
div.buy_price {
    text-align: center;
    padding: 5px 0 5px 0;
}
div.price_box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
div.price_font {
    font-size: 14px;
    line-height: 37px;
    height: 37px;
}
div.tab_content div.price_font {
    text-align: left;
}
div.price_font span.prod_price {
    font-size: 22px;
	color: #900;
}
select.buyPlanSelector {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 100px;
    padding: 10px;
    width: 100%;
    max-width: 130px;
    border: none;
    background: #e1e1e1;
}
p.prod_text_s {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    width: 100%;
}
/* end box info */

/* bottom countdown */
div.fix_bottom {
    width: 100%;
    height: auto;
    background: #050505;
    position: fixed;
    bottom: 0;
    z-index: 998;
    box-sizing: border-box;
    text-align: center;
	visibility: hidden;
}
div.fix_bottom div.close_btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
    font-size: 14px;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #000;
    color: #fff;
    z-index: 999;
}
div.fix_bottom div.close_btn:hover {
    cursor: pointer;
}
div.fix_bottom div.close_btn > i {
    display: block;
    margin: 5px auto;
}
div.timer_wrap {
    width: auto;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    overflow: hidden;
    display: inline-block;
}
div.timer_wrap > p {
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

/* end bottom countdown */

.hide_wrap {
    display: none;
    overflow: hidden;
    width: 100% !important;
}
.hide_wrap p {
    padding: 5px 30px;
    color: #555;
}

@media (max-width: 1080px) {
    div.prod_info_wrap {
        height: 350px;
    }
    div.prod_height_short {
        height: 280px;
    }
    div.timer_wrap div.timer_text {
        width: 50%;
        margin-bottom: 10px;
    }
    div.timer_wrap div.timer_text > p {
        font-size: 18px;
    }
    div.price_box {
        padding: 0 10px;
        max-width: 300px;
    }
    div.buy_price {
        padding: 10px;
    }
    select.buyPlanSelector {
        right: 10px;
    }
}
@media (max-width: 767px) {
    .prod_wrap > div.col-4 {
        float: none;
        width: 100%;
        max-width: 420px;
        margin:0 auto 10px auto;
    }
	.prod_wrap_v2 > div.col-2 {
        float: none;
        width: 100%;
        max-width: 420px;
        margin:0 auto 10px auto;
    }
	.prod_wrap_v2 > div.col-2-1 {
        float: none;
        width: 100%;
        max-width: 420px;
        margin:0 auto 10px auto;
    }
    div.prod_info_wrap {
        max-width: 280px;
        margin: 0 auto;
        height: auto;
    }
    div.prod_buy_area {
        position: relative;
        bottom: inherit;
        left: inherit;
        text-align: center;
        margin-top: 10px;
    }
    div.timer_wrap div.timer_text {
        width: 45%;
    }
    div.timer_wrap div.timer_text > p {
        font-size: 16px;
        text-align: left;
        margin-top: 0;
        padding-top: 5px;
    }
    div.price_box {
        padding: 0;
    }
    div.buy_price {
        padding: 10px 0 10px 0;
    }
    div.tab_content div.price_font {
        text-align: center;
    }
    select.buyPlanSelector {
        right: 0;
        position: relative;
        max-width: 280px;
    }
    p.prod_text_s {
        position: relative;
        bottom: 0;
    }
}
@media (max-width: 600px) {
    div.fix_bottom div.close_btn {
        top: 20px;
        right: 10px;
    }
    div.timer_wrap div.timer_text {
        float: none;
        width: 85%;
        margin: 0 auto 10px auto;
    }
    div.timer_wrap div.timer_text > p {
        text-align: center;
    }
    div.timer_wrap > p {
        line-height: 1em;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px) {
    div.top_wrap {
        height: auto;
    }
    div.bn_center {
        height: auto;
    }
	div.bn_center_gb {
        height: auto;
    }
	div.bn_center_ca {
		height: auto;
	}
    div.mobile_banner {
        display: block;
    }
    div.mobile_banner img {
        width: 100%;
    }
}
