@charset "utf-8";

/*------------------------------------------------------------
   リセット
  ------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*  vertical-align: baseline; */
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}


/* change border colour to suit your needs */


/* hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } */


/*
input,select {  vertical-align:middle;vertical-align: baseline; }
*/


/*------------------------------------------------------------
      独自追加部分開始
  ------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-wrap: break-word;
  background: transparent;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  /* -webkit-appearance: none; */
}

img {
  vertical-align: top;
  border-style: none;
}

a img {
  border-style: none;
}

html {
  font-size: 62.5%;
  overflow: scroll;
}

body {
  font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0.04rem;
}

@media(max-width:750px) {
  body {
    background-color: #e9ebed;
  }
}

div:after,
ul:after,
article:after,
aside:after {
  content: "";
  display: block;
  clear: both;
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}


/*------------------------------------------------------------
      汎用クラス
  ------------------------------------------------------------*/


/*chromeの文字サイズバグ対策*/

textarea {
  font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  font-size: 1.4em;
  /* overflow-y: scroll !important; */
}


/*andoroid4.2のテキストが折り返される問題の解消*/

p {
  background-image: url(../../images/default/s.png);
}

ul,
ol {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

b {
  font-weight: bold;
}


/* リンク基本設定 */

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:visited {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:active {
  color: #333;
  text-decoration: none;
  outline: none;
}


/* フロート設定 */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}


/* テキストの位置 */

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}


/* テキストサイズ */

.fs10 {
  font-size: 10px;
  font-size: 1.0rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.txtSize-base {
  font-size: 16px;
}

@media(max-width:750px) {
  .txtSize-base {
    font-size: 16px;
  }
}

.txtSize-large {
  font-size: 24px;
}

@media(max-width:750px) {
  .txtSize-large {
    font-size: 24px;
  }
}

.txtSize-small {
  font-size: 14px;
}

@media(max-width:750px) {
  .txtSize-small {
    font-size: 14px;
  }
}

.txtSize-mSmall {
  font-size: 12px;
}

.txtSize-xSmall {
  font-size: 11px;
}

@media(max-width:750px) {
  .txtSize-xSmall {
    font-size: 10px;
  }
}


/* パティング設定 */

.pt-10 {
  padding-top: -10px !important
}

.pt-5 {
  padding-top: -5px !important
}

.pt0 {
  padding-top: 0 !important
}

.pt5 {
  padding-top: 5px !important
}

.pt10 {
  padding-top: 10px !important
}

.pt15 {
  padding-top: 15px !important
}

.pt20 {
  padding-top: 20px !important
}

.pt25 {
  padding-top: 25px !important
}

.pt30 {
  padding-top: 30px !important
}

.pt35 {
  padding-top: 35px !important
}

.pt40 {
  padding-top: 40px !important
}

.pt50 {
  padding-top: 50px !important
}

.pr0 {
  padding-right: 0 !important
}

.pb0 {
  padding-bottom: 0 !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pb15 {
  padding-bottom: 15px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pb25 {
  padding-bottom: 25px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb35 {
  padding-bottom: 35px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pl0 {
  padding-left: 0 !important
}


/* マージン設定 */

.mt-10 {
  margin-top: -10px !important
}

.mt-5 {
  margin-top: -5px !important
}

.mt0 {
  margin-top: 0 !important
}

.mt5 {
  margin-top: 5px !important
}

.mt10 {
  margin-top: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.mt20 {
  margin-top: 20px !important
}

.mt25 {
  margin-top: 25px !important
}

.mt30 {
  margin-top: 30px !important
}

.mt35 {
  margin-top: 35px !important
}

.mt40 {
  margin-top: 40px !important
}

.mt50 {
  margin-top: 50px !important
}

.mr0 {
  margin-right: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.mb5 {
  margin-bottom: 5px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.ml0 {
  margin-left: 0 !important
}


/* レスポンシブ画像 */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 751px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .sp_none {
    display: none !important;
  }
}


/*------------------------------------------------------------
      共通パーツ（あとでparts.cssに分ける）
  ------------------------------------------------------------*/

#wrapper {
  /* overflow: hidden; */
  /* margin: 0 auto; */
}

article {
  overflow: hidden;
}

  #wrapper {
	padding-top: 20px;
	margin-top: -20px;
  }
@media (min-width: 751px) {
  article {
    margin: 0 auto;
  }
  article {
    min-width: 980px;
    max-width: 980px;
  }
  .summer-campaign article,
  .summer-campaign-second article
  {
    min-width: 1000px;
    max-width: 1000px;
  }

  /*
  #contents-container {
    margin: 0 0 45px;
  }
6/6(火) 上野
WMKT210修正時、ページ下部に余分な余白が発生した為削除
*/
}

@media (max-width: 750px) {
  #wrapper {
    padding-top: 0px;
    margin-top: 0;
  }
  article {
    margin: 0 auto;
  }
  #wrapper.no-aside {
    margin-top: 0px;
  }
}

.under-elements h3 {
  font-size: 130%;
  margin-bottom: 6px;
}

.feature-bnr-element {
  display: block;
  overflow: hidden;
  float: left;
}

.feature-bnr-element .bnr-box {
  margin-bottom: 20px;
  box-shadow: 0 2px 0 #d1d1d1;
}

.feature-bnr-element .bnr-box a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #FFF;
}

.feature-bnr-element .bnr-box a:hover {
  opacity: 0.7;
}

@media (min-width: 751px) {
  .under-elements {
    max-width: 980px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .under-elements .contents-element {
    width: 720px;
    float: left
  }
}

@media (max-width: 750px) {
  .under-elements,
  .feature-bnr-element,
  .feature-bnr-element img {
    width: 100%;
  }
  .feature-bnr-element {
    margin-bottom: 15px;
  }
  .under-elements h3 {
    font-size: 120%;
  }
}

.contents-element-sub {
  float: right;
  width: 240px;
}

.contents-element,
.contents-recommend,
.contents-feature {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto 10px;
  padding: 30px 0 28px 20px;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
}

.category-container {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto 20px;
  padding: 25px 20px;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0 2px 0 #d1d1d1;
}

.contents-element-main {
  float: left;
  width: 720px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 751px) {
  .contents-element-main {
    width: 720px;
  }
  .contents-element,
  .contents-recommend,
  .contents-feature {
    padding: 0;
  }
}

@media (max-width: 750px) {
  .contents-element {
    padding: 24px 0 20px 15px;
  }
  #contents-container {
    background: #fff;
  }
  .summer-campaign#contents-container {
    background: #ebf5fa;
  }
  .summer-campaign-second#contents-container {
    background: #f7edd1 ;
  }
  .contents-element-main {
    width: 100%;
  }
  .contents-recommend,
  .contents-feature {
    padding: 24px 15px 20px;
  }
}

.contents-inner {
  overflow-x: hidden;
}

.contents-inner,
.addr-contents-inner {
  position: relative;
  margin: 0 auto 20px;
  padding: 30px 0 28px 20px;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
}

@media (min-width: 751px) {
  .contents-inner {
    float: left;
    padding: 0;
  }
  .addr-contents-inner {
    float: left;
    padding: 35px 20px 10px;
  }
}

@media (max-width: 750px) {
  .contents-inner,
  .addr-contents-inner {
    padding: 0px 15px 15px;
    margin-bottom: 0;
  }
}

.acommon-container {
  margin: 0 auto;
  max-width: 980px;
}

.wcommon-container {
  margin: 0 auto;
  max-width: 980px;
}

.txt-color-blue a {
  color: #008ad2;
}

.heading-sub-txt {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20px;
}

@media (min-width: 751px) {
  .acommon-container {
    min-width: 980px;
  }
  .wcommon-container {
    min-width: 980px;
  }
}

@media (max-width: 750px) {
  .category-container {
    margin-bottom: 2px;
    padding: 24px 10px
  }
  .acommon-container {
    width: 100%;
    /*padding: 0 15px;*/
    box-sizing: border-box;
  }
  .acommon-container.wmkt040 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .wcommon-container {
    width: 100%;
    box-sizing: border-box;
  }
  .heading-sub-txt {
    padding-right: 15px;
    margin-top: 10px;
  }
}


/*------------------------------------------------------------
      サイド -コントロールパネル
  ------------------------------------------------------------*/


/*.accountPanel {
  background: #56565c;
  padding: 20px 20px 10px;
}

@media (min-width: 751px) {
  aside {
    width: 240px;
    margin-left: 20px;
    float: right;
  }
}

.acountPanel-user-name {}




.acountPanel-user-name .name-txt {
  font-size: 138%;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0.12rem;
  color: #FFF;
  display: inline-block;
}

.acountPanel-user-name .sama {
  color: #FFF;
  padding-left: 5px;
}

.acountPanel-tag .tag-name {
  font-size: 86%;
  color: #56565c;
  background: #FFF;
  padding: 6px 7px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: table-cell;
  vertical-align: middle;
  height: 16px;
  line-height: 1;
  letter-spacing: 0;
}

.accountPanel-list {
  margin-top: 15px;
}

.accountPanel-list li {
  position: relative;
  color: #FFF;
  padding: 12px 0;
  border-top: 1px solid #FFF;
  text-align: right;
  line-height: 1;
}
@media (min-width: 751px) {
.accountPanel-list li:after {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  top: 55%;
  margin: -9.5px 0 0 0;
  background-image: url(../../images/icon/ico_sprite.png);
  background-repeat: no-repeat;
  -moz-background-size: 200px 152px;
  -webkit-background-size: 200px 152px;
  -o-background-size: 200px 152px;
  -ms-background-size: 200px 152px;
  background-size: 200px 152px;
}
}

.acountPanel-list-card:after {
  background-position: -1px -80px;
}

.acountPanel-list-point:after {
  background-position: -21px -78px;
}

.acountPanel-list-coin:after {
  background-position: -40px -78px;
}

@media (max-width: 750px) {
  aside {
    width: 100%;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 36px;
    margin-left: 0;
    background: #56565c;
  }
  .acountPanel-user-name, .acountPanel-tag {
    display: none;
    }
  .accountPanel {
    background: #56565c;
    padding: 0px;
  }
  .accountPanel-list {
    margin: 0 10px 0 0;
    font-size: 14px;
    float: right;
  }
  .tab-item span {
    font-size: 12px;
    height: 61px;
  }
  .accountPanel-list li {
    position: relative;
    color: #FFF;
    padding: 0;
    border: none;
    text-align: left;
    line-height: 1;
    float: left;
    margin-left: 16px;
    margin-top: 12px;
  }
  .accountPanel-list li span {
    margin-left: 10px;
    padding-left: 10px;
    letter-spacing: 0;
  }
  .acountPanel-user-name {
    float: left;
    margin-left: 10px;
  }
  .acountPanel-tag .tag-name {
    font-size: 11px;
    color: #56565c;
    background: #FFF;
    padding: 6px 7px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    height: 16px;
    line-height: 1;
    letter-spacing: 0;
  }
  .acountPanel-user-name .name-txt {
    margin-bottom: 0;
    line-height: 36px;
    font-size: 12px;
  }
  .acountPanel-tag {
    float: left;
    margin-left: 12px;
    margin-top: 8px;
  }
  .acountPanel-tag .tag-name {
    padding: 3px;
    height: 12px;
    line-height: 13px;
    font-size: 8px;
  }
  .accountPanel-list li:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../../images/icon/ico_sprite_sp.png);
    width: 12px;
    height: 16px;
    top: 55%;
    margin: -10px 0 0 -6px;
    -moz-background-size: 150px 114px;
    -webkit-background-size: 150px 114px;
    -o-background-size: 150px 114px;
    -ms-background-size: 150px 114px;
    background-size: 243px 182px;
  }
  .acountPanel-list-card:after {
    background-position: 0px -58px;
  }
  .acountPanel-list-point:after {
    background-position: -15px -58px;
  }
  .acountPanel-list-coin:after {
    background-position: -29px -58px;
  }
  .acountPanel-user-name .sama {
    font-size: 8px;
  }
}

@media (max-width: 550px) {
  .accountPanel-list {
    font-size: 14px;
  }
  .acountPanel-tag {
    margin-left: 7px;
  }
  .accountPanel-list li {
    margin-left: 16px;
    margin-top: 13px;
  }
  .accountPanel-list li span {
    margin-left: 10px;
    padding-left: 0;
  }
  .acountPanel-list-card:after {
    background-position: 0px -43px;
  }
  .acountPanel-list-point:after {
    background-position: -12px -43px;
  }
  .acountPanel-list-coin:after {
    background-position: -20px -36.5px;
  }
}*/


/*---------------------------------------------
    Button
  ---------------------------------------------*/

.btn {
  display: inline-block;
}

.btn.btn-stretch {
  display: block;
  padding-right: 0;
}

.btn.btn-more a {
  min-width: 100px;
  background: #f7f7f7;
}

.btn.btn-size-default a {
  padding: 13px 12px;
  border: solid 1px #dfdfdf;
  background: #f7f7f7;
}

.btn.btn-size-middle a {
  position: relative;
  padding: 19px 20px;
  border: solid 2px #dfdfdf;
  font-size: 16px;
}

.btn.btn-water {
  margin-bottom: 20px;
}

.btn.btn-water a {
  border: solid 1px #dfdfdf;
  width: 100%;
  padding: 22px 20px;
  background: #01c1f1;
  color: #FFF;
  font-size: 160%;
}

.btn.btn-water a span {
  letter-spacing: 0.16rem;
  font-weight: normal;
  position: relative;
  margin-left: 70px;
}

.btn.btn-water a span:before {
  background: url(../../images/icon/ico_water.png);
  content: "";
  position: absolute;
  display: block;
  width: 27px;
  height: 43px;
  top: 50%;
  left: -48px;
  margin-top: -21px;
  background-repeat: no-repeat;
  -moz-background-size: 27px 43px;
  -webkit-background-size: 27px 43px;
  -o-background-size: 27px 43px;
  -ms-background-size: 27px 43px;
  background-size: 27px 43px;
  -moz-transition: opacity .2s linear;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.btn-icon-arrow-right {
  position: relative;
}

.btn-icon-arrow-right:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 14px;
  top: 50%;
  right: 20px;
  margin: -7px 0 0 0;
  background: url(../../images/icon/ico_sprite.png) no-repeat -64px -80px;
  -moz-background-size: 200px 152px;
  -webkit-background-size: 200px 152px;
  -o-background-size: 200px 152px;
  -ms-background-size: 200px 152px;
  background-size: 200px 152px;
}

@media (max-width: 750px) {
  .btn-icon-arrow-right:after {
    background-image: url(../../images/icon/ico_sprite_sp.png);
    background-size: 400px 304px;
  }
}

.btn.btn-spot a {
  padding-left: 30px
}

.btn.btn-icon-spot a:after {
  background-position: -4px -97px;
  left: 13px;
}

.btn.btn-position-center {
  display: block;
  padding-right: 0;
  text-align: center;
}

.btn.btn-position-right {
  display: block;
  padding-right: 0;
  text-align: right;
}

.btn.btn-position-top-right {
  position: absolute;
  top: 20px;
  right: 6%;
  padding-right: 0;
}

.btn-state {
  display: inline-block;
  width: 100%;
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 751px) {
  .btn-list .btn a {
    width: 331px;
  }
}

.btn a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color .1s linear, border .1s linear;
  -webkit-transition: background-color .1s linear, border .1s linear;
  -o-transition: background-color .1s linear, border .1s linear;
  -ms-transition: background-color .1s linear, border .1s linear;
  transition: background-color .1s linear, border .1s linear;
  box-sizing: border-box;
  line-height: 1;
}

.btn a {}

.btn.btn-more a:hover {
  background-color: #f1f1f1;
}

.btn.btn-water a:hover {
  background-color: #4ed4f5;
}

.btn.btn-position-center a,
.btn.btn-position-right a {
  display: inline-block;
  vertical-align: bottom;
}

.btn.btn-icon a {}

.btn.btn-icon a:after,
.btn.btn-icon02 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  background-image: url(../../images/icon/ico_sprite.png);
  background-repeat: no-repeat;
}

@media (max-width: 750px) {
  .btn.btn-icon a:after,
  .btn.btn-icon02 a:after {
    background-image: url(../../images/icon/ico_sprite_sp.png);
    background-size: 400px 304px;
  }
}

.btn.btn-icon a:after {
  width: 19px;
  height: 19px;
  right: 10px;
  margin: -9.5px 0 0 0;
}

.btn.btn-icon02 a:before,
.btn.btn-icon02 a:after {
  width: 19px;
  height: 22px;
  margin: -11px 0 0 0;
}

.btn.btn-more a:after {
  background-position: -76px -80px;
}

.btn.btn-logout {}

.btn.btn-logout a {
  border: solid 1px #dfdfdf;
  width: 100%;
  padding: 13px 35px 13px 62px;
  background: #FFF;
  position: relative;
  letter-spacing: normal;
}

.btn.btn-logout a:after {
  background-position: -2px -116px;
  left: 37px;
}

.btn.btn-logout a span {
  position: relative;
}


/*------------------------------------------------------------
      フリップスナップ
  ------------------------------------------------------------*/

.slide-inner,
.slide-inner2,
.slide-inner3,
.slide-inner4 {
  position: relative;
}

.viewport,
.viewport2,
.viewport3,
.viewport4 {
  width: 820px;
  overflow: hidden;
  margin: 0 auto;
}

.viewport .flipsnap {}

.viewport .flipsnap li,
.viewport2 .flipsnap2 li,
.viewport3 .flipsnap3 li,
.viewport4 .flipsnap4 li {
  width: 400px;
  float: left;
  margin-left: 20px;
}

.viewport .flipsnap li img,
.viewport2 .flipsnap2 li img,
.viewport3 .flipsnap3 li img,
.viewport4 .flipsnap4 li img {
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.viewport .flipsnap a,
.viewport2 .flipsnap2 a,
.viewport3 .flipsnap3 a,
.viewport4 .flipsnap4 a {
  width: 400px;
  height: 265px;
  display: block;
  position: relative;
}

.viewport .flipsnap a:after,
.viewport2 .flipsnap2 a:after,
.viewport3 .flipsnap3 a:after,
.viewport4 .flipsnap4 a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #000), color-stop(0.50, #000), color-stop(0.00, #a2d93f));
  background: -webkit-linear-gradient(top, transparent 0%, #000 50%, #000 75%);
  background: -moz-linear-gradient(top, transparent 0%, #000 50%, #000 75%);
  background: -o-linear-gradient(top, transparent 0%, #000 50%, #000 75%);
  background: -ms-linear-gradient(top, transparent 0%, #000 50%, #000 75%);
  background: linear-gradient(to bottom, transparent 0%, #000 50%, #000 75%);
  opacity: 0.5;
  border-radius: 0 0 3px 3px;
}

.card-heading {
  position: absolute;
  bottom: 0;
  z-index: 5;
  color: #fff;
}

.flipsnap .card-heading,
.flipsnap2 .card-heading,
.flipsnap3 .card-heading,
.flipsnap4 .card-heading {
  line-height: 1.64;
  font-size: 106%;
  padding: 0 15px 10px;
}

.card-price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.card-price span {
  line-height: 1;
}

.normal-price {
  font-size: 92%;
  color: #999;
}

.unit-price {
  font-size: 120%;
  color: #ea5504;
}

.prev,
.prev2,
.prev3,
.prev4 {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 0;
}

.next,
.next2,
.next3,
.next4 {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 0;
}


/*------------------------------------------------------------
      カルーセル
  ------------------------------------------------------------*/

.carousel-display .card a img {
  width: 100%;
  height: auto;
}

.special-tab-list {
  width: 100%;
  overflow-x: hidden;
}

.carousel-display {
  width: 100%;
  margin: 0 -10px;
}

.carousel-display .slick-arrow {
  position: absolute;
  top: 50%;
  width: 21px;
  height: 38px;
  margin-top: -19px;
  background-image: url('../../images/icon/ico_sprite.png');
  z-index: 1;
}

@media (max-width: 750px) {
  .carousel-display .slick-arrow {
    background-image: url(../../images/icon/ico_sprite_sp.png);
    background-size: 400px 304px;
  }
}

.carousel-display .prev {
  background-position: -22px 0;
  left: 20px;
}

.carousel-display .next {
  background-position: 0 0;
  right: 0;
}

.carousel-display-2 {
  width: 100%;
  margin: 0;
}

.carousel-display-4 {
  width: 100%;
  margin: 0;
}

.carousel-display-2 .slick-arrow {
  top: 130px;
}

.carousel-display-3 .slick-arrow {
  top: 110px;
}

.carousel-display-4 .slick-arrow {
  top: 85px;
}

.carousel-display-4 .next {
  right: 0;
}

.carousel-section-wrapper {
  width: 100%;
  margin-right: 20px;
  overflow-x: hidden;
}

.carousel-section-wrapper .carousel-display .next {
  right: 0;
}

.carousel-display .card {
  width: 170px;
  padding-left: 20px;
}

.slider-nav .card {
  padding: 0 10px;
}

.carousel-display .slick-active a img {
  height: auto;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.carousel-display .card {}

.carousel-display .card a {
  display: block;
  position: relative;
  border-radius: 3px;
}

.carousel-display .card a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  border-radius: 0 0 3px 3px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.75, #000), color-stop(0.50, #000), color-stop(0.00, #a2d93f));
  background: -webkit-linear-gradient(top, transparent 0%, #000 50%, #000 75%);
  background: -moz-linear-gradient(top, transparent 0%, #000 50%, #000 75%);
  background: -o-linear-gradient(top, transparent 0%, #000 50%, #000 75%);
  background: -ms-linear-gradient(top, transparent 0%, #000 50%, #000 75%);
  background: linear-gradient(to bottom, transparent 0%, #000 50%, #000 75%);
  opacity: .5
}

.card-heading {
  position: absolute;
  bottom: 0;
  z-index: 5;
  color: #FFF;
}

.card-price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.card-price span {
  line-height: 1;
}

.unit-price {
  font-size: 120%;
  color: #ea5504;
}

.card-strap {
  position: absolute;
  top: 50%;
  z-index: 2;
  color: #FFF;
  width: 330px;
  display: block;
  padding: 17px 0;
  margin: -23px 0 0 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.36);
  font-size: 134%;
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 1;
}

.carousel-col_2 .card-heading {
  display: block;
  line-height: 1.64;
  font-size: 106%;
  padding: 0 18px 14px;
  border-radius: 3px
}

.carousel-col_4 .card-heading {
  line-height: 1.56;
  font-size: 92%;
  padding: 0 12px 10px;
}

.normal-price {
  font-size: 92%;
  color: #999;
}

.card.carousel-col_2 {
  width: 399px;
}

.carousel-display-3 {
  position: relative;
  width: 820x;
  margin: 0;
}

.carousel-display-3 .prev {
  left: 0;
}

.carousel-display-3 .next {
  right: 0;
}

.carousel-display-3 .card {
  width: 330px;
}

.card.carousel-col_4 {
  /*width: 175px;*/
}

.picky-under-crousel {
  background: #f5f5f6;
  border-left: 20px solid #f5f5f6;
  margin-left: -20px;
  border-right: 20px solid #f5f5f6;
  margin-right: 0px;
  border-bottom: 28px solid #f5f5f6;
  padding-top: 20px
}

.arrow-up-block {
  display: block;
  height: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 21px 18px;
  border-color: transparent transparent #f5f5f6 transparent;
  left: 50%;
  position: relative;
  margin-left: -20px;
}

.slider-for {
  color: #19283C;
  position: relative;
  display: inline-block;
  margin-top: 30px;
  padding: 0 15px;
  width: auto;
  text-align: center;
  background: #F6F6F6;
  border-top: 2px solid #dfe0e4;
  z-index: 0;
}

.slider-for:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -17px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #F6F6F6 transparent;
  z-index: 0;
}

.slider-for:after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -18px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #dfe0e4 transparent;
  z-index: -1;
}


/*------------------------------------------------------------
      リンク
  ------------------------------------------------------------*/

.link-icon {}

.link-icon a {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 4px 13px 4px 0;
  ;
  text-align: right;
  overflow: hidden;
  line-height: 1;
}

.link-position-top-right {
  position: absolute;
  top: 24px;
  right: 2px;
  padding-right: 0;
}

.link-position-bottom-right {
  position: absolute;
  bottom: 22px;
  padding-right: 0;
}

.link-icon a:after {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  top: 55%;
  right: 0px;
  margin: -9.5px 0 0 0;
  background-image: url(../../images/icon/ico_sprite.png);
  background-repeat: no-repeat;
}

@media (max-width: 750px) {
  .link-icon a:after {
    background-image: url(../../images/icon/ico_sprite_sp.png);
    background-size: 400px 304px;
  }
}

.link-list-arrow-right a:after {
  background-position: -72px -80px;
  right: 0;
}

.link-icon.r_2-7 {
  right: 2.7%;
}


/*------------------------------------------------------------
      タブ
  ------------------------------------------------------------*/

.tab-container {}

@media (min-width: 751px) {
  .tab-container-list,
  .tab-box-content-list {
    position: relative;
    overflow-x: hidden;
    margin: 35px auto 0;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
  }
}

@media (max-width: 750px) {
.tab-container-list,
.tab-box-content-list {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto 0;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
}
}

.tab-container-list {
  padding: 15px 0 67px 20px;
}

.tab-box-content-list {
  padding: 38px 20px 20px 20px;
}

@media (max-width: 750px) {
  .tab-container-list {
    padding-bottom: 15px;
    padding: 13px 15px 9px 15px;
  }
  .tab-box-content-list {
    padding-bottom: 15px;
    padding: 22px 25px 0 25px;
  }
}

.tab-item,
.tab-content-item {
  text-align: center;
  vertical-align: middle;
}

.tab-item a,
.tab-content-item a {
  position: relative;
  display: block;
  padding: 25px 0 22px;
  box-sizing: border-box;
  font-size: 112%;
  line-height: 1;
}

@media (min-width: 751px) {
  .tab-body,
  .tab-box-body {
    display: table;
  }
  .tab-item,
  .tab-content-item {
    float: left;
    width: 125px;
  }
.tab-item a:after,
.tab-content-item a:after {
  display: block;
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -11px;
  z-index: 1;
  border-right: 1px solid #dddee2;
  height: 22px;
  width: 2px
}
}

@media (max-width: 750px) {
  .tab-body,
  .tab-box-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .tab-body li:nth-child(1),
  .tab-body li:nth-child(2),
  .tab-box-body li:nth-child(1),
  .tab-box-body li:nth-child(2) {
    -webkit-flex-grow: 1.5;
    -webkit-box-flex: 1.5;
    flex-grow: 1.5;
  }
  .tab-body li:nth-child(3),
  .tab-box-body li:nth-child(3) {
    -webkit-flex-grow: 2;
    -webkit-box-flex: 2;
    flex-grow: 2;
  }
}

@media (max-width: 550px) {
  .tab-item a,
  .tab-content-item a {
    line-height: 1.3;
    font-size: 13px;
    padding: 19px 0;
  }
}


.tab-item:last-child a:after,
.tab-box-body li:last-child a:after {
  border-right: none;
}

.tab-item.select a,
.tab-content-item.select a {
}

.tab-content-item a:hover {
  cursor: pointer;
}

.tab-body,
.tab-box-body {
  overflow: hidden;
  cursor: pointer;
}

.tab-body li.select a:before,
.tab-box-body li.select a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-bottom: 3px solid #7d7d83;
  border-right: 1px solid;
  width: 100%;
}

.disnon {
  display: none !important;
}


/*------------------------------------------------------------
      ヘッダー
  ------------------------------------------------------------*/

#gHeader {
  position: relative;
  background: #FFF;
}


/* gHeader-bar */

.gHeader-bar {
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}

@media (min-width: 751px) {
  .gHeader-bar {
    min-width: 980px;
  }
}

.gHeader-logo {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}

.gHeader-search {
  display: inline-block;
  margin-left: 20px;
}

.search-form {
  position: relative;
  padding: 4px 0;
  border: 1px solid #d7d7d7;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.search-form input.search-kw {
  border: none;
  height: 25px;
  width: 100%;
  outline: 0;
  font-size: 100%;
}

@media screen and (max-width: 750px) {
  .search-form input {
    font-size: 16px;
  }
}

.search-box {
  display: table-cell;
  vertical-align: top;
}

.search-box {
  width: 100%;
}

#category-search.sp_none .search-box {
  display: block;
}

.search-btn {
  position: absolute;
  width: 19px;
  height: 31px;
  top: 4px;
  right: 10px;
}

.search-btn button {
  cursor: pointer;
  padding: 7px 0 5px;
}

.gHeader-area .btn a .gHeader-placeTxt {
  font-weight: bold;
}

.gHeader-area,
.gHeader-links {
  display: inline-block;
}

.gHeader-links li {
  display: inline-block;
  margin-left: 20px;
}

.gHeader-links li a {
  display: block;
  text-align: center;
  min-width: 40px;
}

.gHeader-links li a a {
  display: block;
}

.gHeader-links li a a.gHeader-linksTxt {
  font-size: 80%;
  margin-top: 7px;
  line-height: 1;
}
/*
.gHeader-menu {
  display: inline-block;
  position: absolute;
  right: 0;
}

.gnav-btn {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  box-sizing: border-box;
}

.gnav-btn a {
  display: block;
  text-align: center;
  width: 64px;
  padding: 16px 0 11px;
  position: relative;
}

.gnav-btn a:hover {
  cursor: pointer;
}

.gnav-btn a img {
  height: 24px;
  width: auto;
}

.gnav-btn a a {
  display: block;
  font-size: 80%;
  margin-top: 9px;
  line-height: 1;
}
*/
.gnav-btn a .close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
  display: none;
}

.gnav-btn a .close img {
  padding-top: 16px;
}


/* gHeader-gnav */
/*
.gHeader-gnav {
  z-index: 5;
  width: 100%;
  height: 60px;
  text-align: right;
  background-color: #56565c;
}

.gHeader-gnav nav {
  margin: 0 auto;
  max-width: 980px;
}

@media (min-width: 751px) {
  .gHeader-gnav nav {
    min-width: 980px;
  }
}
.gHeader-gnav #target-menu {
  display: table;
  width: 100%;
}

.gHeader-gnav #target-menu li {
  display: table-cell;
  text-align: center;
  min-width: 80px;
}
.gHeader-gnav a {
  display: block;
  padding: 0;
  line-height: 60px;
  font-size: 100%;
  color: #ffffff;
  -moz-transition: background-color .2s linear, color .2s linear;
  -webkit-transition: background-color .2s linear, color .2s linear;
  -o-transition: background-color .2s linear, color .2s linear;
  -ms-transition: background-color .2s linear, color .2s linear;
  transition: background-color .2s linear, color .2s linear;
  letter-spacing: 0.1rem;
}
@media (min-width: 751px) {}

/* .gHeader-primary */
/*
.gHeader-primary-left,
.gHeader-primary-right {
  display: inline-block;
}

.gHeader-primary-left {
  padding: 15px 0 9px;
}

.gHeader-primary-right {
  padding: 15px 0 9px;
}

.gHeader-primary-right {
  display: inline-block;
  float: right;
  margin-right: 87px;
}
*/

/* SPメニュー背景固定 */

@media screen and (max-width:750px) {
  .contents-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/*------------------------------------------------------------
      お知らせ（ヘッダー直下）
  ------------------------------------------------------------*/

#notice-element {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 2px 0 #d1d1d1;
  display: table;
  width: 980px;
  box-sizing: border-box;
}

.notice-title {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  padding-right: 40px;
  padding-left: 30px;
  background: url(../../images/icon/ico_info_orange.png) left 49%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-weight: bold;
  font-size: 114%;
  line-height: 1;
  width: 145px;
  box-sizing: border-box;
  /* letter-spacing: 0.08rem; */
}

.notice-title.base {
  background: url(../../images/icon/ico_info_black.png) left 49% no-repeat;
}

.notice-txt {
  display: table-cell;
  line-height: 1.8;
}

.notice-txt li {
  margin-bottom: 5px;
  list-style-type: disc;
}

.notice-txt li a {
  text-decoration: underline;
}

.notice-txt li:last-child {
  margin: 0;
}

@media (max-width: 750px) {
  #notice-element {
    margin: 0;
    padding: 20px 0 23px;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .notice-title {
    display: none;
  }
  .notice-txt {
    padding-left: 15px;
  }
  .notice-txt li {
    position: relative;
    list-style-type: none;
    padding-left: 23px;
    padding-right: 15px;
    line-height: 1.5;
    margin: 0 0 12px;
  }
  .notice-txt li:before {
    display: block;
    content: "";
    background: url(../../images/icon/ico_mypage_flag.png) no-repeat;
    background-size: 15px 20px;
    width: 15px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
  }
  .notice-txt li a {
    font-size: 12px;
  }
}

.breadcrumb+.acommon-container>#notice-element,
.breadcrumb+.wcommon-container>#notice-element {
  margin-top: 0;
}


/*------------------------------------------------------------
      お知らせ（ヘッダー直下）
  ------------------------------------------------------------*/

#page-top-btn {
  text-align: center;
  position: relative;
  border-top: 1px solid #cbcdd6;
  border-bottom: 1px solid #cbcdd6;
}

#page-top-btn a {
  padding: 32px 0 17px;
  display: block;
  line-height: 1;
}

#page-top-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 19px;
  top: 37%;
  left: 0;
  right: 0;
  margin: -9.5px auto 0;
  background-image: url(../../images/icon/ico_sprite.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (max-width: 750px) {
  #page-top-btn:after {
    background-image: url(../../images/icon/ico_sprite_sp.png);
    background-size: 400px 304px;
  }
}

#page-top-btn:after {
  background-position: -98px -83px;
}

@media screen and (max-width:374px) {
  .gHeader-links li a {
    min-width: 30px;
  }
}


/*-----------コンテンツ幅調節pc980px--------------*/

@media (min-width: 751px) {
  .full-width {
    width: 980px;
  }
}

/*-----------コピーガード--------------*/
.image-guard {
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
	pointer-events: none;
}
.imageGuard {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: url("../../images/melmaga/spacer.gif");
}
