@charset "UTF-8";
/* CSS Document */

/* 基本スマホ表示を無しにする
------------------------------------------- */
html, body {　
	height: 100%;
	min-width: 1366px;/*レスポンシブ時外す*/
}

.display_sp{
	display: none;
}

/* clearfix
------------------------------------------- */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
	visibility:hidden;
}

header {
position: fixed;
    top: 40px;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
}
h1 {
    float: left;
	    padding-left: 4%;
}
.h_btn{
    float: right;
	    padding-right: 4%;
}
body {
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  background-color: #000;
  color: #fff;
  line-height: 1.8;
}

h1, h2, h3 {
/*  font-family: 'Playfair Display', serif;*/
  color: #c3a65a;
  text-align: center;
  letter-spacing: 0.05em;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}

img {
  max-width: 100%;
  height: auto;
/*  border-radius: 6px;*/
}

.gold-line {
  height: 2px;
  background: linear-gradient(to right, transparent, #c3a65a, transparent);
  width: 100%;
  margin: 0 auto 40px;
}

/* 背景市松模様 */
.checker {
/*  background-image: 
    linear-gradient(45deg, rgba(195,166,90,0.08) 25%, transparent 25%, transparent 75%, rgba(195,166,90,0.08) 75%),
    linear-gradient(45deg, rgba(195,166,90,0.08) 25%, transparent 25%, transparent 75%, rgba(195,166,90,0.08) 75%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;*/
}

/* Hero */
.hero {
  position: relative;
/*  height: 100vh;
  overflow: hidden;*/
}
.hero-bg {
  width: 100%;
    height: auto;
/*  object-fit: cover;*/
/*  opacity: 0.35;*/
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero-text h1 {
  font-size: 3.5rem;
  color: #fff;
}
.hero-text span {
  font-size: 5rem;
  color: #c3a65a;
}
.hero-text small {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

.midashi01 {
    color: #fff;
    text-align: left;
    /* letter-spacing
: 0.1em; */
    font-weight: 500;
    font-size: 32.1343px;
}
section.checker p{
    font-size: 17.1939px;
    font-weight: 300;
    line-height: 38.6862px;
}
.container{
	position: relative;
}
.img01 {
    position: absolute;
    top: 75px;
    z-index: -1;
}
.cheku{
	background: url(img/gara.png),url(img/gara.png);
    background-size: 55px auto,55px auto;
    background-position: left top,right top;
    background-repeat: repeat-y,repeat-y;
}
/*.product:before {
    background: url(img/backimg02.jpg);
    background-size: 491px auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 491px;
    height: 1130px;
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    z-index: -1;
}*/



.boutou{
    padding-bottom: 200px;
}
.miryoku {
    padding-top: 200px;
}
.title02 {
    text-align: left;
    border-bottom: 1px solid;
    margin: 0;
    max-width: 1100px;
    margin: 0 auto;
}

.container.rr {
    max-width: 1100px;
    margin: 0 auto;
    padding: 128px 20px;
}
.p_c{
    font-size: 14.1732px !important;
    color: #c3a65a;
    line-height: 34.0158px!important;
}



.midashi02{
    color: #c3a65a;
    text-align: left;
    /* letter-spacing: 0.1em; */
    font-weight: 500;
    font-size: 22.6772px;
    margin: 0;
}


/* Flex layout for sections */
.flex {
  display: flex;
/*  align-items: center;*/
  gap: 60px;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex img {
  width: 50%;
  border-radius: 10px;
}
.flex .text {
  width: 50%;
}

/* Product info */
.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.product .details {
  flex: 1;
}
ul {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  line-height: 2;
}

/* Footer */
footer {
  text-align: center;
  padding: 60px 20px;
/*  background-color: #111;
  color: #aaa;*/
}
footer .sns a {
  color: #c3a65a;
  text-decoration: none;
  margin: 0 8px;
}

/* ---------- Responsive ---------- */
/*@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.2rem;
  }
  .hero-text span {
    font-size: 3rem;
  }
  .flex, .product {
    flex-direction: column;
  }
  .flex img, .product img {
    width: 100%;
  }
  .flex .text, .product .details {
    width: 100%;
  }
  .container {
    padding: 60px 20px;
  }
}*/


.container.rr.miryoku01{
    max-width: 917px;
    margin: 0 auto;
    padding: 128px 0 0;
}

.container.miryoku02 {
    max-width: 1366px;
    margin: 0 auto;
    padding: 137px 0px 123px;
}
.left_img {
float: left;
    width: 429px;
    height: auto;
    line-height: 1;
}
.miryoku_t01{
    float: right;
    width: 405px;
    padding-top: 287px;
}

.right_img {
     float: right;
    width: 655px;
}

.text.miryoku_t02 {
    float: left;
    width: auto;
    padding-left: 116px;
}
.container.miryoku03 {
    max-width: 994px;
    margin: 0 auto;
    padding: 0px 20px 200px;
}
.miryoku03 .left_img {
    float: left;
    width: 499px;
}
.miryoku_t03 {
float: right;
    width: 470px;
    padding-top: 60px;
}

.checker_col {
    width: 840px;
    margin: 0 auto;
	    padding-top: 85px;
}

.checker_col  h3{
    font-size: 22.6772px;
    text-align: left;
    color: #fff;
}
.checker_col .text p {
    font-size: 14.1732px;
    font-weight: 300;
    line-height: 34.0158px;
	margin: 0;
}
.checker_col .text {
    width: 616px;
    float: left;
}
.img_c {
    float: right;
}
.info-image {
    float: left;
}
.product-info .container {
    width: 1028px;
}
.product-info h2 {
font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    padding-bottom: 40px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #fff;
	    padding-top: 20px;
	    margin: 0;
}

.product-table01 th,
.product-table01 td {
  text-align: left;
    vertical-align: top;
    line-height: 1.6;
	    padding-bottom: 10px;
}
.product-table01 th {

}
.product-table01 {
    font-size: 14px;
    padding-bottom: 0px;
}
.product-table01 tr {
    height: 30px;
}
.product-table01 th {
	    width: 62px;
    font-weight: 400;
    text-align: start;
    vertical-align: top;
    font-size: 9.9406px !important;
    padding-right: 15px;
}
.product-table01 th, .product-table01 td {
    text-align: left;
    vertical-align: top;
    line-height: 19.8812px;
    padding-bottom: 5px;
	    font-size: 12.4257px;
}
.info-text {
    float: right;
    width: 450px;
}
.sp_buy {
    text-align: center;
}
.fot_t {
    font-size: 11.3386px!important;
    color: #fff;
}
.p-image{
    margin-top: -15px;
}
