@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/


.topMain .topKvPanel {
  margin: 0 0 100px;
}

.topMain .topKv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1100px;
}

.topMain .topKv .kvBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topMain .topKv .kvBox > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}

.topMain .topKv .kv01 {
  background: url(https://moeshiny.com/system_panel/uploads/images/top_kv_01.png) right no-repeat;
  background-size: cover;
}

.topMain .topKv .kv02 {
  background: url(https://moeshiny.com/system_panel/uploads/images/top_kv_02.png) center no-repeat;
  background-size: cover;
}

.topMain .topKv .kv03 {
  background: url(https://moeshiny.com/system_panel/uploads/images/top_kv_03.png) left no-repeat;
  background-size: cover;
}

.topMain .topKv .kvTtlBox {
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.topMain .topKv .kvTtl {
  position: absolute;
  top: 40%;/*50%*/
  left: 0;
  width: 60%;
  max-width: 500px;
  z-index: 1;
}

.topMain .topKv .kvTtl h1 {
  text-align: center;
}

.topMain .sec01 {
  position: relative;
  margin: 0 0 100px;
  text-align: center;
}

.topMain .sec01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: #f3f3f2;
  transition: 1s;
}

.topMain .sec01.active:before {
  height: 100%;
}

.topMain .sec01 .secWrap02 {
  position: relative;
}

.topMain .sec01 .secWrap02:after {
  content: '';
  position: absolute;
  right: 80px;
  bottom: -80px;
  width: 300px;
  height: 180px;
  background: url(https://moeshiny.com/system_panel/uploads/images/top_sec01_txt.png) no-repeat;
  background-size: 100% auto;
}

.topMain .sec01 .ttl {
  position: relative;
  top: -15px;
  display: inline-block;
  padding: 5px;
  width: 180px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.1em;
  background: #ffffff;
}

.topMain .sec01 .secBox {
  padding: 60px 0 100px;
}

.topMain .sec01 .secBox .title {
  margin: 0 0 60px;
  font-size: 35px;/*30px*/
  color: #414141;
  letter-spacing: 0.2em;
}

.topMain .sec01 .secBox .txt {
  line-height: 2;
  letter-spacing: 0.2em;
}

.topMain .sec01 .secBox .txt p + p {
  margin: 20px 0 0;
}

.topMain .photoListPanel {
  margin: 0 0 200px;
}

.topMain .sec02 {
  margin: 0 0 200px;
}

.topMain .sec02 .secWrap01 {
  position: relative;
}

.topMain .sec02 .txt {
  padding: 60px 25px 0;
  line-height: 2;
  letter-spacing: 0.2em;
}

.topMain .sec02 .webgene-blog .webgene-header {
  display: none;
}

.topMain .sec02 .webgene-blog .webgene-item a {
  display: block;
}

.topMain .sec02 .webgene-blog .webgene-item p {
  margin: 15px 0 0;
  letter-spacing: 0.2em;
}

@media (min-width: 1025px) {
  .topMain .sec02 .secBox {
    height: 500px;
  }
  .topMain .sec02 .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 0 250px;
  }
  .topMain .sec02 .webgene-blog .webgene-item {
    width: calc((100% / 2) - 40px);
    max-width: 350px;
  }
  .topMain .sec02 .webgene-blog .webgene-item:nth-of-type(2) {
    position: absolute;
    top: 40px;/*60px*/
    left: 41%;/*45%*/
  }
  .topMain .sec02 .webgene-blog .webgene-item:nth-of-type(3) {
    position: absolute;
    top: 160px;/*120px*/
    right: -80px;/*-100px*/
  }
  .topMain .sec02 .webgene-blog .webgene-item:nth-of-type(4){/**/
    margin: -30px 0 0 0;
  }
    
  .topMain .sec02 .webgene-blog .webgene-item:nth-of-type(5) {
    position: absolute;
    left: 460px;/*400px*/
    bottom: 190px;/*150px*/
  }
  .topMain .sec02 .webgene-blog .photo {
    overflow: hidden;
    position: relative;
    padding: 0 0 120%;
  }
  .topMain .sec02 .webgene-blog .photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .topMain .sec02 .ul {
    display: flex;
    justify-content: space-between;
    width: 800px;
  }
  .topMain .sec02 .ul .li {
    position: relative;
    width: 45%;
  }
  .topMain .sec02 .list01 {
    position: absolute;
    top: 0;
    left: 45%;
    padding: 60px 0 0;
  }
  .topMain .sec02 .list01 .li + .li {
    top: 120px;
  }
  .topMain .sec02 .list02 {
    margin: 0 0 300px;
    padding: 200px 0 0;
  }
  .topMain .sec02 .list02 .li + .li {
    top: 180px;
  }
}

.topMain .sec03 {
  position: relative;
  margin: 0 0 200px;
}

.topMain .sec03:before {
  content: '';
  position: absolute;
  top: -60px;
  left: -10%;
  width: 200%;
  height: 0;
  z-index: -1;
  background: #f3f3f2;
  transition: 1s;
  transform: rotate(-8deg);
}

.topMain .sec03.active:before {
  height: 640px;
}

.topMain .sec03 .secBox {
  position: relative;
  margin: 0 0 350px;
}

.topMain .sec03 .txt {
  max-width: 520px;
  padding: 60px 25px 0;
  line-height: 2;
  letter-spacing: 0.2em;
}

.topMain .sec03 .txt p + p {
  margin: 30px 0 0;
}

.topMain .sec03 .bnrList {
  max-width: 1000px;
  margin: 0 auto;
}

.topMain .sec03 .bnrList .ul a {
  display: block;
}

@media (min-width: 1025px) {
  .topMain .sec03 .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
  .topMain .sec03 .bnrList .ul {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec03 .bnrList .ul .li {
    width: calc((100% / 3) - 25px);
  }
}

.topMain .sec04 {
  margin: 0 0 200px;
}

.topMain .sec04 .secBox {
  position: relative;
  margin: 0 0 200px;
}

.topMain .sec04 .txt {
  max-width: 520px;
  padding: 60px 25px 0;
  line-height: 2;
  letter-spacing: 0.2em;
}

.topMain .sec04 .txt p + p {
  margin: 30px 0 0;
}

@media (min-width: 1025px) {
  .topMain .sec04 .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
}

.topMain .sec05 {
  position: relative;
  margin: 0 0 150px;
  text-align: center;
}

.topMain .sec05:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: #f3f3f2;
  transition: 1s;
}

.topMain .sec05.active:before {
  height: 85%;
}

.topMain .sec05 .secWrap02 {
  position: relative;
}

.topMain .sec05 .secWrap02:after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: 50px;
  width: 600px;
  height: 250px;
  background: url(https://moeshiny.com/system_panel/uploads/images/top_sec05_txt.png) no-repeat;
  background-size: 100% auto;
}

.topMain .sec05 .ttl {
  position: relative;
  top: -15px;
  display: inline-block;
  padding: 5px;
  width: 180px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.1em;
  background: #ffffff;
}

.topMain .sec05 .secBox {
  padding: 60px 0 200px;
}

.topMain .sec05 .secBox .title {
  margin: 0 0 60px;
  font-size: 30px;
  color: #414141;
  letter-spacing: 0.2em;
}

.topMain .sec05 .secBox .txt {
  line-height: 2;
  letter-spacing: 0.2em;
}

.topMain .sec05 .secBox .txt p + p {
  margin: 20px 0 0;
}

.topMain .sec06 {
  padding: 0 0 100px;
}

.topMain .sec06 .secTtlBox {
  margin: 0 0 60px;
}

.topMain .sec06 .webgene-blog {
  letter-spacing: 0.2em;
}

.topMain .sec06 .webgene-blog .webgene-header {
  display: none;
}

.topMain .sec06 .webgene-blog a {
  display: block;
}

.topMain .sec06 .webgene-blog .photo {
  margin: 0 0 10px;
}

.topMain .sec06 .webgene-blog .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}

.topMain .sec06 .webgene-blog .info .time {
  display: inline-block;
  color: #b78f8f;
}

.topMain .sec06 .webgene-blog .info .cate {
  display: inline-block;
  min-width: 110px;
  padding: 0 5px;
  color: #b78f8f;
  text-align: center;
  border: 1px solid #e4c6c6;
}

.topMain .sec06 .webgene-blog .ttl {
  line-height: 2;
}

.topMain .sec06 .btnMore {
  margin: 60px auto 0;
}

@media (min-width: 1025px) {
  .topMain .sec06 .webgene-blog {
    display: flex;
    margin: 0 0 0 -80px;
  }
  .topMain .sec06 .webgene-blog .webgene-item {
    width: calc((100% / 3) - 40px);
    margin: 0 0 0 80px;
  }
}

/*////////////////////////////////////////////////////////////
	about
///////////////////////////////////////////////////////////*/
.aboutMain .pageKv {
  background: url(https://moeshiny.com/system_panel/uploads/images/about_kv.png) center no-repeat;
  background-size: cover;
}

.aboutMain .sec01 {
  position: relative;
  text-align: center;
  margin-top: 120px;/**/
}

.aboutMain .sec01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: #f3f3f2;
  transition: 1s;
}

.aboutMain .sec01.active:before {
  height: 100%;
}

.aboutMain .sec01 .secWrap02 {
  position: relative;
}

.aboutMain .sec01 .secWrap02:after {
  content: '';
  position: absolute;
  right: 80px;
  bottom: -60px;
  width: 150px;
  height: 100px;
  background: url(https://moeshiny.com/system_panel/uploads/images/about_sec01_txt.png) no-repeat;
  background-size: 100% auto;
}

.aboutMain .sec01 .ttl {
  position: relative;
  top: -15px;
  display: inline-block;
  padding: 5px;
  width: 180px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.1em;
  background: #ffffff;
}

.aboutMain .sec01 .secBox {
  padding: 60px 0 100px;
}

.aboutMain .sec01 .secBox .title {
  margin: 0 0 60px;
  font-size: 30px;
  color: #414141;
  letter-spacing: 0.2em;
}

.aboutMain .sec01 .secBox .txt {
  line-height: 2;
  letter-spacing: 0.2em;
}

.aboutMain .sec01 .secBox .txt p + p {
  margin: 20px 0 0;
}

.aboutMain .sec02 {
  padding: 150px 0;
}

.aboutMain .sec02 .secBoxList .secBox .onBox .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
  color: #f2f2f2;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
  background: #232323;
}

.aboutMain .sec02 .secBoxList .secBox .onBox .txt p + p {
  margin: 30px 0;
}

.aboutMain .sec02 .secBoxList .secBox .txtBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.aboutMain .sec02 .secBoxList .secBox .txtBox .dl .dt {
  position: relative;
  margin: 0 0 80px;
  font-size: 24px;
  color: #232323;
  letter-spacing: 0.1em;
}

.aboutMain .sec02 .secBoxList .secBox .txtBox .dl .dt:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 1px;
  height: 40px;
  margin: 0 auto;
  background: #17181a;
}

.aboutMain .sec02 .secBoxList .secBox .txtBox .dl .dd {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.aboutMain .sec02 .secBoxList .secBox01 .onBox {
  background: url(https://moeshiny.com/system_panel/uploads/images/about_sec02_img_01.png) center no-repeat;
  background-size: cover;
}

.aboutMain .sec02 .secBoxList .secBox02 .onBox {
  background: url(https://moeshiny.com/system_panel/uploads/images/about_sec02_img_02.png) center no-repeat;
  background-size: cover;
}

.aboutMain .sec02 .secBoxList .secBox03 .onBox {
  background: url(https://moeshiny.com/system_panel/uploads/images/about_sec02_img_03.png) center no-repeat;
  background-size: cover;
}

.aboutMain .sec02 .secBoxList .secBox04 .onBox {
  background: url(https://moeshiny.com/system_panel/uploads/images/about_sec02_img_04.png) center no-repeat;
  background-size: cover;
}

.aboutMain .sec02 .secBoxList .secBox05 .onBox {
  background: url(https://moeshiny.com/system_panel/uploads/images/about_sec02_img_05.png) center no-repeat;
  background-size: cover;
}

.aboutMain .sec02 .secBoxList .secBox06 .onBox {
  background: url(https://moeshiny.com/system_panel/uploads/images/about_sec02_img_06.png) center no-repeat;
  background-size: cover;
}

@media (min-width: 1025px) {
  .aboutMain .sec02 .secBoxList .secBox {
    display: flex;
    height: 500px;/*500px*/
  }
  .aboutMain .sec02 .secBoxList .secBox .onBox {
    width: 50%;
  }
  .aboutMain .sec02 .secBoxList .secBox .onBox:hover .txt {
    opacity: 1;
  }
  .aboutMain .sec02 .secBoxList .secBox .onBox .txt {
    opacity: 0;
    transition: all 0.6s ease;
  }
  .aboutMain .sec02 .secBoxList .secBox .txtBox {
    width: 50%;
  }
  .aboutMain .sec02 .secBoxList .secBoxType01 .txtBox {
    order: 2;
    background: url(https://moeshiny.com/system_panel/uploads/images/about_sec02_bg_01.png) center no-repeat;
    background-size: cover;
  }
  .aboutMain .sec02 .secBoxList .secBoxType01 .onBox {
    order: 1;
  }
  .aboutMain .sec02 .secBoxList .secBoxType01 .onBox .txt {
    position: relative;
    left: 100%;
  }
  .aboutMain .sec02 .secBoxList .secBoxType02 .txtBox {
    background: url(https://moeshiny.com/system_panel/uploads/images/about_sec02_bg_02.png) center no-repeat;
    background-size: cover;
  }
  .aboutMain .sec02 .secBoxList .secBoxType02 .onBox .txt {
    position: relative;
    right: 100%;
  }
}

.aboutMain .secPanel {
  padding: 0 0 200px;
}

.aboutMain .secPanel .section + .section {
  margin: 200px 0 0;
}

.aboutMain .secPanel .ttl {
  padding: 30px 20px;
}

.aboutMain .secPanel .ttl h2 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 50px;
  font-size: 30px;
  color: #c5c5bf;
  letter-spacing: 0.2em;
}

.aboutMain .secPanel .ttl h2:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #c5c5bf;
}

.aboutMain .secPanel .dl {
  padding: 60px 40px 0;
}

.aboutMain .secPanel .dl .dt {
  margin: 0 0 40px;
  font-size: 30px;
  color: #414141;
  letter-spacing: 0.2em;
}

.aboutMain .secPanel .dl .dd {
  line-height: 2;
  letter-spacing: 0.1em;
}

.aboutMain .secPanel .dl .dd p + p {
  margin: 20px 0 0;
}

@media (min-width: 1025px) {
  .aboutMain .secPanel .section {
    display: flex;
  }
  .aboutMain .secPanel .section > * {
    width: 50%;
  }
  .aboutMain .secPanel .section .photo {
    overflow: hidden;
    position: relative;
    min-height: 520px;
  }
  .aboutMain .secPanel .section .photo img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
  }
  .aboutMain .secPanel .sec03 .inner {
    position: relative;
    max-width: 620px;
  }
  .aboutMain .secPanel .sec03 .inner:before {
    content: '';
    position: absolute;
    top: 100px;
    right: -50px;
    width: 1200px;
    height: 500px;
    z-index: -1;
    background: #f3f3f2;
  }
  .aboutMain .secPanel .sec04 .photo {
    order: 2;
  }
  .aboutMain .secPanel .sec04 .txtBox {
    order: 1;
    text-align: right;
  }
  .aboutMain .secPanel .sec04 .inner {
    position: relative;
    display: inline-block;
    max-width: 600px;
    text-align: left;
  }
  .aboutMain .secPanel .sec04 .inner:before {
    content: '';
    position: absolute;
    top: 100px;
    left: -50px;
    width: 1200px;
    height: 500px;
    z-index: -1;
    background: #f3f3f2;
  }
}

/*////////////////////////////////////////////////////////////
	order
///////////////////////////////////////////////////////////*/
.orderMain .pageKv {
  margin: 0 0 100px;
  background: url(https://moeshiny.com/system_panel/uploads/images/order_kv.png) center no-repeat;
  background-size: cover;
}

.orderMain .linkPanel {
  text-align: center;
  background: #f3f3f2;
}

.orderMain .linkPanel .ttl {
  position: relative;
  top: -15px;
  display: inline-block;
  padding: 5px;
  width: 180px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 2;
  background: #ffffff;
}

.orderMain .linkPanel .linkList {
  padding: 60px 0 80px;
}

.orderMain .linkPanel .linkList .ul .li {
  display: inline-block;
  color: #414141;
  letter-spacing: 0.2em;
  text-decoration: underline;
  cursor: pointer;
}

.orderMain .linkPanel .linkList .ul .li + .li {
  position: relative;
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}

.orderMain .linkPanel .linkList .ul .li + .li:before {
  content: '｜';
  position: absolute;
  top: 0;
  left: -10px;
}

@media (min-width: 1025px) {
  .orderMain .linkPanel {
    position: relative;
    height: 200px;
  }
  .orderMain .linkPanel .linkList {
    position: absolute;
    top: 40px;
	left: 0;
	width: 100%;
	padding: 40px 0 80px;
    z-index: 1;
    background: #f3f3f2;
    transition: 0.6s;
  }
  .orderMain .linkPanel.fixed .linkList {
    position: fixed;
    top: 0px;
    padding: 30px 0;
    z-index: 998;
  }
}

.orderMain .sec01 {
  padding: 80px 0 150px;
}

.orderMain .sec01 .secTtlBox {
  margin: 0 0 60px;
}

.orderMain .sec01 .itemList .ul .img {
  margin: 0 0 10px;
}

.orderMain .sec01 .itemList .ul .span {
  margin: 0 0 5px;
  color: #b78f8f;
  letter-spacing: 0.1em;
}

.orderMain .sec01 .itemList .ul .em {
  letter-spacing: 0.2em;
}

.orderMain .sec01 .itemList01 {
  margin: 0 0 120px;
}

.orderMain .sec01 .moreBox {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #e4e4dc;
}

.orderMain .sec01 .moreBox p {
  display: inline-block;
  padding: 0 50px 0 0;
  color: #232323;
  cursor: pointer;
  background: url(https://moeshiny.com/system_panel/uploads/images/order_more_arrow.png) right center no-repeat;
  background-size: 6px auto;
}

.orderMain .sec01 .itemList02 {
  padding: 60px 0 0;
}

@media (min-width: 1025px) {
  .orderMain .sec01 .itemList .ul {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 0 -80px;
  }
  .orderMain .sec01 .itemList .ul .li {
    width: calc((100% / 3) - 80px);
    margin: 40px 0 0 80px;
  }
}

.orderMain .sec02 {
  padding: 80px 0;
  background: #f3f3f2;
}

.orderMain .sec02 .secTtlBox {
  margin: 0 0 60px;
}

.orderMain .sec02 .secBoxList {
  margin: 0 0 80px;
}

.orderMain .sec02 .secBoxList .secBox + .secBox {
  margin: 120px 0 0;
}

.orderMain .sec02 .secBoxList .txtBox {
  padding: 40px 0 0;
}

.orderMain .sec02 .secBoxList .txtBox .ttlBox {
  padding: 10px 60px;
  color: #ffffff;
  background: #202020;
}

.orderMain .sec02 .secBoxList .txtBox .ttlBox p {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 20px;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.orderMain .sec02 .secBoxList .txtBox .ttlBox h3 {
  display: inline-block;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.orderMain .sec02 .secBoxList .txtBox .infoBox {
  padding: 50px 0;
}

.orderMain .sec02 .secBoxList .txtBox .infoBox .dl {
  display: table;
  width: 100%;
}

.orderMain .sec02 .secBoxList .txtBox .infoBox .dl + .dl {
  margin: 40px 0 0;
}

.orderMain .sec02 .secBoxList .txtBox .infoBox .dl .dt {
  display: table-cell;
  width: 190px;
}

.orderMain .sec02 .secBoxList .txtBox .infoBox .dl .dt p {
  padding: 5px;
  text-align: center;
  border: 1px solid #202020;
  background: #ffffff;
}

.orderMain .sec02 .secBoxList .txtBox .infoBox .dl .dd {
  display: table-cell;
  padding: 0 0 0 20px;
  line-height: 2;
  letter-spacing: 0.2em;
}

.orderMain .sec02 .secBoxList .txtBox .aside {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
}

.orderMain .sec02 .secBoxList .txtBox .btnMore {
  margin: 30px 0 0;
}

@media (min-width: 1025px) {
  .orderMain .sec02 .secBoxList .secBox {
    position: relative;
    min-height: 500px;
  }
  .orderMain .sec02 .secBoxList .secBox .photo {
    width: 670px;
  }
  .orderMain .sec02 .secBoxList .secBox .txtBox {
    position: relative;
    width: 750px;
  }
  .orderMain .sec02 .secBoxList .secBox:nth-child(odd) .photo {
    position: absolute;
    top: 0;
    left: -130px;
  }
  .orderMain .sec02 .secBoxList .secBox:nth-child(odd) .txtBox {
    float: right;
  }
  .orderMain .sec02 .secBoxList .secBox:nth-child(odd) .infoBox {
    padding: 50px 0 50px 60px;
  }
  .orderMain .sec02 .secBoxList .secBox:nth-child(even) .photo {
    position: absolute;
    top: 0;
    right: -130px;
  }
  .orderMain .sec02 .secBoxList .secBox:nth-child(even) .infoBox {
    max-width: 650px;
  }
  .orderMain .sec02 .secBoxList .inner {
    padding: 0 0 0 140px;
  }
}

.orderMain .sec03 {
  padding: 80px 0;
}

.orderMain .sec03 .secTtlBox {
  margin: 0 0 60px;
}

.orderMain .sec03 .flowListBox {
  max-width: 1000px;
  margin: 0 auto 80px;
}

.orderMain .sec03 .flowListBox .ol > .li {
  position: relative;
  display: table;
  width: 100%;
  padding: 0 0 60px;
}

.orderMain .sec03 .flowListBox .ol > .li:before {
  content: '';
  position: absolute;
  top: 75px;
  left: 28px;
  letter-spacing: 15px;
  width: 1px;
  height: calc(100% - 75px);
  background: #e1dbd6;
}

.orderMain .sec03 .flowListBox .ol > .li + .li {
  margin: 20px 0 0;
}

.orderMain .sec03 .flowListBox .ol .numBox {
  display: table-cell;
  width: 65px;
  text-align: center;
  letter-spacing: 0.1em;
}

.orderMain .sec03 .flowListBox .ol .numBox p {
  position: relative;
  font-size: 35px;
  color: #a48b77;
  line-height: 1.3;
}

.orderMain .sec03 .flowListBox .ol .numBox p:after {
  content: '.';
  position: absolute;
  right: 0;
  bottom: 0;
}

.orderMain .sec03 .flowListBox .ol .numBox h3 {
  font-size: 13px;
}

.orderMain .sec03 .flowListBox .ol .txtBox {
  display: table-cell;
  padding: 10px 30px;
  vertical-align: top;
}

.orderMain .sec03 .flowListBox .ol .txtBox > .dl > .dt {
  margin: 0 0 20px;
  font-size: 24px;
  color: #232323;
  letter-spacing: 0.2em;
}

.orderMain .sec03 .flowListBox .ol .txtBox > .dl > .dd > p {
  line-height: 2;
  letter-spacing: 0.2em;
}

.orderMain .sec03 .flowListBox .ol .txtBox .contactLink {
  max-width: 750px;
  margin: 30px 0 0;
}

.orderMain .sec03 .flowListBox .ol .txtBox .contactLink .ul {
  text-align: center;
}

.orderMain .sec03 .flowListBox .ol .txtBox .contactLink .ul a {
  position: relative;
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  border: 1px solid #e4c6c6;
  background: #a48b77;
}

.orderMain .sec03 .flowListBox .ol .txtBox .contactLink .ul a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 25px;
  height: 1px;
  margin: auto 0;
  background: #e4c6c6;
  transition: 0.6s;
}

@media (min-width: 1025px) {
  .orderMain .sec03 .flowListBox .ol .txtBox .contactLink .ul a:hover:after {
    right: -17px;
  }
}

.orderMain .sec03 .flowListBox .ol .txtBox .contactLink .ul .dl .dt {
  letter-spacing: 0.2em;
}

.orderMain .sec03 .flowListBox .ol .txtBox .contactLink .ul .dl .dd {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media (min-width: 1025px) {
  .orderMain .sec03 .flowListBox .ol .txtBox .contactLink .ul {
    display: flex;
    justify-content: space-between;
  }
  .orderMain .sec03 .flowListBox .ol .txtBox .contactLink .ul .li {
    width: calc((100% / 2) - 20px);
  }
}

.orderMain .sec04 {
  padding: 80px 0;
}

.orderMain .sec04 .secTtlBox {
  margin: 0 0 60px;
}

.orderMain .sec04 .secTtlBox + p {
  padding: 0 25px 20px;
  line-height: 2;
  letter-spacing: 0.2em;
}

.orderMain .sec04 .priceTop {
  margin: 0 0 100px;
  padding: 30px 10px;
  text-align: center;
  background: #f3f3f2;
}

.orderMain .sec04 .priceTop .dl .dt {
  margin: 0 0 30px;
  font-size: 30px;
  color: #414141;
  letter-spacing: 0.2em;
}

.orderMain .sec04 .priceTop .dl .dd {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.orderMain .sec04 .priceTop .dl .dd .em {
  width: 25%;
  padding: 20px 10px;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.2em;
  background: #a48b77;
}

.orderMain .sec04 .priceTop .dl .dd .span {
  margin: 0 20px;
  font-size: 24px;
}

.orderMain .sec04 .pricePanel {
  padding: 0 0 80px;
  text-align: center;
  background: #f3f3f2;
}

.orderMain .sec04 .pricePanel .priceSec + .priceSec {
  margin: 100px 0 0;
}

.orderMain .sec04 .pricePanel .ttl {
  position: relative;
  top: -15px;
  display: inline-block;
  padding: 5px;
  width: 180px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.1em;
  background: #ffffff;
}

.orderMain .sec04 .pricePanel .priceListBox {
  padding: 60px 0 0;
}

.orderMain .sec04 .pricePanel .priceListBox .dl + .dl {
  margin: 60px 0 0;
}

.orderMain .sec04 .pricePanel .priceListBox .dl .dt {
  margin: 0 0 15px;
  padding: 10px;
  letter-spacing: 0.1em;
  background: url(https://moeshiny.com/system_panel/uploads/images/order_price_ttl_line.png) left bottom repeat-x;
  background-size: auto 5px;
}

.orderMain .sec04 .pricePanel .priceListBox .dl .dd > p {
  line-height: 2;
  letter-spacing: 0.2em;
}

.orderMain .sec04 .pricePanel .priceListBox .dl .ul .li {
  overflow: hidden;
  line-height: 2;
  letter-spacing: 0.2em;
}

.orderMain .sec04 .pricePanel .priceListBox .dl .ul .li p {
  float: left;
  width: 45%;
  text-align: left;
}

.orderMain .sec04 .pricePanel .priceListBox .dl .ul .li p + p {
  float: right;
  text-align: right;
}

@media (min-width: 1025px) {
  .orderMain .sec04 .pricePanel .priceSec01 .priceListBox {
    display: flex;
    justify-content: space-between;
  }
  .orderMain .sec04 .pricePanel .priceSec01 .priceListBox > * {
    width: 50%;
    padding: 0 5%;
  }
  .orderMain .sec04 .pricePanel .priceSec01 .priceListBox .dl {
    min-height: 190px;
  }
}

.orderMain .sec04 .pricePanel .priceSec02 .priceListBox {
  text-align: left;
}

/*////////////////////////////////////////////////////////////
	rental
///////////////////////////////////////////////////////////*/
.rentalMain .pageKv {
  margin: 0 0 100px;
  background: url(https://moeshiny.com/system_panel/uploads/images/rental_kv.png) center no-repeat;
  background-size: cover;
}

.rentalMain .sec01 {
  position: relative;
  padding: 0 0 200px;
}

.rentalMain .sec01:before {
  content: '';
  position: absolute;
  top: 40px;
  left: -10%;
  width: 200%;
  height: 0;
  z-index: -1;
  background: #f3f3f2;
  transition: 1s;
  transform: rotate(-8deg);
}

.rentalMain .sec01.active:before {
  height: 400px;
}

.rentalMain .sec01 .secBox {
  position: relative;
  padding: 100px 0 80px;
}

.rentalMain .sec01 .secBox h2 {
  margin: 0 0 30px;
  font-size: 30px;
  letter-spacing: 0.2em;
}

.rentalMain .sec01 .secBox .txt {
  max-width: 500px;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (min-width: 1025px) {
  .rentalMain .sec01 .secBox .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }
}

.rentalMain .sec01 .imgList {
  margin: 0 0 250px;
}

@media (min-width: 1025px) {
  .rentalMain .sec01 .imgList .ul {
    display: flex;
    justify-content: space-between;
  }
  .rentalMain .sec01 .imgList .ul .li {
    position: relative;
    width: calc((100% / 3) - 40px);
  }
  .rentalMain .sec01 .imgList .ul .li:nth-child(2) {
    top: 80px;
  }
  .rentalMain .sec01 .imgList .ul .li:nth-child(3) {
    top: 160px;
  }
}

.rentalMain .sec01 .recommend {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px 40px;
  text-align: center;
  background: #f3f3f2;
}

.rentalMain .sec01 .recommend .dl .dt {
  position: relative;
  top: -15px;
  display: inline-block;
  padding: 5px 30px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  background: #ffffff;
}

.rentalMain .sec01 .recommend .dl .dd {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.rentalMain .sec01 .recommend .dl .dd .ul {
  width: 50%;
  text-align: left;
  letter-spacing: 0.2em;
}

.rentalMain .sec01 .recommend .dl .dd .ul .li {
  padding: 0 0 0 25px;
  background: url(https://moeshiny.com/system_panel/uploads/images/rental_icon_check.png) left center no-repeat;
  background-size: 20px auto;
}

.rentalMain .sec01 .recommend .dl .dd .ul .li + .li {
  margin: 15px 0 0;
}

.rentalMain .sec02 {
  padding: 0 0 150px;
}

.rentalMain .sec02 .secTtlBox {
  margin: 0 0 40px;
}

.rentalMain .sec02 .secBoxList {
  margin: 0 0 60px;
}

.rentalMain .sec02 .secBoxList .secBox {
  position: relative;
}

.rentalMain .sec02 .secBoxList .secBox .txtBox h3 {
  margin: 0 0 30px;
  font-size: 30px;
  letter-spacing: 0.2em;
}

.rentalMain .sec02 .secBoxList .secBox .txtBox .txt {
  line-height: 2;
  letter-spacing: 0.2em;
}

.rentalMain .sec02 .secBoxList .secBox .txtBox .txt p + p {
  margin: 20px 0 0;
}

@media (min-width: 1025px) {
  .rentalMain .sec02 .secBoxList .secBox {
    display: flex;
    align-items: center;
  }
  .rentalMain .sec02 .secBoxList .secBox > * {
    width: 50%;
  }
  .rentalMain .sec02 .secBoxList .secBox:nth-child(odd) .photo {
    order: 2;
  }
  .rentalMain .sec02 .secBoxList .secBox:nth-child(odd) .photo img {
    left: 0;
  }
  .rentalMain .sec02 .secBoxList .secBox:nth-child(odd) .txtBox {
    order: 1;
    padding: 0 3% 0 0;
    text-align: right;
  }
  .rentalMain .sec02 .secBoxList .secBox:nth-child(even) .photo img {
    right: 0;
  }
  .rentalMain .sec02 .secBoxList .secBox:nth-child(even) .txtBox {
    padding: 0 0 0 3%;
  }
  .rentalMain .sec02 .secBoxList .secBox .photo {
    overflow: hidden;
    position: relative;
    padding: 0 0 30%;
    height: 100%;
  }
  .rentalMain .sec02 .secBoxList .secBox .photo img {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;/*auto*/
  }
  .rentalMain .sec02 .secBoxList .secBox .inner {
    display: inline-block;
    max-width: 550px;
    text-align: left;
  }
}

.rentalMain .sec03 {
  padding: 0 0 150px;
}

.rentalMain .sec03 .secTtlBox {
  margin: 0 0 40px;
}

.rentalMain .sec03 .ol .img {
  margin: 0 0 15px;
}

.rentalMain .sec03 .ol .dl .dt {
  position: relative;
  margin: 0 0 15px;
}

.rentalMain .sec03 .ol .dl .dt .em {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 35px;
  color: #a48b77;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.rentalMain .sec03 .ol .dl .dt .span {
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.rentalMain .sec03 .ol .dl .dd {
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (min-width: 1025px) {
  .rentalMain .sec03 .ol {
    display: flex;
    justify-content: space-between;
  }
  .rentalMain .sec03 .ol .li {
    width: calc((100% / 4) - 60px);
  }
  .rentalMain .sec03 .ol .li .dl .dt:after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    width: 80px;
    height: 1px;
    margin: auto 0;
    background: #e1dbd6;
  }
  .rentalMain .sec03 .ol .li:last-child .dl .dt:after {
    display: none;
  }
}

.rentalMain .sec04 {
  padding: 0 0 150px;
}

.rentalMain .sec04 .secTtlBox {
  margin: 0 0 40px;
}

.rentalMain .sec04 h3 {
  margin: 0 0 30px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
}

.rentalMain .sec04 .section01 {
  margin: 0 0 100px;
}

.rentalMain .sec04 .section01 .secBox {
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 30px 10px;
  background: #f3f3f2;
}

.rentalMain .sec04 .section01 .secBox .ul {
  max-width: 780px;
  margin: 0 auto;
}

.rentalMain .sec04 .section01 .secBox .ul .li {
  padding: 40px 5px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  background: #a48b77;
}

.rentalMain .sec04 .section01 .secBox .ul .li .em {
  font-size: 30px;
}

.rentalMain .sec04 .section01 .secBox + p {
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 0 30px;/**/
}

@media (min-width: 768px) {/*min-width: 1025px)--------------------*/
  .rentalMain .sec04 .section01 .secBox .ul {
    display: flex;
    justify-content: space-between;
  }
  .rentalMain .sec04 .section01 .secBox .ul .li {
    width: calc((100% / 4) - 40px);
  }
}

.rentalMain .sec04 .section02 {
  margin: 0 0 100px;
}

.rentalMain .sec04 .section02 .returnList {
  max-width: 1000px;
  margin: 0 auto;
}

.rentalMain .sec04 .section02 .returnList .ol {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
}

.rentalMain .sec04 .section02 .returnList .ol .li {
  position: relative;
}

.rentalMain .sec04 .section02 .returnList .ol .li + .li {
  background: #f9e7e2;
}

.rentalMain .sec04 .section02 .returnList .ol .li:nth-child(1), .rentalMain .sec04 .section02 .returnList .ol .li:nth-child(2), .rentalMain .sec04 .section02 .returnList .ol .li:nth-child(4) {
  opacity: 0.8;
}

.rentalMain .sec04 .section02 .returnList .ol .entry {
  padding: 30px 0;
  color: #ffffff;
  background: #986a45;
}

.rentalMain .sec04 .section02 .returnList .ol .dl .dt {
  padding: 10px;
  color: #ffffff;
  background: #986a45;
}

.rentalMain .sec04 .section02 .returnList .ol .dl .dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.rentalMain .sec04 .section02 .returnList .ol .dl .dd .em {
  font-size: 24px;
}

@media (min-width: 1025px) {
  .rentalMain .sec04 .section02 .returnList .ol {
    display: flex;
    justify-content: space-between;
  }
  .rentalMain .sec04 .section02 .returnList .ol .li {
    width: calc((100% / 3) - 60px);
  }
  .rentalMain .sec04 .section02 .returnList .ol .li + .li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -45px;
    bottom: 0;
    width: 45px;
    height: 4px;
    margin: auto 0;
    border-top: 3px dotted #c9bbaf;
  }
  .rentalMain .sec04 .section02 .returnList .ol .entry {
    width: 40px;
    line-height: 2;
    writing-mode: vertical-rl;
  }
  .rentalMain .sec04 .section02 .returnList .ol .dl .dd {
    height: 125px;
  }
}

.rentalMain .sec04 .section03 {
  margin: 0 0 100px;
}

.rentalMain .sec04 .section03 .secBoxList {
  max-width: 1000px;
  margin: 0 auto;
}

.rentalMain .sec04 .section03 .secBox {
  position: relative;
  text-align: center;
}

.rentalMain .sec04 .section03 .secBox + .secBox {
  margin: 30px 0 0;
}

.rentalMain .sec04 .section03 .secBox .no1 {
  position: absolute;
  top: -20px;
  left: 40px;
  width: 100px;
}

.rentalMain .sec04 .section03 .secBox h4 {
  padding: 10px;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.2em;
}

.rentalMain .sec04 .section03 .secBox .secBody {
  padding: 30px 30px 20px;
}

.rentalMain .sec04 .section03 .secBox .priceBox {
  margin: 0 0 15px;
}

.rentalMain .sec04 .section03 .secBox .priceBox .dl {
  margin: 0 0 20px;
}

.rentalMain .sec04 .section03 .secBox .priceBox .dl .dt {
  display: inline-block;
  padding: 10px 0 0;
  font-size: 30px;
  letter-spacing: 0.3em;
  vertical-align: middle;
}

.rentalMain .sec04 .section03 .secBox .priceBox .dl .dt + .dd {
  display: inline-block;
  margin: 0 20px 0 40px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.rentalMain .sec04 .section03 .secBox .priceBox .dl .dt + .dd p {
  display: inline-block;
  font-size: 30px;
}

.rentalMain .sec04 .section03 .secBox .priceBox .dl .dt + .dd .em {
  font-size: 50px;
}

.rentalMain .sec04 .section03 .secBox .priceBox .dl .dd + .dd {
  display: inline-block;
  padding: 10px 0 0;
  vertical-align: middle;
}

.rentalMain .sec04 .section03 .secBox .priceBox .dl .dd + .dd p {
  display: inline-block;
  padding: 2px 10px;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.2em;
  background: #ed935a;
}

.rentalMain .sec04 .section03 .secBox .priceBox .dl + p {
  letter-spacing: 0.2em;
}

.rentalMain .sec04 .section03 .secBox .txt {
  padding: 20px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.2em;
  background: #ffffff;
}

.rentalMain .sec04 .section03 .secBox .txt + p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
}

.rentalMain .sec04 .section03 .secBox:nth-child(1) h4 {
  background: #dcb99d;
}

.rentalMain .sec04 .section03 .secBox:nth-child(1) .secBody {
  background: #fff4eb;
}

.rentalMain .sec04 .section03 .secBox:nth-child(2) h4 {
  background: #b3b3aa;
}

.rentalMain .sec04 .section03 .secBox:nth-child(2) .secBody {
  background: #f8f8f1;
}

.rentalMain .sec04 .section03 .secBox:nth-child(3) h4 {
  background: #a48b77;
}

.rentalMain .sec04 .section03 .secBox:nth-child(3) .secBody {
  background: #fcf4f2;
}

.rentalMain .sec04 .section04 .payment {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.rentalMain .sec04 .section04 .ul .dl {
  letter-spacing: 0.2em;
}

.rentalMain .sec04 .section04 .ul .dl .dt {
  margin: 0 0 15px;
  padding: 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
  background: url(https://moeshiny.com/system_panel/uploads/images/order_price_ttl_line.png) left bottom repeat-x;
  background-size: auto 5px;
}

.rentalMain .sec04 .section04 .ul .dl .dd {
  line-height: 2;
}

@media (min-width: 1025px) {
  .rentalMain .sec04 .section04 .ul {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -40px;
  }
  .rentalMain .sec04 .section04 .ul .li {
    width: calc((100% / 2) - 40px);
    margin: 30px 0 0 40px;
  }
  .rentalMain .sec04 .section04 .ul .dl .dd {
    min-height: 100px;
  }
}

.rentalMain .sec05 {
  padding: 0 0 150px;
}

.rentalMain .sec05 .secTtlBox {
  margin: 0 0 40px;
}

.rentalMain .sec05 .voiceList {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.rentalMain .sec05 .voiceList .ul .li {
  position: relative;
  padding: 20px 15px;
  letter-spacing: 0.2em;
  border: 1px solid #6a6a6a;
  background: #ffffff;
}

.rentalMain .sec05 .voiceList .ul .li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  transition: 0.6s;
}

.rentalMain .sec05 .voiceList .ul .photoBox {
  margin: 0 0 20px;
  text-align: left;/*right*/
}

.rentalMain .sec05 .voiceList .ul .photoBox .photo {
  margin: 0 0 10px;
  max-width:300px;
}

.rentalMain .sec05 .voiceList .ul .photoBox .em {
  margin: 0 0 5px;
  font-size: 22px;
}

.rentalMain .sec05 .voiceList .ul .txtBox,
.rentalMain .sec05 .voiceList .ul .txt {
  line-height: 2;
  }


@media (min-width: 1025px) {
  .rentalMain .sec05 .voiceList .ul {
    display: flex;/*flex*/
    justify-content: space-between;
  }
  .rentalMain .sec05 .voiceList .ul .li {
    width: calc((100% / 2) - 30px);
  }
  .rentalMain .sec05 .voiceList .ul .secBox {
    display: flex;
    justify-content: space-between;
  }
  .rentalMain .sec05 .voiceList .ul .secBox > * {
    width: 48%;
  }
}

/*////////////////////////////////////////////////////////////
	shop
///////////////////////////////////////////////////////////*/
.shopMain .pageKv {
  margin: 0 0 120px;
  background: url(https://moeshiny.com/system_panel/uploads/images/shop_kv.png) center no-repeat;
  background-size: cover;
}

.shopMain .sec01 {
  position: relative;
  margin: 0 0 150px;
  text-align: center;
}

.shopMain .sec01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: #f3f3f2;
  transition: 1s;
}

.shopMain .sec01.active:before {
  height: 100%;
}

.shopMain .sec01 .secWrap02 {
  position: relative;
}

.shopMain .sec01 .secWrap02:after {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 350px;
  height: 190px;
  background: url(https://moeshiny.com/system_panel/uploads/images/shop_sec01_txt.png) no-repeat;
  background-size: 100% auto;
}

.shopMain .sec01 .ttl {
  position: relative;
  top: -15px;
  display: inline-block;
  padding: 5px;
  width: 180px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.1em;
  background: #ffffff;
}

.shopMain .sec01 .secBox {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

.shopMain .sec01 .secBox .title {
  margin: 0 0 60px;
  font-size: 30px;
  color: #414141;
  letter-spacing: 0.2em;
}

.shopMain .sec01 .secBox .txt,
.shopMain .sec01 .secBox .name {
  line-height: 2;
  letter-spacing: 0.2em;
}

.shopMain .sec01 .secBox .txt p + p,
.shopMain .sec01 .secBox .name p + p {
  margin: 20px 0 0;
}

.shopMain .sec01 .secBox .name {
  margin: 30px 0 0;
  text-align: right;
}

.shopMain .sec02 .secTtlBox {
  margin: 0 0 60px;
}

.shopMain .sec02 .nameBox {
  padding: 30px 40px 0;
}

.shopMain .sec02 .nameBox > p {
  margin: 0 0 5px;
  letter-spacing: 0.1em;
}

.shopMain .sec02 .nameBox .name {
  position: relative;
  letter-spacing: 0.2em;
}

.shopMain .sec02 .nameBox .name:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -35px;
  width: 20px;
  height: 1px;
  background: #ff7e06;
}

.shopMain .sec02 .nameBox .name .em {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 20px;
}

.shopMain .sec02 .nameBox .name .span {
  display: inline-block;
  font-size: 14px;
}

.shopMain .sec02 .rightBox .dl {
  letter-spacing: 0.2em;
}

.shopMain .sec02 .rightBox .dl + .dl {
  margin: 60px 0 0;
}

.shopMain .sec02 .rightBox .dl .dt {
  margin: 0 0 30px;
}

.shopMain .sec02 .rightBox .ul .li {
  display: flex;
}

.shopMain .sec02 .rightBox .ul .li + .li {
  margin: 15px 0 0;
}

.shopMain .sec02 .rightBox .ul .li .year p {
  width: 120px;
}

.shopMain .sec02 .rightBox .txt {
  line-height: 2;
}

@media (min-width: 1025px) {
  .shopMain .sec02 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .shopMain .sec02 .leftBox {
    width: 50%;
  }
  .shopMain .sec02 .rightBox {
    width: 45%;
  }
  .shopMain .sec02 .rightBox .txtBox p {
    white-space: nowrap;
  }
}

.shopMain .sec03 {
  position: relative;
}

.shopMain .sec03:before {
  content: '';
  position: absolute;
  top: 40;
  left: -10%;
  width: 200%;
  height: 0;
  z-index: -1;
  background: #f3f3f2;
  transition: 1s;
  transform: rotate(-8deg);
}

.shopMain .sec03.active:before {
  height: 600px;
}

.shopMain .sec03 .secWrap01 {
  padding: 200px 10px;
}

.shopMain .sec03 .secTtlBox {
  margin: 50px 0 60px;/*0 0 60px*/
  
}

.shopMain .sec03 .txtBox {
  padding: 30px 0 60px;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (min-width: 1025px) {
  .shopMain .sec03 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .shopMain .sec03 .mapCnt {
    width: 70%;
  }
  .shopMain .sec03 .mapBox {
    padding: 0 0 60%;
  }
  .shopMain .sec03 .txtBox {
    width: 27%;
  }
}

.shopMain .sec04 {
  padding: 0 0 200px;
}

.shopMain .sec04 .secTtlBox {
  margin: 0 0 60px;
}

.shopMain .sec04 .txtBox .dl {
  display: flex;
  letter-spacing: 0.1em;
}

.shopMain .sec04 .txtBox .dl + .dl {
  margin: 10px 0 0;
}

.shopMain .sec04 .txtBox .dl .dt {
  width: 120px;
}

@media (min-width: 1025px) {
  .shopMain .sec04 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .shopMain .sec04 .photo {
    width: 45%;
  }
  .shopMain .sec04 .txtBox {
    width: 50%;
  }
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .pageKv {
  margin: 0 0 100px;
  background: url(https://moeshiny.com/system_panel/uploads/images/contact_kv.png) center no-repeat;
  background-size: cover;
}

.contactMain .sec01 {
  padding: 0 0 150px;
}

.contactMain .sec01 .secTtlBox {
  margin: 0 0 60px;
}

.contactMain .sec01 .faqPanel {
  position: relative;
  text-align: center;
}

.contactMain .sec01 .faqPanel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: -1;
  background: #f3f3f2;
}

.contactMain .sec01 .faqPanel .section + .section {
  margin: 120px 0 0;
}

.contactMain .sec01 .faqPanel .ttl {
  position: relative;
  top: -15px;
  display: inline-block;
  margin: 0 0 30px;
  padding: 2px 30px;
  font-size: 20px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.2em;
  background: #ffffff;
}

.contactMain .sec01 .faqPanel .dl {
  text-align: left;
  letter-spacing: 0.2em;
}

.contactMain .sec01 .faqPanel .dl + .dl {
  margin: 15px 0 0;
}

.contactMain .sec01 .faqPanel .dl .dt {
  display: table;
  width: 100%;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
  background: #a48b77;
}

.contactMain .sec01 .faqPanel .dl .dt .em {
  display: table-cell;
  width: 50px;
  font-size: 30px;
  color: #d3c3b6;
  vertical-align: top;
}

.contactMain .sec01 .faqPanel .dl .dt .span {
  display: table-cell;
  padding: 7px 0 0;
  font-size: 20px;
  vertical-align: top;
}

.contactMain .sec01 .faqPanel .dl .dd {
  padding: 15px 20px;
  line-height: 2;
  border: 1px solid #6a6a6a;
  background: #ffffff;
}

.contactMain .contactPanel {
  padding: 150px 0;
}

.contactMain .contactPanel .topTxt {
  margin: 0 0 60px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.inputBox {
  position: relative;
}

.inputBox:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  transition: 0.6s;
}

/* 入力項目
--------------------------------------*/
/*テキストボックス・メール・電話*/
.contactForm input[type="text"],
.contactForm input[type="email"],
.contactForm input[type="tel"] {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  font-size: 16px;
  border: 1px solid #6a6a6a;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*テキストエリア*/
.contactForm textarea {
  width: 100%;
  height: 250px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #6a6a6a;
  background: #ffffff;
  resize: none;
}

.contactForm input[type="text"]:focus,
.contactForm input[type="email"]:focus,
.contactForm input[type="tel"]:focus,
.contactForm textarea:focus {
  outline: 0;
  border: 2px solid #90CEFD;
}

.contactForm .btnSubmit {
  position: relative;
  width: 230px;
  margin: 40px auto 0;
  border: 1px solid #6a6a6a;
  background: #ffffff;
  transition: 0.6s;
}

.contactForm .btnSubmit:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f4f4f4;
  transition: 0.6s;
}

.contactForm .btnSubmit:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  width: 25px;
  height: 1px;
  margin: auto 0;
  background: #6a6a6a;
  transition: 0.6s;
}

@media (min-width: 1025px) {
  .contactForm .btnSubmit:hover {
    background: #d0d0d0;
  }
  .contactForm .btnSubmit:hover:before {
    top: 0;
    left: 0;
  }
  .contactForm .btnSubmit:hover:after {
    right: -17px;
  }
}

.contactForm button[type="submit"] {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  color: #202020;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
  background: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.6s;
}

.contactForm button[type="submit"][disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.contactForm .form {
  letter-spacing: 0.05em;
}

.contactForm .form .checkList .ul {
  display: inline-block;
}

.contactForm .form .checkList .ul + .ul {
  margin: 0 0 0 40px;
}

.contactForm .form .checkList .ul .li + .li {
  margin-top: 10px;
}

.contactForm .form .checkbox + .checkbox {
  margin-top: 10px;
}

.contactForm .form .checkbox input {
  display: none;
}

.contactForm .form .checkbox span {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  background: #ffffff;
}

.contactForm .form .checkbox span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.contactForm .form .checkbox input:checked + span {
  color: #35417d;
}

.contactForm .form .checkbox input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #35417d;
  border-right: 3px solid #35417d;
}

.contactForm .form .radioBox {
  margin: 0 0 15px;
}

.contactForm .form .radioBox .radio {
  position: relative;
  display: inline-block;
}

.contactForm .form .radioBox input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.contactForm .form .radioBox label {
  position: relative;
  padding: 5px 0 5px 35px;
}

.contactForm .form .radioBox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #202020;
  background: #ffffff;
  box-sizing: border-box;
}

.contactForm .form .radioBox input[type="radio"]:checked + label:before {
  border: 8px solid #202020;
}

.contactForm .form .postal .inputBox {
  display: inline-block;
  width: 90px;
}

.contactForm .form .postal .inputBox + .span {
  display: inline-block;
  margin: 0 5px;
}

.contactForm .form .postal .postalTxt {
  display: inline-block;
  margin: 0 5px;
}

.contactForm .form .selectBox {
  display: inline-block;
  width: 120px;
}

.contactForm .form .selectBox select {
  display: block;
  width: 100%;
  padding: 11px 15px;
  font-size: 16px;
  color: #202020;
  line-height: 1.5em;
  border-radius: 0;
  border: 1px solid #202020;
  background: url(https://hiraiwakimono211224.smooooth.jp/system_panel/uploads/images/select_arrow_down.png) right 5px center no-repeat #ffffff;
  background-size: 10px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contactForm {
  text-align: left;
}

.contactForm .formBox + .formBox {
  margin-top: 60px;
}

.contactForm .formBox > .dl {
  display: table;
  width: 100%;
  padding: 20px 40px;
  letter-spacing: 0.2em;
}

.contactForm .formBox > .dl.line {
  padding: 10px 40px 40px;
}

.contactForm .formBox > .dl.line + .dl {
  padding: 40px 40px 10px;
}

.contactForm .formBox > .dl > .dt {
  display: table-cell;
  width: 35%;
  padding: 10px 0 0;
  vertical-align: top;
}

.contactForm .formBox > .dl > .dt .span {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}

.contactForm .formBox > .dl > .dt .em {
  display: inline-block;
  padding: 0 10px;
  color: #b78f8f;
  vertical-align: middle;
  border: 1px solid #e4c6c6;
}

.contactForm .formBox > .dl > .dt .aside {
  margin-top: 10px;
}

.contactForm .formBox > .dl > .dt .aside p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}

.contactForm .formBox > .dl > .dd {
  display: table-cell;
}

.contactForm .formBox .addressBox .dl,
.contactForm .formBox .dateBox .dl {
  display: table;
  width: 100%;
}

.contactForm .formBox .addressBox .dl + .dl,
.contactForm .formBox .dateBox .dl + .dl {
  margin-top: 10px;
}

.contactForm .formBox .addressBox .dl .dt,
.contactForm .formBox .dateBox .dl .dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}

.contactForm .formBox .addressBox .dl .dd,
.contactForm .formBox .dateBox .dl .dd {
  display: table-cell;
  vertical-align: middle;
}

.contactForm .formBox .dateBox + .dateBox {
  margin: 10px 0 0;
}

.contactForm .formBox .dateBox .inputBox,
.contactForm .formBox .dateBox input[type="text"] {
  display: inline-block;
  width: 90px;
}

.contactForm .formBox .dateBox .em {
  display: inline-block;
}

.contactForm .formBox .dateBox .span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.contactForm .formBox .dateBox .radioList {
  display: inline-block;
  margin: 0 0 0 40px;
}

.contactForm .formBox .dateBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}

.contactForm .formBox .caution {
  margin-top: 10px;
  color: #d20000;
  line-height: 2;
}

.contactForm .formBox .telBox {
  margin: 10px 0 0;
  font-size: 0;
  text-align: left;
  line-height: 2;
}

.contactForm .formBox .telBox > * {
  display: inline-block;
  font-size: 14px;
}

.contactForm .formBox .privacy {
  max-width: 1000px;
  margin: 30px auto 0;
  text-align: center;
}

.contactForm .formBox .privacy > p {
  margin: 0 0 20px;
  text-align: left;
}

.contactForm .formBox .privacy .agreeBox {
  overflow: scroll;
  height: 300px;
  padding: 20px;
  text-align: left;
  background: #f4f4f4;
}

.contactForm .formBox .privacy .agreeBox p {
  line-height: 2;
}

.contactForm .formBox .privacy .agreeBox .em {
  font-weight: bold;
}

.contactForm .formBox .privacy .agreeBox .tel p,
.contactForm .formBox .privacy .agreeBox .tel a {
  display: inline-block;
}

.contactForm .formBox .privacy + .checkbox {
  margin: 40px 0;
  text-align: center;
}

/*////////////////////////////////////////////////////////////
	complete
///////////////////////////////////////////////////////////*/
.complete {
  padding: 0 0 100px;
}

.complete .txt {
  margin: 0 0 40px;
  text-align: center;
  line-height: 2;
}

.complete .btnMore {
  margin: 0 auto;
}

/*////////////////////////////////////////////////////////////
	post
///////////////////////////////////////////////////////////*/
.webgene-pagination {
  width: 100%;
  margin: 200px 0 0;/*100px 0 0*/
}

.webgene-pagination ul {
  text-align: center;
}

.webgene-pagination ul li {
  display: inline-block;
  margin: 0 2px;
}

.webgene-pagination ul li a {
  display: block;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background: #cdcdcd;
}

.webgene-pagination ul .prev {
  margin: 0 2px 0 0;
}

.webgene-pagination ul .prev a {
  border: none;
  background: #cdcdcd;
}

.webgene-pagination ul .next {
  position: relative;
  margin: 0 0 0 2px;
}

.webgene-pagination ul .next a {
  border: none;
  background: #cdcdcd;
}

.webgene-pagination ul .selected a {
  background: #0f0b09;
}

/*////////////////////////////////////////////////////////////
	product
///////////////////////////////////////////////////////////*/
.productMain .pageKv {
  margin: 0 0 100px;
  background: url(https://moeshiny.com/system_panel/uploads/images/product_kv.png) center no-repeat;
  background-size: cover;
}

.productMain .linkPanel {
  text-align: center;
  background: #f3f3f2;
}

.productMain .linkPanel .ttl {
  position: relative;
  top: -15px;
  display: inline-block;
  margin: 0 0 60px;
  padding: 5px;
  width: 180px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.1em;
  background: #ffffff;
}

.productMain .linkPanel .webgene-blog {
  padding: 0 0 60px;
}

.productMain .linkPanel .webgene-header {
  width: 100%;
}

.productMain .linkPanel .webgene-item {
  display: inline-block;
}

.productMain .linkPanel .webgene-item + .webgene-item {
  margin: 0 0 0 100px;
}

.productMain .linkPanel .webgene-item a {
  display: inline-block;
  text-decoration: underline;
}

.productMain .productListPanel {
  padding: 80px 0 150px;
}

.productMain .productListPanel .secWrap02 {
  max-width: 860px;
  margin: 0 auto;
}

.productMain .productListPanel .webgene-header {
  display: none;
}

.productMain .productListPanel .webgene-item a {
  display: block;
}

.productMain .productListPanel .webgene-item p {
  margin: 15px 0 0;
  letter-spacing: 0.2em;
}

@media (min-width: 1025px) {
  .productMain .productListPanel .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    margin: -120px 0 0 -80px;
  }
  .productMain .productListPanel .webgene-blog .webgene-item {
    width: calc((100% / 2) - 80px);
    margin: 120px 0 0 80px;
  }
  .productMain .productListPanel .webgene-blog .webgene-item:nth-child(odd) {
    position: relative;
    top: 110px;
  }
  .productMain .productListPanel .webgene-blog .photo {
    overflow: hidden;
    position: relative;
    padding: 0 0 130%;
  }
  .productMain .productListPanel .webgene-blog .photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.productMain .productDetailPanel {
  padding: 120px 0;
}

.productMain .productDetailPanel .webgene-blog {
  margin: 0 0 80px;
}

.productMain .productDetailPanel .webgene-header {
  display: none;
}

.productMain .productDetailPanel .rightBox {
  padding: 20px 0 40px;
  letter-spacing: 0.2em;
  background: url(https://moeshiny.com/system_panel/uploads/images/product_line_01.png) left top repeat-x, url(https://moeshiny.com/system_panel/uploads/images/product_line_02.png) left bottom repeat-x;
}

.productMain .productDetailPanel .time {
  margin: 0 0 20px;
  color: #b78f8f;
  text-align: right;
}

.productMain .productDetailPanel .ttl {
  margin: 0 0 40px;
  font-size: 24px;
}

.productMain .productDetailPanel .postTxt {
  line-height: 2;
}

.productMain .productDetailPanel .postTxt p + p {
  margin: 30px 0 0;
}

@media (min-width: 1025px) {
  .productMain .productDetailPanel .webgene-item {
    display: flex;
    justify-content: space-between;
  }
  .productMain .productDetailPanel .leftBox {
    width: 40%;
  }
  .productMain .productDetailPanel .rightBox {
    width: 55%;
  }
}

/*////////////////////////////////////////////////////////////
	news
///////////////////////////////////////////////////////////*/
.newsMain .pageKv {
  background: url(https://moeshiny.com/system_panel/uploads/images/news_kv.png) center no-repeat;
  background-size: cover;
}

.newsMain .newsPanel {
  position: relative;
  padding: 150px 0;
}

.newsMain .category .cateTtl {
  margin: 0 0 40px;
  padding: 30px 25px 0;
  border-left: 2px solid #17181a;
}

.newsMain .category .cateTtl .em {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.newsMain .category .cateTtl .span {
  font-size: 14px;
  letter-spacing: 0.2em;
}

.newsMain .category .webgene-header {
  display: none;
}

.newsMain .category .webgene-item a {
  display: block;
  padding: 15px 0;
  letter-spacing: 0.2em;
}

.newsMain .category .webgene-item span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
}

.newsMain .category .webgene-item span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin: auto 0;
  background: #6a6a6a;
}

.newsMain .postList .webgene-header {
  display: none;
}

.newsMain .postList .webgene-item a {
  display: block;
}

.newsMain .postList .webgene-item .txt {
  padding: 15px 0 0;
}

.newsMain .postList .webgene-item .info {
  margin: 0 0 15px;
  color: #b78f8f;
  letter-spacing: 0.1em;
}

.newsMain .postList .webgene-item .info .cate {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  border: 1px solid #e4c6c6;
}

.newsMain .postList .webgene-item .info .time {
  display: inline-block;
  margin: 0 10px 0 0;
}

.newsMain .postList .webgene-item .ttl {
  letter-spacing: 0.2em;
}

@media (min-width: 1025px) {
  .newsMain .postList .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -60px 0 0;
  }
  .newsMain .postList .webgene-blog .webgene-header {
    display: none;
  }
  .newsMain .postList .webgene-blog .webgene-item {
    width: calc((100% / 2) - 20px);
    margin: 60px 0 0;
  }
  .newsMain .postList .webgene-blog .webgene-item .photo {
    overflow: hidden;
    position: relative;
    padding: 0 0 66%;
  }
  .newsMain .postList .webgene-blog .webgene-item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .newsMain .newsCnt {
    display: flex;
    justify-content: space-between;
  }
  .newsMain .newsCnt .rightBox {
    order: 2;
    width: 250px;
  }
  .newsMain .newsCnt .leftBox {
    order: 1;
    width: calc(100% - 350px);
  }
}

.newsMain .postDetail .webgene-blog {
  margin: 0 0 100px;
}

.newsMain .postDetail .webgene-header {
  display: none;
}

.newsMain .postDetail .webgene-item-info {
  margin: 0 0 20px;
}

.newsMain .postDetail .infoBox {
  margin: 0 0 30px;
  color: #b78f8f;
  letter-spacing: 0.1em;
}

.newsMain .postDetail .infoBox .cate {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  border: 1px solid #e4c6c6;
}

.newsMain .postDetail .infoBox .time {
  display: inline-block;
  margin: 0 10px 0 0;
}

.newsMain .postDetail .title {
  font-size: 24px;
  letter-spacing: 0.2em;
}

.newsMain .postDetail .postBox .photo {
  margin-bottom: 20px;
}

.newsMain .postDetail .postBox .photo img {
  width: auto;
  max-width: 100%;
}

.newsMain .postDetail .postBox .postTxt {
  line-height: 2;
}

.newsMain .postDetail .postBox .postTxt p + p {
  margin: 30px 0 0;
}

.newsMain .postDetail .postBox .postTxt img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.newsMain .postDetail .btnBack {
  max-width: 280px;
  margin: 0 auto;
}

.newsMain .postDetail .btnBack a {
  display: block;
  padding: 13px 10px;
  text-align: center;
  border: 1px solid #202020;
  background: #ffffff;
}

@media (min-width: 1025px) {
  .newsMain .postDetail .webgene-item-info,
  .newsMain .postDetail .photo,
  .newsMain .postDetail .guideSec {
    padding: 0 0 0 100px;
  }
}

.newsMain .postPanel .guideSec {
  margin: 100px 0 0;
}

.newsMain .postPanel .guideSec .secTtlBox {
  margin: 0 0 40px;
}

.newsMain .postPanel .guideSec .topTxt {
  letter-spacing: 0.2em;
  line-height: 2;
}

.newsMain .postPanel .guideSec .dl {
  margin: 40px 0 0;
  letter-spacing: 0.2em;
}

.newsMain .postPanel .guideSec .dl .dt {
  position: relative;
  top: 45px;
  left: 20px;
  display: inline-block;
  min-width: 200px;
  margin: 0 0 30px;
  padding: 2px 30px;
  color: #232323;
  text-align: center;
  letter-spacing: 0.2em;
  background: #ffffff;
}

.newsMain .postPanel .guideSec .dl .dd {
  padding: 40px 20px 20px;
  line-height: 2;
  background: #f3f3f2;
}

.newsMain .postPanel .systemSec {
  padding: 150px 0 0;
}

.newsMain .postPanel .systemSec:before {
  content: '';
  position: absolute;
  bottom: 220px;
  left: -10%;
  width: 200%;
  height: 600px;
  z-index: -1;
  background: #f3f3f2;
  transition: 1s;
  transform: rotate(-8deg);
}

.newsMain .postPanel .systemSec .secTtlBox {
  margin: 0 0 40px;
}

.newsMain .postPanel .systemSec .topTxt {
  letter-spacing: 0.2em;
  line-height: 2;
}

.newsMain .postPanel .systemSec .priceBox {
  margin: 40px 0 0;
  padding: 30px 10px;
  text-align: center;
  background: #ffffff;
}

.newsMain .postPanel .systemSec .priceBox .dl .dt {
  margin: 0 0 30px;
  font-size: 30px;
  color: #414141;
  letter-spacing: 0.2em;
}

.newsMain .postPanel .systemSec .priceBox .dl .dt p {
  display: inline-block;
}

.newsMain .postPanel .systemSec .priceBox .dl .dd {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.newsMain .postPanel .systemSec .priceBox .dl .dd .em {
  width: 25%;
  padding: 20px 10px;
  font-size: 20px;
  letter-spacing: 0.2em;
  border: 1px solid #646464;
  background: #f3f6f7;
}

.newsMain .postPanel .systemSec .priceBox .dl .dd .span {
  margin: 0 20px;
  font-size: 24px;
}
.rentalMain .sec04 .section03 .secBox h4.ordermenu_read{
  background: #a48b77;
}

.rentalMain .sec04 .section03 .secBox .secBody.ordermenu_body01 {
  background: #fcf4f2;
}