@charset "UTF-8";






.mbCont {
 margin: 20px auto 0;
}






/*sp*/
#top-head, .footerFix {
	display: none;
} 

#header {
 width: 92%;
 max-width: 970px;
 padding: 0px;
 height: 160px;
 margin: 0 auto;
 overflow: hidden;
 position: relative;
}

#header .logo {
 float: left;
 padding-top: 26px;
 margin: 0px;
}

#header .logo .nomuraLogo {
 margin-bottom: 15px;
}

#header .tel_contact {
  float: right;
  margin: 0;
  height: 30px;
  width: 418px;
  padding: 45px 0 0;
}

#header .tel_contact .tel {
  float: left;
  padding-top: 1px;
  margin: 0;
}

#header .tel_contact .contact {
float: right;
}

#header nav {
 position: absolute;
 top: 112px;
 right: 0;
}

#header nav ul li {
 display: inline-block;
 font-weight: 700;
 margin-left: 22px;
 font-size: 1.4rem;
}

#header nav ul li a {
 color: #499B2F;
}

#header nav ul li a:hover {
 color:#B39700;
}

.m0a {
 margin: 0 auto;
 text-align: center;
}

#purchase {
  margin: 100px auto;
  width: 100%; }

#purchase.inquirieArea {
  margin: -50px auto 100px;
 }

#purchase section {
  padding: 80px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #555;
  margin: 80px auto; }

#purchase section.padding0 {
  padding: 0; }

#purchase section p {
  line-height: 1.5;
  font-weight: 400; }

#purchase section p.thanksP {
 font-size: 1.8rem;
 margin: 220px 0;
 
}


#purchase section.greenBg {
  background: #F8F9F3; }

#purchase section.paleBg {
  background: #F6F3E6; }

#purchase section .innerArea {
  width: 92%;
  margin: 0 auto;
  max-width: 970px; }

  #purchase section .innerArea p{
    margin-bottom: 1.5rem;
  }

#purchase section p.catchP {
  font-size: 1.8rem; }

#purchase section p.greenCol {
  color: #499B2F; }

.marketList {
 margin: 40px 0 0 ;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }


.marketList li {
  width: 31%;
  border: #F2F2F2 solid 4px;
  padding: 26px 22px;
  text-align: center; }
  .marketList li h3 {
    font-family: 'EB Garamond', serif;
    color: #B39700;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.5em; }
  .marketList li p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.4; }

#purchase section h2.head01 {
  position: relative;
  font-size: 3.6rem;
  font-weight: 600;
  color: #499B2F;
  font-family: 'EB Garamond', serif;
  text-align: center;
  margin: 0 0 0.3em 0;
  padding: 68px 0 0;
  letter-spacing: 0; }

#purchase section h2.head01:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  background-size: contain;
  vertical-align: middle; }

#purchase section h2.head01.about:before {
  width: 67px;
  /*画像の幅*/
  height: 70px;
  /*画像の高さ*/
  background: url(../image/ic-about.svg) no-repeat;  
}
#purchase section h2.head01.history:before {
  width: 77px;
  /*画像の幅*/
  height: 70px;
  /*画像の高さ*/
  background: url(../image/ic-history.svg) no-repeat; 
}

#purchase section h2.head01.market:before {
  width: 73px;
  /*画像の幅*/
  height: 74px;
  /*画像の高さ*/
  background: url(../image/ic-market.svg) no-repeat; 
}

#purchase section h2.head01.support:before {
  width: 77px;
  /*画像の幅*/
  height: 70px;
  /*画像の高さ*/
  background: url(../image/ic-support.svg) no-repeat; 
}


#purchase section h2.head01.buyingGuide:before {
  width: 68px;
  /*画像の幅*/
  height: 68px;
  /*画像の高さ*/
  background: url(../image/ic-buying.svg) no-repeat; 
}

#mv {
  background: url(../image/mv-01.jpg) no-repeat;
  background-position: center top;
  min-height: 660px;
  position: relative;
  /*z-index: -1; */
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1800px) {
  #mv {
    background-size: 100% auto; } }

#mv div.mvInr {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center; }

#mv div.mvInr h2 {
  font-size: 8.0rem;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 0.3em;
  font-family: 'EB Garamond', serif;
  color: #fff;
  text-shadow: 1px 1px 7px #3A6264; }


div.mvInr p {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.0;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 5px #3A6264;
  font-family: 'Roboto Condensed', sans-serif; 
  /* -webkit-filter: blur(0.000001px); */
}


div.nomucomArea {
background-color: rgba(255,255,255,0.7);
border-radius: 4px;
border: 1px solid #fff;
padding: 40px;
width: 100%;
max-width: 600px;
margin: 30px auto 0;
 text-align: center;
}

div.nomucomArea img {
 width: 100%;
 max-width: 301px;
 margin-top: 1em;
}

div.nomucomArea h3 {
 color: #C00F11;
 font-size: 2.6rem;
 font-family: 'EB Garamond', serif;
 line-height: 1.3;
 font-weight: 600;

}


div.nomucomArea a:hover {
 opacity: 0.8;
}

.btnPArea {
 margin: 2em auto 0;
 text-align: center;
}

.external {
 color: #C00F11;
 display: block;
 margin: 1em 0 0;
}

.external:hover {
 opacity: 0.8;
}

.btnPArea a img {
 width: 100%;
 max-width: 301px;
}

h2.goldTl {
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 0.95;
  margin-bottom: 0.3em;
  font-family: 'EB Garamond', serif;
  color: #B39700;
 text-align: center;
}



/* Table */
table.bscTbl01 {
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  width: 100%;
  margin: 0; }

table.bscTbl01 th,
table.bscTbl01 td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  line-height: 1.7;
  padding: 17px 15px 14px;
  text-align: left;
  font-weight: 400; }


table.bscTbl01 th {
 width: 22%;
 font-weight: 600; 
}

table.bscTbl01.thS {
margin-top: 30px;
}
table.bscTbl01.thS th {
width: 13%;
}





.accordionMenu {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto; }

.accordionMenu input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.accordionMenu label {
  position: relative;
  display: block;
  padding: 0.7em 3em 0.8em 1.3em;
  cursor: pointer;
  margin: 60px 0 0;
  background: #fff;
  border-bottom: 8px solid #cdd4c7;
  -webkit-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out; }

.accordionMenu input[type=checkbox] + label:hover {
  background: #FFFCF1; }

.accordionMenu label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  font-size: 10rem;
  position: absolute;
  top: -85px;
  left: 46.5%;
  color: #CDD4C7;
  text-rendering: auto;
  line-height: 1; }

.accordionMenu.firstCp {
  margin-top: -40px; }

.accordionMenu.firstCp label::before {
  content: none; }

.accordionMenu label span {
  font-weight: 600;
  font-family: 'EB Garamond', serif; }

.accordionMenu label span.stepTlsub {
  color: #B9C1B3;
  font-size: 1.5rem;
  font-style: italic;
  display: block; }

.accordionMenu label span.stepTlsub em {
  font-size: 2.0rem;
  font-style: italic; }

.accordionMenu label span.stepTlMain {
  color: #B39700;
  line-height: 1;
  font-size: 2.2rem; }

.accordionMenu .accordionMenu-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
  background: #fff; }

.accordionMenu .accordionMenu-content p {
  margin: 1em; }

/* :checked */
.accordionMenu input:checked ~ .accordionMenu-content {
  max-height: 20em; }

/* Icon */
.accordionMenu label::after {
  line-height: 3;
  position: absolute;
  top: 1.8em;
  right: 1em;
  display: block;
  width: 5em;
  height: 3em;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center; }

.accordionMenu input[type=checkbox] + label::after {
  content: 'View More';
  font-size: 1.4rem;
  color: #B39700;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.accordionMenu input[type=checkbox]:checked + label::after {
  content: 'Close';
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }




.linkList li {
margin: 0 0 0 1em;
 list-style-type: disc;
 text-align: left;
}

.linkList li a {
 color: #499B2F;
 font-weight: 400;
}

.linkList li a:hover {
 color:#B39700;
}


.btnOne {
margin: 60px auto;
 text-align: center;
}

a.btn01 {
    background-color: #fff;
    display: inline-block;
    font-size: 2.6rem;
    vertical-align: middle;
    border: #CEBD61 solid 4px;
    color: #CEBD61 !important;
    margin: 0;
    text-align: center;
    width: 92%;
    max-width: 600px;
    min-width: 260px;
    height: 80px;
    cursor: pointer;
    font-weight: bold;
    line-height: 80px;
    position: relative;
}

a.btn01 i {
 margin: 0 0.5em 0 0;;
}

a.btn01:hover {
  background-color: #CEBD61;
  color: #fff !important;
}









.footer {
height: auto;
height: 190px;
width: 100%;
background-color: #335F16;
 overflow: hidden;
}






 .footer .footer_box {
	margin: 0 auto ;
	height: 90px;
	width: 970px;
	padding-top: 46px;
}
.footer .footer_box .left_b {
	padding-top: 35px;
	width: 460px;
	float: left;
}
.footer .footer_box .right_b {
	float: right;
	height: 94px;
	width: 420px;
	position: relative;
}
.footer .footer_box .right_b .f_menu {
	float: right;
	height: 36px;
	width: 367px;
	border: 1px solid #98B089;
}
.footer .footer_box .right_b .f_menu ul {
	color: #FFF;
	font-size: 90%!important;
	padding-top: 8px;
	margin: 0 auto;
}
.footer .footer_box .right_b .f_menu ul #bt1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #98B089;
	width: auto;
	float: left;
	padding-left: 16px;
	padding-right: 16px;
}
.footer .footer_box .right_b .f_menu ul #bt2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #98B089;
	width: auto;
	float: left;
	padding-left: 16px;
	padding-right: 16px;
}
.footer .footer_box .right_b p {
	color: #C2CFB9;
	font-size: 98%!important;
	float: right;
}
.footer .footer_box .right_b .copy {
	padding-top: 10px;
	float: right;
	height: 20px;
	width: 420px;
	bottom: -2px;
	position: absolute;
 font-size: 1.3rem;
 font-weight: 400;
}
.footer .footer_box .right_b .f_menu ul #bt3 {
	width: auto;
	float: left;
	padding-left: 16px;
	padding-right: 16px;
}

.footer .a-pp {
  color: #C2CFB9;
}

















/*--- ページtopに戻るボタン ------------------------------------*/



.page-top {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #333;
 color: #fff;
  opacity: 1;
  z-index: 2; 
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-top i {
 color: #fff;
 margin: 15px 0 0 18px;
}

.page-top:hover {
  background: #666;
}





/*--- inquirie ------------------------------------*/

span.redCol {
 color: #c2143d;
}

.qs_wrap__form .qs_btn__action a, .qs_wrap__form .qs_btn__action input:not([type="reset"]), .qs_wrap__form .qs_btn__action button:not([type="reset"]){
    min-width: 10em;
}


.qs_wrap__form .qs_btn__action a, .qs_wrap__form .qs_btn__action input, .qs_wrap__form .qs_btn__action button {
     padding: 0.7em 1em;
}


.qs_wrap__form .btn__submit a, .qs_wrap__form .btn__submit input, .qs_wrap__form .btn__submit button.back {
 background-color: #999;
}


.txCenter {
 text-align: center;
 margin-top: 120px;
}

.privacyBox {
 margin: 2em auto 0;
}

.privacyBox label {
 font-size: 1.4rem;
}

/*
.privacyBox label p {
 display: none;
}
 */

.privacyBox a {
 display: block;
 margin: 1em 0 0;
 color: #499B2F;
 font-size: 1.5rem;
 text-decoration: underline;
}

.form_confirm_box + form .privacyBox a {
 display: none;
}




img.nomcomImg {
 width: 100%;
 max-width: 301px;
}




@media only screen and (max-width: 768px) {
#purchase { margin: 40px auto;}
#purchase.inquirieArea {
  margin: 20px auto 40px;
 }
 
#purchase section { margin: 40px auto; padding: 40px 0;}
#mv div.mvInr h2 {font-size: 3.0rem; } 
#mv div.mvInr p {font-size: 1.8rem;} 

div.nomucomArea {
  padding: 12px;
  width: 96%;
  max-width: 96%;
  margin: 15px auto 0;
}
 
div.nomucomArea h3 {
line-height: 1.3;
    font-size: 2.0rem;

}
 
/* :checked */
.accordionMenu input:checked ~ .accordionMenu-content {
  max-height: 23em; }
 
.marketList {
 margin: 20px 0 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
 }
 
.marketList li {width: 100%; margin-bottom: 15px;}
.marketList li:last-child {margin-bottom: 0;}

table.bscTbl01 th, table.bscTbl01 td {display: block; font-size: 1.3rem;}
table.bscTbl01 th, table.bscTbl01 td{width: 100%; font-size: 1.3rem; }
 
table.bscTbl01 th, table.bscTbl01 td{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  line-height: 1.7;
  padding: 10px 8px 7px;
 }
 
 

#purchase section h2.head01 { font-size: 2.8rem;}
#purchase section p.catchP {font-size: 1.5rem;}
 
table.bscTbl01.thS {margin-top: 15px;}
 
.accordionMenu input[type=checkbox] + label::after {
 font-size: 1.1rem;
}
 
 .accordionMenu label span.stepTlsub {
 
  font-size: 1.2rem;
}

.accordionMenu label span.stepTlsub em {
  font-size: 1.6rem;}

.accordionMenu label span.stepTlMain {

  font-size: 1.8rem; }

 
.accordionMenu label::before {left: 42.5%; }

 .linkList li  {
  font-size: 1.4rem;}

table.bscTbl01.thS {
margin-top: 15px;
}
table.bscTbl01.thS th {
width: 100%;
}
 
 

h2.goldTl {
 font-size: 2.8rem;
 }
 
 
 
 
 
 
 
 
 
 
 
 
/*▼SP menu▼*/

/*pc*/
#header {
	display: none;
} 


#top-head,
.inner {
width: 100%;
padding: 0;
}
 
#top-head {

display: block;
top: 0;
position: fixed;
margin: 0;
line-height: 1;
z-index: 999;
width: 100%;
}
 
#top-head a,
#top-head {
color: #fff;
text-decoration: none;
}
/* Fixed reset */
#top-head.fixed {
margin-top: 0;
padding-top: 0;
background: transparent;
position: fixed;
height: 55px;
background: #fff;
background: rgba(255,255,255,.7);
transition: top 0.65s ease-in;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
}
	
#nav-toggle div {
position: relative;
}


#mobile-head {
background: #fff;
width: 100%;
height: 86px;
z-index: 999;
position: relative;
}
#top-head .inner {
position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
position: absolute;
left: 8px;
top: 0;
color: #333;
font-size: 26px;
/*width: 260px;*/
 width: 100%;
 line-height: 1.2;
}

#top-head .logo img {
height: auto;
/*width: 100%;*/
width: 45.5%;
}
 
 #top-head .logo img:first-child {
  margin-right: 2%;
 }

#top-head .logo img.logo02 {
width: 75%;
}

#global-nav {
position: absolute;
/* 開いてないときは画面外に配置 */
top: -456px;
background: #499b2f;
/*background: rgb(73,155,47,0.8);*/
width: 100%;
text-align: center;
padding: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
#global-nav ul {
list-style: none;
position: static;
right: 0;
bottom: 0;
font-size: 14px;
}

#global-nav ul li {
float: none;
position: static;
border-bottom: rgb(255,255,255,0.4) 1px solid;
}
#global-nav ul li:last-child {
border-bottom: none;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
width: 100%;
display: block;
color: #fff;
padding: 12px 0;
line-height: 150%;
}

#global-nav ul li a .jp {
font-size: 15px !important;
font-weight: 600;
}
#global-nav ul li a .en {
font-size: 10px !important;
}
#global-nav ul li.contact_btn {
background: #333;
padding: 12px 0;
}
#global-nav ul li.contact_btn a{
background: #cebd61;
font-size: 15px;
font-weight: 600;
padding: 7px 0 !important;
display: inline-block;
margin: 0 auto;
text-align: center;
width: 280px !important;
}
#global-nav ul li.contact_btn a.tel{
margin-bottom: 10px;
}
#global-nav ul li.contact_btn a img{
display: inline-block;
margin-right: 15px;
height: auto;
width: auto;
}


#nav-toggle {
display: none;
/* display: block; */
position: absolute;
right: 12px;
top: 14px;
width: 34px;
height: 36px;
cursor: pointer;
z-index: 101;
}
#nav-toggle span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #4c9936;
left: 0;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-315deg);
-moz-transform: rotate(-315deg);
transform: rotate(-315deg);
}

#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 11px;
}
#nav-toggle span:nth-child(3) {
top: 22px;
}
/* #global-nav スライドアニメーション */
.open #global-nav {
/* #global-nav top + #mobile-head height */
-moz-transform: translateY(556px);
-webkit-transform: translateY(556px);
transform: translateY(556px);
}
 
 
 
 
 
 
 
 
#top-head nav {
 position: absolute;
 top: 60px;
 left:16%;
}

#top-head nav ul li {
 display: inline-block;
 font-weight: 700;
 margin-left: 12px;
 font-size: 1.6rem;
}

#top-head nav ul li a {
 color: #499B2F;
}

#top-head nav ul li a:hover {
 color:#B39700;
}
 
 
 
 
a#plink01, a#plink02, a#plink03, a#plink04 {
margin-top:-110px;
padding-top:110px;
display: inline-block;
 }
 
 
 
/*▲SP menu▲*/


 
 
 
 
 
ul.footerFix {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
 
ul.footerFix li {
    width: calc(50% - 3px);
    display: inline-block;
    text-align: center;
 }
 
ul.footerFix li a {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #cebd61;
  color: #fff;
  text-decoration: none;
  font-weight: 700; 
 }
 
ul.footerFix li a img {
 vertical-align: middle;
 margin-right: 10px;
 }
 

 
 
 
 
 
 
 
 
 


.footer .footer_box {
	margin: 0 auto;
	height: auto;
	width: 90%;
  padding-top: 15px;
	padding-bottom: 30px;
}
.footer .footer_box .left_b {
	padding-top: 10px;
	width: 100%;
	margin-bottom: 20px;
	float: none;
}
	.footer .footer_box .left_b img{
		width: auto;
}
.footer .footer_box .right_b {
	float: none;
	height: auto;
	width: 100%;
	position: relative;
}
.footer .footer_box .right_b .f_menu {
	float: none;
	height: 36px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.footer .footer_box .right_b .f_menu ul {
	width: 100%;
}
.footer .footer_box .right_b .f_menu ul li{
	float: left;
	text-align: center;
}
.footer .footer_box .right_b .f_menu ul #bt1 {
	padding-left: 0;
	padding-right: 0;
	width: 28%;
}
.footer .footer_box .right_b .f_menu ul #bt2 {
	padding-left: 0;
	padding-right: 0;
	width: 42%;
}
.footer .footer_box .right_b p {
	color: #C2CFB9;
	font-size: 98%!important;
	float: none;
}
.footer .footer_box .right_b .copy {
	padding-top: 10px;
	float: none;
	height: auto;
	position: static;
	text-align: center;
	width: 100%;
 font-size: 1.1rem;
}
.footer .footer_box .right_b .f_menu ul #bt3 {
	padding-left: 0;
	padding-right: 0;
	width: 29%;
}

 
 
 
 
 
 .page-top {
  width: 36px;
  height: 36px;
  right: 10px;
  bottom: 60px;
}

.page-top i {
 color: #fff;
 margin: 10px 0 0 12px;
}

 
 
 
 

}




@media only screen and (max-width: 767px) {
	#top-head nav ul li {
 font-size: 1.1rem;
}


#top-head nav {
 position: absolute;
 top: 52px;
 left: 0;
}


}






@media only screen and (max-width: 320px) {

#top-head nav ul li {
margin-left: 11px;
font-size: 1.1rem;
}


ul.footerFix li {
    width: 49.3%;

 }

}


