@charset "UTF-8";

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
a {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
iframe[name="google_conversion_frame"] {
  position: absolute;
  bottom: 0;
}
/* common
------------------------------------------------------------------------*/
body {
  font-family: Avenir, "Open Sans", Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
}
.modal_open {
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .nav_sp {
    display: none !important;
  }
  .sns_sp {
    display: none !important;
  }
  .bt_sp {
    display: none;
  }
  .bt_sitemap {
    display: none;
  }
  .banner_sp {
    display: none;
  }
  .wrap {
    width: 100%;
    min-width: 1000px;
  }
  main {
    position: relative;
  }
  sup {
    font-size: 12px;
    vertical-align: top;
    line-height: normal;
  }
  .main {
    padding-top: 121px;
  }

  /* header
------------------------------------------------------------------------*/
  #header_float {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 20;
  }
  header {
    position: relative;
    width: 1000px;
    height: 45px;
    background-color: #ffffff;
    margin: 0 auto;
    padding-top: 8px;
  }
  header h1 a {
    width: 35px;
    height: 36px;
    background: url(../images/header_logo_01.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header h2 {
    position: absolute;
    top: 14px;
    left: 53px;
  }
  header h2 a {
    width: 147px;
    height: 25px;
    background: url(../images/header_logo_02.png) no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header .open {
    display: none;
  }
  header p.sitemap {
    position: absolute;
    top: 20px;
    right: 250px; /*285*/
    font-size: 14px;
    letter-spacing: normal !important;
  }
  header p.sitemap:hover {
    opacity: 0.7;
  }
  header p.sitemap a:link,
  header p.sitemap a:visited,
  header p.sitemap a:hover,
  header p.sitemap a:active {
    color: #000;
  }
  header p.sitemap img {
    position: absolute;
    top: 1px;
    right: -16px;
  }
  header p.link_purchase {
    position: absolute;
    top: 10px;
    right: 50px; /*86*/
  }
  header ul {
    position: absolute;
    top: 10px;
    right: 0px;
  }
  header ul li {
    width: 33px;
    display: inline-block;
  }
  header ul li img {
    width: 100%;
    height: auto;
  }
  header ul li:hover {
    opacity: 0.7;
  }
  nav.shared {
    position: relative;
    height: 68px;
    background: url(../../common/images/bg_header_nav.png) repeat-x;
    z-index: 100;
  }
  nav.shared ul {
    width: 1036px;
    margin: 0 auto;
    text-align: center;
    display: flex;
  }
  nav.shared ul li {
    border-left: 1px solid #fff;
  }

  nav.shared ul li:last-child {
    border-right: 1px solid #fff;
  }

  nav.shared ul li {
    display: inline-block;
    /*float: left;*/
    margin: 8px 0;
    height: 52px;
    flex: 1;
  }
  /* breadcrumb
------------------------------------------------------------------------*/
  .breadcrumb {
    font-size: 12px;
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    color: #848484;
  }
  .breadcrumb ul {
    position: absolute;
    top: 14px;
    left: 0;
  }
  .breadcrumb ul li {
    display: inline-block;
  }
  .breadcrumb ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #848484;
    border-bottom: 2px solid #e3dcdb;
  }
  .breadcrumb ul li sup {
    line-height: 0px;
  }
  /* mark_cart
------------------------------------------------------------------------*/
  .mark_cart {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 56;
  }
  .mark_cart p {
    position: fixed;
    top: 60%;
    right: 40px;
    /*margin-left: 1038px;*/
    z-index: 56;
  }
  /* shecondary
------------------------------------------------------------------------*/
  #shecondary {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(../../common/images/bg_green.png) repeat;
  }
  #shecondary .inner {
    position: relative;
    width: 1000px;
    height: 442px;
    text-align: center;
    margin: 0 auto;
    padding-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #shecondary .inner .attention {
    position: absolute;
    top: 42px;
    right: 0px;
  }
  #shecondary .inner .pr_02 {
    margin-bottom: 23px;
    margin-top: 46px;
    padding: 0 4%;
  }
  #shecondary .inner .pr_01_sp,
  #shecondary .inner .pr_02_sp,
  #shecondary .inner .attention_sp {
    display: none;
  }
  #shecondary .inner nav {
    width: 100%;
    margin-bottom: 20px;
  }
  #shecondary .inner nav ul.item2 {
    width: 666px;
    margin: 0 auto;
  }

  #shecondary .inner nav ul li {
    padding-left: 6px;
  }
  #shecondary .inner nav ul.item4 li {
    float: left;
    padding-left: 13px;
    width: 240px;
  }
  #shecondary .inner nav ul.item4 li img {
    width: 100%;
    height: auto;
  }
  #shecondary .inner nav ul li:first-child {
    padding-left: 0px;
  }
  #shecondary .inner .trademark {
    color: #ffffff;
    font-size: 14px;
  }
  #shecondary .inner .trademark a {
    color: #fff;
    text-decoration: none;
    display: inline;
  }
  /* footer
------------------------------------------------------------------------*/
  footer .top {
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
  }
  footer .top ul li {
    float: left;
  }
  footer .top a {
    display: block;
    padding: 12px 30px 12px 0;
  }
  footer .bottom {
    background: url(../../common/images/foot_bg.png) repeat-x;
    border-top: 1px solid #fff;
  }
  footer .bottom .inner {
    width: 1000px;
    height: 72px;
    margin: 0 auto;
    position: relative;
  }
  footer .bottom .copy p {
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 25px;
    right: 53px;
  }
  footer .bottom .copy img {
    position: absolute;
    top: 15px;
    right: 0;
  }
  footer ul {
    margin: 0 auto;
    width: 1000px;
  }
  footer ul.banner li {
    float: left;
    height: 116px;
    width: 416px;
  }
  footer ul li a {
    height: 100%;
  }
  footer ul li a:hover {
    opacity: 0.7;
  }
  footer ul li.bnr1 {
    margin: 0 100px 0 24px;
  }
  footer nav {
    border-top: 4px solid #19aa34;
  }
  footer .top a:hover {
    opacity: 1;
  }
  footer .bottom {
    background: url(../../common/images/foot_bg.png) repeat-x;
    border-top: 1px solid #fff;
  }
  footer .bottom .inner {
    width: 1000px;
    height: 72px;
    margin: 0 auto;
    position: relative;
  }
  footer .bottom .policy a {
    color: #666666;
    font-size: 10px;
    position: absolute;
    top: 25px;
    left: 0;
  }
  footer .bottom .policy a:hover {
    text-decoration: none;
  }
  footer .link07 {
    display: none;
  }
  /* modal
------------------------------------------------------------------------*/
  #modal_overlay {
    display: none;
    position: fixed;
    z-index: 99997;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.7;
    width: 100%;
    height: 120%;
  }
  #modal_content {
    display: none;
    position: absolute;
    z-index: 99999;
    left: -80px; /*0*/
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
  }
  #modal_content .modal_item .purchase {
    background: url(../../common/images/bg_green.png) repeat;
    border-radius: 7px;
    width: 1000px; /*920*/
    padding: 40px;
    position: relative;
  }
  #modal_content .modal_item .purchase .modal_close {
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
  }
  #modal_content .modal_item .purchase .modal_tit {
    text-align: center;
    margin-bottom: 46px;
    padding-top: 19px;
  }
  #modal_content .modal_item .purchase .modal_tit_sp {
    display: none;
  }
  #modal_content .modal_item .purchase .modal_txt {
    text-align: center;
    margin-bottom: 23px;
  }
  #modal_content .modal_item .purchase .modal_txt_sp {
    display: none;
  }
  #modal_content .modal_item .purchase .attention {
    position: absolute;
    top: 25px;
    right: 38px;
  }
  #modal_content .modal_item .purchase .attention_sp {
    display: none;
  }
  #modal_content .modal_item .purchase ul {
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  #modal_content .modal_item .purchase ul.item2 {
    overflow: hidden;
    width: 666px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #modal_content .modal_item .purchase ul.item4 li {
    padding-left: 8px;
    width: 216px;
  }
  #modal_content .modal_item .purchase ul.item4 li img {
    width: 100%;
    height: auto;
  }

  #modal_content .modal_item .purchase .trademark {
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  /* common
------------------------------------------------------------------------*/
  .nav_pc {
    display: none;
  }
  .bt_pc {
    display: none;
  }
  .bt_sitemap {
    width: 76.56%;
    margin: 0 auto 2.031%;
  }
  .bt_pagetop.bt_sp p {
    width: 36%;
  }
  .banner_pc {
    display: none;
  }
  img {
    max-width: 100%;
  }
  .main {
    padding-top: 11.718%;
  }
  #overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
  }
  sup {
    font-size: 70%;
    vertical-align: top;
    line-height: 0px;
  }
  /* header
------------------------------------------------------------------------*/
  header h1 a {
    float: left;
    max-width: 300px;
    width: 7.875%;
    height: 0;
    padding-bottom: 7.812%;
    margin: 2.031% 0 0 3.125%;
    background: url(../images/sp/header_logo_01.png) no-repeat left center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header h2 a {
    float: left;
    max-width: 300px;
    width: 39.875%;
    height: 0;
    padding-bottom: 7.812%;
    margin: 2.031% 0 0 0.125%;
    background: url(../images/sp/header_logo_02.png) no-repeat left center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header .open {
    float: right;
    max-width: 80px;
    width: 12.5%;
    height: 0;
    padding-bottom: 11.718%;
    background: url(../images/sp/open.png) no-repeat right center;
    background-size: contain;
    cursor: pointer;
  }
  header .active {
    background: url(../images/sp/close.png) no-repeat right center;
    background-size: contain;
  }
  header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    max-height: 75px;
    background-color: #ffffff;
    margin: 0 auto;
  }
  header.fixed {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
  }
  header p.sitemap {
    display: none;
  }
  header p.sitemap a:link,
  header p.sitemap a:visited,
  header p.sitemap a:hover,
  header p.sitemap a:active {
    display: none;
  }
  header p.sitemap img {
    position: absolute;
    top: 1px;
    right: -16px;
  }
  header p.link_purchase {
    display: none;
  }
  header ul {
    display: none;
  }
  header .nav {
    display: block;
  }
  .nav_sp {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    width: 100%;
  }
  .nav_sp ul {
    background-color: #ebfffd;
  }

  .nav_sp .sns {
    display: block;
    width: 100%;
  }
  .nav_sp .sns li {
    float: none;
    width: 33%;
    margin-bottom: 0;
    padding: 0;
  }
  .nav_sp .sns .link02 {
    margin: 0 auto;
  }
  /* mark_cart
------------------------------------------------------------------------*/
  .mark_cart {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .mark_cart p {
    position: fixed;
    bottom: 5%;
    right: 5px;
    z-index: 56;
    width: 67px;
  }
  /* shecondary
------------------------------------------------------------------------*/
  #shecondary {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(../../common/images/bg_green.png) repeat;
    padding-bottom: 15%;
  }
  #shecondary .inner {
    position: relative;
    width: 93.75%;
    text-align: center;
    margin: 0 auto;
    padding-top: 75px;
  }
  #shecondary .inner .attention,
  #shecondary .inner .pr_01,
  #shecondary .inner .pr_02 {
    display: none;
  }
  #shecondary .inner .pr_02_sp {
    margin-top: 6%;
    margin-bottom: 5%;
  }
  #shecondary .inner .attention_sp {
    margin-bottom: 8%;
  }
  #shecondary .inner nav {
    width: 70%;
    margin: 0 auto;
  }
  #shecondary .inner nav ul li {
    margin-bottom: 5%;
  }
  #shecondary .inner .trademark {
    color: #fff;
    text-align: left;
    line-height: 150%;
    font-size: 80%;
    padding-top: 2%;
  }
  /* footer
------------------------------------------------------------------------*/

  footer {
    background-color: #fff;
  }
  footer .footerIn {
    position: relative;
    height: 100%;
    margin: 0 auto;
  }
  footer ul {
    text-align: center;
  }
  footer .banner {
    padding: 53px 0 50px 0;
  }
  footer .banner li {
    width: 90.3%;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  footer .banner li a {
    padding-bottom: 28%;
    font-size: 0;
  }
  footer .banner li.bnr1 a {
    margin-bottom: 27px;
    background: url(../images/sp/foot_banner_01.png) no-repeat;
    background-size: 100%;
  }
  footer .banner li.bnr2 a {
    background: url(../images/sp/foot_banner_02.png) no-repeat;
    background-size: 100%;
  }
  footer .banner li {
  }
  footer .sns_sp {
    margin: 7.812% 0;
    text-align: center;
  }
  footer .sns_sp li {
    display: inline-block;
    width: 17.31%;
    margin: 0 5.6875% 0 0;
  }
  footer .sns_sp li + li + li {
    margin: 0;
  }
  footer .top {
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
  }
  footer .top ul {
    display: table;
    /*width: 76.562%;*/
    margin: 0 auto;
  }
  footer .top ul li {
    display: table-cell;
    float: none;
    padding-right: 10px;
    text-align: left;
  }
  footer .top ul .link07 {
    padding: 0;
  }
  footer .top a {
    display: block;
    padding: 12px 0;
  }
  footer .top ul li.link01,
  footer .top ul li.link02,
  footer .top ul li.link03,
  footer .top ul li.link04 {
    display: none;
  }
  footer .top ul {
  }
  footer .bottom {
    background: url(../../common/images/foot_bg.png) repeat-x;
    border-top: 1px solid #fff;
  }
  footer .bottom .inner {
    width: 100%;
    padding: 0 2.812%;
    height: 72px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  footer .bottom .copy p {
    left: 2.812%;
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 25px;
    right: 53px;
  }
  footer .bottom .copy a img {
    position: absolute;
    right: 2.812%;
    top: 15px;
  }
  footer .bottom .policy a {
    display: none;
  }
  footer .bottom .copy {
    float: none;
  }
  footer .pTop {
    display: none;
  }
  footer .sTop a {
  }

  /* modal
------------------------------------------------------------------------*/
  #modal_overlay {
    display: none;
    position: fixed;
    z-index: 99997;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.7;
    width: 100%;
    height: 120%;
  }
  #modal_content {
    display: none;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 93.33333333333333%;
  }
  #modal_content .modal_item .purchase {
    background: url(../../common/images/bg_green.png) repeat;
    border-radius: 7px;
    width: 100%;
    position: relative;
    padding: 10% 0;
  }
  #modal_content .modal_item .purchase .modal_close {
    position: absolute;
    top: -50px;
    right: 0;
    cursor: pointer;
  }
  #modal_content .modal_item .purchase .modal_tit {
    display: none;
  }
  #modal_content .modal_item .purchase .modal_tit_sp {
    width: 88%;
    margin: 0 auto;
  }
  #modal_content .modal_item .purchase .modal_txt {
    display: none;
  }
  #modal_content .modal_item .purchase .modal_txt_sp {
    width: 88%;
    margin: 6% auto 0;
  }
  #modal_content .modal_item .purchase .attention {
    display: none;
  }
  #modal_content .modal_item .purchase .attention_sp {
    width: 84.33%;
    margin: 6% auto 8% auto;
  }
  #modal_content .modal_item .purchase ul {
    width: 70.33%;
    margin: 0 auto;
  }
  #modal_content .modal_item .purchase ul li + li {
    margin-top: 4%;
  }
  #modal_content .modal_item .purchase .trademark {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    line-height: 180%;
    padding-top: 6%;
  }
}

/* other
------------------------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .bg_wave {
    display: block;
    position: relative;
    width: 100%;
    height: 7px;
    background: url(../../common/images/bg_wave.png) repeat-x;
    margin-top: -7px;
    z-index: 2;
  }
}

@media screen and (max-width: 640px) {
  .mark_cart {
  }
  .bg_wave {
    display: block;
    position: relative;
    width: 100%;
    height: 7px;
    background: url(../../common/images/sp/bg_wave.png) repeat-x;
    margin-top: -7px;
    z-index: 2;
  }
}
.bt_pagetop {
  position: relative;
}
.bt_pagetop p {
  position: absolute;
  bottom: 13px;
  right: 11px;
}
@media screen and (max-width: 640px) {
  header .cart {
    border-right: 1px solid #fff;
    float: right;
    max-width: 80px;
    width: 12.5%;
    height: 0;
    background: url(../images/sp/mark_cart.png) no-repeat center center;
    background-size: auto 100%;
    padding-bottom: 11.781%;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
  }
  header .nav_sp a {
    display: flex;
  }
}
