/* Web-Font
-------------------------------- */

@font-face {
  font-family: 'zamst';
  src:  url('../fonts/zamst.eot?9ekd8d');
  src:  url('../fonts/zamst.eot?9ekd8d#iefix') format('embedded-opentype'),
    url('../fonts/zamst.ttf?9ekd8d') format('truetype'),
    url('../fonts/zamst.woff?9ekd8d') format('woff'),
    url('../fonts/zamst.svg?9ekd8d#zamst') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'zamst' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-end:before {
  content: "\e900";
}
.icon-next:before {
  content: "\e901";
}
.icon-prev:before {
  content: "\e902";
}
.icon-start:before {
  content: "\e903";
}
.icon-shop:before {
  content: "\e904";
}
.icon-faq:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-shop_fb:before {
  content: "\e907";
}
.icon-shop_yt:before {
  content: "\e908";
}
.icon-shop_tw:before {
  content: "\e909";
}
.icon-shop_ig:before {
  content: "\e90a";
}
.icon-shop_wc:before {
  content: "\e90b";
}

/* ALL
-------------------------------- */

body {
    color: #2f2f2f;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto Condensed','Kozuka Gothic Pro','ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, Meiryo,sans-serif;
/*
    text-align: justify;
    text-justify: inter-ideograph;
*/
    -webkit-text-size-adjust: 100%;
    -ms-font-feature-settings: "normal";
    position: relative;
}
#loading {
    background: #fff url(/asset/img/common/loader.gif) no-repeat center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

img[src$=".svg"] {
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all  0.3s linear;
}

a:hover {
    color: #0068b7;
}

a:hover img {
    opacity: 0.75;
}

input, button, textarea {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    vertical-align: bottom;
    outline: none;
    font-family: Arial;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* Header
-------------------------------- */

#header {
    position: relative;
    z-index: 9000;
    font-weight: normal;
}

.hd_inner {
    position: relative;
    padding: 0 2%;
}

.hd_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    width: 156px;
    height: 32px;
    margin: auto;
}

.hd_subNavi01 {
    padding: 5px 0;
    font-size: 0;
    text-align: right;
}

.hd_subNavi01 li {
    display: inline-block;
    font-size: 14px;
}
.hd_subNavi01 li.onlinestore a{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.hd_subNavi01 li.onlinestore a:before{
	content: "";
	position: absolute;
	width: 15px;
	height: 11px;
	left: 0;
	top: 4px;
	background: url(../images/ico_onlinestore.svg) no-repeat;
	background-size: 15px 11px;
}

.hd_subNavi01 li + li {
    margin-left: 25px;
}

#gNavi {
    padding: 28px 0;
    color: #ffffff;
}

#gNavi ul {
    font-size: 0;
    text-align: center;
            transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#gNavi li {
    display: inline-block;
    font-size: 18px;
    position: relative;
}
#gNavi li a {
	padding: 8px 13px 7px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-bottom: 1px solid #0068b7;
	display: block;
}
/*
#gNavi li + li {
    margin-left: 26px;
}
*/
#gNavi li a:hover,
#gNavi li a.active {
	color: #0068b7;
	background: #fff;
	border-bottom: 1px solid #F2F2F2;
}
#gNavi li ul.menu_second {
	position: absolute;
	display: block;
	top: 43px;
	z-index: 10;
	width: auto;
    visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 40px -10px #ccc;
}
#gNavi li:hover ul.menu_second {
    visibility: visible;
	opacity: 1;
}
#gNavi li ul.menu_second li {
    visibility: hidden;
	opacity: 0;
	display: block;
	overflow: hidden;
}
#gNavi li:hover ul.menu_second li {
    visibility: visible;
	opacity: 1;
}
#gNavi li ul.menu_second li + li {
	border-top: 1px solid #F2F2F2;
}
#gNavi li ul.menu_second li a {
	color: #0068b7;
	padding: 8px 20px 8px 13px;
	white-space: nowrap;
	background: #fff;
	border-bottom: 0;
	display: block;
	border-radius: 0;
	font-size: 16px;
	text-align: left;
}
#gNavi li ul.menu_second li a:hover {
	background: #e5e5e5;
}
#gNavi li ul.menu_second li:first-child a {
	border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
}
#gNavi li ul.menu_second li:last-child a {
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
}	

.hd_subNavi02 {
    padding: 9px 0 10px;
    color: #ffffff;
    font-size: 0;
    text-align: center;
}

.hd_subNavi02 li {
    display: inline-block;
    font-size: 16px;
}

.hd_subNavi02 li + li {
    margin-left: 25px;
}
.hd_subNavi02 li a:hover {
	color: inherit;
}
.sphd_navi {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    text-align: center;
}

.sphd_navi a {
    display: block;
    position: relative;
    padding: 13px;
}

.sphd_navi .arrow:after {
    display: block;
    position: absolute;
    top: 0;
    right: 6%;
    bottom: 0;
    transform: rotate(180deg);
    width: 10px;
    height: 6px;
    margin: auto;
    background: url(../img/common/cmn_arrow01.svg) no-repeat;
    background-size: contain;
    content: "";
            transition: all 0.3s;

    -webkit-transform: rotate(180deg);
    -webkit-transition: all 0.3s;
}
.sphd_navi .arrow.active:after {
            transform: rotate(0);
    -webkit-transform: rotate(0);
}
.sphd_navi .arrow.focus:after {
            transform: rotate(0);
    -webkit-transform: rotate(0);
}

.sphd_navi > ul > li + li {
    border-top: solid 1px #717171;
}
.sphd_navi > ul > li.bg {
	background: #2f2f2f;
	color: #fff;
    border-top: solid 1px #fff;
}
.sphd_navi > ul > li > ul {
    background: #e5e5e5;
}

.sphd_navi > ul > li > ul > li {
    border-top: solid 1px #717171;
}

.sphd_menu_btn {
    position: absolute;
    top: 20px;
    right: 6.6%;
    width: 25px;
    height: 21px;
}

.sphd_menu_btn a {
    display: block;
    height: 100%;
}

.sphd_menu_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #ffffff;
            transition: all 0.3s;

    -webkit-transition: all 0.3s;
}

.sphd_menu_btn span:first-child {
    top: 0;
}

.sphd_menu_btn span:nth-child(2) {
    top: 9px;
}

.sphd_menu_btn span:last-child {
    bottom: 0;
}

.sphd_menu_btn.active span:first-child {
    top: 9px;
            transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);
}

.sphd_menu_btn.active span:nth-child(2) {
    opacity: 0;
}

.sphd_menu_btn.active span:last-child {
    bottom: 9px;
            transform: rotate(45deg);

    -webkit-transform: rotate(45deg);
}

/* Product Detail
-------------------------------- */
.itemDetailWrap {
	width: 1000px;
	margin: 0 auto;
}
.itemDetailHead {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.itemDetailHead .leftBlock {
	width: 500px;
}
.itemDetailHead .leftBlock #wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.itemDetailHead .leftBlock #wrap span {
	position: absolute;
	left: 1px;
	top: 1px;
	color: #fff;
	padding: 10px 25px;
	font-size: 14px;
	z-index: 1;
}
.itemDetailHead .leftBlock #wrap #slider {
	width: 100%;
  	margin:0 auto 10px;
  	border: 1px solid #B3B3B3;
  	box-sizing: border-box;
}
.itemDetailHead .leftBlock #wrap #slider .slide-item img{
    width: 100%;
}
.itemDetailHead .leftBlock #wrap #slider .slide-item .caption {
	position: absolute;
	bottom: 15px;
	right: 12px;
	background: rgba(0,0,0,0.4);
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
}
.itemDetailHead .leftBlock #wrap #thumbnail-list {
	width: 100%;
	display: flex;
	justify-content: left;
	flex-wrap:wrap;
}
.itemDetailHead .leftBlock #wrap #thumbnail-list .thumbnail-item{
	width: 100px;
  	box-sizing: border-box;
  	position:relative;
  	border: 1px solid #B3B3B3;
  	border-left:0;
}
.itemDetailHead .leftBlock #wrap #thumbnail-list .thumbnail-item:nth-child(5n+1){
	border-left: 1px solid #B3B3B3;
}
.itemDetailHead .leftBlock #wrap #thumbnail-list .thumbnail-item:nth-child(n+6){
	border-top: 0;
}
.itemDetailHead .rightBlock {
	width: 470px;
}
.itemDetailHead .rightBlock h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.itemDetailHead .rightBlock .itemCatch {
	padding: 25px 30px;
	background: #E7EDF2;
	margin-bottom: 30px;
	font-size: 20px; 
}
.itemDetailHead .rightBlock .detailTxt {
	margin-bottom: 1em;
	font-size: 20px; 
}
.itemDetailHead .rightBlock .detailMaterial {
	margin-bottom: 0;
	font-size: 20px; 
}
.itemDetailHead .rightBlock .detailMaterial span {
	display: block;
	color: #808e9b;
}
.itemDetailHead .detailShopURL{
	margin-top: 30px;
}
.itemDetailHead .detailShopURL a{
	position: relative;
	display: inline-block;
	width: 200px;
	text-align: center;
	padding: 5px 0;
	background: #0068b7;
	color: #fff;
	font-size: 20px; 
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.itemDetailHead .detailShopURL a:before{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 11px;
	left: 15px;
	top: 15px;
	background: url(../images/ico_arrow01.svg) no-repeat;
	background-size: 8px 11px;
}
.itemDetailWrap section {
	
}
.itemDetailWrap section + section {
	margin-top: 40px;
}
.itemDetailWrap section .txtImg {
	clear: both;
	overflow: hidden;
	padding-bottom: 45px;
}
.itemDetailWrap section .txtImg figure {
	width: 300px;
}
.itemDetailWrap section .txtImg figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.itemDetailWrap section .txtImg.right figure {
	float: right;
	margin-left: 30px;
}
.itemDetailWrap section .txtImg.left figure {
	float: left;
	margin-right: 30px;
}
.itemDetailWrap section .txtImg.sImg figure {
	width: 190px;
}
.itemDetailWrap section .txtImg .textBox {
	overflow: hidden;
}
.itemDetailWrap section .txtImg .textBox h3 {
	color: #0068B6;
	font-size: 24px;
	margin-bottom: 1em;
}
.itemDetailWrap section .txtImg .textBox p {
	font-size: 20px;
	margin-bottom: 1em;
}
.itemDetailWrap section .txtImg .textBox.bg {
	background: #E7EDF2;
	border-radius: 5px;
	padding: 25px 30px;	
}
.itemDetailWrap section table.sizeTable {
	margin: 0 auto 30px;
	width: 730px;
}
.itemDetailWrap section table.sizeTable th,
.itemDetailWrap section table.sizeTable td {
	border: 1px solid #F3F6F8;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
}
.itemDetailWrap section table.sizeTable th {
	background: #0068B6;
	color: #fff;
}
.itemDetailWrap section table.sizeTable td {
	background: #E6ECF1;
	color: #0068B6;
}
.itemDetailWrap section table.sizeTable tr:nth-child(2n) td {
	background: #F3F6F8;
}
.itemDetailWrap section table.sizeTable.col1 th,
.itemDetailWrap section table.sizeTable.col1 td,
.itemDetailWrap section table.sizeTable.col2 th,
.itemDetailWrap section table.sizeTable.col2 td {
	width: 50%;
}
.itemDetailWrap section table.sizeTable.col3 th,
.itemDetailWrap section table.sizeTable.col3 td {
	width: calc( 100% / 3 );
}
.itemDetailWrap section .movie {
	width: 720px;
	margin: 0 auto 30px;
}
.itemDetailWrap section .manualLink {
	background: #E7EDF2;
	border-radius: 5px;
	padding: 25px 0;
	text-align: center;
	width: 500px;
	margin: 0 auto 30px;
}
.itemDetailWrap section .manualLink p {
	color: #0068B6;
	font-size: 25px;
	margin-bottom: 25px;	
}
.itemDetailWrap section .manualLink .btn {
	width: 272px;
	margin: 0 auto;
}
.itemDetailWrap section .manualLink .btn a {
	line-height: 50px;
	color: #fff;
	background: #0068B6;
	font-size: 24px;
	border-radius: 25px;
	display: inline-block;
	padding: 0 40px;
}
.itemDetailWrap section.recommendedProducts .item_list {
	margin: 0 -20px 30px;
	position: relative;
}
.itemDetailWrap section.recommendedProducts .item_list .itemBottom {
    display: flex;
    justify-content: space-between;
}
.itemDetailWrap section.recommendedProducts .item_list .itemBottom p {
    width: calc(100% - 110px);
}
.itemDetailWrap section.recommendedProducts .item_list .itemBottom p + p {
    width: 100px;
}
.itemDetailWrap section.recommendedProducts .slick-slide {
	padding: 20px;
}
.itemDetailWrap section.recommendedProducts .slick-arrow {
	width: 63px;
	height: 63px;
	overflow: hidden;
	padding-top: 63px;
	position: absolute;
	top: calc(50% - 63px);
}
.itemDetailWrap section.recommendedProducts .slick-prev {
	background: url('../img/products/recItem_prev.png') no-repeat;
	left: -80px;
}
.itemDetailWrap section.recommendedProducts .slick-next {
	background: url('../img/products/recItem_next.png') no-repeat;	
	right: -80px;
}

/* Footer
-------------------------------- */
#footer {
  background-color: #2F2F2F;
}

.f_navi {
  padding: 40px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}
.f_navi > li {
  width: 25%;
  float: left;
}
.f_navi > li > ul li a {
  color: #fff;
}
.f_navi > li > ul li a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  border: solid 6px transparent;
  border-left-color: #ffffff;
  vertical-align: middle;
  content: "";
}
.f_navi > li > ul li > ul {
  margin-left: 1em;
}
.f_navi > li > ul li > ul li a:before {
  width: 6px;
  height: 6px;
  margin-top: -0.2em;
  margin-right: 0.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-color: #fff;
}
.f_navi > li:last-child > ul li.global a:before {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url(../images/ico_globe.svg) no-repeat;
	border: none;
	background-size: 16px 16px;
}
.f_copyright {
  padding: 25px 0;
  color: #fff;
  text-align: center;
  background-color: #0068b6;
}
.f_copyright a {
  width: 160px;
  height: 30px;
  margin: 0 auto 10px auto;
  text-indent: -9999px;
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}


/* f_snsArea
-------------------------------- */
#f_snsArea {
  margin: 120px auto 90px auto;
}
#f_snsArea .sns_embed {
  margin: 0 auto 90px auto;
  font-size: 0;
  text-align: center;
}
#f_snsArea .sns_embed li {
  width: 49%;
  padding: 15px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
}
#f_snsArea .sns_embed li + li {
	margin-left: 2%;
}
#f_snsArea .sns_embed li.fb_plugins {
  background-color: #38588b;
  text-align: center;
}
#f_snsArea .sns_embed li.fb_plugins > span{
	display: block;
	background: #fff;
}
#f_snsArea .sns_embed li.fb_plugins .fb-page{
	margin: 0 auto;
}
#f_snsArea .sns_embed li.fb_plugins .facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
#f_snsArea .sns_embed li.fb_plugins .facebook-wrapper > .fb-page {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#f_snsArea .sns_embed li.fb_plugins .facebook-wrapper > .fb-page > span, #f_snsArea .sns_embed li.fb_plugins .facebook-wrapper iframe {
  width: 100% !important;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, 
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center;
}
#f_snsArea .sns_embed li.fb_plugins .facebook-wrapper iframe {
}
#f_snsArea .sns_embed li.ig_plugins {
  background-color: #38588b;
}
#f_snsArea .sns_embed li.ig_plugins > span{
	display: block;
	background: #fff;
}
#f_snsArea .sns_embed li.twitter_plugins {
  margin: 0;
  background-color: #3199d6;
  text-align: center;
}

#f_snsArea .sns_link {
  text-align: center;
}
#f_snsArea .sns_link li {
  margin: 0 15px;
  display: inline-block;
}
#f_snsArea .sns_link li a {
  width: 63px;
  height: 63px;
  display: block;
  text-indent: -9999px;
  -webkit-background-size: cover;
  background-size: cover;
}
#f_snsArea .sns_link li a.f_facebook {
  background-image: url(../img/common/sns/f_facebook.svg);
}
#f_snsArea .sns_link li a.f_youtube {
  background-image: url(../img/common/sns/f_youtube.svg);
}
#f_snsArea .sns_link li a.f_twwiter {
  background-image: url(../img/common/sns/f_twwiter.svg);
}
#f_snsArea .sns_link li a.f_instagram {
  background-image: url(../img/common/sns/f_instagram.svg);
}

/* f_bannerArea
-------------------------------- */
#f_bannerArea {
  margin: 80px auto 60px auto;
}
#f_bannerArea .contentIn {
	width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0;
}
#f_bannerArea ul li.full {
	width: 1220px;
	padding: 0 10px;
}
#f_bannerArea ul li.full + li.full {
	margin-top: 10px;
}
#f_bannerArea ul li.quarter {
  width: 305px;
  padding: 10px;
  float: left;
}
#f_bannerArea ul li.half {
  width: 610px;
  padding: 10px;
  float: left;
}
#f_bannerArea ul li a img {
  width: 100%;
}

/* f_btnArea
-------------------------------- */
#f_btnArea {
  margin: 70px auto 40px auto;
}
#f_btnArea ul {
	text-align: center;
}
#f_btnArea ul li {
  width: 30%;
  margin: 0 20px 0 0;
  padding-bottom: 6px;
  display: inline-block;
}
#f_btnArea ul li:last-child {
  margin: 0;
}
#f_btnArea ul li:last-child a {
  position: relative;
}

#f_btnArea ul li a {
  padding: 12px 15px 12px;
  display: block;
  color: #2f2f2f;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  border-radius: 2px;
  border: 3px solid #2f2f2f;
  line-height: 36px;
}
#f_btnArea ul li a:before {
	content:'';
	display: inline-block;
	margin-right: 10px;
	font-family: 'zamst';
	font-size: 36px;
	vertical-align: middle;
	margin-top: -5px;
}
#f_btnArea ul li.shop a:before {content:'\e904';}
#f_btnArea ul li.faq a:before {content:'\e905';}
#f_btnArea ul li.contact a:before {content:'\e906';}
#f_btnArea ul li a:hover {background: #2f2f2f;color: #fff;}

/* Scroll Button
-------------------------------- */
#scrlBtn {
	position: fixed;
	bottom: -60px;
	right: 15px;
	width: 50px;
	height: 50px;
	display: block;
	background: rgba(230,230,230,0.4);
	border-radius: 50%;
}
#scrlBtn.icon_arrow_top:before {
	display: block;
	background-position: center center;
	position: absolute;
	margin: auto;
	width: 15px;
	height: 9px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    vertical-align: middle;
    width: 100%;
}
/* Main
-------------------------------- */

main {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 1080px) {
    .hd_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .hd_logo {
        position: static;
        width: 22%;
        max-width: 156px;
        height: auto;
        margin: 0;
    }

    #gNavi {
        width: 88%;
    }

    #gNavi li {
        font-size: 14px;
    }

    #gNavi li + li {
        margin-left: 1.8%;
    }

  #footer .f_navi {
    font-size: 18px;
  }
  #f_bannerArea ul li.full {
	width: 100%;
  }
  #f_btnArea ul li:last-child a:after {
    width: 20px;
    height: 21px;
    top: 10px;
    right: 10px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #f_btnArea ul li a {
    font-size: 21px;
  }
  #f_btnArea ul li a img {
    margin: 0 10px 0 0;
    height: 30px;
    vertical-align: -8px;
  }
  
}

@media screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }

  .hd_center {
    display: block;
    padding: 18px 0;
  }

  .hd_logo {
    width: 120px;
    margin: auto;
  }

  #footer .contentIn {
    display: none;
  }
  #footer .f_copyright {
    background: #0068b6;
    font-size: 8px;
    
  }
  #footer .f_copyright a {
    width: 120px;
    height: 22px;
    background-image: url(../img/common/cmn_logo01.svg);
  }

  #f_snsArea {
    margin: 30px auto;
  }
  #f_snsArea .sns_embed {
    margin: 0 0 30px 0;
  }
  #f_snsArea .sns_embed li {
    width: 100%;
    float: none;
  }
#f_snsArea .sns_embed li + li {
	margin-left: 0;
	margin-top: 20px;
}
  #f_snsArea .sns_embed li.twitter_plugins iframe {
	  width: 750px!important
  }
  #f_snsArea .sns_embed li.fb_plugins {
    margin: 0 0 10px 0;
  }
  #f_snsArea .sns_link li {
    margin: 0 10px;
  }
  #f_snsArea .sns_link li a {
    width: 40px;
    height: 40px;
  }

  #f_bannerArea {
    margin: 30px auto;
  }
  #f_bannerArea .contentIn {
	width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
  #f_bannerArea ul li.quarter {
  	padding: 5px;
    width: 50%;
  }
  #f_bannerArea ul li.half {
  	padding: 5px;
    width: 100%;
  }
  #f_btnArea {
    margin: 30px auto;
  }
  #f_btnArea ul li {
    width: 49%;
    margin: 0 2% -10px 0;
    padding-bottom: 3px;
    float: left;
  }
  #f_btnArea ul li:nth-child(2) {
    margin: 0 0 10px 0;
  }
  #f_btnArea ul li:last-child {
    width: 100%;
    float: none;
  }
  #f_btnArea ul li:last-child a:after {
    content: none;
  }
  #f_btnArea ul li a {
    padding: 10px 3px;
    font-size: 15px;
  }
  #f_btnArea ul li a img {
    margin: 0 5px 0 0;
    height: 25px;
    vertical-align: -5px;
  }
}
