@charset "UTF-8";
.lyt-img, .lyt-col-02, .lyt-col-01, .inner,
.drawer-01 {
  zoom: 1;
}
.lyt-img:after, .lyt-col-02:after, .lyt-col-01:after, .inner:after,
.drawer-01:after {
  content: "";
  display: block;
  clear: both;
}

/* /////////////////////////////////////////////////////////////////////////// reset */
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, dialog, figure, footer, #ci,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100.01%;
}

html,
body {
  background: #fff;
}

body {
  font-size: 100.01%;
  line-height: 1.8;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

ul, ol, li {
  list-style: none;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr, legend {
  direction: none;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
}

em, strong {
  font-weight: bold;
  font-stretch: normal;
}

strong {
  font-weight: bold;
}

/* /////////////////////////////////////////////////////////////////////////// layout */
body {
  font-size: 100%;
  color: #444;
  background: #fff;
}

.inner,
.drawer-01 {
  width: 940px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* header
---------------------------------------- */
#header {
  position: relative;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/common/images/top-bg-01.jpg) no-repeat 50% 60%;
  background-size: cover;
  text-align: center;
}
#header a {
  border: none;
}
#header .header-box {
  display: inline-block;
  z-index: 10;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 40px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
#header .header-box .ci {
  background: #fff;
  padding: 30px;
}
#header .header-box .ci img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#top #header {
  height: auto;
}
#top .header-box {
  display: block;
  position: absolute;
  top: 0;
  padding: 30px;
  background: #fff;
}
#top .header-box#top-header {
  padding-bottom: 50px;
}
#top .header-box#top-header h1 {
  margin-bottom: 30px;
  padding: 0;
}
#top .header-box#top-header p {
  position: relative;
}
#top .header-box#top-header .nyusen {
  position: absolute;
  width: auto;
  height: 200px;
  bottom: -100px;
  right: -120px;
}

.flexslider {
  height: 540px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.flexslider li {
  height: 540px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.flexslider li a {
  display: table;
  width: 100%;
  height: 100%;
}
.flexslider .mv-text {
  display: table-cell;
  text-align: right;
}
.flexslider .mv-text p {
  width: 940px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
}
.flexslider .mv-text span {
  padding: 5px 16px;
  background: #fff;
  font-size: 187.5%;
  color: #444;
}

.mv-01 {
  background-image: url(/images/mv-01.jpg);
}

/* nav
---------------------------------------- */
#gnav {
  background: url(/common/images/bg-01.png) repeat 0 0;
}
#gnav .drawer-01 > ul {
  display: table;
  width: 100%;
}
#gnav .drawer-01 > ul > li {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}
#about #gnav .drawer-01 > ul > li.gnav-02 {
  background: #b28e00;
}
#product #gnav .drawer-01 > ul > li.gnav-03 {
  background: #b28e00;
}
#order #gnav .drawer-01 > ul > li.gnav-04 {
  background: #b28e00;
}
#gnav .drawer-01 > ul > li:hover {
  background: #b28e00;
}
#gnav .drawer-01 > ul > li > a {
  display: block;
  width: 100%;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 112.5%;
  text-decoration: none;
  border: none;
}
#gnav .drawer-01 > ul.gnav-sub {
  display: none;
}

.sp-gnav,
.sp-nav-info {
  display: none;
}

#lnav > ul {
  text-align: center;
}
#lnav > ul > li {
  display: inline-block;
  font-size: 112.5%;
}
#lnav > ul > li:after {
  content: "／";
  margin-left: 10px;
  margin-right: 10px;
  color: #ccc;
}
#lnav > ul > li:first-child:before {
  content: "／";
  margin-right: 12px;
  color: #ccc;
}

#fnav dt {
  font-size: 125%;
}
#fnav li:before {
  content: "├";
  margin-right: 5px;
}
#fnav li:last-child:before {
  content: "└";
}
#fnav li a:hover {
  border-bottom: 1px dotted #fff;
}

/* main
---------------------------------------- */
.main {
  background: #fff;
}

.lyt-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-footer {
  background: #f0e8cc;
  text-align: center;
}
.product-footer p.product-footer-text {
  font-size: 150%;
  margin-bottom: 20px;
}

/* footer
---------------------------------------- */
footer#footer {
  padding: 40px 0 0;
  background: #333;
  color: #fff;
}
footer#footer a {
  color: #fff;
}

.copyright {
  background: #000;
  text-align: center;
  color: #fff;
  margin: 20px 0 0;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 60px;
  height: 60px;
  padding: 0;
  z-index: 9999;
}
.pagetop a {
  display: block;
  text-align: center;
  vertical-align: middle;
  background: #b28e00;
  border-radius: 50%;
  opacity: 0.8;
  width: 60px;
  height: 60px;
}
.pagetop a:hover {
  background: #333;
}
.pagetop a img {
  margin-top: 18px;
}

/* 
---------------------------------------- */
.sp {
  display: none;
}

/* /////////////////////////////////////////////////////////////////////////// module  */
/* /////////////// Headline /////////////// */
h2.hdg-h2-01 {
  margin-bottom: 30px;
  font-size: 187.5%;
  font-weight: normal;
  text-align: center;
}
h2.hdg-h2-01 em {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-weight: normal;
}
h2.hdg-h2-01 span {
  display: block;
  padding-top: 10px;
  font-size: 46.6666666667%;
  color: #961414;
}
h2.hdg-h2-02 {
  margin-bottom: 30px;
  font-size: 187.5%;
  font-weight: normal;
}

h3.hdg-h3-01 {
  padding: 12px 16px;
  margin-bottom: 40px;
  font-size: 150%;
  font-weight: normal;
  color: #961414;
  background: #f3f3f3;
  border-radius: 4px;
}

h4.hdg-h4-01 {
  font-weight: normal;
  font-size: 162.5%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #333;
}
h4.hdg-h4-01 span {
  font-size: 61.5384615385%;
  margin-right: 8px;
}
h4.hdg-h4-02 {
  font-weight: normal;
  font-size: 137.5%;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #333;
}
h4.hdg-h4-03 {
  font-weight: normal;
  font-size: 125%;
  margin-bottom: 20px;
}

/* /////////////// column  ////////////// */
.lyt-col-01 {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.lyt-col-01 > .col, .lyt-col-01 > li {
  float: left;
  margin: 0 0 0 2%;
}
.lyt-col-01 > .col:first-child, .lyt-col-01 > li:first-child {
  margin-left: 0;
}
.lyt-col-01.col2 > .col, .lyt-col-01.col2 > li {
  width: 49%;
  margin-bottom: 20px;
}
.lyt-col-01.col2 > .col:nth-child(2n+1), .lyt-col-01.col2 > li:nth-child(2n+1) {
  margin-left: 0;
}
.lyt-col-01.col3 > .col, .lyt-col-01.col3 > li {
  width: 32%;
  margin-bottom: 20px;
}
.lyt-col-01.col3 > .col:nth-child(3n+1), .lyt-col-01.col3 > li:nth-child(3n+1) {
  margin-left: 0;
}
.lyt-col-01.col4 > .col, .lyt-col-01.col4 > li {
  width: 23.5%;
  margin-bottom: 20px;
}
.lyt-col-01.col4 > .col:nth-child(4n+1), .lyt-col-01.col4 > li:nth-child(4n+1) {
  margin-left: 0;
}

.lyt-col-02 {
  margin-bottom: 40px;
}
.lyt-col-02 > .col, .lyt-col-02 > li {
  float: left;
  margin: 0 0 0 2%;
}
.lyt-col-02 > .col:first-child, .lyt-col-02 > li:first-child {
  margin-left: 0;
}
.lyt-col-02.f-right > .col, .lyt-col-02.f-right > li {
  float: right;
  margin: 0 2% 0 0;
}
.lyt-col-02.f-right > .col:first-child, .lyt-col-02.f-right > li:first-child {
  margin-right: 0;
}
.lyt-col-02.col2 > .col, .lyt-col-02.col2 > li {
  width: 49%;
}
.lyt-col-02.col2 > .col:nth-child(2n+1), .lyt-col-02.col2 > li:nth-child(2n+1) {
  margin-left: 0;
}
.lyt-col-02.col3 > .col, .lyt-col-02.col3 > li {
  width: 32%;
}
.lyt-col-02.col3 > .col:nth-child(3n+1), .lyt-col-02.col3 > li:nth-child(3n+1) {
  margin-left: 0;
}
.lyt-col-02.col4 > .col, .lyt-col-02.col4 > li {
  width: 23.5%;
}
.lyt-col-02.col4 > .col:nth-child(4n+1), .lyt-col-02.col4 > li:nth-child(4n+1) {
  margin-left: 0;
}

.f-right > .col, .f-right > li {
  float: right;
  margin: 0 0 0 2%;
}
.f-right > .col:first-child, .f-right > li:first-child {
  margin-left: 0;
}

/* /////////////// Text /////////////// */
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

em {
  font-style: normal;
}

.small {
  font-size: 85.7142857143%;
}

.order-tel {
  font-size: 212.5%;
  color: #961414;
}

.strong-01 {
  color: #961414;
  font-size: 125%;
  font-weight: normal;
}

.icon-text {
  border: 1px solid #444;
  padding: 2px 5px;
  margin-right: 5px;
}

/* /////////////// Box  /////////////// */
.lyt-box {
  padding: 60px 0;
}
.lyt-box#top-about {
  padding: 80px 0;
  margin: 0;
  height: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/common/images/top-bg-01.jpg) no-repeat 50% 0;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.lyt-box.product-box {
  padding: 60px 0 10px;
}
.lyt-box.product-box:after {
  display: block;
  content: "";
  width: 100%;
  height: 9px;
  background: url(/common/images/bg-02.png) no-repeat 50% 50%;
}
.lyt-box.product-box.product-box:last-child {
  padding-bottom: 0;
}
.lyt-box.product-box.product-box:last-child:after {
  background: none;
}

/* /////////////// link  /////////////// */
a {
  text-decoration: none;
}
a:link {
  color: #444;
}
a:visited {
  color: #777;
}
a:hover {
  color: #b28e00;
  border-bottom: 1px dotted #b28e00;
}
a:hover img {
  opacity: 0.7;
  border-bottom: none;
}

.link-01 a {
  color: #961414;
  position: relative;
  padding-left: 20px;
}
.link-01 a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 20px;
  background: url(/common/images/arrow-01.png) no-repeat 100% 50%;
  margin-right: 10px;
}

/* /////////////// list  /////////////// */
.list-bullet-01 {
  margin-bottom: 40px;
}
.list-bullet-01:last-child {
  margin-bottom: 0;
}
.list-bullet-01 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.list-bullet-01 li:last-child {
  margin-bottom: 0;
}
.list-bullet-01 li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #961414;
  border-radius: 50%;
}

.dl-list-01 {
  margin-bottom: 40px;
}
.dl-list-01:last-child {
  margin-bottom: 0;
}
.dl-list-01 dt {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #961414;
  font-size: 125%;
  font-weight: normal;
}
.dl-list-01 dt:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #961414;
  border-radius: 50%;
}
.dl-list-01 dd {
  padding-left: 20px;
  margin-bottom: 40px;
}
.dl-list-01 dd:last-child {
  margin-bottom: 0;
}

.list-inline-01 li {
  display: inline-block;
  margin-right: 35px;
}

.list-note {
  margin-bottom: 40px;
}
.list-note:last-child {
  margin-bottom: 0;
}
.list-note li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.list-note li:last-child {
  margin-bottom: 0;
}
.list-note li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*
.link-list-01 {
		li {
		position:relative;
		margin-left:20px;

		&:before {
		content:url("/common/images/arrow-link.png");
		position: absolute;
		top:-1px;
		left:-16px;
		}
	}
}

.dl-list-01 {
	dt {
		float:left;
	}
	dd {
		overflow:hidden;
		margin-bottom:10px;

		&:last-child {
			margin-bottom:0;
		}
	}

	.order & {
		font-size:fz(20px,14px);

		dt {
			padding-left:10px;
		}

		dd {
			overflow:visible;
			border-bottom:1px dotted #684800;
			padding:0 10px 0 4.5em;

			&:last-child {
				border:none;
			}
		}
	}
}

.dl-list-02 {
	dt {
		font-weight:bold;
	}
}
*/
/* /////////////// Table  /////////////// */
.tbl-01 {
  border: 1px solid #ddd;
  margin-bottom: 60px;
}
.tbl-01 th,
.tbl-01 td {
  border: 1px solid #ddd;
  padding: 16px 18px 12px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tbl-01 th {
  background: #f7f7f7;
  font-weight: normal;
}

.tbl-02 {
  border: 1px solid #ddd;
  margin-bottom: 60px;
}
.tbl-02 th,
.tbl-02 td {
  border: 1px solid #ddd;
  padding: 16px 18px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tbl-02 th {
  background: #f7f7f7;
  font-weight: normal;
}
.tbl-02 thead th {
  text-align: center;
  font-weight: bold;
}

.td-no {
  text-align: center;
}

.td-item {
  text-align: left;
}

.td-amount {
  text-align: center;
}

.td-price {
  text-align: right;
}

.td-quantity {
  text-align: right;
}

/* /////////////// Box  /////////////// */
.box-type-01 {
  border: 1px solid #ddd;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 40px;
}
.box-type-01:last-child {
  margin-bottom: 0;
}

.box-type-02 {
  border: 1px solid #961414;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 40px;
}
.box-type-02:last-child {
  margin-bottom: 0;
}

.box-type-03 {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
}
.box-type-03:last-child {
  margin-bottom: 0;
}

/* /////////////// Image  /////////////// */
.image {
  text-align: center;
}
.image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.image .caption {
  color: #999;
  width: 100%;
  margin-top: 10px;
}

#top-product p {
  margin-top: 6px;
  font-size: 112.5%;
}
#top-product a:hover span {
  border-bottom: 1px dotted #b28e00;
}

.lyt-img {
  margin-bottom: 40px;
}
.lyt-img:last-child {
  margin-bottom: 0;
}
.lyt-img .text {
  overflow: hidden;
}
.lyt-img.img-left > .image {
  float: left;
  margin-right: 20px;
  max-width: 50%;
}
.lyt-img.img-right > .image {
  float: right;
  margin-left: 20px;
  max-width: 50%;
}

.item-pkg {
  width: 160px;
}

/* /////////////// Btn  /////////////// */
.btn-01 {
  text-align: center;
}
.btn-01 a {
  display: block;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #b28e00;
  text-decoration: none;
  color: #b28e00;
}
#top-about .btn-01 a {
  border-color: #fff;
  color: #fff;
}
.btn-01 a:hover, #top-about .btn-01 a:hover {
  background: #806600;
  border: 1px solid #806600;
  color: #fff;
}

.btn-02 a, .btn-02-02 a {
  display: inline-block;
  width: 300px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 3px 0;
  -webkit-box-shadow: 0 3px 0 rgb(128, 102, 0);
          box-shadow: 0 3px 0 rgb(128, 102, 0);
  border-radius: 6px;
  background: #b28e00;
  border: none;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.btn-02 a:hover, .btn-02-02 a:hover {
  margin: 3px 0 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #806600;
}

.btn-02-02 a {
  width: 100%;
}

.bnr-online {
  width: 80%;
  margin: auto;
  padding: 2% 0;
}
.product-footer .bnr-online {
  padding-top: 0;
}
.bnr-online a:hover {
  border-bottom: none;
}
.bnr-online img {
  width: 100%;
  height: auto;
}

/* /////////////// align  /////////////// */
.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: rihgt;
}

/* /////////////// width  /////////////// */
.w-5 {
  width: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-10 {
  width: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-15 {
  width: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-20 {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-25 {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-30 {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-35 {
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-40 {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-45 {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-50 {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-55 {
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-60 {
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-65 {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-70 {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-75 {
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-80 {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-85 {
  width: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-90 {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-95 {
  width: 95%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.w-100 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* /////////////// margin  /////////////// */
.mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

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

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

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

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

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

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

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

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

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

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

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

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

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

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

/* /////////////////////////////////////////////////////////////////////////// content */
/* product
---------------------------------------- */
#product .main {
  position: relative;
}
#product .main .nyusen {
  position: absolute;
  width: auto;
  height: 200px;
  top: 10px;
  right: 20px;
}

.hdg-product-01 {
  float: left;
  width: 220px;
  text-align: center;
  margin-right: 20px;
  position: relative;
}
.hdg-product-01 h3 {
  font-size: 250%;
  font-weight: normal;
  padding: 10px 5px;
  border: 1px solid #ccc;
  position: relative;
  top: 0;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#anc-01 .hdg-product-01 h3 {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  border: none;
}
#anc-01 .hdg-product-01 h3 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.product-img {
  float: right;
  width: 700px;
  margin-bottom: 80px;
}

.item-price {
  text-align: right;
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 1em;
}
.item-price span {
  font-size: 80%;
  vertical-align: bottom;
  margin-right: -0.5em;
}

.swich-img {
  width: 300px;
}

.main-photo {
  text-align: center;
  margin-bottom: 10px;
}
.main-photo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.thumb-list {
  text-align: left;
}
.thumb-list li {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
}
.thumb-list li:hover {
  border: 1px solid #b28e00;
}
.thumb-list li:hover img {
  opacity: 0.7;
}
.thumb-list li:first-child {
  margin-left: 0;
}
.thumb-list li img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.cart-in {
  background: #eee;
  padding: 4%;
}

.raku-cart-button input[type=submit] {
  width: 300px;
  max-width: 100%;
  height: 36px;
  line-height: 30px;
  border: 1px solid #ddd;
  background-color: #666;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.raku-cart-button input[type=submit]:hover {
  opacity: 0.7;
}

.cart-check a {
  display: inline-block;
  text-decoration: none;
  margin-top: 0.4em;
}
.cart-check a::before {
  content: "→";
}
.cart-check a:hover {
  opacity: 0.7;
  border-bottom: 0;
}

/* order
---------------------------------------- */
/*
.order-type {
	.order-type-hdg {
	text-align: center;

		dt {
			margin-bottom: 0;
			color: $sub-color-02;
			font-size: fz(20);
			line-height: 1.0;
		}

		em {
			font-size: fz(24,20);
			font-weight: normal;
		}

		span {
			background: #eee;
			display: block;
			width: 120px;
			height: 120px;
			margin: 0 auto 10px;
			@include radius(50%);
			box-sizing: border-box;
			padding-top: 40px;
		}
	}

	dd {
		img {
			vertical-align: baseline;
			margin-right: 5px;
			height: 30px;
			width: auto;
		}

		a {
			color: $sub-color-02;

			&:hover {
				border-color: $sub-color-02;
			}
		}
	}

	.order-type-text {
		text-align: left;
	}
}
*/
.order-type {
  margin-bottom: 20px;
}
.order-type dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-type dt span {
  display: block;
  background: #eee;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.order-type dt span img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.order-type-hdg {
  color: #961414;
  font-size: 125%;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .order-type dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .order-type-hdg em, .order-type-hdg span {
    display: block;
  }
}

form#mailformpro input[type=text],
form#mailformpro textarea {
  margin: 0 5px;
  padding: 5px;
}
form#mailformpro .td-quantity input[type=text] {
  text-align: right;
}
form#mailformpro .imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}
form#mailformpro .mfp_element_all {
  max-width: 100%;
}
form#mailformpro .mfp_element_text,
form#mailformpro .mfp_element_number,
form#mailformpro .mfp_element_select-one,
form#mailformpro .mfp_element_email,
form#mailformpro .mfp_element_tel,
form#mailformpro .mfp_element_textarea,
form#mailformpro .mfp_element_date,
form#mailformpro .mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 6px;
  margin: 0 5px;
  padding: 5px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
form#mailformpro .mfp_element_textare {
  width: 80% !important;
}
form#mailformpro .td-quantity input, form#mailformpro .td-quantity .mfp_element_text {
  width: 60%;
}
form#mailformpro .btn-area ul {
  text-align: center;
}
form#mailformpro .btn-area li {
  display: inline-block;
  margin-left: 10px;
}
form#mailformpro .btn-area li:first-child {
  margin-left: 0;
}
form#mailformpro .mfp_buttons button,
form#mailformpro .btn-area button {
  line-height: 1;
  color: #fff;
  background: #b28e00;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  text-shadow: none;
}
form#mailformpro .btn-area button.mfp_element_reset,
form#mailformpro .mfp_buttons button#mfp_button_cancel.mfp_element_button {
  background: #999;
}
form#mailformpro .btn-area button:hover {
  background-color: #806600;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form#mailformpro .btn-area button.mfp_element_reset:hover,
form#mailformpro .mfp_buttons button#mfp_button_cancel.mfp_element_button:hover {
  background: #666;
}
form#mailformpro [disabled] {
  background: #eee;
  border: none;
}

/* /////////////////////////////////////////////////////////////////////////// Media Queries */
@media screen and (max-width: 768px) {
  .inner {
    width: 96%;
  }
  #footer .inner {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* header
  ---------------------------------------- */
  .flexslider .mv-text p {
    width: 96%;
  }
  .flexslider .mv-text span {
    font-size: 150%;
  }
  .drawer-01 {
    width: 100%;
  }
  /* footer
  ---------------------------------------- */
  .fb {
    padding: 10px 0 2%;
    text-align: center;
  }
  .footer-info {
    padding: 30px 0 2%;
    text-align: center;
  }
  /* nav
  ---------------------------------------- */
  #fnav {
    text-align: center;
  }
  #fnav dt {
    background: #444;
  }
  #fnav ul {
    zoom: 1;
  }
  #fnav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #fnav li {
    float: left;
    margin: 0;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 1px;
  }
  #fnav li:first-child {
    margin-left: 0;
  }
  #fnav li:nth-child(2n+1) {
    padding-right: 1px;
  }
  #fnav li:before {
    content: "";
    margin-right: 0;
  }
  #fnav li:last-child:before {
    content: "";
  }
  #fnav li a {
    display: block;
    background: #666;
    padding: 10px 5px;
  }
  #fnav li a:hover {
    border-bottom: none;
  }
  /* moudle
  ---------------------------------------- */
  /* column */
  .lyt-col-01.col4 > .col, .lyt-col-01.col4 > li,
  .lyt-col-02.col4 > .col,
  .lyt-col-02.col4 > li {
    width: 48%;
    margin: 20px 0 0 4%;
  }
  .lyt-col-01.col4 > .col:nth-child(2n+1), .lyt-col-01.col4 > li:nth-child(2n+1),
  .lyt-col-02.col4 > .col:nth-child(2n+1),
  .lyt-col-02.col4 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .lyt-col-01.f-right.col3 > .col, .lyt-col-01.f-right.col3 > li,
  .lyt-col-02.f-right.col3 > .col,
  .lyt-col-02.f-right.col3 > li {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  /* btn */
  .bnr-online {
    width: 100%;
  }
  /* content
  ---------------------------------------- */
  /* product */
  .hdg-product-01 {
    float: none;
    margin: 0 auto 40px;
    position: relative;
    width: 100%;
  }
  .hdg-product-01 .nyusen {
    position: absolute;
    width: auto !important;
    height: 100px !important;
  }
  .product-box {
    float: none;
    width: 100%;
  }
  .swich-img {
    width: 40%;
  }
  .product-img {
    float: none;
    width: 100%;
  }
  /* order */
  .order-type .order-type-text {
    text-align: center;
  }
  .lyt-col-01.order-type {
    display: block;
  }
  .lyt-col-01.order-type > .col {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  /* header
  ---------------------------------------- */
  h2.hdg-h2-01 {
    font-size: 150%;
  }
  h2.hdg-h2-01 span {
    font-size: 58.3333333333%;
  }
  h2.hdg-h2-02 {
    font-size: 150%;
  }
  h3.hdg-h3-01 {
    font-size: 125%;
  }
  h4.hdg-h4-01 {
    font-weight: normal;
    font-size: 137.5%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  h4.hdg-h4-01 span {
    font-size: 63.6363636364%;
  }
  #header .header-box {
    width: 180px;
  }
  #header .header-box .ci {
    padding: 20px;
  }
  #top .header-box {
    width: 120px;
    padding: 10px;
  }
  #top .header-box#top-header {
    padding-bottom: 20px;
  }
  #top .header-box h1 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #top .header-box p img {
    width: 65%;
    height: auto;
  }
  #top .header-box .nyusen {
    left: 30px;
    width: 80% !important;
    height: auto !important;
  }
  .flexslider .mv-text {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
  }
  .flexslider .mv-text p {
    padding: 10px 5px;
    margin: 0;
  }
  .flexslider .mv-text span {
    padding: 0;
    margin: 0;
    background: none;
    color: #fff;
    font-size: 100%;
  }
  .flexslider .mv-text br {
    display: none;
  }
  /* nav
  ---------------------------------------- */
  #gnav .drawer-01 {
    width: 100%;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    background-image: none;
  }
  #gnav .drawer-01 > ul,
  #gnav .drawer-01 > ul > li,
  #gnav .drawer-01 > ul > li a {
    display: block;
    margin: 0;
    width: 100%;
  }
  #gnav .drawer-01 > ul > li a {
    height: auto;
    padding: 20px 10px;
    text-align: left;
    border-bottom: 1px solid #666;
  }
  #gnav .drawer-01 > ul {
    background: #000 url(/common/images/bg-01.png) repeat 0 0;
  }
  #gnav .drawer-01 > ul.gnav-sub {
    display: block;
  }
  #gnav .drawer-01 > ul.gnav-sub li {
    background: #444;
  }
  #gnav .drawer-01 > ul.gnav-sub li:hover {
    background: #b28e00;
  }
  #gnav .drawer-01 > ul.gnav-sub a {
    font-size: 87.5%;
    padding: 10px;
  }
  .sp-gnav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.4) url(/common/images/gnav-s.png) no-repeat 50% 50%;
    background-size: 70%;
    cursor: pointer;
  }
  .sp-gnav span {
    display: none;
  }
  .sp-gnav.active {
    background-image: url(/common/images/gnav-s_close.png);
  }
  .sp-nav-info {
    display: block;
    background: #000;
    padding: 30px;
  }
  .sp-nav-info .btn-02 a, .sp-nav-info .btn-02-02 a {
    width: 100%;
  }
  /* module
  ---------------------------------------- */
  /* column */
  .lyt-col-01.col2 > .col, .lyt-col-01.col2 > li, .lyt-col-01.col3 > .col, .lyt-col-01.col3 > li, .lyt-col-01.col4 > .col, .lyt-col-01.col4 > li,
  .lyt-col-02.col2 > .col,
  .lyt-col-02.col2 > li,
  .lyt-col-02.col3 > .col,
  .lyt-col-02.col3 > li,
  .lyt-col-02.col4 > .col,
  .lyt-col-02.col4 > li {
    width: 100%;
    margin: 0 0 20px;
  }
  .lyt-col-01#top-product.col4 > .col, .lyt-col-01#top-product.col4 > li {
    width: 48%;
    margin: 20px 0 0 4%;
  }
  .lyt-col-01#top-product.col4 > .col:nth-child(2n+1), .lyt-col-01#top-product.col4 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  /* text */
  .strong-01 {
    font-size: 112.5%;
  }
  /* images */
  #top-product p {
    font-size: 100%;
  }
  .lyt-img .text {
    overflow: auto;
  }
  .lyt-img.img-left > .image, .lyt-img.img-right > .image {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
  }
  /* table */
  .tbl-01 thead,
  .tbl-01 colgroup {
    display: none;
  }
  .tbl-01 th,
  .tbl-01 td {
    display: block;
    width: auto;
  }
  .tbl-01 th {
    border-left: none;
    border-right: none;
  }
  .tbl-01 tr:first-child th {
    border-top: none;
  }
  .tbl-01 td {
    border: none;
  }
  .tbl-02 thead,
  .tbl-02 colgroup {
    display: none;
  }
  .tbl-02 tr:first-child th {
    border-top: none;
  }
  .tbl-02 th {
    display: block;
    width: auto;
    border-left: none;
    border-right: none;
    width: 100%;
  }
  .tbl-02 td {
    display: inline-block;
    border: none;
    width: auto;
    padding: 10px 5px;
  }
  .tbl-02 td.td-quantity {
    display: block;
    width: 100%;
    border: none;
    padding-top: 0;
  }
  /* content
  ---------------------------------------- */
  /* product */
  .hdg-product-01 {
    width: auto;
  }
  .hdg-product-01 h3 {
    font-size: 200%;
  }
  .item-price {
    font-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  /*nav
  ---------------------------------------- */
  #fnav li {
    float: none;
    width: 100%;
  }
  #fnav li:nth-child(2n+1) {
    padding-right: 0px;
  }
  /* content
  ---------------------------------------- */
  /* product */
  .thumb-list {
    text-align: center;
  }
}