@charset "UTF-8";
/* ======================================
font
====================================== */
@import url(roundedmplus1c.css);
/* ======================================
reset.css
====================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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;
}

/* 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;
} 
/* ======================================
common
====================================== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  font-size: 1.3rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-weight: 400;
}

a {
  color: #0155a9;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
}
a[href^="tel:"] {
  cursor: default;
}

img {
  border-style: none;
  vertical-align: bottom;
  transition: all 0.3s;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
  font-weight: normal;
}

@media only screen and (min-width:768px) {
  a:hover {
    cursor: pointer;
    color: #c00;
  }
  a:hover img {
    opacity: 0.8;
    opacity: 0.6;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
  a[href^="tel:"]:hover {
    color: #60aa15 !important;
  }
}
/* ======================================
common id & class
====================================== */
/* 調整_2023.04 */
@media only screen and (min-width:768px) {
  #header,
  #nav_header,
  #search_area,
  #main,
  #footer .inner {
    max-width: 1680px;
    min-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer {
    min-width: 1340px;
  }
}
#wrapper {
  text-align: left;
  clear: both;
  display: block;
  position: relative;
  background-color: #fff;
}
#main .list_date li {
  padding-top: 3px;
  padding-bottom: 3px;
}
#main .list_date li strong {
  margin-left: 10px;
}
#main .list_date li + li {
  border-top: #ccc dotted 1px;
}

.twitter-timeline {
  vertical-align: top;
}

_:-ms-lang(x)::-ms-backdrop,
.twitter-timeline {
  display: none;
}

.no_product {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.no_product .btn {
  margin-top: 20px;
  color: #fff !important;
}

.img_auto {
  max-width: 100%;
}

.cts_top .img_top img {
  max-width: 100%;
}
@media only screen and (min-width:768px) {
  .cts_top .img_top {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .cts_top .img_top img {
    width: 100%;
    max-width: 1000px;
  }
}

/* .clearfix */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* .cardmanage */
.cardmanage {
  margin-top: 3px;
  display: block !important;
  font-size: 1.1rem !important;
  color: #c00 !important;
}
.cardmanage::before {
  content: "※";
}

/* .blinking */
.blinking {
  animation: blink 0.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .mark */
.mark {
  margin-left: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.mark.new {
  color: #c00;
}
.mark::before {
  margin-right: 2px;
  padding: 3px;
  border-radius: 2px;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
}
.mark.new::before {
  content: "NEW";
  color: #fff;
  background-color: #c00;
}

.mark.food::before {
  letter-spacing: 0.1em;
  content: "食品衛生法適合";
  color: #fff;
  background-color: rgb(83.1832460733, 147.3036649215, 18.1963350785);
}

.mark.deo::before {
  letter-spacing: 0.1em;
  content: "脱臭";
  color: #fff;
  background-color: #c6f;
}

.mark.cam::before {
  letter-spacing: 0.1em;
  content: "キャンペーン商品";
  color: #fff;
  background-color: #caa749;
}

.mark.eco::before {
  letter-spacing: 0.1em;
  content: "エコマーク適合";
  color: #fff;
  background-color: #0066cc;
}

.mark.size::before {
  letter-spacing: 0.1em;
  content: "容量表示";
  color: #fff;
  background-color: #9933cc;
}

.mark.pla::before {
  letter-spacing: 0.1em;
  content: "プラマーク入";
  color: #fff;
  background-color: #333;
}

.mark.stc::before {
  letter-spacing: 0.1em;
  content: "在庫限り";
  color: #fff;
  background-color: #c00;
}

.mark.bio::before {
  letter-spacing: 0.1em;
  content: "バイオマス";
  color: #fff;
  background-color: #009999;
}

.mark.biomass::before {
  letter-spacing: 0.1em;
  content: "バイオマス含有";
  color: #fff;
  background-color: rgb(83.1832460733, 147.3036649215, 18.1963350785);
}

.mark.chargefee::before {
  letter-spacing: 0.1em;
  content: "無料配布可能";
  color: #fff;
  background-color: #3366ff;
}

.mark.greenlaw::before {
  letter-spacing: 0.1em;
  content: "グリーン購入法適合";
  color: #fff;
  background-color: #006633;
}

.mark.nannen::before {
  letter-spacing: 0.1em;
  content: "火が付きにくい";
  color: #fff;
  background-color: #c00;
}

.mark.kokusan::before {
  letter-spacing: 0.1em;
  content: "国産";
  color: #fff;
  background-color: #000;
}

.mark.nonfood::before {
  letter-spacing: 0.1em;
  content: "非食品用";
  color: #fff;
  background-color: #e93e02;
}

/* .pc .sp */
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/* .icn */
.icn {
  margin-right: 0.2em;
}
.icn.after {
  margin-right: 0;
  margin-left: 0.2em;
}
.icn.light {
  opacity: 0.6;
}

/* .icn_new 不使用 */
.icn_new {
  width: 30px;
  height: 30px;
  padding-left: 2px;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  background-color: rgba(204, 0, 0, 0.8);
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* .att_ */
.att {
  color: #222;
  font-size: 1.1rem;
}
.att::before {
  content: "※";
  margin-right: 0.2em;
}
.att.normal {
  font-size: 1.42rem;
}

#registerform .att_list li {
  font-size: 1.3rem;
}

.att_list {
  margin-top: 10px;
  line-height: 1.4;
}
.att_list li {
  color: #222;
  font-size: 1.1rem;
}
.att_list li::before {
  content: "※";
  margin-right: 0.2em;
}
.att_list li:not(:first-child) {
  margin-top: 4px;
}
.att_list.normal li {
  font-size: 1.2rem;
}

/* .widefix */
.widefix_00 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
}

.widefix_01 {
  max-width: 960px !important;
  min-width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width:768px) {
  .widefix_01 {
    width: 960px;
  }
}

.widefix_02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px !important;
  min-width: auto !important;
}
@media only screen and (min-width:768px) {
  .widefix_02 {
    width: 820px;
  }
}

/* .lead */
.lead {
  margin-bottom: 15px;
  text-align: center;
}

/* .boxtype_ */
.boxtype_01 {
  padding: 10px;
  border-radius: 3px;
  border: #bbb solid 1px;
  background-color: #fff;
}

.boxtype_02 {
  padding: 10px;
  border-radius: 3px;
  border: #bbb solid 1px;
  background-color: #f5f5f5;
}

.boxtype_03 {
  padding: 10px 15px;
  border-radius: 3px;
  text-align: center;
  background-color: #fff;
  display: table;
}

/* .btn_area */
.btn_area {
  margin-top: 15px;
  text-align: center;
}
.btn_area.multi {
  display: flex;
  justify-content: center;
}
.btn_area.multi .btn {
  margin-left: 5px;
  margin-right: 5px;
}
.btn_area .att {
  margin-top: 5px;
  text-align: center;
}

/* .list_style01 */
.list_style01 {
  padding-left: 1.5em;
}
.list_style01 li {
  list-style: disc;
  line-height: 1.6;
}
.list_style01 li:not(:first-child) {
  margin-top: 5px;
}

/* .list_style01 */
.list_style02 {
  padding-left: 1.5em;
}
.list_style02 li {
  list-style: decimal;
  line-height: 1.6;
}
.list_style02 li:not(:first-child) {
  margin-top: 5px;
}

/* .box_style */
.box_style01 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgb(215.557591623, 246.2811518325, 184.4188481675);
  border-radius: 3px;
}
@media only screen and (min-width:480px) {
  .box_style01.kado {
    padding: 10px 50px;
    background-size: 80px !important;
    background-size: contain;
    background-image: url(../images/kado.png), url(/assets/images/kado.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 0.75em center, right 0.75em center;
  }
}
.box_style01.price_change {
  display: table;
  font-weight: normal;
}
.box_style01.price_change .ttl_change {
  font-feature-settings: "palt";
  margin-bottom: 0.3em;
  display: block;
  color: #000 !important;
  line-height: 1;
}

.box_style02 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff5d9;
  border-radius: 3px;
}

.box_style03 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #eee;
  border-radius: 3px;
}

@media only screen and (min-width:768px) {
  /* .pc .sp */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/* .table_taisho */
.table_taisho {
  margin: 10px auto;
}
.table_taisho tr {
  background-color: #fff;
}
.table_taisho tr + tr {
  border-top: solid 1px #eee;
}
.table_taisho tr p {
  line-height: 1.4;
}
.table_taisho tr th {
  padding: 8px 0 8px 15px;
}
.table_taisho tr td {
  padding: 8px 15px;
}
.table_taisho.wide {
  width: 100%;
}
.table_taisho.wide tr th {
  padding-left: 0;
}
@media only screen and (min-width:768px) {
  .table_taisho p {
    font-size: 1.4rem;
  }
}

/* .btn */
.btn {
  padding: 8px;
  border-radius: 3px;
  font-size: 1.2rem !important;
  font-weight: bold;
  color: #fff !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn.darkblue {
  border-color: #033695 !important;
  background: #033695 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
.btn.normal {
  border-color: #60aa15 !important;
  background: #60aa15 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
.btn.nega {
  border-color: #999 !important;
  background: #999 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
.btn.negaon {
  border-color: #666 !important;
  background: #666 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
.btn.member {
  border-color: #39c !important;
  background: #39c linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
.btn.cart {
  border-color: #ef8130 !important;
  background: #ef8130 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
.btn.important {
  border-color: #c00 !important;
  background: #c00 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
.btn.large {
  min-width: 210px;
  padding: 12px 8px;
  font-size: 1.4rem !important;
}
.btn.small {
  padding: 4px;
  font-size: 1rem !important;
}
@media only screen and (min-width:768px) {
  .btn:hover {
    opacity: 0.8;
  }
}

/* .plusminus */
.plusminus {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plusminus span {
  width: 6.5em;
  margin-left: -6.5em;
  font-size: 1.1rem;
}
.plusminus .textbox {
  text-align: center;
  height: 30px;
  width: 50px;
}
.plusminus .spinner {
  width: 30px;
  height: 30px;
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1 !important;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f5f5f5 !important;
}
.plusminus .spinner.spinner_up {
  margin-left: 5px;
  background: url(../images/plus.svg) no-repeat;
}
.plusminus .spinner.spinner_down {
  margin-right: 5px;
  background: url(../fonts/minus.svg) no-repeat;
}

/* .description */
.description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.description li:not(:first-child) {
  margin-top: 4px;
}
.description li > .cts {
  padding: 10px;
  display: none;
}
/* .cart_box */
.cart_box {
  padding: 15px 10px 15px;
  border: #bbb solid 1px;
  border-radius: 3px;
  background-color: #f5f5f5;
  text-align: center;
}
.cart_box .plusminus {
  margin-bottom: 15px;
}
.cart_box .price_area {
  padding: 5px 10px;
  border: #bbb solid 1px;
  border-radius: 2px;
  background-color: #fff;
}
.cart_box .price_area > p {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 1.1rem;
  display: flex;
  justify-content: space-between;
}
.cart_box .price_area > p:not(:first-child) {
  border-top: #bbb dotted 1px;
}
.cart_box .price_area > p .price {
  font-weight: bold;
}
.cart_box .price_area > p.discount .price {
  color: #c00;
}

.cart_box .price_area > p.sum .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #c00;
}

.cart_box .price_area + .btn {
  margin-top: 10px !important;
}
.cart_box .att {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.cart_box .favorite {
  margin-top: 10px;
  padding-top: 10px;
  border-top: #bbb dotted 1px;
}
.cart_box .btn {
  width: 200px;
}
@media only screen and (min-width:768px) {
  .cart_box {
    width: 230px;
  }
  .cart_box .plusminus {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #bbb dotted 1px;
  }
  .cart_box .plusminus span {
    margin-left: 0;
  }
}

/* .link_txt */
.link_txt {
  margin-top: 10px;
  font-size: 1.1rem;
}
.link_txt.right {
  text-align: right;
}
.link_txt.center {
  text-align: center;
}

/* .box_product */
.box_product {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: #bbb dotted 1px;
  text-decoration: none !important;
}
.box_product .img {
  display: block;
}
.box_product .img img {
  height: 100px !important;
  width: auto !important;
}
.box_product .txt {
  display: block;
  padding-left: 10px;
  line-height: 1.4;
  flex: 1;
}
.box_product .txt .name {
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: bold;
}
.box_product .txt .name .tag {
  margin-right: 3px;
  margin-bottom: 1px;
  font-weight: normal;
  display: block;
  font-size: 1.3rem;
}
.box_product .txt .name .tag::before {
  margin-left: -0.5em;
  content: "【";
}
.box_product .txt .name .tag::after {
  margin-right: -0.5em;
  content: "】";
}
.box_product .txt .info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
a.box_product .txt .info {
  color: #000;
}

.box_product .txt .info .price {
  font-size: 1.2rem;
  text-align: left;
}
.box_product .txt .info .price strong {
  color: #c00;
  font-size: 1.5rem;
}
.box_product .txt .info .others {
  font-size: 1.2rem;
  margin-left: 8px;
}
.box_product .txt .info .others p {
  display: inline-block;
}
.box_product .txt .info .others span + span {
  margin-left: 8px;
}
.box_product .txt .spec {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.box_product .txt .spec > li {
  padding: 2px 0 0;
  font-size: 1.2rem;
  margin-right: 5px;
}
.box_product .txt .spec > li + li {
  margin-top: -1px;
}
.box_product .txt .spec > li .ttl {
  margin-right: 3px;
  padding: 1px 2px;
  width: 3em;
  line-height: 1;
}
.box_product .txt .spec > li .ttl::before {
  margin-left: -0.7em;
  content: "【";
  display: inline-block;
}
.box_product .txt .spec > li .ttl::after {
  margin-right: -0.7em;
  content: "】";
  display: inline-block;
}
.box_product .txt .spec > li .title_sub1 {
  display: inline-block;
  font-size: 1.1rem;
  padding: 2px 2px 1px;
  color: #c00;
  font-weight: bold;
  border: #c00 solid 2px;
  border-radius: 2px;
  line-height: 1;
  margin-top: -2px;
}
.box_product .txt .spec > li .title_sub1.att::before {
  content: "";
}
.box_product .txt .spec > li.ex {
  height: 3em;
  margin-top: 4px;
  padding-top: 3px;
  border-top: #bbb dotted 1px !important;
  overflow: hidden;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
a.box_product .txt .spec {
  color: #000;
}

.box_product .txt .dlt {
  margin-left: 5px;
}
.box_product .txt .dlt a {
  font-size: 1.1rem;
  color: #c00;
}
.box_product .txt .dlt a .icn {
  color: #000;
}
@media only screen and (min-width:768px) {
  .box_product .txt .spec {
    display: block;
  }
  .box_product .txt .spec > li {
    margin-left: 0 !important;
  }
  .box_product .txt .spec > li .title_sub1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.3rem;
    padding: 4px 3px 2px;
  }
}

/* .small_product */
.small_product > li .box_product .img img {
  height: 40px;
}
@media only screen and (min-width: 960px) {
  .small_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .small_product > li {
    width: 49%;
  }
}

/* .two_product */
.two_product {
  padding-bottom: 10px;
  border-bottom: #bbb dotted 1px;
}
.two_product .box_product {
  border-bottom: none;
  flex: 1;
}
@media only screen and (min-width:768px) {
  .two_product {
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .two_product .box_product {
    margin-right: 3em;
  }
}

/* .box_precart */
.box_precart {
  margin-top: 30px;
}
.box_precart .box_product {
  padding: 10px;
  border-radius: 3px;
  background-color: #f5f5f5;
  border-bottom: none;
}
.box_precart .block {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}
.box_precart .block .btn {
  width: 180px;
}
@media only screen and (min-width:768px) {
  .box_precart {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
  }
  .box_precart .box_product {
    margin-left: 20px;
    margin-right: 20px;
    flex: 1;
  }
  .box_precart .block {
    width: auto;
    padding: 0;
    text-align: right;
    display: block;
  }
}

/* .flex_area */
@media only screen and (min-width:768px) {
  .flex_area {
    display: flex;
    justify-content: center;
  }
  .flex_area .flex_liquid {
    flex: 1;
  }
}
/* .flow */
.flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.flow li {
  width: 56px;
  height: 56px;
  margin-left: 6px;
  margin-right: 6px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.flow li.current {
  width: 70px;
  height: 70px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #60aa15;
}

.list_ul02 {
  padding-left: 1.5em;
}
.list_ul02 > li {
  list-style: disc;
  list-style-position: outside;
  line-height: 1.5;
}
.list_ul02 > li span {
  color: #333;
}
.list_ul02 > li + li {
  margin-top: 0.4em;
  margin-top: 0.6em;
}

/* ======================================
form関連
====================================== */
input[type=password],
input[type=number],
input[type=text],
input[type=email],
button,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox],
input[type=radio] {
  height: 13px;
  width: 13px;
}

#sort_form {
  display: flex;
  align-items: center;
}

.textbox {
  width: auto;
  font-size: 1.2rem;
  padding: 5px 6px !important;
  border: #bbb solid 1px !important;
  border-radius: 2px !important;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #fff !important;
}

.form_set {
  display: flex;
  /* 2023.03.18 追記 */
}
.form_set.ryo {
  margin-bottom: 3px;
}
.form_set.ryo + .form_set {
  margin-top: 3px;
}
.form_set.ryo.select {
  margin: -3px -4px;
  margin: -3px -4px 3px;
  padding: 3px 4px;
  border-radius: 3px;
  background-color: rgb(222.36, 238.68, 246.84);
}
.form_set.ryo.select + .form_set {
  margin-top: 0;
}
.form_set.select {
  margin: -3px -4px;
  padding: 3px 4px;
  border-radius: 3px;
  background-color: rgb(222.36, 238.68, 246.84);
}
.form_set.select + .form_set {
  margin-top: 6px;
}
.form_set input {
  margin-top: 0.4em;
  display: block;
}
.form_set label {
  flex: 1;
  margin-left: 0.3em;
  display: inline-block;
  word-break: break-all;
  overflow-wrap: break-word;
}
.form_set label .br {
  margin-left: 5px;
}
.form_set .otheraddress_open {
  font-weight: bold;
  font-size: 1.5rem;
}
.form_set .otheraddress_open + .att.red {
  margin-left: 0.5em;
  margin-bottom: -1em;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (min-width:768px) {
  .form_set label .br {
    margin-left: 0;
    display: block;
  }
}

/* ======================================
#top
====================================== */
#top .cts_top .info_main {
  padding: 10px 0 0;
  min-height: 0;
}
#top .cts_top .info_main .ttl_nw_main {
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #666;
  position: relative;
}
#top .cts_top .info_main .ttl_nw_main.icn_catch {
  padding-left: 0.6em;
  background-image: url("../fonts/icn_catch.svg");
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: left center;
}
@media only screen and (min-width:768px) {
  #top .cts_top .info_main .ttl_nw_main.icn_catch {
    background-size: auto 36px;
  }
}
@media only screen and (min-width:768px) {
  #top .cts_top .info_main .ttl_nw_main {
    margin-bottom: 0.5em;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.6rem;
  }
}
#top .cts_top .info_main .ttl_nw_main span {
  flex: 1;
  white-space: nowrap;
  display: block;
  z-index: 9;
  background-color: #fff;
}
#top .cts_top .info_main .ttl_nw_main::after {
  content: "";
  width: 100%;
  height: 2px;
  margin-left: 5px;
  background-color: #60b96b;
  display: block;
  z-index: 0;
}
@media only screen and (min-width:768px) {
  #top .cts_top .info_main .ttl_nw_main::after {
    height: 3px;
    margin-left: 10px;
  }
}
#top .cts_top .info_main .slide_area {
  border-radius: 3px;
}
@media only screen and (min-width:768px) {
  #top .cts_top .info_main .slide_area {
    margin-bottom: 58px;
  }
}
#top .cts_top .info_main .slide_area .flexslider {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  max-width: 1030px;
  margin-bottom: 35px;
}
#top .cts_top .info_main .slide_area .flexslider .slides li.as05 object {
  display: none;
}
#top .cts_top .info_main .slide_area.second {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width:768px) {
  #top .cts_top .info_main .slide_area.second {
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
#top .cts_top .info_main .banner_area {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .cts_top .info_main .banner_area + .banner_two {
  margin-top: 10px;
}
@media only screen and (min-width:768px) {
  #top .cts_top .info_main .banner_area + .banner_two {
    margin-top: 15px;
  }
}
#top .cts_top .info_main .banner_area ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top .cts_top .info_main .banner_area ul.line li img {
  border: 1px solid #999;
}
#top .cts_top .info_main .banner_area ul li {
  width: 49%;
}
#top .cts_top .info_main .banner_area ul li:nth-child(n+3) {
  margin-top: 5px;
}
#top .cts_top .info_main .banner_area ul li.ext {
  display: none;
}
#top .cts_top .info_main .banner_area ul li img {
  width: 100%;
}
#top .cts_top .info_main .banner_area_one {
  max-width: 100%;
  margin-bottom: -1px;
}
#top .cts_top .info_main .banner_area_one img {
  max-width: 100%;
  height: auto;
}
#top .cts_top .flow_top .img {
  position: relative;
}
#top .cts_top .flow_top .img img {
  margin: 0 !important;
}
#top .cts_top .flow_top .img a img {
  width: 68vw;
  position: absolute;
  bottom: calc(77vw - 30px);
  left: calc(50% - 34vw);
}
#top .cts_top .flow_top .img .yoko {
  display: none;
}
#top .cts_top .flow_top .img .tate {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#top .cts_top .flow_top .cap {
  margin-top: 0.4em;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: left;
}
#top .cts_top .flow_top .cap a {
  color: #e60012;
  font-weight: bold;
}
@media only screen and (min-width:768px) {
  #top .cts_top .flow_top {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #top .cts_top .flow_top .img .yoko {
    display: block;
    max-width: 1000px;
    width: 100%;
  }
  #top .cts_top .flow_top .img .tate {
    display: none;
  }
  #top .cts_top .flow_top .img a img {
    position: absolute;
    width: calc((100vw - 370px) * 0.206);
    left: calc((100vw - 370px) * 0.203);
    bottom: calc((100vw - 370px) * 0.031);
    width: calc((100vw - 370px) * 0.26);
    left: calc((100vw - 370px) * 0.03);
    bottom: calc((100vw - 370px) * 0.036);
  }
}
@media only screen and (min-width:1200px) {
  #top .cts_top .flow_top .img a img {
    width: calc((100vw - 610px) * 0.26);
    left: calc((100vw - 610px) * 0.03);
    bottom: calc((100vw - 610px) * 0.036);
  }
}
@media only screen and (min-width:1610px) {
  #top .cts_top .flow_top .img a img {
    width: 205px;
    bottom: 31px;
    left: 205px;
    width: 250px;
    left: 35px;
    bottom: 37px;
  }
}
#top .cts_top .info_sub {
  padding: 20px 10px;
}
#top .cts_top .info_sub .section_top + .section_top {
  margin-top: 15px;
  padding-top: 15px;
  border-top: #bbb dotted 1px;
}
#top .cts_top .info_sub .section_top .ttl_sec {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
#top .cts_top .info_sub .section_top .flexslider {
  padding-left: 10px;
  padding-right: 10px;
}
#top .cts_top .info_sub .section_top .box_product {
  border-bottom: none;
}
#top .cts_top .side_top {
  padding: 10px 0 10px;
  z-index: 10;
}
@media only screen and (min-width:768px) {
  #top .cts_top .side_top {
    margin-top: -77px;
    padding: 0 10px 10px 0;
  }
}
#top .cts_top .side_top .side_top_irrbox {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#top .cts_top .side_top .ttl_nw_side {
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-size: 2.4rem;
  font-weight: 600;
  color: #666;
  display: flex;
  align-items: center;
  position: relative;
}
#top .cts_top .side_top .ttl_nw_side.tw {
  text-align: center;
  color: #0071bc;
}
#top .cts_top .side_top .ttl_nw_side.tw::after {
  display: none;
}
@media only screen and (min-width:768px) {
  #top .cts_top .side_top .ttl_nw_side {
    font-size: 2.7rem;
  }
}
#top .cts_top .side_top .ttl_nw_side span {
  flex: 1;
  white-space: nowrap;
  display: block;
  z-index: 9;
  background-color: #fff;
}
#top .cts_top .side_top .ttl_nw_side::after {
  content: "";
  width: 100%;
  height: 2px;
  margin-left: 5px;
  background-color: #666;
  display: block;
  z-index: 0;
}
@media only screen and (min-width:768px) {
  #top .cts_top .side_top .ttl_nw_side::after {
    margin-right: 5px;
  }
}
#top .cts_top .side_top .block + .block {
  margin-top: 25px;
}
#top .cts_top .side_top _:-ms-lang(x)::-ms-backdrop,
#top .cts_top .side_top .block_adjust {
  display: none !important;
}
#top .cts_top .side_top .side_block {
  padding: 10px;
  background-color: #e6e6e6;
}
#top .cts_top .side_top .side_block.nobg {
  padding: 0;
  background-color: transparent;
}
#top .cts_top .side_top .side_block.greenbanner {
  padding: 0 !important;
}
#top .cts_top .side_top .side_block.greenbanner ul li a {
  display: block;
  text-align: center;
}
#top .cts_top .side_top .side_block.greenbanner ul li a img {
  margin-left: auto;
  margin-right: auto;
}
#top .cts_top .side_top .side_block .side_box.nwht01 {
  max-height: 400px;
  overflow-y: scroll;
}
#top .cts_top .side_top .side_block .side_box.nwht02 {
  max-height: 600px;
  overflow-y: scroll;
}
#top .cts_top .side_top .side_block.white {
  background-color: transparent;
}
#top .cts_top .side_top .side_block.yellow {
  background-color: #fff33f;
}
#top .cts_top .side_top .side_block + .side_block {
  margin-top: 10px;
}
#top .cts_top .side_top .side_block + .side_block.side_adjust {
  margin-top: 30px;
}
#top .cts_top .side_top .side_block .side_box + .side_box {
  margin-top: 10px;
}
#top .cts_top .side_top .banner_area {
  text-align: center;
}
#top .cts_top .side_top .banner_area ul li:not(:first-child) {
  margin-top: 8px;
}
#top .cts_top .side_top .banner_area ul li img {
  max-width: 100%;
  height: auto;
}
#top .cts_top .side_top .news_area {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  text-align: left;
}
#top .cts_top .side_top .news_area .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #60aa15;
}
#top .cts_top .side_top .news_area ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
  border-bottom: #bbb dotted 1px;
}
#top .cts_top .side_top .news_area ul li:first-child {
  border-top: #bbb dotted 1px;
}
#top .cts_top .side_top .news_area ul li .date {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #999;
}
@media only screen and (min-width:480px) {
  #top .cts_top .info_main .banner_area ul li:nth-child(n+3) {
    margin-top: 10px;
  }
  #top .cts_top .info_main .banner_area ul li img {
    height: auto;
  }
}
@media only screen and (min-width:768px) {
  #top #nav_product {
    display: block !important;
  }
  #top .cts_top {
    position: relative;
  }
  #top .cts_top::after {
    content: "";
    width: 320px;
    height: 100%;
    background-color: #eee;
    position: absolute;
    right: -10px;
    top: 0;
    display: none;
  }
  #top .cts_top .side_top {
    width: 320px;
    margin-right: -10px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  #top .cts_top .side_top .side_block.block_adjust {
    margin-top: 0;
    padding-top: 0;
    flex: 1;
  }
  #top .cts_top .side_top .side_block.block_adjust .side_box.tw {
    display: block;
  }
  #top .cts_top .side_top .side_block.block_adjust .side_box.tw .twitter-timeline {
    overflow-y: scroll !important;
  }
  #top .cts_top .side_top .side_block.greenbanner ul li _:-ms-lang(x)::-ms-backdrop,
  #top .cts_top .side_top .side_block.greenbanner ul li img {
    height: 312px;
  }
  #top .cts_top .side_top .side_block.greenbanner ul li a {
    width: 320px;
    position: relative;
    display: block;
    background-image: url("../images/banner_sn_green_ov.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-align: center;
  }
  #top .cts_top .side_top .side_block.greenbanner ul li a:hover img {
    transition: all 0.5s;
    opacity: 0;
  }
  #top .cts_top .side_top .banner_area.no {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  #top .cts_top .side_top .banner_area.block {
    margin-bottom: 10px;
  }
  #top .cts_top .side_top .block + .block {
    margin-top: 5px;
  }
  #top .cts_top .info_top {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  #top .cts_top .info_sub .box_product {
    display: block;
  }
  #top .cts_top .info_sub .box_product .img {
    margin-bottom: 10px;
    text-align: center;
  }
  #top .cts_top .info_sub .box_product .img img {
    height: 150px !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  #top .cts_top .flex_liquid {
    padding: 0 20px 0 10px;
  }
  #top .cts_top .info_main {
    padding-left: 230px;
  }
}
@media only screen and (min-width: 960px) {
  #top .cts_top .info_main .banner_area ul {
    justify-content: flex-start;
  }
  #top .cts_top .info_main .banner_area ul li {
    width: 32.3529%;
    margin-right: 1.47%;
  }
  #top .cts_top .info_main .banner_area ul li.ext {
    display: block;
  }
  #top .cts_top .info_main .banner_area ul li:nth-child(n+3) {
    margin-top: 1.47%;
  }
  #top .cts_top .info_main .banner_area ul li:nth-child(3) {
    margin-top: 0;
  }
  #top .cts_top .info_main .banner_area ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #top #nav_product {
    display: block !important;
  }
  #top .cts_top::before {
    content: "";
    width: 230px;
    width: 240px;
    height: 100%;
    height: calc(100% + 85px);
    position: absolute;
    left: -5px;
    left: -10px;
    top: 0;
    top: -85px;
  }
}
@media only screen and (min-width: 1250px) {
  #top .cts_top .info_main .slide_area .flexslider .slides li.as05 object {
    display: block;
  }
  #top .cts_top .info_main .slide_area .flexslider .slides li.as05 object a {
    width: 154px;
    height: 36px;
    position: absolute;
    right: 52px;
    bottom: 15px;
  }
}
#top .block_top {
  padding: 10px;
  background-color: #e6e6e6;
}
#top .block_top.nobg {
  padding: 0;
  background-color: transparent;
}
#top .block_top.yellow {
  background-color: #fff33f;
}
#top .block_top + .block_top {
  margin-top: 10px;
}
#top .block_top.pd00 {
  padding: 0;
}
#top .block_top.pd00 img {
  width: 100%;
}
#top .block_top .att_nw {
  margin-bottom: 1em;
  color: #c00;
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (min-width:768px) {
  #top .block_top {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
  #top .block_top + .block_top {
    margin-top: 15px;
  }
  #top .block_top .att_nw {
    font-size: 1.6rem;
  }
}

#top .small_product {
  margin-top: 15px;
}
@media only screen and (min-width:768px) {
  #top .small_product {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#top .small_product .section .ttl_sec {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}
#top .small_product .section .ttl_sec::before {
  margin-right: 2px;
  content: "■";
  color: #60aa15;
}
#top .small_product .section .ttl_sec::before {
  color: #39c;
}

@media only screen and (min-width:768px) {
  #top .small_product .section {
    width: 100%;
  }
}
#top .small_product .section .history .block .ttl {
  font-size: 1rem;
  font-weight: bold;
}
#top .small_product .section .history .block .ttl .numberarea {
  margin-left: 15px;
}
@media only screen and (min-width:768px) {
  #top .small_product .section .history .block .ttl .numberarea {
    display: block;
    margin-left: 0;
  }
}
#top .small_product .section .history .block .ttl .numberarea .tag {
  margin-right: 5px;
  font-weight: normal;
}
#top .small_product .section .history .block .ttl .numberarea .number {
  font-size: 1.3rem;
}
#top .small_product .section .history .block + .block {
  margin-top: 10px;
  padding-top: 10px;
  border-top: #bbb dotted 1px;
}
#top .small_product .section .history .block .list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#top .small_product .section .history .block .list li {
  margin-right: 10px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1;
}
#top .small_product .section .history .block .list li .img {
  margin-bottom: 3px;
}
#top .small_product .section .history .block .list li .img img {
  height: 60px;
  margin-bottom: 3px;
}
#top .small_product .section .history .block .list li .number {
  margin-top: 4px;
  line-height: 1;
}
#top .small_product .section .history .block .list li .number::before {
  content: "[ ";
}
#top .small_product .section .history .block .list li .number::after {
  content: "箱 ]";
  margin-left: 2px;
}
#top .small_product .section .history .block .info {
  margin-top: -8px;
  padding: 10px;
  background-color: #eee;
  border-radius: 3px;
}
#top .small_product .section .history .block .info.prepare > li p {
  margin-left: auto;
  margin-right: auto;
  color: #c00;
  text-align: center;
  font-weight: bold;
}
#top .small_product .section .history .block .info > li {
  display: flex;
}
#top .small_product .section .history .block .info > li + li {
  margin-top: 3px;
}
#top .small_product .section .history .block .info > li p {
  margin-top: 0;
  line-height: 1.4;
}
#top .small_product .section .history .block .info > li p.ttl {
  width: 6em;
  font-size: 1.1rem;
  font-weight: normal;
}
#top .small_product .section .history .block .info > li .cts {
  flex: 1;
}
#top .small_product .section .history .block .info > li .cts p {
  font-weight: bold;
}

/* ======================================
#nav_header
====================================== */
#nav_header {
  /* ▼▼ クリスマス_2022 ▼▼ */
  /* ▲▲ クリスマス_2022 ▲▲ */
  /* ▼▼ 正月_2022 ▼▼ */
  /* ▲▲　正月_2022 ▲▲ */
}
@media only screen and (min-width:768px) {
  #nav_header .nav {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }
  #nav_header .nav li {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    flex: 1;
  }
  #nav_header .nav li + li {
    position: relative;
  }
  #nav_header .nav li + li::before {
    content: "";
    width: 2px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 20%;
  }
  #nav_header .nav li a {
    height: 60px;
    padding: 0 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #00a06f;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #nav_header .nav li a .icn_nw {
    margin-right: 10px;
  }
  #nav_header .nav li a .icn_nw img {
    height: 30px;
  }
  #nav_header .nav li a:hover {
    background-color: rgb(0, 109, 75.61875);
  }
  #nav_header .nav li a:hover .icn_nw img {
    opacity: 1;
  }
}

/* ======================================
#header
====================================== */
#wrapper #header {
  height: 43px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  border-top: #60aa15 solid 3px;
  border-bottom: #bbb solid 1px;
  background-color: #f5f5f5;
  /* ▼▼ クリスマス_2022 ▼▼ */
  /* ▲▲ クリスマス_2022 ▲▲ */
  /* ▼▼ 正月_2022 ▼▼ */
  /* ▲▲ 正月_2022 ▲▲ */
}
#wrapper #header .logo_area {
  position: absolute;
  top: 8px;
  left: 10px;
  line-height: 1;
}
#wrapper #header .logo_area .logo img {
  width: 120px;
}
#wrapper #header .nav {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
}
#wrapper #header .nav.sp > li {
  float: left;
  font-size: 1.3rem;
}
#wrapper #header .nav.sp > li:not(:first-child) {
  margin-left: 10px;
}
@media only screen and (min-width:768px) {
  #wrapper #header .nav a {
    color: #000;
  }
  #wrapper #header .nav a i {
    opacity: 1;
    color: #00628e;
  }
}
@media only screen and (min-width:768px) {
  #wrapper #header {
    height: 100px;
    border-top: none;
    border-bottom: none;
    background-color: #fff;
    display: flex;
    justify-content: start;
    justify-content: space-between;
    align-items: center;
  }
  #wrapper #header .logo_area {
    position: relative;
    top: 0;
  }
  #wrapper #header .logo_area .logo {
    margin-top: 10px;
  }
  #wrapper #header .logo_area .logo img {
    width: 320px;
  }
  #wrapper #header .logo_area .tag {
    margin-top: 0.8em;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  #wrapper #header .fax.pc {
    margin-right: 15px;
  }
  #wrapper #header .fax.pc .short {
    display: none;
  }
  #wrapper #header .pdf {
    margin-right: 15px;
    margin-right: 10px;
  }
  #wrapper #header .pdf img {
    width: 150px;
  }
  #wrapper #header .pdf .short {
    display: none;
  }
  #wrapper #header .sample img {
    width: 150px;
  }
  #wrapper #header .nav.pc {
    display: flex !important;
    align-items: center;
    position: static;
  }
  #wrapper #header .nav.pc > li {
    font-size: 1.7rem;
    line-height: 1.2;
    padding: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
  #wrapper #header .nav.pc > li.btn_nw {
    margin-left: 15px;
    white-space: nowrap;
  }
  #wrapper #header .nav.pc > li.btn_nw + .btn_nw {
    margin-left: 15px;
  }
  #wrapper #header .nav.pc > li.btn_nw + li {
    margin-left: 50px;
  }
  #wrapper #header .nav.pc > li.btn_nw.btn_contact {
    font-size: 2rem;
  }
  #wrapper #header .nav.pc > li.btn_nw.btn_sample {
    font-size: 2.3rem;
  }
  #wrapper #header .nav.pc > li.btn_nw a {
    height: 70px;
    padding: 8px 16px;
    color: #00a06f;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border: 2px solid #22b573;
    background-color: #eee;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #wrapper #header .nav.pc > li.btn_nw a .icn_nw {
    margin-right: 7px;
  }
  #wrapper #header .nav.pc > li.btn_nw a .icn_nw img {
    height: 18px;
  }
  #wrapper #header .nav.pc > li.btn_nw a span {
    display: flex;
    align-items: center;
  }
  #wrapper #header .nav.pc > li.btn_nw a span.tag {
    margin-top: 0.4em;
    font-size: 1.3rem;
  }
  #wrapper #header .nav.pc > li.btn_nw a:hover {
    background-color: #fff;
  }
  #wrapper #header .nav.pc > li + li {
    margin-left: 20px;
  }
  #wrapper #header .nav.pc > li > a {
    padding: 5px 8px;
    display: flex;
    align-items: center;
  }
  #wrapper #header .nav.pc > li > a .icn_nw {
    margin-right: 10px;
  }
  #wrapper #header .nav.pc > li > a .icn_nw img {
    width: auto;
    height: 40px;
  }
  #wrapper #header .nav.pc > li > a:hover {
    color: rgb(0, 109, 75.61875);
    color: #00a06f;
  }
  #wrapper #header .nav.pc > li.login_block {
    position: relative;
    display: block;
  }
  #wrapper #header .nav.pc > li.login_block .cts {
    width: 240px;
    display: none;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 100;
    top: 55px;
    right: 0;
    font-size: 1.3rem;
  }
  #wrapper #header .nav.pc > li.login_block .cts form {
    margin: 0;
    width: 100%;
    font-weight: normal;
  }
  #wrapper #header .nav.pc > li.login_block .cts p:not(:last-child) {
    margin-bottom: 10px;
  }
  #wrapper #header .nav.pc > li.login_block .cts .ttl {
    margin-bottom: 6px;
  }
  #wrapper #header .nav.pc > li.login_block .cts .textbox {
    width: 218px;
  }
  #wrapper #header .nav.pc > li.login_block .cts .btn {
    width: 100%;
  }
  #wrapper #header .nav.pc > li.cart_pc a {
    display: flex;
    align-items: center;
  }
  #wrapper #header .nav.pc > li.cart_pc a:hover {
    color: #e51373;
  }
  #wrapper #header .nav.pc > li.cart_pc a .cart {
    width: 56px;
    height: 40px;
    margin-right: 3px;
    position: relative;
    display: block;
  }
  #wrapper #header .nav.pc > li.cart_pc a .cart .icn_nw {
    margin-right: 13px;
    display: block;
  }
  #wrapper #header .nav.pc > li.cart_pc a .cart .icn_nw img {
    height: 40px;
  }
  #wrapper #header .nav.pc > li.cart_pc a .cart .number {
    position: absolute;
    padding-right: 1px;
    top: -14px;
    left: calc(50% + 3px);
    transform: translate(-50%, 0);
    width: 29px;
    height: 29px;
    display: grid;
    place-content: center;
    color: #00a06f;
    color: #666;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #e51373;
    border-radius: 100vmax;
    transition: all 0.3s;
    letter-spacing: -0.05em;
  }
  #wrapper #header .nav.pc > li.cart_pc a .cart .number.over {
    font-size: 1.4rem;
    letter-spacing: -0.1em;
  }
}

/* .header_att */
.header_att {
  display: none;
}
@media only screen and (min-width:768px) {
  .header_att {
    max-width: 1680px;
    min-width: 1340px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    z-index: 10;
    position: relative;
    text-align: right;
    display: block;
  }
}

/* ======================================
#header_info
====================================== */
#header_info {
  display: none;
}
@media only screen and (min-width:768px) {
  #header_info {
    max-width: 1680px;
    min-width: 1340px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 0 10px;
    display: block;
  }
  #header_info .list {
    margin-bottom: 10px;
    display: flex;
  }
  #header_info .list li {
    flex-grow: 1;
  }
  #header_info .list li a {
    display: flex;
    align-items: center;
    color: #000;
  }
  #header_info .list li a:hover {
    opacity: 0.7;
  }
  #header_info .list li + li {
    margin-left: 10px;
    padding-left: 10px;
    padding-left: 20px;
    border-left: 1px solid #999;
  }
  #header_info .list li .icn_nw {
    margin-right: 15px;
    display: block;
  }
  #header_info .list li .icn_nw img {
    height: 85px;
  }
  #header_info .list li .txt .ttl {
    font-size: 3.1rem;
    font-feature-settings: "palt";
    font-weight: bold;
    color: #00a06f;
  }
  #header_info .list li .txt p {
    font-size: clamp(1rem, 0.8vw, 1.3rem);
    line-height: 1.4;
    font-feature-settings: "palt";
    font-weight: bold;
  }
}

/* ======================================
#search_area
====================================== */
#search_area {
  height: 54px;
  padding: 7px 10px 0;
  position: relative;
  display: flex;
  background-color: #eee;
  border-bottom: #bbb solid 1px;
}
#search_area .nav_block .btn.normal {
  height: 40px;
  width: 220px;
  margin-right: 5px;
  border-width: 2px;
}
#search_area .search_block {
  flex: 1;
  position: relative;
  width: 100%;
}
#search_area .search_block .txt {
  height: 40px;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 5px;
  width: calc(100% - 40px);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: #60aa15 solid 2px;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
  font-size: 13px;
  /* webkit-appearance: searchfield;
  &::-webkit-search-cancel-button {
     -webkit-appearance: searchfield-cancel-button;
   }*/
}
#search_area .search_block .txt::-moz-placeholder {
  font-weight: bold !important;
}
#search_area .search_block .txt::placeholder {
  font-weight: bold !important;
}
#search_area .search_block .btn_search {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 13px;
  border-style: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
  border: #60aa15 solid 2px;
  border-left: none;
  border-radius: 0 3px 3px 0;
  background: #60aa15 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
#search_area .cart_block .btn.cart {
  height: 40px;
  min-width: 110px;
  margin-left: 5px;
  font-size: 11px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-width: 2px;
}
#search_area .cart_block .btn.cart .number {
  margin-left: 10px;
  font-size: 14px !important;
  font-weight: bold !important;
}
#search_area .cart_block .btn.cart .number::after {
  margin-left: 3px;
  content: "箱";
  font-size: 11px !important;
}
@media only screen and (min-width:768px) {
  #search_area .cart_block {
    display: none;
  }
}
@media only screen and (min-width:768px) {
  #search_area {
    height: 100px;
    height: 104px;
    padding: 27px 10px 0;
    background-color: #f5f5f5;
    background-color: transparent;
    border-bottom: none;
    z-index: 10;
  }
  #search_area .nav_block:hover .btn.normal {
    opacity: 1;
    background-color: rgb(0, 109, 75.61875);
    border-radius: 10px 10px 0 0;
  }
  #search_area .nav_block .btn.normal {
    height: 50px;
    font-size: 2.2rem !important;
    line-height: 1;
    letter-spacing: 0.1em;
    border-radius: 10px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #fff;
    border: none;
    background: #00a06f;
  }
  #top #search_area .nav_block .btn.normal {
    border-radius: 10px 10px 0 0;
  }
  #search_area .nav_block .btn.normal i {
    display: none;
  }
  #top #search_area .search_block {
    margin-right: 330px;
  }
  #search_area .search_block .btn_search {
    width: 120px;
    height: 50px;
    font-size: 1.8rem;
    transition: all 0.3s;
    letter-spacing: 0.3em;
    border-width: 3px;
    background: #b5b5b6 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0) 100%);
    border-color: #00a06f;
    background-color: #00a06f;
    border-radius: 0 10px 10px 0;
  }
  #search_area .search_block .btn_search:hover {
    background-color: rgb(0, 109, 75.61875);
    border-color: rgb(0, 109, 75.61875);
  }
  #search_area .search_block .btn_search::after {
    content: "検索";
    font-weight: bold;
    margin-left: 0.2em;
  }
  #search_area .search_block .txt {
    height: 50px;
    border-width: 3px;
    width: calc(100% - 135px);
    font-size: 1.8rem;
    border-color: #00a06f;
    border-radius: 10px 0 0 10px;
    margin-left: 15px;
  }
  #search_area .search_block .txt::-moz-placeholder {
    font-size: 1.8rem;
    color: #aaa;
  }
  #search_area .search_block .txt::placeholder {
    font-size: 1.8rem;
    color: #aaa;
  }
  #search_area .cart_block {
    margin-left: 5px;
    margin-left: 15px;
  }
  #search_area .cart_block .btn.cart {
    width: 310px;
    height: 50px;
    font-size: 1.8rem !important;
    border-radius: 10px !important;
    border: none;
    color: #666 !important;
    background: #fff336;
    border: 2px solid #d9e021 !important;
  }
  #search_area .cart_block .btn.cart .number {
    color: #666;
    font-size: 22px !important;
  }
  #search_area .cart_block .btn.cart .number::after {
    font-size: 16px !important;
  }
  #search_area .cart_block .btn.cart:hover {
    opacity: 1;
    background: #ffe000;
  }
}
/* -----------------------
.smart-dropdown-menu
----------------------- */
/* ======================================
#nav_list
====================================== */
#nav_list {
  position: relative;
  padding: 10px 10px 0;
  height: 40px;
}
#nav_list.sp {
  background-color: #f9f9f9;
  border-bottom: #bbb solid 1px;
}
#nav_list.sp ul {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav_list.sp ul li {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#nav_list.sp ul li:not(:first-child) {
  margin-left: 15px;
}
#nav_list.sp ul li + li a {
  padding-left: 12px;
  border-left: #bbb solid 1px;
}

/* -----------------------
#nav_product
----------------------- */
#nav_product {
  width: 100%;
  display: none;
  position: absolute;
  top: 94px;
  left: 0;
  z-index: 100;
  border: #bbb solid 1px;
  border-bottom: none;
  border-top: none;
  background-color: #fff;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
}
#nav_product > ul > li {
  position: relative;
  border-left: #ccc solid 3px;
  border-bottom: #ccc dotted 1px;
  line-height: 1.4;
  background-color: #fff;
  font-size: 1.4rem;
}
#nav_product > ul > li.topseller {
  border-bottom: rgba(96, 170, 21, 0.7) solid 1px;
  font-weight: bold;
}

#nav_product > ul.cate01.special > li {
  border-left-color: #60aa15;
  background-color: #333;
  border-bottom: #555 solid 1px;
}
#nav_product > ul.cate01.special > li > a {
  cursor: default;
}

#nav_product > ul.cate01 > li {
  border-left-color: #60aa15;
}

#nav_product > ul.cate02 > li {
  border-left-color: #39c;
}

#nav_product > ul.cate03 > li {
  border-left-color: #964896;
}

#nav_product > ul > li > a {
  padding: 12px 10px;
  display: block;
  color: #000;
  text-decoration: none;
}
#nav_product > ul.cate01.special > li > a {
  color: #fff;
}
#nav_product > ul.cate01.special > li > a > .tag {
  margin-left: 1em;
  font-size: 1.5rem;
  font-weight: bold;
}
#nav_product > ul.cate01.special > li > a > .tag::before {
  margin-left: 2px;
  margin-right: 5px;
  content: "-";
}
#nav_product > ul.cate01.special > li > a > .tag::after {
  margin-left: 5px;
  margin-right: 2px;
  content: "-";
}
@media only screen and (min-width:768px) {
  #nav_product > ul.cate01.special > li > a .tag {
    margin-left: 0;
    font-size: 1.7rem;
  }
  #nav_product > ul.cate01.special > li > a .tag::before, #nav_product > ul.cate01.special > li > a .tag::after {
    display: none;
  }
}

#nav_product > ul > li > a > .icn {
  width: 1.5em;
  margin-right: 0;
  display: none;
}
#nav_product > ul.cate01 > li > a > .icn {
  color: #60aa15;
}

#nav_product > ul.cate02 > li > a > .icn {
  color: #39c;
}

#nav_product > ul.cate03 > li > a > .icn {
  color: #964896;
}

@media only screen and (min-width:768px) {
  #nav_product > ul > li {
    border-left: none;
  }
}
#nav_product > ul > li .nav_sub {
  display: none;
  background-color: #f5f5f5;
  min-height: 0;
}
#nav_product > ul > li .nav_sub .block {
  padding: 12px 10px 6px 10px;
}
#nav_product > ul > li .nav_sub .block .ttl {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}
#nav_product > ul > li .nav_sub .block ul {
  padding-left: 2em;
}
#nav_product > ul > li .nav_sub .block ul li {
  list-style: outside;
  color: #aaa;
  font-weight: bold;
  margin-bottom: 8px;
}
#nav_product > ul > li .nav_sub .block ul li a {
  padding: 6px 10px 4px 0;
  display: block;
}
#nav_product > ul > li .nav_sub .block ul li a .model {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  color: #666;
}
#nav_product > ul > li .nav_sub .block ul li a .model::before {
  content: "-";
  margin-right: 5px;
  font-weight: bold;
}
#nav_product > ul > li .nav_sub .block ul li a .model::after {
  content: "-";
  margin-left: 5px;
  font-weight: bold;
}
#nav_product > ul > li .drop {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
#nav_product > ul > li .drop .icn {
  margin-top: 15px;
  color: #bbb;
  font-size: 16px;
}
#nav_product > ul.cate00 > li .drop .icn {
  color: rgba(204, 0, 0, 0.7);
}

#nav_product > ul.cate01 > li .drop .icn {
  color: rgba(96, 170, 21, 0.7);
}

#nav_product > ul.cate02 > li .drop .icn {
  color: rgba(51, 153, 204, 0.7);
}

#nav_product > ul.cate03 > li .drop .icn {
  color: rgba(150, 72, 150, 0.7);
}

@media only screen and (min-width:768px) {
  #nav_product {
    width: 220px;
    font-size: 1.2rem;
    top: auto;
    left: 10px;
    background-color: #e6e6e6;
    border: none;
    box-shadow: none;
    display: none;
  }
  #nav_product > ul {
    border-left: 1px solid #b5b5b6;
    border-right: 1px solid #b5b5b6;
  }
  #nav_product > ul > li {
    position: static;
    font-size: 1.4rem;
    position: relative;
    transition: all 0.3s;
    /*animation: fadeIn 1s ease 0s 1 normal;
    @keyframes fadeIn {
    		0% {opacity: 0}
    		100% {opacity: 1}
    }*/
    border-bottom: 1px solid #b5b5b6 !important;
  }
  #nav_product > ul.cate00 > li {
    border-bottom: #ddd solid 1px;
  }
  #nav_product > ul > li .test {
    transition: all 0.3s;
    content: "";
    width: 0;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 220px;
  }
  #nav_product > ul > li:hover {
    background-color: rgba(96, 170, 21, 0.15) !important;
  }
  #nav_product > ul > li:hover .test {
    width: 360px;
  }
  #nav_product > ul.cate01.special > li:hover {
    border-bottom: #ccc solid 1px;
  }
  #nav_product > ul.cate01.special > li:hover > a {
    color: #333;
    background-color: transparent;
  }
  #nav_product > ul.cate01 > li:hover {
    background-color: rgba(96, 170, 21, 0.2);
  }
  #nav_product > ul.cate02 > li:hover {
    background-color: rgba(51, 153, 204, 0.2);
  }
  #nav_product > ul.cate03 > li:hover {
    background-color: rgba(150, 72, 150, 0.2);
  }
  #nav_product > ul > li:hover .nav_sub {
    min-height: 0;
  }
  #nav_product > ul > li > a {
    padding: 9px 20px 7px 8px;
    position: relative;
  }
  #nav_product > ul > li.topseller > a {
    padding-top: 14px;
    padding-bottom: 12px;
  }
  #nav_product > ul.cate01.special > li > a {
    padding-top: 10px;
    padding-bottom: 8px;
    background-color: #898989;
  }
  #nav_product > ul.cate01.special > li > a:hover {
    background-color: transparent;
  }
  #nav_product > ul.cate01.special > li > a > .tag {
    margin-top: 3px;
    display: block;
  }
  #nav_product > ul > li > a .icn {
    position: absolute;
    margin-top: -8px;
    right: 15px;
    top: 50%;
    display: block;
    color: #b5b5b6 !important;
    font-size: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 16px;
    height: 16px;
    border-left: 3px solid #b5b5b6;
    border-top: 3px solid #b5b5b6;
    transform: rotate(135deg);
  }
  #nav_product > ul > li .nav_sub {
    width: 380px;
    min-height: 0;
    position: absolute;
    background-color: #fafafa;
    top: -15px;
    left: 220px;
    left: 217px;
    z-index: 1000;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  }
  #nav_product > ul > li .nav_sub.two_block {
    width: 600px;
  }
  #nav_product > ul > li .nav_sub.two_block::after {
    content: "";
    clear: both;
    display: block;
  }
  #nav_product > ul > li .nav_sub.two_block > div {
    float: left;
  }
  #nav_product > ul > li .drop {
    display: none;
  }
}

/* ======================================
#main
====================================== */
#main {
  padding: 0 10px;
  position: relative;
  display: block;
}
#main.input_area {
  padding-top: 15px;
  padding-bottom: 15px;
}
#main.input_area .ttl_main {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#main.input_area .ttl_main .tag {
  margin-bottom: 6px;
  color: #60aa15;
  font-size: 1.4rem;
  display: block;
}
#main.input_area .ttl_main .tag::before {
  content: "【";
}
#main.input_area .ttl_main .tag::after {
  content: "】";
}
@media only screen and (min-width:768px) {
  #main.input_area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* -----------------------
.generic
----------------------- */
#main.generic > .cts {
  padding-top: 20px;
  padding-bottom: 20px;
}
#main.generic > .cts .ttl_main {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  border: #bbb solid 1px;
  background-color: #f5f5f5;
  position: relative;
}
#main.generic > .cts .ttl_main::before {
  content: "";
  margin-top: -8px;
  width: 5px;
  height: 16px;
  display: block;
  background-color: #60aa15;
  position: absolute;
  top: 50%;
  left: 0;
}
#main.generic.mypage > .cts .ttl_main::before {
  background-color: #39c;
}

#main.generic > .cts .section {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: #bbb dotted 1px;
}
#main.generic > .cts .section img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}
#main.generic > .cts .section.sitemap > ul > li {
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  border-left: #ccc solid 4px;
}
#main.generic > .cts .section.sitemap > ul.cate01 > li {
  border-color: #60aa15;
}

#main.generic > .cts .section.sitemap > ul.cate02 > li {
  border-color: #39c;
}

#main.generic > .cts .section.sitemap > ul.cate03 > li {
  border-color: #964896;
}

#main.generic > .cts .section.sitemap > ul > li > ul > li {
  margin-right: 1.5em;
  float: left;
  font-weight: normal;
}
#main.generic > .cts .section .faq_q {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#main.generic > .cts .section .faq_q::before {
  margin-right: 0.5em;
  content: "Q";
  color: #39c;
}
#main.generic > .cts .section .faq_a {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#main.generic > .cts .section .faq_a::before {
  font-size: 1.5rem;
  margin-right: 0.5em;
  content: "A";
  font-weight: bold;
  color: #60aa15;
}
#main.generic > .cts .section .box_product a {
  text-decoration: none;
}
#main.generic > .cts .section .box + .box {
  margin-top: 20px;
}
#main.generic > .cts .section p + p {
  margin-top: 10px;
}
#main.generic > .cts .section p + ul {
  margin-top: 10px;
}
#main.generic > .cts .section p + ol {
  margin-top: 10px;
}
#main.generic > .cts .section ul + p {
  margin-top: 10px;
}
#main.generic > .cts .section .guide_link {
  margin-bottom: 20px;
}
#main.generic > .cts .section .guide_link li {
  float: left;
  margin-top: 6px;
  margin-right: 6px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.3rem;
}
#main.generic > .cts .section .guide_link li a {
  padding: 4px 4px 2px;
  display: block;
  color: rgb(83.1832460733, 147.3036649215, 18.1963350785);
  border: rgb(83.1832460733, 147.3036649215, 18.1963350785) solid 1px;
  border-radius: 3px;
  text-decoration: none;
}
@media only screen and (min-width:768px) {
  #main.generic > .cts .section .guide_link li {
    margin-top: 7px;
    margin-right: 7px;
    font-size: 1.5rem;
  }
  #main.generic > .cts .section .guide_link li a {
    padding: 5px 5px 3px;
  }
  #main.generic > .cts .section .guide_link li a:hover {
    color: #fff;
    background-color: rgb(83.1832460733, 147.3036649215, 18.1963350785);
  }
}
#main.generic > .cts .section.welcome {
  margin-top: 15px;
  border: none;
  border-radius: 3px;
  border: rgba(51, 153, 204, 0.5) solid 1px;
  background-color: rgba(51, 153, 204, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#main.generic > .cts .section.welcome strong {
  font-size: 1.6rem;
}
#main.generic > .cts .section .ttl_sec {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}
#main.generic > .cts .section .ttl_sec::before {
  margin-right: 2px;
  content: "■";
  color: #60aa15;
}
#main.generic.mypage > .cts .section .ttl_sec::before {
  color: #39c;
}

#main.generic > .cts .section .ttl_sub {
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(70.3664921466, 124.6073298429, 15.3926701571);
  margin-bottom: 6px;
}
#main.generic > .cts .section .ttl_sub::before {
  margin-left: 4px;
  margin-right: 6px;
  content: "-";
}
#main.generic > .cts .section .ttl_sub_sub {
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
}
#main.generic > .cts .section .history .block .ttl {
  font-size: 1rem;
  font-weight: bold;
}
#main.generic > .cts .section .history .block .ttl .numberarea {
  margin-left: 15px;
}
#main.generic > .cts .section .history .block .ttl .numberarea .tag {
  margin-right: 5px;
  font-weight: normal;
}
#main.generic > .cts .section .history .block .ttl .numberarea .number {
  font-size: 1.3rem;
}
#main.generic > .cts .section .history .block + .block {
  margin-top: 10px;
  padding-top: 10px;
  border-top: #bbb dotted 1px;
}
#main.generic > .cts .section .history .block .list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#main.generic > .cts .section .history .block .list li {
  margin-right: 10px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1;
}
#main.generic > .cts .section .history .block .list li .img {
  margin-bottom: 3px;
}
#main.generic > .cts .section .history .block .list li .img img {
  height: 60px;
  margin-bottom: 3px;
}
#main.generic > .cts .section .history .block .list li .number {
  margin-top: 4px;
  line-height: 1;
}
#main.generic > .cts .section .history .block .list li .number::before {
  content: "[ ";
}
#main.generic > .cts .section .history .block .list li .number::after {
  content: "箱 ]";
  margin-left: 2px;
}
#main.generic > .cts .section .history .block .info {
  margin-top: -8px;
  padding: 10px;
  background-color: #eee;
  border-radius: 3px;
}
#main.generic > .cts .section .history .block .info.prepare > li p {
  margin-left: auto;
  margin-right: auto;
  color: #c00;
  text-align: center;
  font-weight: bold;
}
#main.generic > .cts .section .history .block .info > li {
  display: flex;
}
#main.generic > .cts .section .history .block .info > li + li {
  margin-top: 3px;
}
#main.generic > .cts .section .history .block .info > li p {
  margin-top: 0;
  line-height: 1.4;
}
#main.generic > .cts .section .history .block .info > li p.ttl {
  width: 6em;
  font-size: 1.1rem;
  font-weight: normal;
}
#main.generic > .cts .section .history .block .info > li .cts {
  flex: 1;
}
#main.generic > .cts .section .history .block .info > li .cts p {
  font-weight: bold;
}
.l_section {
  width: 100%;
  padding: 20px;
  position: relative;
  border-radius: 5px;
  background-color: #eee;
}
.l_section .inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.l_section .inner .l_box + .l_box {
  margin-top: 20px;
}
.l_section .inner .l_box.top {
  width: 810px;
  height: 573px;
  position: relative;
}
.l_section .inner .l_box img {
  max-width: 100%;
  height: auto;
}
.l_section .inner .l_btnarea {
  border-radius: 5px;
}
.l_section .inner .l_btnarea .l_btn {
  text-align: left;
}
.l_section .inner .l_btnarea .l_btn li img {
  height: 25vw;
  border: none;
}
.l_section .inner .l_btn_top p {
  position: absolute;
  transition: all 0.3s;
}
.l_section .inner .l_btn_top p img {
  border: none;
}
.l_section .inner .l_btn_top p:nth-child(1) {
  top: 251px;
  left: 98px;
  width: 385px;
}
.l_section .inner .l_btn_top p:nth-child(2) {
  top: 370px;
  left: 98px;
  width: 385px;
}
.l_section .inner .l_btn_top p:nth-child(3) {
  top: 420px;
  left: 525px;
  width: 210px;
}
.l_section .inner .l_btn_top p:hover {
  opacity: 0.9;
}
.l_section .inner .btn_poly {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  border-radius: 3px;
  font-size: 22px !important;
  font-weight: bold;
  color: #fff !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.05em;
  border-color: #60aa15 !important;
  background: #60aa15 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
}
.l_section .inner .btn_poly span {
  font-size: 14px !important;
  letter-spacing: 0;
}
.l_section .inner .btn_poly:hover {
  opacity: 0.9;
}
@media only screen and (min-width:768px) {
  .l_section {
    padding: 20px 50px 40px;
  }
  .l_section .inner {
    width: 810px;
  }
  .l_section .inner .l_box + .l_box {
    margin-top: 30px;
  }
  .l_section .inner .l_btnarea {
    width: 810px;
    padding: 20px 10px;
  }
  .l_section .inner .l_btnarea .l_btn {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    list-style: none;
  }
  .l_section .inner .l_btnarea .l_btn li {
    height: 90px;
    transition: all 0.3s;
  }
  .l_section .inner .l_btnarea .l_btn li + li {
    margin-top: 0;
    margin-left: 15px;
  }
  .l_section .inner .l_btnarea .l_btn li:hover {
    opacity: 0.8;
  }
  .l_section .inner .l_btnarea .l_btn li img {
    height: 90px;
  }
}

/* -----------------------
.generic .eco
----------------------- */
#main.generic .eco {
  margin-top: 20px;
  border-radius: 5px;
  font-family: "Rounded Mplus 1c";
  color: #333;
  padding: 3.2rem 3rem 3rem;
  background-color: rgba(252, 255, 179, 0.1);
  background-image: linear-gradient(rgba(218, 175, 149, 0.5) 0.1em, transparent 0.1em);
  background-size: auto 3rem;
  line-height: 3rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
#main.generic .eco p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
#main.generic .eco p strong {
  color: rgb(40.8, 122.4, 163.2);
}
#main.generic .eco p + p {
  margin-top: 3rem;
}
#main.generic .eco .section_eco {
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
  padding: 15px;
}
#main.generic .eco .section_eco .ttl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: rgb(83.1832460733, 147.3036649215, 18.1963350785);
}
#main.generic .eco .section_eco .att {
  font-size: 1.2rem;
  line-height: 1.5;
}
#main.generic .eco .section_eco p {
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
#main.generic .eco .section_eco p + p {
  margin-top: 1rem;
}
/* -----------------------
.generic .eco_new
----------------------- */
#main.generic .eco_new {
  margin-top: 20px;
  border-radius: 5px;
  font-family: "Rounded Mplus 1c";
  color: #333;
  padding: 3.2rem 3rem 3rem;
  background-color: rgba(252, 255, 179, 0.1);
  background-size: auto 3rem;
  line-height: 3rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
#main.generic .eco_new .lead {
  font-weight: bold;
  text-align: left;
}
#main.generic .eco_new .ttl_sub {
  margin-bottom: 1em;
  font-size: 1.8rem !important;
}
#main.generic .eco_new .ttl_sub::before {
  content: none !important;
}
#main.generic .eco_new .ttl_sub_sub {
  margin-bottom: 1em;
  font-size: 1.6rem !important;
}
#main.generic .eco_new .ttl_sub_sub_sub {
  color: rgb(70.3664921466, 124.6073298429, 15.3926701571);
  margin-bottom: 1em;
  font-size: 1.6rem !important;
  font-weight: bold;
}
#main.generic .eco_new p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
#main.generic .eco_new p::after {
  content: "";
  clear: both;
  display: block;
}
#main.generic .eco_new p.cap {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.5;
}
#main.generic .eco_new p.cap:before {
  margin-right: 3px;
  content: "※";
}
#main.generic .eco_new p strong {
  color: rgb(40.8, 122.4, 163.2);
}
#main.generic .eco_new p + p {
  margin-top: 3rem;
}
#main.generic .eco_new p + .ttl_sub_sub {
  margin-top: 1em;
}
#main.generic .eco_new p + .ttl_sub_sub_sub {
  margin-top: 1em;
}
#main.generic .eco_new p strong {
  font-weight: bold;
  color: #c00;
}
#main.generic .eco_new p .img {
  max-width: 100%;
  margin-bottom: 0.2em;
}
@media only screen and (min-width:768px) {
  #main.generic .eco_new p .img {
    max-width: 320px;
  }
  #main.generic .eco_new p .img.left {
    margin-right: 20px;
    float: left;
  }
  #main.generic .eco_new p .img.right {
    margin-left: 20px;
    float: right;
  }
}
#main.generic .eco_new .list_ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
#main.generic .eco_new .list_ul > li {
  color: #999;
  list-style: disc;
  list-style-position: outside;
  line-height: 1.5;
}
#main.generic .eco_new .list_ul > li span {
  color: #333;
}
#main.generic .eco_new .list_ul > li + li {
  margin-top: 0.4em;
}

/* -----------------------
.generic .pay
----------------------- */
#main.generic .pay .main img {
  width: 100%;
  height: auto;
}
#main.generic .pay .main area {
  text-decoration: none;
  outline: none;
}
#main.generic .pay .btn_pay {
  padding: 30px 0 60px;
  text-align: center;
}
#main.generic .pay .btn_pay img {
  width: 226px;
  height: 48px;
}
@media only screen and (min-width:768px) {
  #main.generic .pay {
    text-align: center;
  }
  #main.generic .pay .main {
    margin-left: auto;
    margin-right: auto;
  }
  #main.generic .pay .main img {
    width: 700px;
  }
  #main.generic .pay.wide .main img {
    width: 800px;
  }
  #main.generic .pay.wide .main .btn_poly_area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #main.generic .pay.wide .main .btn_poly_area .btn_poly {
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px;
    border-radius: 3px;
    font-size: 22px !important;
    font-weight: bold;
    color: #fff !important;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    letter-spacing: 0.05em;
    border-color: #60aa15 !important;
    background: #60aa15 linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.25) 100%);
  }
  #main.generic .pay.wide .main .btn_poly_area .btn_poly span {
    font-size: 14px !important;
    letter-spacing: 0;
  }
  #main.generic .pay.wide .main .btn_poly_area .btn_poly:hover {
    opacity: 0.9;
  }
}

/* -----------------------
.slimmovie
----------------------- */
#main .slimmovie {
  padding: 38vw 3vw 0;
  background-image: url("../images/slimlock_01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
#main .slimmovie .youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border: #ccc solid 5px;
  background-color: #ccc;
}
#main .slimmovie .youtube iframe {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102% !important;
  height: 102% !important;
}
#main .slimmovie p {
  margin-top: 0.5em;
  font-size: 1.4rem;
  text-align: right;
  line-height: 1.2;
}
@media only screen and (min-width:768px) {
  #main .slimmovie {
    padding: 330px 50px 0;
  }
  #main .slimmovie .youtube {
    border-width: 6px;
  }
  #main .slimmovie p {
    font-size: 1.6rem;
  }
}

/* -----------------------
.slimblock
----------------------- */
#main .slimblock + .slimblock {
  margin-top: 30px;
}
@media only screen and (min-width:768px) {
  #main .slimblock + .slimblock {
    margin-top: 55px;
  }
}

/* -----------------------
.slimmbtn
----------------------- */
#main .slimbtn {
  display: flex;
  justify-content: center;
}
#main .slimbtn > li {
  width: 95%;
}
#main .slimbtn > li a {
  display: block;
}
#main .slimbtn > li a img {
  width: 100%;
}
@media only screen and (min-width:768px) {
  #main .slimbtn > li img {
    width: 700px !important;
  }
}

/* -----------------------
#info_area
----------------------- */
#info_area {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #bbb dotted 1px;
  flex-wrap: wrap;
}
#info_area .breadcrumb {
  margin-right: 10px;
  font-size: 1rem;
  font-weight: bold;
}
#info_area .right {
  display: flex;
  align-items: center;
}
#info_area .right .number {
  font-size: 1.1rem;
  margin-right: 10px;
  line-height: 1;
}
#info_area .right .number strong {
  font-size: 1.3rem;
  color: #c00;
  margin-right: 3px;
}
#info_area #sort_form {
  display: flex;
  align-items: center;
}
#info_area #sort_form span {
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (min-width:768px) {
  #info_area .breadcrumb {
    display: block;
  }
}

/* -----------------------
#product_list
----------------------- */
#product_list {
  padding-top: 10px;
  /*@media only screen and (min-width:768px) {
   .cts {
  		> .list {
  				.box_product {
  				.img {
  					img {
               height: 320px !important;
  					}
  				}
  				.txt {
  					.info {
  					}
  				}
  			}
  		}
  	}
   }
   @media only screen and (min-width:768px) {
  	.cts {
  		> .list {
  			> li {
           width: 100%;
  				.box_product {
  					padding: 10px;
  				}
  			}
  		}
  	}
  }
  @media only screen and (min-width:960px) {
  	.cts {
  		> .list {
  			> li {
           width: 50%;
  			}
  		}
  	}
  }
  @media only screen and (min-width:1280px) {
  	.cts {
  		> .list {
  			> li {
           width: 33.3333%;
  			}
  		}
  	}
  }
  @media only screen and (min-width:1440px) {
  	.cts {
  		> .list {
  			> li {
  			}
  		}
  	}
  }
   @media only screen and (min-width:1600px) {
  	.cts {
  		> .list {
  			> li {
           width: 25%;
  			}
  		}
  	}
  }
   @media only screen and (min-width:2080px) {
  	.cts {
  		> .list {
  			> li {
           width: 20%;
  			}
  		}
  	}
  }*/
}
#product_list .product_info {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
  display: table;
}
#product_list .left .narrow_area {
  width: 100%;
  background-color: #f5f5f5;
  padding: 15px 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
#product_list .left .narrow_area .block {
  display: block;
  clear: both;
}
#product_list .left .narrow_area .block .ttl {
  display: block;
  font-weight: bold;
}
#product_list .left .narrow_area .block + .block {
  margin-top: 20px;
}
#product_list .left .narrow_area .block .form_set input {
  margin-top: 0.1em;
}
#product_list .left .narrow_area .block ul li {
  margin-top: 8px;
  float: left;
  line-height: 1.3;
}
#product_list .left .narrow_area .block ul li:not(:last-child) {
  margin-right: 10px;
}
#product_list .cts > .page_navi {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#product_list .cts > .page_navi li {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
}
#product_list .cts > .page_navi li.previous a, #product_list .cts > .page_navi li.next a {
  border: none;
}
#product_list .cts > .page_navi li.current span {
  height: 24px;
  min-width: 24px;
  display: table-cell;
  text-decoration: none;
  border: #60aa15 solid 1px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #60aa15;
}
#product_list .cts > .page_navi li a {
  height: 24px;
  min-width: 24px;
  display: table-cell;
  text-decoration: none;
  border: #bbb solid 1px;
  color: #666;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width:768px) {
  #product_list {
    display: flex;
  }
  #product_list .left {
    padding-bottom: 10px;
  }
  #product_list .left .narrow_area {
    width: 200px;
    width: 220px;
    border: #bbb solid 1px;
    border-radius: 3px;
    position: static;
    display: block !important;
    box-shadow: none;
  }
  #product_list .left .narrow_area .btn_area .btn {
    letter-spacing: -0.05em;
  }
  #product_list .left .narrow_area .block ul li {
    float: none;
  }
  #product_list .left .narrow_area + .banner_area {
    margin-top: 10px;
  }
  #product_list .left .banner_area ul li:not(:first-child) {
    margin-top: 5px;
  }
  #product_list .cts {
    padding: 0 30px;
    flex: 1;
  }
  #product_list .cts > .list {
    display: flex;
    flex-wrap: wrap;
  }
  #product_list .cts > .list .box_product {
    padding: 20px;
    display: block;
    border-bottom: none;
  }
  #product_list .cts > .list .box_product .img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #product_list .cts > .list .box_product .img img {
    height: 180px !important;
    width: auto;
  }
  #product_list .cts > .list .box_product .txt {
    margin-top: 10px;
    padding-left: 0;
  }
}
@media only screen and (min-width:768px) {
  #product_list .cts > .list > li {
    width: 25%;
  }
}

/* -----------------------
#details_main
----------------------- */
#product_details {
  margin-bottom: 20px;
}
#product_details #details_main {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
#product_details #details_main .product_area .img {
  text-align: center;
}
#product_details #details_main .product_area .img img {
  height: 150px;
}
#product_details #details_main .product_area .img .add_area {
  margin-top: 20px;
}
#product_details #details_main .product_area .img .add_area .btn_dtl_new + .list_tag {
  margin-top: 20px;
}
#product_details #details_main .product_area .img .add_area .btn_dtl_new img {
  width: 130px;
  height: auto;
}
#product_details #details_main .product_area .img .add_area .list_tag {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width:768px) {
  #product_details #details_main .product_area .img .add_area .list_tag {
    width: 180px;
  }
}
#product_details #details_main .product_area .img .add_area .list_tag > li {
  margin-right: 6px;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1 !important;
}
#product_details #details_main .product_area .img .add_area .list_tag > li a {
  padding: 3px 5px;
  display: block;
  border-radius: 3px;
  border: 1px solid #0155a9;
}
@media only screen and (min-width:768px) {
  #product_details #details_main .product_area .img .add_area .list_tag > li a:hover {
    border-color: #c00;
  }
}
#product_details #details_main .product_area > .txt {
  margin-top: 15px;
}
#product_details #details_main .product_area > .txt strong {
  color: #c00;
}
#product_details #details_main .product_area > .txt .ttl {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
}
#product_details #details_main .product_area > .txt .ttl .features {
  margin-top: 0.4em;
  margin-bottom: 0.7em;
}
#product_details #details_main .product_area > .txt .ttl .features th {
  padding-right: 0.3em;
  color: #444;
}
#product_details #details_main .product_area > .txt .ttl .features td {
  color: #c0c0c0;
}
#product_details #details_main .product_area > .txt .ttl .features td .on {
  color: #f90;
}
#product_details #details_main .product_area > .txt .tag {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
#product_details #details_main .product_area > .txt .tag::before {
  margin-left: -0.5em;
  content: "【";
}
#product_details #details_main .product_area > .txt .tag::after {
  margin-right: -0.5em;
  content: "】";
}
#product_details #details_main .product_area > .txt .info > .name {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
}
#product_details #details_main .product_area > .txt .info > .name .ttl {
  font-size: 1.2rem;
  font-weight: normal;
}
#product_details #details_main .product_area > .txt .info .price {
  font-size: 1.4rem;
  font-weight: bold;
}
#product_details #details_main .product_area > .txt .info .price .ttl {
  font-size: 1.2rem;
  font-weight: normal;
}
#product_details #details_main .product_area > .txt .info .others {
  margin-top: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: #f5f5f5;
  border-radius: 3px;
  line-height: 1.4;
}
#product_details #details_main .product_area > .txt .info .others p + p {
  margin-top: 2px;
}
#product_details #details_main .product_area > .txt .info .others span {
  font-size: 1.1rem;
  font-weight: normal;
}
#product_details #details_main .product_area > .txt .info .list_material > li > p {
  display: flex;
}
#product_details #details_main .product_area > .txt .info .list_material > li > p > .name {
  margin-right: 5px;
  font-size: 1rem;
  text-align: center;
}
#product_details #details_main .product_area > .txt .info .list_material > li > p > .name strong {
  width: 6em;
  padding: 2px 0;
  display: block;
  color: #666;
  line-height: 1;
  border: #bbb solid 1px;
}
#product_details #details_main .product_area > .txt .info .list_material > li > p > .txt {
  flex: 1;
  font-size: 1.1rem;
}
#product_details #details_main .product_area .product_info {
  margin-bottom: 20px;
}
#product_details #details_main .product_area .product_info .att_list {
  margin: 0;
}
#product_details #details_main #photo_container {
  order: 3;
}
#product_details #details_main #widefix_00 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
#product_details #details_main .cart_area {
  margin-top: 10px;
  margin-bottom: 20px;
}
#product_details #details_main .cart_area .irrcap {
  margin-top: 10px;
  padding-top: 5px;
  border-top: #ccc solid 1px;
  line-height: 1.6 !important;
}
#product_details #details_main .cart_area .irrcap strong {
  display: block;
  margin-bottom: 3px;
  color: #c00;
  font-size: 1.2rem;
}
#product_details #details_main .cart_area .irrcap p {
  font-size: 1.2rem;
}
@media only screen and (min-width:768px) {
  #product_details #details_main {
    flex-direction: row;
  }
  #product_details #details_main .product_area {
    display: flex;
  }
  #product_details #details_main .product_area .img {
    min-width: 170px;
    padding-left: 30px;
    padding-right: 20px;
  }
  #product_details #details_main .product_area .img img {
    height: 180px;
  }
  #product_details #details_main .product_area > .txt {
    flex: 1;
    margin-top: 0;
    margin-left: 20px;
  }
  #product_details #details_main .product_area > .txt .others {
    display: inline-block;
  }
  #product_details #details_main #photo_container {
    width: clamp(428px, 32vw, 600px);
    margin-left: 30px;
  }
  #product_details #details_main .cart_area {
    margin-top: 0;
    padding-left: 30px;
    order: 4;
  }
  #product_details #details_main .cart_area .link_txt {
    width: 230px;
  }
  #product_details #details_main .cart_area .irrcap {
    width: 230px;
    margin-top: 10px;
  }
  #product_details #details_main .cart_area .info_side {
    width: 230px;
  }
}
/* -----------------------
#details_sub
----------------------- */
#product_details #details_sub {
  padding-top: 20px;
  border-top: #bbb dotted 1px;
  clear: both;
}
#product_details #details_sub .left p + p {
  margin-top: 10px;
}
#product_details #details_sub .right {
  margin-top: 10px;
}
#product_details #details_sub .ttl {
  font-weight: bold;
  margin-bottom: 4px;
}
#product_details #details_sub .ttl::before {
  margin-right: 2px;
  content: "■";
}
#product_details #details_sub .ttl::before {
  color: #60aa15;
}

#product_details #details_sub .block .features {
  display: none !important;
}
#product_details #details_sub .block + .block {
  margin-top: 10px;
}
#product_details #details_sub .block.history .list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
#product_details #details_sub .block.history .list li {
  margin-right: 10px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 1.2rem;
}
#product_details #details_sub .block.history .list li .img {
  margin-bottom: 3px;
}
#product_details #details_sub .block.history .list li .img img {
  height: 80px;
}
#product_details #details_sub .block.history .list li a {
  display: block;
  max-width: 140px;
  word-wrap: break-word;
  line-height: 1.2;
}
@media only screen and (min-width:768px) {
  #product_details #details_sub {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: space-between;
  }
  #product_details #details_sub .left,
  #product_details #details_sub .right {
    margin-top: 0;
    width: 49%;
  }
}

/* -----------------------
#cart_cts
----------------------- */
#cart_cts {
  padding: 20px 0;
}
#cart_cts .cart_list > ul > li > .box_product {
  display: flex;
  border-bottom: none;
}
#cart_cts .cart_list > ul > li .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  display: block;
  visibility: collapse;
}
#cart_cts .cart_list > ul > li .btn.on {
  visibility: visible;
}
#cart_cts .sum_area {
  padding: 10px 0;
  border-bottom: #bbb solid 1px;
}
#cart_cts .sum_area p {
  font-weight: bold;
  text-align: right;
}
#cart_cts .sum_area p .price {
  font-size: 1.5rem;
  color: #c00;
}
#cart_cts .flex_liquid .price_area {
  margin-top: -1px;
  border-top: #bbb solid 1px;
  border-bottom: #bbb solid 1px;
}
#cart_cts .flex_liquid .price_area > p {
  padding: 6px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
#cart_cts .flex_liquid .price_area > p + p {
  border-top: #bbb dotted 1px;
}
#cart_cts .flex_liquid .price_area > p.sum {
  font-weight: bold;
}
#cart_cts .flex_liquid .price_area > p.sum .price {
  font-size: 1.5rem;
  color: #c00;
}

@media only screen and (min-width:768px) {
  #cart_cts {
    flex-flow: row-reverse;
  }
  #cart_cts .flex_liquid .price_area > p {
    justify-content: flex-end;
  }
  #cart_cts .flex_liquid .price_area > p .price {
    width: 110px;
    text-align: right;
  }
  #cart_cts .cart_area {
    padding-left: 40px;
  }
}

/* -----------------------
#favorite_cts
----------------------- */
.acc + .cts {
  display: none;
}

#favorite_cts {
  padding-top: 20px;
  padding-bottom: 20px;
}
#favorite_cts > .acc {
  text-align: center;
}
#favorite_cts > .acc > p {
  text-align: center;
}
#favorite_cts > .acc > p + p {
  margin-top: 10px;
}
#favorite_cts > .cts {
  margin-top: 5px;
  display: none;
}
@media only screen and (min-width:768px) {
  #favorite_cts > .acc {
    display: flex;
    align-items: center;
  }
  #favorite_cts > .acc p + p {
    margin-top: 0;
  }
}

/* -----------------------
#login_area
----------------------- */
#login_area .block {
  padding: 10px;
  border-radius: 3px;
}
#login_area .block.on {
  background-color: rgba(51, 153, 204, 0.15);
}
#login_area .block .cts .box {
  margin-top: 5px;
  margin-bottom: 5px;
}
#login_area .block .cts .box .ttl {
  margin-bottom: 2px;
}
#login_area .block .cts .box .textbox {
  width: 100%;
}
#login_area .block .cts .txt {
  margin-top: 10px;
  line-height: 1;
}
@media only screen and (min-width:768px) {
  #login_area .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #login_area .block .form_set {
    flex: 1;
  }
  #login_area .block .cts .box {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
  #login_area .block .cts .box .ttl {
    margin-bottom: 0;
  }
  #login_area .block .cts .box .textbox {
    width: 300px;
  }
}

/* -----------------------
.order_flow
----------------------- */
.order_flow .cart_area {
  margin-top: 15px;
}
.order_flow .add_list li {
  width: 100%;
  padding: 10px;
  border: #bbb solid 1px;
  line-height: 1.4;
}
.order_flow .add_list li .ttl {
  font-weight: bold;
}
.order_flow .add_list li.fix {
  background-color: #f5f5f5;
}
.order_flow .add_list li.add {
  border-top: none;
}
@media only screen and (min-width:768px) {
  .order_flow .flex_liquid .cart_box {
    margin-top: 20px;
    width: 100%;
  }
  .order_flow .flex_liquid .cart_box .cts {
    align-items: center;
  }
  .order_flow .flex_liquid .cart_box .cts .price_area {
    width: 100%;
  }
  .order_flow .flex_liquid .btn {
    margin-top: 0;
    margin-left: 10px;
  }
  .order_flow .cart_area {
    margin-top: 0;
    padding-left: 10px;
  }
  .order_flow .add_list {
    display: flex;
    flex-wrap: wrap;
  }
  .order_flow .add_list li:nth-child(2n+1) {
    border-left: none;
  }
  .order_flow .add_list li.fix {
    border-left: #bbb solid 1px;
  }
  .order_flow .add_list li.add {
    width: 50%;
  }
}

/* -----------------------
#order_cts
----------------------- */
#order_cts .ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
#order_cts .order_input {
  padding: 10px;
  line-height: 1.4;
  border: #bbb solid 1px;
  border-radius: 3px;
  background-color: #f5f5f5;
}
#order_cts .order_input > div + div {
  margin-top: 15px;
}
#order_cts .order_input > div > div + div {
  margin-top: 15px;
}
#order_cts .order_input .form_set label {
  line-height: 1.5;
  display: block;
}
#order_cts .order_input .form_set input {
  margin-top: 0.3em;
}
#order_cts .order_input .cts {
  padding: 8px;
  border: #bbb solid 1px;
  border-radius: 2px;
  background-color: #fff;
}
#order_cts .order_input .description .cts {
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  margin-top: 5px;
}
#order_cts .order_input .description .cts p {
  font-size: 1.2rem;
}
#order_cts .order_input .description .cts p + p {
  margin-top: 8px;
}
#order_cts .order_input .description .cts .link_txt {
  margin-top: 10px;
  font-size: 1.1rem;
}
#order_cts .order_input textarea {
  width: 100%;
}
#order_cts .order_product {
  margin-top: 20px;
}
#order_cts .order_product .ttl span {
  margin-left: 15px;
  font-weight: normal;
}
@media only screen and (min-width:768px) {
  #order_cts .order_input {
    padding: 0;
    display: flex;
  }
  #order_cts .order_input > div {
    width: 50%;
    padding: 0 15px;
  }
  #order_cts .order_input > div + div {
    margin-top: 0;
    padding: 15px;
    padding-top: 0;
    border-left: #bbb dotted 1px;
  }
  #order_cts .order_input > div > div {
    padding: 15px 0;
  }
  #order_cts .order_input > div > div + div {
    margin-top: 0;
    border-top: #bbb dotted 1px;
  }
}

/* -----------------------
#register_cts
----------------------- */
#register_cts .register_input {
  line-height: 1.4;
}
#register_cts .register_input + p {
  margin-top: 10px;
}
#register_cts .register_input.otheraddress, #register_cts .register_input.membership {
  display: none;
}
#register_cts .register_input .block {
  padding: 10px 0;
  border-bottom: #bbb dotted 1px;
}
#register_cts .register_input .block:last-child {
  border-bottom: none;
}
#register_cts .register_input .block .ttl {
  padding-top: 6px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
#register_cts .register_input .block .ttl::after {
  content: ":";
  margin-left: 8px;
}
#register_cts .register_input .block .ttl .att {
  font-weight: normal;
  margin-left: 4px;
}
#register_cts .register_input .block > .box p + p {
  margin-top: 5px;
}
#register_cts .register_input .block > .box p .sub {
  margin-bottom: 3px;
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}
#register_cts .register_input .block > .box p .cap {
  font-size: 1.1rem;
  display: inline-block;
}
#register_cts .register_input .block > .box .credit {
  padding-top: 10px;
}
#register_cts .register_input .block > .box .credit .cts {
  margin-top: 5px;
}
#register_cts .register_input .block > .box .credit .cts .box {
  padding-bottom: 10px;
}
#register_cts .register_input .block > .box .form_set input {
  margin-top: 0.25em;
}
@media only screen and (min-width:768px) {
  #register_cts .register_input .block {
    display: flex;
  }
  #register_cts .register_input .block .ttl {
    width: 230px;
    padding-right: 20px;
    text-align: right;
  }
  #register_cts .register_input .block > .box {
    flex: 1;
  }
  #register_cts .register_input.comfirm .block .ttl {
    padding-top: 0;
  }
}

/* --------------------------------
▼▼　バナーtop　 2021.01 追加　▼▼
-------------------------------- */
/* .banner_twothree　*/
.banner_twothree {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.banner_twothree li {
  width: 65.5%;
}
.banner_twothree li:nth-child(1) {
  width: 32.5%;
}
@media only screen and (min-width:768px) {
  .banner_twothree {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_twothree li {
    width: calc(66.5% - 5px);
  }
  .banner_twothree li:nth-child(1) {
    width: calc(33.5% - 5px);
  }
}

/* --------------------------------
▲▲　バナーtop　 2021.01 追加　▲▲
-------------------------------- */
/* .banner_two　*/
.banner_two {
  display: flex;
  justify-content: space-between;
}
.banner_two + .banner_area {
  margin-top: 10px;
}
.banner_two + .banner_one {
  margin-top: 10px;
}
.banner_two li {
  width: 49%;
}
@media only screen and (min-width:768px) {
  .banner_two {
    margin-left: auto;
    margin-right: auto;
  }
  .banner_two + .banner_area {
    margin-top: 15px;
  }
  .banner_two + .banner_one {
    margin-top: 15px;
  }
  .banner_two li {
    width: calc(50% - 7px);
  }
}

/* .banner_twoirr 0200.03.11　*/
.banner_area + .banner_twoirr {
  margin-top: 10px;
}
@media only screen and (min-width:768px) {
  .banner_area + .banner_twoirr {
    margin-top: 15px;
  }
}

.banner_twoirr {
  display: flex;
  justify-content: space-between;
}
.banner_twoirr + .banner_two {
  margin-top: 10px;
}
.banner_twoirr li {
  width: 66.2%;
}
.banner_twoirr li:nth-child(2n) {
  width: 32.4%;
}
@media only screen and (min-width:768px) {
  .banner_twoirr {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_twoirr + .banner_two {
    margin-top: 15px;
  }
}

/* .banner_one */
.banner_one + .banner_two {
  margin-top: 10px;
}
.banner_one > li + li {
  margin-top: 10px;
}
.banner_one > li.line img {
  border: 1px solid #ccc;
}
.banner_one > li.w100 img {
  width: 100%;
}
@media only screen and (min-width:768px) {
  .banner_one + .banner_two {
    margin-top: 15px;
  }
  .banner_one > li + li {
    margin-top: 15px;
  }
}

/* .table_two */
.table_two > li {
  margin-top: 20px;
  margin-right: 1px;
}
@media only screen and (min-width:768px) {
  .table_two {
    margin-top: 40px;
    display: flex;
  }
  .table_two > li {
    margin-top: 0;
    margin-right: 0;
  }
  .table_two > li + li {
    margin-left: 40px;
  }
}
@media only screen and (min-width:1300px) {
  .table_two {
    justify-content: center;
  }
}

/* .ttl_list_table　*/
.ttl_list_table {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.ttl_list_table .wide {
  display: none;
}
.ttl_list_table .thin {
  margin-top: 0.3em;
  display: block;
  color: #666;
}
@media only screen and (min-width:1300px) {
  .ttl_list_table .wide {
    display: inline-block;
  }
}
@media only screen and (min-width:768px) {
  .ttl_list_table .thin {
    display: none;
  }
}

.ttl_irr {
  margin-top: 25px;
  margin-bottom: 9px;
}
@media only screen and (min-width:768px) {
  .ttl_irr {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
  .ttl_irr .ttl_list_table {
    margin-bottom: 0;
  }
}

/* .ttl_list_table　*/
.ttl_list_sub {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}

/* .cap_list　*/
.cap_list a {
  font-weight: bold;
  text-decoration: underline;
}

/* .js-scrollable */
.js-scrollable {
  overflow: auto;
}
@media only screen and (min-width:768px) {
  .js-scrollable {
    overflow: visible;
  }
}

/* .list_table*/
.list_table {
  width: 100%;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
.list_table th {
  padding: 6px 5px 4px;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.2;
  white-space: nowrap;
}
.list_table th p {
  white-space: nowrap;
}
.list_table th p.bold {
  font-size: 1.2rem;
}
.list_table th span {
  font-weight: normal;
}
.list_table th span.mm {
  font-size: 1rem;
  margin-left: 0.2em;
}
.list_table td {
  padding: 5px;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  vertical-align: top;
}
.list_table td .list {
  margin: 0;
}
.list_table td .list li {
  position: relative;
}
.list_table td .list li.emp {
  display: none;
}
.list_table td .list li span {
  font-weight: normal;
}
.list_table td .list li + li {
  margin-top: 4px;
}
.list_table td .list li a {
  display: block;
}
.list_table td .list li a .img {
  display: none;
  margin-bottom: 3px;
}
.list_table td .list li a .img img {
  width: auto;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.list_table td .list li a p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
}
.list_table td .list li a p .cap {
  margin-top: 0.1em;
  white-space: nowrap;
  display: block;
}
.list_table td .list li a p::before {
  content: "■";
  font-size: 1rem;
  color: #999;
  display: inline-block;
}
.list_table td.item {
  padding: 5px;
  vertical-align: middle;
  text-align: left;
}
.list_table td.item p {
  font-size: 1.1rem;
  line-height: 1.2;
  white-space: nowrap;
}
.list_table td.item p + p {
  margin-top: 0.5em;
}
.list_table td.item span.large02 {
  margin-right: 0.15em;
}
.list_table td.item span.mm {
  margin-left: 0.2em;
  font-size: 1rem;
}
.list_table .base01 {
  background-color: rgba(96, 170, 21, 0.75);
}
.list_table .base01.op {
  color: #000;
  background-color: rgba(96, 170, 21, 0.1);
}
.list_table .base02 {
  background-color: rgba(51, 153, 204, 0.75);
}
.list_table .base02.op {
  color: #000;
  background-color: rgba(51, 153, 204, 0.1);
}
.list_table .base03 {
  background-color: rgba(221, 221, 221, 0.5);
}
.list_table .base03.op {
  color: #000;
  background-color: rgba(221, 221, 221, 0.1);
}
@media only screen and (min-width:1300px) {
  .list_table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .list_table.one {
    width: 100%;
  }
  .list_table.one td .list {
    display: flex;
    justify-content: center;
  }
  .list_table td {
    padding: 10px 5px;
    text-align: center;
  }
  .list_table td .list {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: table-row-group;
  }
  .list_table td .list::after {
    content: "";
    clear: both;
    display: block;
  }
  .list_table td .list li {
    min-width: 60px;
    display: table-cell;
    padding-left: 3px;
    padding-right: 3px;
  }
  .list_table td .list li.emp {
    display: block;
  }
  .list_table td .list li + li {
    margin-top: 0;
  }
  .list_table td .list li a .img {
    display: block;
    text-align: center;
  }
  .list_table td .list li a p {
    text-align: center;
  }
  .list_table td .list li a p::before {
    display: none;
  }
}
@media only screen and (min-width:768px) {
  .list_table td.item p {
    font-size: 1rem;
  }
  .list_table td.item p + p {
    margin-top: 0.3em;
  }
}

/* .space_ichiran */
.space_ichiran {
  display: none;
}
@media only screen and (min-width:1300px) {
  .space_ichiran {
    margin-top: 40px;
    display: block;
    text-align: center;
  }
  .space_ichiran.kikaku img {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
  .space_ichiran.reji img {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }
}

#main .img_rf .rfmovie {
  width: 82vw;
  position: relative;
  padding-left: 6.4vw;
}
@media only screen and (min-width:768px) {
  #main .img_rf .rfmovie {
    width: 690px;
    padding: 0 56px;
  }
}
#main .img_rf .rfmovie .youtube {
  width: 100%;
  height: 0;
  position: absolute;
  padding-top: 56.25%;
  top: 31vw;
}
@media only screen and (min-width:768px) {
  #main .img_rf .rfmovie .youtube {
    top: 262px;
  }
}
#main .img_rf .rfmovie .youtube iframe {
  position: absolute;
  top: -1%;
  left: -1%;
  width: 102% !important;
  height: 102% !important;
}

/* --------------------------------
▲▲　サイズ表　 2020.11 追加　▲▲
-------------------------------- */
/* .section.guide 2022.07 */
.section.guide {
  margin-top: 10px;
  border: 1px solid #ccc;
  padding: 15px;
}
.section.guide .guide_block + .guide_block {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.section.guide .guide_block .ttl_sec {
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}
.section.guide .guide_block .ttl_sec::before {
  margin-right: 2px;
  content: "■";
  color: #60aa15;
}
.section.guide .guide_block p + p {
  margin-top: 0.5em;
}
.section.guide .guide_block .list_style01 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width:768px) {
  .section.guide {
    max-width: calc(100% - 240px);
  }
}

/* .section.guide 2022.07 */
/* --------------------------------
▲▲　3dセキュア　 2024.05 追加　▲▲
-------------------------------- */
.confirm_3d {
  padding-top: 10px;
  padding-bottom: 30px;
}
.confirm_3d .box + .box {
  margin-top: 40px;
}
.confirm_3d .box .ttl {
  padding-left: 1.1em;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #60aa15;
  position: relative;
}
.confirm_3d .box .ttl::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-color: #60aa15;
  position: absolute;
  left: 0;
  top: 0.3em;
}
@media only screen and (min-width:768px) {
  .confirm_3d .box .ttl {
    font-size: 1.6rem;
  }
}
.confirm_3d p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
@media only screen and (min-width:768px) {
  .confirm_3d p {
    font-size: 1.5rem;
  }
}
.confirm_3d ul.list_ul02 {
  margin: 1.5em 0;
}
.confirm_3d ul.list_ul02 li {
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (min-width:768px) {
  .confirm_3d ul.list_ul02 li {
    font-size: 1.5rem;
  }
}
.confirm_3d .btn_area {
  margin-top: 3em;
}
@media only screen and (min-width:768px) {
  .confirm_3d .btn_area ul {
    display: flex;
    justify-content: center;
  }
}
.confirm_3d .btn_area ul li + li {
  margin-top: 20px;
}
@media only screen and (min-width:768px) {
  .confirm_3d .btn_area ul li + li {
    margin-top: 0;
    margin-left: 30px;
  }
}

/* --------------------------------
▲▲　サ3dセキュア　 2024.05 追加　▲▲
-------------------------------- */
/* .block_top_column 2025.07 */
.block_top_column {
  margin-top: -10px;
  margin-bottom: -10px;
}
@media only screen and (min-width:768px) {
  .block_top_column {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
.block_top_column .txt {
  padding: 14px 10px 7px;
  background-color: rgb(215.557591623, 246.2811518325, 184.4188481675);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width:768px) {
  .block_top_column .txt {
    width: calc((100% - 20px) / 2);
  }
}
.block_top_column .img {
  margin-top: 10px;
}
.block_top_column .img img {
  width: 100%;
}
@media only screen and (min-width:768px) {
  .block_top_column .img {
    margin-top: 0;
    width: calc((100% - 20px) / 2);
  }
}

/* .youtube_product */
.youtube_product {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
}
@media only screen and (min-width:768px) {
  .youtube_product {
    max-width: 500px;
  }
}

/* --------------------------------
adjust
-------------------------------- */
.w50per {
  width: 100%;
}

.w70per {
  width: 100%;
}

.w100per {
  width: 100%;
}

/* weight */
.bold {
  font-weight: bold !important;
}

/* underline */
.udl {
  text-decoration: underline !important;
}

@media only screen and (min-width:768px) {
  a.udl {
    transition: all 0.3s;
  }
  a.udl:hover {
    opacity: 0.7;
  }
}

/* color */
.red {
  color: #c00 !important;
}

.green {
  color: #60aa15 !important;
}

.gray {
  color: #333 !important;
}

.blue {
  color: #39c !important;
}

.dark_blue {
  color: #0155a9 !important;
}

.gold {
  color: #cc9900 !important;
}

/* size */
.small01 {
  font-size: 90%;
}

.small02 {
  font-size: 80%;
}

.small03 {
  font-size: 70%;
}

.large01 {
  font-size: 110%;
}

.large02 {
  font-size: 120%;
}

.large03 {
  font-size: 130%;
}

/* adjust */
.mtp00 {
  margin-top: 0px !important;
}

.mtp05 {
  margin-top: 5px !important;
}

.mtp10 {
  margin-top: 10px !important;
}

.mtp15 {
  margin-top: 15px !important;
}

.mbm00 {
  margin-bottom: 0px !important;
}

.mbm05 {
  margin-bottom: 5px !important;
}

.mbm10 {
  margin-bottom: 10px !important;
}

.mbm15 {
  margin-bottom: 15px !important;
}

.mbm20 {
  margin-bottom: 20px !important;
}

.mlt00 {
  margin-left: 0px !important;
}

.mlt05 {
  margin-left: 5px !important;
}

.mlt10 {
  margin-left: 10px !important;
}

.mlt15 {
  margin-left: 15px !important;
}

.mrt00 {
  margin-right: 0px !important;
}

.mrt05 {
  margin-right: 5px !important;
}

.mrt10 {
  margin-right: 10px !important;
}

.mrt15 {
  margin-right: 15px !important;
}

.mlra {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ptp00 {
  padding-top: 0 !important;
}

.pbm00 {
  padding-bottom: 0 !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media only screen and (min-width:768px) {
  .w50per {
    width: 50%;
  }
  .w70per {
    width: 70%;
  }
  .w100per {
    width: 100%;
  }
}
/* ======================================
#footer
====================================== */
#footer {
  color: #999;
  background-color: #333;
}
#footer .inner {
  padding: 15px;
}
#footer .inner a {
  display: block;
  color: #aaa;
}
#footer .inner .nav {
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .inner .nav li {
  margin: 0 10px;
  line-height: 1.4;
  margin-bottom: 8px;
}
#footer .inner .company {
  padding-top: 15px;
  border-top: #555 solid 1px;
}
#footer .inner .company p {
  text-align: center;
}
#footer .inner .company p.logo a {
  padding-left: 35px;
  display: inline-block;
  background: url(../images/logo_hhj.svg) no-repeat left center;
}
#footer .inner .company .info {
  margin-top: 0.6em;
  text-align: center;
}
#footer .inner .company .info span {
  font-size: 1.1rem;
}
#footer .copy {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: block;
  background-color: #1a1a1a;
}
@media only screen and (min-width:768px) {
  #footer {
    border-top: 15px solid #fff;
  }
  #footer .inner {
    display: flex;
    justify-content: space-between;
  }
  #footer .inner a:hover {
    color: #ccc;
  }
  #footer .inner .nav {
    margin-right: auto;
    padding-bottom: 0;
    display: block;
    -moz-column-count: 3;
         column-count: 3;
    flex: 1;
  }
  #footer .inner .nav li {
    margin: 5px 20px 0 0;
    display: inline-block;
    width: 100%;
  }
  #footer .inner .company {
    padding: 3px 10px 0 20px;
    border-top: none;
    border-left: #555 solid 1px;
  }
  #footer .inner .company p {
    text-align: left;
  }
  #footer .inner .company .info {
    text-align: left;
  }
}
@media only screen and (min-width:1200px) {
  #footer .inner .nav {
    -moz-column-count: 4;
         column-count: 4;
  }
}

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  display: none;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  line-height: 1;
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
  left: 0 !important;
}

.flex-direction-nav .flex-next {
  right: -50px;
  right: 4px !important;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -35px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 9px;
  height: 9px;
  display: block;
  background: rgba(96, 170, 21, 0.4);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: rgba(96, 170, 21, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #60aa15;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 768px) {
  .flex-direction-nav .flex-prev {
    opacity: 0.6;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 0.6;
    right: 10px;
  }
  .flex-direction-nav a {
    width: 24px;
    height: 24px;
    margin: -12px 0 0;
  }
  .flex-direction-nav a:before {
    font-size: 24px;
  }
}
/* -----------------------
#thumbnail
----------------------- */
#thumbnail {
  width: 100%;
  overflow: hidden;
}
#thumbnail li {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  float: left;
  border: #ccc solid 1px;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  #thumbnail li {
    width: 130px;
    height: 130px;
    width: 162px;
    height: 162px;
    width: 145px;
    height: 145px;
  }
}

#thumbnail li img {
  max-width: 120px;
  max-height: 120px;
  min-width: 54px;
  min-height: 54px;
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  transition: all 0.3s;
}
@media only screen and (min-width:768px) {
  #thumbnail li img {
    max-width: inherit;
    max-height: inherit;
    min-width: inherit;
    min-height: inherit;
    width: 100%;
  }
}

#thumbnail li img:hover {
  opacity: 1;
}

#thumbnail li.current img {
  opacity: 1;
}

#main_photo {
  height: 100%;
  position: relative;
  /*border: #ccc solid 1px;*/
}

#main_photo img {
  top: 0;
  max-width: 100%;
}

#main .copy_dtl {
  margin-top: 3px;
  margin-bottom: 5px;
  /*padding-left: 1em;*/
  font-size: 1.2rem;
  line-height: 1.4;
}
/*#main .block_dtls .copy_dtl:before {
	content: "※";

}*/
/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  visibility: hidden;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0px);
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  display: inline-block;
}

/* Anti-zoom. Font-size should be >= 16px. */
.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
  font-size: 16px;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */
/* Default theme font */
.remodal .ttl_sub,
.remodal * .ttl_sub {
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(70.3664921466, 124.6073298429, 15.3926701571);
  margin-bottom: 6px;
  text-align: left !important;
}
.remodal .ttl_sub::before,
.remodal * .ttl_sub::before {
  margin-left: 4px;
  margin-right: 6px;
  content: "-";
}
.remodal .list_style01,
.remodal .att_list,
.remodal * .list_style01,
.remodal * .att_list {
  text-align: left !important;
}
.remodal .ttl_sub_sub,
.remodal * .ttl_sub_sub {
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
}
.remodal p,
.remodal * p {
  font-size: 1.3rem !important;
  text-align: left !important;
}

/* Background for effects */
.remodal-bg {
  transition: filter 0.2s ease-out;
}

body.remodal-is-active .remodal-bg {
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}

body.remodal-is-active .remodal-overlay {
  opacity: 1;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 15px 20px 20px;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: scale(0.95);
  opacity: 0;
  color: #182a3c;
  background: #fff;
  background-clip: padding-box;
}

body.remodal-is-active .remodal {
  transform: scale(1);
  opacity: 1;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 28px;
  height: 28px;
  transition: background 0.2s ease-out;
  text-decoration: none;
  border-radius: 50%;
  display: none;
}

.remodal-close:after {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 28px;
  line-height: 28px;
  display: block;
  content: "×";
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #3e5368;
}

.remodal-close:hover,
.remodal-close:active {
  background: #3e5368;
}

.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
  color: #f4f4f4;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font-size: 10pt;
  display: inline-block;
  width: 120px;
  margin: 0 0 5px 0;
  padding: 9px 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background-clip: padding-box;
  font-weight: bold;
}

.remodal-confirm {
  color: #16a085;
  border: 2px solid #16a085;
  background: #f4f4f4;
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
    min-height: 0;
    margin: 20px auto;
    border-radius: 6px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto;
}

.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center;
}

.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
  background: transparent;
}

.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
  color: #3e5368;
}

.remodal {
  color: #333;
}

.remodal strong {
  color: #f00;
}

.remodal p {
  text-align: left;
  font-size: 130%;
  line-height: 1.5;
  margin-bottom: 15px;
}

.remodal p:last-child {
  margin-bottom: 0;
}

/* -----------------------
.formError
----------------------- */
.formError .formErrorContent {
  padding-right: 20px !important;
}

.formError .formErrorContent:after {
  right: 0 !important;
}