/* =========================================================

 base

========================================================= */
/* -------------------------------------
 reset
------------------------------------- */
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

html {
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

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;
}

sup {
  position: relative;
  top: -.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: 0;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  background-color: #000125;
  color: #000125;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.pc_none {
  display: none;
}

.sp_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

/* =========================================================

 state

========================================================= */
/* =========================================================

 module

========================================================= */
.l_header {
  *zoom: 1;
  background: #f6f6f6;
  padding: 20px 4.6875% 20px 2.08333%;
}

.l_header:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.l_header .logo {
  float: left;
  width: 115px;
}

.l_header .sns_list {
  float: right;
  margin: 5px 0 0;
}

.l_header .sns_list .sns_item {
  display: inline-block;
  width: 36px;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .l_header {
    padding: 4vw 5.33333vw 4vw 5.33333vw;
  }
  .l_header .logo {
    float: left;
    width: 15.33333vw;
  }
  .l_header .sns_list {
    float: right;
    margin: 0 0 0;
  }
  .l_header .sns_list .sns_item {
    width: 6.66667vw;
    margin: 0 0 0 2.66667vw;
  }
}

.l_lead {
  background: url("../img/bg_lead_pc.jpg") no-repeat center top;
  background-size: 100% auto;
}

.l_lead .inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.l_product .inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.l_product .box {
  padding: 12.5% 15.83333%;
  background: url("../img/bg_product_pc.png") no-repeat center top;
  background-size: 100% auto;
}

.l_product .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4.16667% 0 0 0;
}

.l_product .left {
  position: relative;
  width: 50%;
}

.l_product .left .icon_new {
  position: absolute;
  top: -4.87805%;
  left: -19.5122%;
  width: 31.70732%;
}

.l_product .left .img {
  width: 60.4878%;
  margin: 2.43902% auto 0;
}

.l_product .left .notes {
  margin: 2rem 0 0 0;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.4;
}

.l_product .left .notes .point {
  text-decoration: underline;
}

.l_product .right {
  width: 50%;
}

.l_product .right .cate span {
  display: inline-block;
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.l_product .right .cate .type {
  background: #bcbcc6;
}

.l_product .right .cate .amount {
  margin-left: 2rem;
  background: #d3d3da;
}

.l_product .right .explain {
  margin: 7.31707% 0 0;
  font-size: 1.6rem;
  line-height: 2.1875;
}

.l_product .right .explain .small {
  font-size: 1.3rem;
}

.l_product .btn {
  margin: 4.16667% 0 0 0;
  text-align: center;
}

.l_product .btn a {
  position: relative;
  display: block;
  width: 35%;
  margin: 0 auto;
  line-height: 3.5;
  font-size: 1.8rem;
  color: #fff;
  background: #000125;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.l_product .btn a:hover {
  color: #000125;
  background: #fff;
}

.l_product .btn a:after {
  position: absolute;
  top: 45%;
  right: 2rem;
  content: "";
  background: url("../img/arrow_right_white.png") no-repeat;
  background-size: contain;
  width: 2rem;
  height: .6rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.l_product .btn a:hover:after {
  right: .5em;
  background: url("../img/arrow_right_black.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1200px) {
  .l_product .left .notes {
    margin: 2rem 0 0 0;
    font-size: 1.33333vw;
    text-align: left;
  }
  .l_product .right .cate span {
    font-size: 1.33333vw;
  }
  .l_product .right .explain {
    font-size: 1.41667vw;
  }
  .l_product .right .explain .small {
    font-size: 1.08333vw;
  }
  .l_product .btn {
    margin: 4.16667vw 0 0 0;
  }
  .l_product .btn a {
    font-size: 1.5vw;
  }
  .l_product .btn a:after {
    right: 1.66667vw;
    width: 1.66667vw;
    height: 0.5vw;
  }
  .l_product .btn a:hover:after {
    right: .5em;
  }
}

@media screen and (max-width: 768px) {
  .l_product .inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .l_product .box {
    padding: 20vw 8.53333vw;
    background: url("../img/bg_product_sp.png") no-repeat center top;
    background-size: 100% 100%;
  }
  .l_product .block {
    display: block;
    margin: 8vw 0 0 0;
  }
  .l_product .left {
    position: relative;
    width: 100%;
  }
  .l_product .left .icon_new {
    position: absolute;
    top: -4vw;
    left: 0vw;
    width: 14.66667vw;
  }
  .l_product .left .img {
    width: 48vw;
    margin: 0vw 0 0 18vw;
  }
  .l_product .left .notes {
    margin: 2.66667vw 0 0 0;
    font-size: 3.2vw;
    text-align: center;
  }
  .l_product .right {
    width: 100%;
    margin: 6.66667vw 0 0 0;
  }
  .l_product .right .cate {
    text-align: center;
  }
  .l_product .right .cate span {
    padding: .5em 1em;
    display: inline-block;
    font-size: 3.2vw;
  }
  .l_product .right .cate .amount {
    margin-left: 2.66667vw;
  }
  .l_product .right .explain {
    text-align: center;
    margin: 5.33333vw 0 0;
    font-size: 4vw;
    line-height: 1.75;
  }
  .l_product .right .explain .small {
    font-size: 3.2vw;
  }
  .l_product .btn {
    margin: 6.66667vw 0 0 0;
    text-align: center;
  }
  .l_product .btn a {
    position: relative;
    display: block;
    width: 66.66667vw;
    margin: 0 auto;
    line-height: 3.5;
    font-size: 4vw;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .l_product .btn a:hover {
    background: #9999a8;
  }
  .l_product .btn a:after {
    position: absolute;
    top: 45%;
    right: 2.66667vw;
    content: "";
    background: url("../img/arrow_right_white.png") no-repeat;
    background-size: contain;
    width: 5.33333vw;
    height: 1.6vw;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .l_product .btn a:hover:after {
    right: .5em;
  }
}

.l_form {
  max-width: 1040px;
  margin: 5.20833% auto 0;
}

.l_form .inner {
  padding: 9.61538% 7.69231%;
  background: url("../img/bg_form_pc.png") no-repeat;
  background-size: 100% auto;
}

.l_form .headline {
  text-align: center;
  font-size: 2.8rem;
}

.l_form .headline .small {
  display: block;
  margin: 2rem;
  font-size: 1.8rem;
}

.l_form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l_form .box .block {
  margin: 4.54545% 0 0 0;
  width: 47.72727%;
  text-align: center;
}

.l_form .box .block .title {
  font-size: 2.2rem;
}

.l_form .box .block .btn {
  margin: 2rem 0 0 0;
}

.l_form .box .block .btn a {
  position: relative;
  display: block;
  padding: 2.4rem 0;
  font-size: 1.8rem;
  color: #a96600;
  background: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.l_form .box .block .btn a:hover {
  background: #a96600;
  color: #fff;
}

.l_form .box .block .btn a:after {
  position: absolute;
  top: 45%;
  right: 2rem;
  content: "";
  background: url("../img/arrow_right_gold.png") no-repeat;
  background-size: contain;
  width: 2rem;
  height: .6rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.l_form .box .block .btn a:hover:after {
  right: .5em;
  background: url("../img/arrow_right_white.png") no-repeat;
  background-size: contain;
}

.l_form .box .block .text {
  margin: 2rem 0 0 0;
  font-size: 1.6rem;
  line-height: 1.75;
}

.l_form .box .block .text a {
  position: relative;
  padding: 0 3rem .5rem 0;
  color: #000125;
  border-bottom: 1px solid #000125;
}

.l_form .box .block .text a:after {
  position: absolute;
  top: 40%;
  right: 0;
  content: "";
  background: url("../img/arrow_right_black.png") no-repeat;
  background-size: contain;
  width: 2rem;
  height: .6rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.l_form .box .block .text a:hover:after {
  right: -.5em;
}

@media screen and (max-width: 960px) {
  .l_form {
    max-width: 1040px;
    margin: 5.20833% auto 0;
  }
  .l_form .inner {
    padding: 9.61538% 7.69231%;
    background: url("../img/bg_form_pc.png") no-repeat;
    background-size: 100% auto;
  }
  .l_form .headline {
    text-align: center;
    font-size: 2.8rem;
  }
  .l_form .headline .small {
    display: block;
    margin: 2rem;
    font-size: 1.8rem;
  }
  .l_form .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l_form .box .block {
    margin: 4.54545% 0 0 0;
    width: 47.72727%;
    text-align: center;
  }
  .l_form .box .block .title {
    font-size: 2.11538vw;
  }
  .l_form .box .block .btn {
    margin: 1.92308vw 0 0 0;
  }
  .l_form .box .block .btn a {
    padding: 2.30769vw 0;
    font-size: 1.73077vw;
  }
  .l_form .box .block .btn a:after {
    position: absolute;
    top: 45%;
    right: 1.92308vw;
    background: url("../img/arrow_right_gold.png") no-repeat;
    background-size: contain;
    width: 1.92308vw;
    height: 0.57692vw;
  }
  .l_form .box .block .btn a:hover:after {
    right: 0.48077vw;
  }
  .l_form .box .block .text {
    margin: 1.92308vw 0 0 0;
    font-size: 1.53846vw;
  }
  .l_form .box .block .text a {
    position: relative;
    padding: 0 1.92308vw 0.48077vw 0;
    color: #000125;
    border-bottom: 1px solid #000125;
  }
  .l_form .box .block .text a:after {
    position: absolute;
    top: 45%;
    right: 1.92308vw;
    content: "";
    background: url("../img/arrow_right_black.png") no-repeat;
    background-size: contain;
    width: 1.92308vw;
    height: 0.57692vw;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .l_form .box .block .text a:hover:after {
    right: -0.48077vw;
  }
}

@media screen and (max-width: 768px) {
  .l_form {
    margin: 8vw auto 0;
  }
  .l_form .inner {
    padding: 18.66667vw 8vw 21.33333vw;
    background: url("../img/bg_form_sp.png") no-repeat;
    background-size: 100% 100%;
  }
  .l_form .headline {
    text-align: center;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .l_form .headline .small {
    display: block;
    margin: 2.66667vw 0 0 0;
    font-size: 3.2vw;
  }
  .l_form .box {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l_form .box .block {
    margin: 12vw 0 0 0;
    width: 100%;
    text-align: center;
  }
  .l_form .box .block:nth-of-type(2) {
    margin: 16vw 0 0 0;
  }
  .l_form .box .block .title {
    font-size: 4.53333vw;
  }
  .l_form .box .block .btn {
    margin: 4vw 0 0 0;
  }
  .l_form .box .block .btn a {
    padding: 5.33333vw 0;
    font-size: 4vw;
  }
  .l_form .box .block .btn a:after {
    position: absolute;
    top: 45%;
    right: 4vw;
    background: url("../img/arrow_right_gold.png") no-repeat;
    background-size: contain;
    width: 4vw;
    height: 1.2vw;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .l_form .box .block .btn a:hover:after {
    right: 4vw;
  }
  .l_form .box .block .text {
    margin: 2.66667vw 0 0 0;
    font-size: 3.73333vw;
  }
  .l_form .box .block .text a {
    position: relative;
    padding: 0 5.33333vw 0.66667vw 0;
    color: #000125;
    border-bottom: 1px solid #000125;
  }
  .l_form .box .block .text a:after {
    position: absolute;
    top: 45%;
    right: 0vw;
    background: url("../img/arrow_right_black.png") no-repeat;
    background-size: contain;
    width: 4vw;
    height: 1.2vw;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .l_form .box .block .text a:hover:after {
    right: 0vw;
  }
}

.l_term {
  max-width: 1040px;
  margin: 4.6875% auto 5.20833%;
  color: #fff;
}

.l_term .headline {
  font-size: 2.4rem;
  text-align: center;
}

.l_term .block {
  margin: 2.88462% 0 0 0;
  padding: 2.88462% 3.84615%;
  font-size: 1.6rem;
  line-height: 2.1875;
  border: 1px solid #fff;
}

.l_term .block .paragraph {
  margin: 3rem 0 0 0;
}

.l_term .block .paragraph:first-child {
  margin: 0;
}

.l_term .block dt {
  font-weight: bold;
}

.l_term .block a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.l_term .block a:hover {
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  .l_term .block {
    margin: 4vw 3.2vw 0;
  }
}

@media screen and (max-width: 768px) {
  .l_term {
    max-width: 100%;
    margin: 12vw auto 13.33333vw;
    color: #fff;
  }
  .l_term .headline {
    font-size: 5.6vw;
    text-align: center;
  }
  .l_term .block {
    margin: 8vw 3.2vw 0;
    padding: 4vw 5.33333vw;
    font-size: 3.2vw;
    line-height: 1.75;
    border: 1px solid #fff;
  }
  .l_term .block .paragraph {
    margin: 5.33333vw 0 0 0;
  }
  .l_term .block .paragraph:first-child {
    margin: 0;
  }
}

.l_coupon {
  background: #00001c;
  margin: 0 0;
  padding: 0 0 2.57732%;
}

.l_coupon .headline {
  max-width: 940px;
  padding: 0 18px;
  margin: 0 auto;
}

.l_coupon .box {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.l_coupon .box .headline_store {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}

.l_coupon .store_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3.33333% 0 0;
}

.l_coupon .store_list .store_item {
  width: 23.5%;
  padding: 0 0 3.33333%;
  background: #fff;
}

.l_coupon .store_list .store_item dt {
  display: inline-block;
  margin: 3rem 0 0 0;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  background: #e5e5e9;
}

.l_coupon .store_list .store_item dd {
  padding: 1.5rem 1.5rem 0;
  font-size: 1.4rem;
  line-height: 1.57143;
}

.l_coupon .store_list .store_item dd a {
  position: relative;
  display: block;
  margin: 2rem auto 0;
  padding: 0 0 .5rem 0;
  font-size: 1.4rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #000125;
  border-bottom: 1px solid #000125;
}

.l_coupon .store_list .store_item dd a:hover {
  color: #000125;
}

.l_coupon .store_list .store_item dd a:after {
  position: absolute;
  top: 40%;
  right: .5rem;
  content: "";
  background: url("../img/arrow_right_black.png") no-repeat;
  background-size: contain;
  width: 2rem;
  height: .6rem;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.l_coupon .store_list .store_item dd a:hover:after {
  right: 0em;
}

.l_coupon .store_list .store_item dd .small {
  font-size: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .l_coupon .store_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 3.33333%;
  }
  .l_coupon .store_list .store_item {
    width: 48.33333%;
  }
  .l_coupon .store_list .store_item:nth-child(n+3) {
    margin-top: 3.33333%;
  }
}

@media screen and (max-width: 768px) {
  .l_coupon {
    margin: 0;
    background: #00001c;
  }
  .l_coupon .headline {
    max-width: 100%;
    padding: 0 0;
    margin: 0 auto;
  }
  .l_coupon .box {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .l_coupon .box .headline_store {
    font-size: 5.6vw;
    color: #fff;
    text-align: center;
  }
  .l_coupon .store_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8vw 0 0;
  }
  .l_coupon .store_list .store_item {
    width: 100%;
    background: #fff;
  }
  .l_coupon .store_list .store_item:nth-child(n+2) {
    margin: 5.33333vw 0 0;
  }
  .l_coupon .store_list .store_item dt {
    display: inline-block;
    margin: 0;
    padding: 1.33333vw 2.66667vw;
    font-size: 4.26667vw;
  }
  .l_coupon .store_list .store_item dd {
    padding: 2.66667vw 4vw;
    font-size: 3.73333vw;
    line-height: 1.57143;
  }
  .l_coupon .store_list .store_item dd a {
    margin: 4vw auto 0;
    padding: 0 0 1.33333vw 0;
    font-size: 3.73333vw;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .l_coupon .store_list .store_item dd a:hover {
    color: #000125;
  }
  .l_coupon .store_list .store_item dd a:after {
    position: absolute;
    top: 40%;
    right: 1.33333vw;
    content: "";
    background: url("../img/arrow_right_black.png") no-repeat;
    background-size: contain;
    width: 6.4vw;
    height: 2vw;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .l_coupon .store_list .store_item dd a:hover:after {
    right: 1.33333vw;
  }
  .l_coupon .store_list .store_item dd .small {
    font-size: 3.2vw;
  }
  .l_coupon .store_list .store_item dd.tel {
    padding: 0 4vw 2.66667vw;
  }
}

.l_contact {
  margin: 0 0;
  padding: 2.57732% 0 9.27835%;
  background: #00001c;
}

.l_contact .inner {
  max-width: 1040px;
  margin: 0 auto;
}

.l_contact .headline {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}

.l_contact .box {
  margin: 2.88462% 0 0 0;
  padding: 3.84615% 0;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.l_contact .box .detail {
  font-size: 2rem;
  line-height: 1.75;
}

.l_contact .box .detail a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.l_contact .box .detail a:hover {
  border-bottom: none;
}

.l_contact .box .notes {
  margin: 3.84615% 0 0 0;
  font-size: 1.3rem;
  line-height: 2.15385;
}

.l_contact .bnr {
  -webkit-transition: opacity .7s ease;
  -o-transition: opacity .7s ease;
  transition: opacity .7s ease;
  opacity: 1;
  width: 380px;
  margin: 7.69231% auto 0;
}

.l_contact .bnr:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .l_contact .bnr:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .l_contact {
    margin: 5.33333vw 0 0 0;
    padding: 0 0 26.66667vw;
    background: #000125;
  }
  .l_contact .inner {
    max-width: 750px;
    margin: 0 auto;
  }
  .l_contact .headline {
    font-size: 5.6vw;
    color: #fff;
    text-align: center;
  }
  .l_contact .box {
    margin: 6.66667vw 3.2vw 0;
    padding: 8vw 0;
    color: #fff;
    text-align: center;
  }
  .l_contact .box .detail {
    font-size: 3.73333vw;
    line-height: 1.75;
  }
  .l_contact .box .notes {
    margin: 5.33333vw 0 0 0;
    font-size: 2.66667vw;
  }
  .l_contact .bnr {
    width: 100%;
    margin: 10.66667vw auto 0;
    padding: 0 3.2vw;
  }
}

/*------------------------------------------------------------------------------------------
*
*
    common.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width: 641px) {
  /*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
  br {
    display: block;
  }
  br.sp {
    display: none;
  }
  img.pc {
    display: inline-block;
  }
  img.sp {
    display: none;
  }
  .switch_pc {
    display: inline-block !important;
  }
  .switch_sp {
    display: none !important;
  }
  /*dev_takeda*/
  .sp_only {
    display: none;
  }
  /*/dev_takeda*/
  .spbr {
    display: none;
  }
  .common_hover {
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    display: inline-block;
  }
  .common_hover:hover {
    opacity: 0.7;
  }
  /* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
  #footer {
    clear: both;
    padding: 22px 0 18px 0;
    background-color: #f6f6f6;
    text-align: center;
    font-weight: 300;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  #footer * {
    color: #333 !important;
  }
  #footer img {
    width: auto;
  }
  #footer a img {
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease;
  }
  #footer a:hover img {
    opacity: .7;
  }
  #footer .foot_banner {
    margin: 0 12px;
    display: inline-block;
  }
  #footer img {
    vertical-align: baseline;
  }
  #sns_share {
    margin: 28px 0 25px 0;
    clear: both;
  }
  #sns_share li {
    margin: 0 3px;
    display: inline-block;
  }
  #sns_share img {
    width: 27px;
    height: auto;
  }
  #sns_share img:hover {
    opacity: .7;
  }
  #footer .banner_clubkose {
    margin: 0 0 45px 0;
  }
  #foot_nav {
    margin: 0 0 30px 0;
  }
  #foot_nav li {
    padding: 0 0 0 16px;
    margin: 0 14px;
    display: inline-block;
    letter-spacing: .05em;
    position: relative;
  }
  #foot_nav li:after {
    width: 4px;
    height: 100%;
    content: '';
    display: block;
    background-image: url(../images/parts_foot_nav_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer .copyright {
    font-size: 10px;
    color: #555 !important;
    letter-spacing: .05em;
  }
  /*dev_takeda*/
  .wef_tokyo {
    margin: 40px 0;
  }
  .wef_tokyo p {
    margin-top: 8px !important;
    font-size: 10px;
  }
  /*/dev_takeda*/
}

/* ----- min-width : 641px ----- */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
  img.pc {
    display: none;
  }
  img.sp {
    display: inline-block;
  }
  .switch_pc {
    display: none !important;
  }
  .switch_sp {
    display: inline-block !important;
  }
  /*dev_takeda*/
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  /*/dev_takeda*/
  /* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
  #footer {
    clear: both;
    padding: 20px 0 16px 0;
    background-color: #f6f6f6;
    text-align: center;
    font-weight: 300;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  #footer a img {
    width: 100%;
    max-width: 480px;
    height: auto;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease;
  }
  #footer a:hover img {
    opacity: .7;
  }
  #footer .foot_banner {
    margin: 0 18px 8px 18px;
    display: inline-block;
  }
  #sns_share {
    margin: 10px 0 20px 0;
    clear: both;
  }
  #sns_share li {
    margin: 0 3px;
    display: inline-block;
  }
  #sns_share a img {
    width: 27px;
    height: auto;
  }
  #sns_share img:hover {
    opacity: .7;
  }
  #footer .banner_clubkose {
    margin: 0 18px 20px 18px;
  }
  #foot_nav {
    padding: 0 20%;
    margin: 0 0 10px 0;
  }
  #foot_nav li {
    padding: 0 10px;
    margin: 0 0 12px 0;
    font-size: 12px;
    display: inline-block;
    letter-spacing: .05em;
    position: relative;
  }
  #foot_nav li a {
    color: #333;
  }
  #foot_nav li:after {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #333;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  #foot_nav li.bd_none:after {
    display: none;
  }
  #footer .copyright {
    font-size: 9px;
    color: #555;
    letter-spacing: 0;
  }
  /*dev_takeda*/
  .wef_tokyo_sp {
    margin: 25px 0 15px;
  }
  .wef_tokyo_sp img {
    width: 32%;
  }
  .wef_tokyo_sp p {
    margin-top: 8px;
    font-size: 10px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 15px;
  }
  /*/dev_takeda*/
}

/* ----- max-width: 640px ----- */
@media screen and (max-width: 480px) {
  #foot_nav {
    padding: 0 10%;
    margin: 0 0 10px 0;
  }
  #footer .copyright {
    font-family: "Droid Sans";
  }
}

/*# sourceMappingURL=style.css.map */