/* CSS Document */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
h3{
	margin-bottom: 10px;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */ :-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* ============================================ */
.opacity img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover img {
  opacity: 0.7;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-120 {
  margin-bottom: 120px;
}
#wrap {
  width: 100%;
}
.frame_outer #container {
  width: 1300px;
  margin: 0 auto !important;
}
header {
  padding: 15px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_row {
  width: 980px;
  margin: 0 auto;
}
.mv {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.mv > p img {
  width: 100%;
}
.mv .logo {
  top: 14px;
  left: 12vw;
  margin: 30px;
}


.layout400 .product_sec {
  display: none;
}
.contents {
  margin: 0 auto;
  width: 980px;
  text-align: center;
}
.voice {
  position: relative;
}
.voice .slider {
  width: 100%;
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.voice .slider li {
  margin: 0 30px;
}
.voice .slider li img {
  width: 100%;
}
footer {
  background: #cdb57c;
  color: #FFF;
  text-align: center;
  padding: 40px 0 50px;
  min-width: 980px;
  margin-top: 100px;
}
#footer ul, #copyright {
  background: #cdb57c !important;
  color: #fff;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
  color: #fff !important;
}
footer .footer_wrap ul {
  margin-bottom: 2em;
}
footer .footer_wrap ul li {
  display: inline-block;
  margin: 0 0 0 0.8em;
}
footer .footer_wrap ul li + li:before {
  content: "";
  /*background: #FFF;*/
  width: 1px;
  height: 1em;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.8em;
}
#order input[type="button"], #order input[type="submit"] {
  border: none !important;
  background: #0c7235;
  color: #fff !important;
  opacity: unset;
  padding: 20px;
  margin: 10px;
}
#order input[type="button"]:hover, #order input[type="submit"]:hover {
  border: none !important;
  background: #0c7235;
  color: #fff !important;
  opacity: unset;
}
input[type="submit"].disable + i {
  color: #fff !important;
}
div#no_login_conf .fa-angle-right:before {
  color: #fff !important;
}
p.cart_bottom {
    margin: 50px auto;
    width: 980px;
}
.cart_flex{
	display: flex;
    margin: 0 auto;
}
.cart_flex p.mr35{
margin-right: 35px;
}
.cartxt{
    margin: 0px auto 25px;}
.cartxt img {width: 100%; max-width: 750px;}
.maildm_regist_area{display:none;}

.login_area{
	text-align: center;
    background: #f9f0ca;
    padding: 20px;
    margin: 20px 14px;
    font-weight: bold;
}
#order-form #amzn_area p{margin-bottom: 15px;}
button, option, select, textarea, input[type="button"], input[type="submit"], input[type="number"], input[type="email"], input[type="tel"], input[type="text"], input[type="select"], input[type="option"], input[type="checkbox"], input[type="password"], input[name="card_name1"], input[name="card_name2"],
#order-form .order-item #item_detail_area #item_name select,
select{
	 border: 1px solid #2f0403;
    background: #fffae6;
    margin-bottom: 5px;font-size: 17px;    padding: 5px 10px;
}
.kiyaku_text_detail{
	width: 86% !important;
	font-size: 15px !important;
    padding: 5% !important;
}
#order .order-in table th, #in_enquete table th, #spots_area table th{
	font-size: 17px;
}
label.agree_check{
	font-size: 17px;
    text-align: center;
    font-weight: bold;
}
#coupon_area{display:none;}
#main_column, #main-content{
    max-width: none !important;
}
#footer ul li:first-child {
	border-left: 1px solid #ffffff !important;
	padding-left: 20px;
}
#footer ul li {
    border-right: 1px solid #ffffff !important;
	padding: 0px 20px 0px 5px;
    }
.step {
    display: none;
}

/* =========================================================
   SHINKA LP layout adjustment
   - 750px slice image base
   - mobile responsive
   - cart button alignment
   - Instagram slider alignment
   ========================================================= */

html,
body {
  width: 100%;
  min-width: 0 !important;
  overflow-x: hidden;
}

.frame_outer #container {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 auto !important;
}

#main_column,
#main-content,
.layout_lpmain,
.layout_lpmain #main,
.layout_lpmain #lp,
.layout_lpmain #wrap {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

.layout_lpmain p,
.layout_lpmain picture {
  line-height: 0;
}

.layout_lpmain picture {
  display: block;
}

.layout_lpmain img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* LP image area: all slice images are based on 750px */
.mv,
.contents,
.mv .header,
.mv .cart-box,
.cart-box2,
.cart-box3 {
  width: 100% !important;
  max-width: 750px !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mv {
  position: relative;
}

.contents {
  text-align: center;
}

.mv > p img,
.contents > p img,
.cart-img img,
.cart-bottom img {
  width: 100%;
}

/* Header */
.mv .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 18px;
}

.mv .logo {
  position: static !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
}

.mv .tel {
	    width: 50%;
  position: static !important;
  top: auto !important;
  right: auto !important;
  margin: 0 0 0 auto !important;
}


/* Instagram ticker */
.insta {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.insta .slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.insta .slick-list {
  width: 100%;
  overflow: hidden;
}

.insta .slick-track {
  display: flex;
  align-items: flex-start;
}

.insta .slider li {
  margin: 0 5px;
}

.insta .slider li img {
  width: 100%;
  max-width: none;
  height: auto;
}

/* Product selector immediately before the Raku2 form */
.cartxt,
.cart_flex {
  width: 100% !important;
  max-width: 750px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cartxt {
  margin-bottom: 25px !important;
}

.cart_flex {
  display: flex;
  gap: 20px;
  padding: 0 15px;
}

.cart_flex p {
  flex: 1 1 0;
  min-width: 0;
}

.cart_flex p.mr35 {
  margin-right: 0 !important;
}

.cart_flex img {
  width: 100%;
  height: auto;
}

footer {
  min-width: 0 !important;
}
#order-form #amzn_area {
    text-align: center;
    background: #f9f0ca;
    padding: 20px;
    margin: 20px 14px;
    font-weight: bold;
}
/* Mobile */
@media screen and (max-width: 750px) {
  .mv .header {
    padding: 8px 12px;
  }

  .mv .logo img {
    width: 150px !important;
    max-width: 43vw !important;
  }

  .mb-20 { margin-bottom: 10px; }
  .mb-30 { margin-bottom: 15px; }
  .mb-40 { margin-bottom: 20px; }
  .mb-50 { margin-bottom: 25px; }
  .mb-60 { margin-bottom: 30px; }
  .mb-70 { margin-bottom: 35px; }
  .mb-80 { margin-bottom: 40px; }
  .mb-90 { margin-bottom: 45px; }
  .mb-100 { margin-bottom: 50px; }
  .mb-120 { margin-bottom: 60px; }

  .cart_flex {
    gap: 10px;
    padding: 0 5%;
  }
	#order-form{
  width: 94%;
  margin: 0 auto;	
}
	.cart_flex{
		display: block;
	width: 74%;
    margin: 0 auto 25px;
}
.cart_flex p.mr35{
	margin-bottom: 25px;
}
.cartxt{
    width: 80%;
    margin: 30px auto 18px;}

}
.bottomsec{
	text-align: center;
}
.bottomsec img{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mv .header {
    padding: 7px 10px;
  }


}

/* =========================================================
   SHINKA 商品情報アコーディオン
   ========================================================= */

.shinka-product {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.shinka-product__visual,
.shinka-product__visual picture,
.shinka-product__visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* 商品情報の外枠 */
.shinka-product__accordion {
    width: calc(100% - 60px);
    margin: 0px 30px 60px;
    border-left: 1px solid #c9b589;
    border-right: 1px solid #c9b589;
    border-bottom: 1px solid #c9b589;
    background: #f7f1e3;
    overflow: hidden;
}

/* 「商品名称 / 滲瓦 SHINKA / ▼」画像全体をクリック領域にする */
.shinka-product__toggle {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.shinka-product__toggle-image,
.shinka-product__toggle-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* 詳細部分：初期状態は閉じる */
.shinka-product__panel {
  height: 0;
  overflow: hidden;
  background: #f7f1e3;
  transition: height .34s ease;
}

.shinka-product__panel-inner {
  padding: 0;
  background: #f7f1e3;
}

/* 詳細画像 */
.shinka-product__panel picture,
.shinka-product__panel img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* キーボード操作時 */
.shinka-product__toggle:focus-visible {
  outline: 2px solid #7e2f20;
  outline-offset: -4px;
}

/* SP */
@media screen and (max-width: 750px) {
  .shinka-product__accordion {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
