@charset "utf-8";
html{
  font-size: 10px;
}
body{
  font-family:serif,'ＭＳ 明朝','游明朝',"Sawarabi Mincho",'Yu Mincho','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	margin: 0 auto;
	overflow-x: hidden;
	width: 100%;
}
section{
  overflow: hidden;
}
li {
	list-style: none;
}
*{
	padding: 0;
	margin: 0;
	border: 0;
}
dd{
  color:#433030;
}
dt{
  color:#433030;
}
iframe {
  border:none;
  width:100%;
  height:100%;
}
img {
	height: auto;
	max-width:100%;
}
p{
	color:#433030;
  font-size: 1.6rem;
  line-height: 1.8;
  Letter-spacing: 0.1em;
  margin: 0 35px;
}
a{
	text-decoration:none;
	color: #433030;
}
ul {
  list-style: none;
}
h2{
  font-size: 3.0rem;
  white-space: nowrap;
  color:#433030;
}
h3{
  font-size: 2.4rem;
  white-space: nowrap;
  color:#433030;
}
h4{
  font-size: 2.0rem;
  white-space: nowrap;
  color:#433030;
}
small{
  font-size: 1.2rem;
  letter-spacing: -1px;
}
header{
  background-color: #030b1d;
  width: 100vw;
  height: auto;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.side-layout-pc{
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-layout{
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-style{
  text-align: justify;
  max-width: 850px;
  margin: 30px auto 80px;
}
.shadow-style{
   box-shadow: 0 0 5px 0px #433030;
   transition: 0.1s;
}
.shadow-style:hover{
  transform: translateY(-2px);
  box-shadow: 0 0 6px 0px #0b0808;
}
u{
  display: inline-block;
  padding-top: 10px;
}
.slide-img a{
    z-index: 3000;
}
#contents_none{
    display: none;
}
.separate-layout{
  display: none;
}
/*-----ナビゲーション-----*/

.primary-navi-sp img{
  width: 120px;
  height: auto;
  padding: 1vh 20px;
}
.primary-navi img{
  width: 120px;
  height: auto;
  padding: 1vh 20px;
}
.navigation-is-open div.main {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.navi-trigger {
    position: fixed;
    z-index: 4100;
    left: 0;
    top: 2%;
    height: 70px;
    width: 54px;
    background-color: #d97531;
    border-radius: 0 50% 50% 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}


.navi-trigger .navi-icon {
    /* Nav icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #FFF;
}
.navigation-is-open .navi-icon {
    /* Nav icon created in CSS */
    position: absolute;
    left: 30%;
    top: 50%;
}

.navi-trigger .navi-icon::before, .navi-trigger .navi-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
}

.navi-trigger .navi-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.navi-trigger .navi-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}

.no-touch .navi-trigger:hover .navi-icon::after {
    top: 2px;
}

.no-touch .navi-trigger:hover .navi-icon::before {
    top: -2px;
}

.navi-trigger svg {
    position: absolute;
    top: 0;
    left: 0;
}

.navigation-is-open .navi-trigger {
    position: fixed;
}

.navigation-is-open .navi-trigger .navi-icon::after,
.navigation-is-open .navi-trigger .navi-icon::before {
    /* fFrom Hamburger to Arrow */
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s;
    -moz-transition: -moz-transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .navi-trigger .navi-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-is-open .navi-trigger .navi-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigation-is-open .navi-icon{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 1s;
}
.no-touch .navigation-is-open .navi-trigger:hover .navi-icon::after, .no-touch .navigation-is-open .navi-trigger:hover .navi-icon::before {
    top: 0;
}

.navi {
    position: fixed;
    z-index: 4000;
    top: 2%;
    left: 0;
    height: 96%;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navi .navigation-wrapper {
    /* Navigation content */
    height: 100%;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .navi {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.navigation-is-open .navi .navigation-wrapper {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.navi .primary-navi {
    margin: 30% 0 0 30px;
}


.navi .primary-navi > li {
  position: relative;
  display: block;
  transition: 0.5s;
  margin: 10px 0;
}
.navi .primary-navi > li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 2px #d97531;
  transition: 0.5s;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navi .primary-navi > li:first-of-type {
    position: static;
    display: block;
    transition: none;
    margin:0 0 20px 0;
    border-top: none;
    border-bottom: none;
}
.navi .primary-navi > li:hover::after{
    width: 100%;
}
.navi .primary-navi > li:first-of-type:hover{
    background-color: inherit;
    padding: 0;
}

.navi .primary-navi a {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    display: inline-block;
    padding: 3vh 20px;
}
.navi .primary-navi a img{
  width: 150px;
  height: auto;
}
.navi .primary-navi a.selected {
    color: #ffffff;
}

.no-touch .navi .primary-navi a:hover {
    color: #ffffff;
}

.no-js div.main {
    overflow: visible;
}

.no-js .navi {
    visibility: visible;
}

.no-js .navi .navigation-wrapper {
    height: auto;
    overflow: visible;
    padding: 100px 5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}




.btn-search_style,
a.btn-search_style,
button.btn-search_style {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  white-space: nowrap
}

/*背景*/
.btn-search {
  position: fixed;
  bottom: 200px;
  right: 0px;
  z-index: 2600;
  text-align: right;
}
_::-webkit-full-page-media, _:future, :root .btn-search {
  position: fixed;
  bottom: 200px;
  right: 24px;
  z-index: 2600;
  text-align: right;
}


.btn-top_style,
a.btn-top_style,
button.btn-top_style {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  white-space: nowrap
}

/*背景*/
.btn-top {
  position: fixed;
  bottom: 22px;
  right: 0;
  text-align: right;
  z-index: 2600;
}
_::-webkit-full-page-media, _:future, :root .btn-top {
  position: fixed;
  bottom: 22px;
  right: 24px;
  text-align: right;
  z-index: 2600;
}

a.btn-c {
  font-size: 1.6rem;
  padding: 2rem 1.5rem 2rem 1.5rem;
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  color: #fff;
  border-radius: 0;
  background-color: #d97531;
  /*background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  writing-mode: vertical-rl;
}

a.btn-c i.fa {
  margin-left: 1rem;
}

a.btn-c:before {
  position: absolute;
  top: 46%;
  left: 0;


  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}

a.btn-c:after {
  position: absolute;
  top: 55%;
  left: 0;


  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  background: #fff;
}



/*-----トップ-----*/

.yamako-name{
  display: flex;
  background-image: url(./img/top-image.jpg);
  width: 100vw;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.yamako-name p{
  display: flex;
  color: white;
  line-height: normal;
}
.yamako-name p:first-of-type {
  display: inline;
  font-size: 6.2rem;
  font-family: 'Zhi Mang Xing', cursive;
  margin: 0;
  padding-right: 20px;
}
.yamako-name p:last-of-type {
  display: inline;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0;
}
.yamako-name span{
  display: inline;
  font-size: 3.0rem;
  color: white;
  font-weight: bold;
}



.top-image{
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  max-width: 2500px;
  margin: auto;
}
.top-image img:first-child{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40vw;
  height: auto;
  min-width: 420px;
  max-width: 540px;
}
.top-image img:nth-child(2){
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 35vw;
  height: auto;
  min-width: 430px;
  max-width: 550px;
  z-index: 10;
}
.top-image img:last-child{
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
  height: auto;
  min-width: 420px;
  max-width: 540px;
}
.top-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  /*background-image: url(./img/top-title_background1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;*/
  z-index: 20;
}
.top-text h1{
  font-size: 7.2rem;
  letter-spacing: 8px;
  text-align: center;
  line-height: 150px;
  color: white;
  margin: auto;
}
.top-image p:first-of-type{
  position: absolute;
  top: 7%;
  left: 55%;
  width: 120px;
  height: 240px;
  font-size: 3.0rem;
  letter-spacing: 3px;
  text-align: center;
  line-height: 120px;
  color: white;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  background-image: url(./img/top-title_background3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  z-index: 20;
}

.top-image p:last-of-type{
  position: absolute;
  bottom: 7%;
  right: 55%;
  width: 120px;
  height: 300px;
  font-size: 3.0rem;
  letter-spacing: 3px;
  text-align: center;
  line-height: 120px;
  color: white;-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  white-space: nowrap;
  background-image: url(./img/top-title_background2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  z-index: 20;
}


/*-----基礎知識-----*/
.description-section{
  width: 100vw;
  background-image: url(./img/background-1.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 100%;
  padding-bottom: 150px;
}
.description-layout{
  position: relative;
  width: 1000px;
  height: 1050px;
  margin: 100px auto 0;
}
.top-frame{
  display: block;
  width: 100%;
  height: auto;
}
.description1 img{
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: auto;
  min-width: 200px;
  z-index: 100;
}

.description1-text{
  position: absolute;
  top: 30px;
  left: 180px;
}
.description1 h2{
  width: 45vw;
  min-width: 365px;
  max-width: 400px;
  height: 70px;
  color: white;
  text-align: center;
  line-height: 70px;
  background-image: url(./img/top-title_background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.description1 p{
  display: inline-block;
  width: auto;
  text-align: justify;
  padding: 1% 80px 0 8%;;
}


/*----------*//*----------*//*----------*//*----------*//*----------*/

.description2 img{
  position: absolute;
  top: 400px;
  left: 80px;
  width: 25%;
  height: auto;
  min-width: 200px;
  z-index: 100;
}

.description2-text{
  position: absolute;
  top: 430px;
  left: 260px;
}
.description2 h2{
  width: 45vw;
  min-width: 365px;
  max-width: 400px;
  height: 70px;
  color: white;
  text-align: center;
  line-height: 70px;
  background-image: url(./img/top-title_background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.description2 p{
  display: inline-block;
  width: auto;
  text-align: justify;
  padding: 1% 0 0 8%;
}

/*----------*//*----------*//*----------*//*----------*//*----------*/


.description3 img{
  position: absolute;
  top: 800px;
  left: 0%;
  width: 25%;
  height: auto;
  min-width: 200px;
  z-index: 100;
}

.description3-text{
  position: absolute;
  top: 830px;
  left: 180px;
}
.description3 h2{
  width: 45vw;
  min-width: 365px;
  max-width: 400px;
  height: 70px;
  color: white;
  text-align: center;
  line-height: 70px;
  background-image: url(./img/top-title_background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.description3 p{
  display: inline-block;
  width: auto;
  text-align: justify;
  padding: 1% 80px 0 8%;;
}






/*-----飾り方-----*/
.decorate-section{
  width: 100vw;
  background-image: url(./img/background-2.jpg);
  background-size: 100%;
  background-repeat: repeat;
  text-align: center;
  padding: 50px 0 120px 0;
}
.decorate-layout{
  width: 1000px;
  margin: auto;
}
.decorate-layout h2{
  width: 500px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-image: url(./img/title-frame1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 20px auto auto auto;
}
.decorate-layout img{
  width: auto;
  height: 70px;
}

.date-text{
  width: 350px;
  height:auto;
}
.date-space{
  margin: 30px 0;
}
.date-text p{
  margin-left: 50px;
  font-weight: bold;
}
.line-style{
  background-color: white;
  height: 5px;
  margin: 25px 0 20px 0;
}
.date-text:first-child{
  margin: 0 15px 50px 0;
}
.date-text:last-child{
  margin: 50px 0 0 15px;
}

.line-style li:nth-of-type(1){
  width: 50px;
  height: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 50px;
  background-color: white;
  border-radius: 30px;
  margin-right: 10px;
}
.line-style li:nth-of-type(2){
  width: 50px;
  height: 30px;
  font-size: 1.2rem;
  color: white;
  line-height: 30px;
  background-color: #ba5456;
  margin-right: 35px;
}
.line-style li:nth-of-type(3){
  width: 50px;
  height: 30px;
  font-size: 1.2rem;
  color: white;
  line-height: 30px;
  background-color: #7e6b5a;
  border-radius: 20px;
  margin-right: 20px;
}
.line-style li:nth-of-type(4){
  width: 50px;
  height: 30px;
  font-size: 1.2rem;
  color: white;
  line-height: 30px;
  background-color: #7e6b5a;
  border-radius: 20px;
  margin-right: 35px;
}
.line-style li:nth-of-type(5){
  width: 60px;
  height: 30px;
  font-size: 1.2rem;
  color: white;
  line-height: 30px;
  background-color: #ba5456;
}


.date-text_style{
  display: block;
  min-height: 145px;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  text-align: justify;
}

.date-text_style li:nth-of-type(1){
    margin-left: 65px;
}
.date-text_style li:nth-of-type(2){
    margin-left: 8px;
}
.date-text_style li:nth-of-type(3){
    margin-left: 8px;
}
.date-text_style li:nth-of-type(4){
    margin-left: 56px;
}
.date-text_style li:nth-of-type(5){
    margin-left: 70px;
}






_::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(1){
    margin-left: 65px;
}
_::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(2){
    margin-left: 10px;
}
_::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(3){
    margin-left: 8px;
}
_::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(4){
    margin-left: 58px;
}
_::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(5){
    margin-left: 70px;
}

/*----------*//*----------*//*----------*//*----------*//*----------*/


.decorate-style h3{
  width: 60%;
  height: 90px;
  text-align: center;
  line-height: 90px;
  color: white;
  background-image: url(./img/subtitle-frame1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 80px auto 60px;
}
.decorate-space{
  margin-bottom: 30px;
}
.decorate-text{
  width: 40%;
  height: 680px;
  min-width: 350px;
  background-color: #ba5456;
  /*border: solid 1px rgb(0, 0, 0);*/
  /* border-radius: 0 0 20px 20px; */
  box-shadow: 0 0 5px 1px #433030;
}
.decorate-text img {
  width: 100%;
  height: auto;
  min-width: 350px;
  /*border-bottom: solid 1px rgb(0, 0, 0);*/
}
.decorate-text dt{
  font-size: 2.2rem;
  color: white;
  line-height: 1.4;
  /*border-bottom: dotted 0px rgba(0, 0, 0);*/
  padding-bottom: 5px;
}
.decorate-text dd{
  width: 90%;
  font-size: 1.6rem;
  color: white;
  line-height: 1.6;
  Letter-spacing: 0.1em;
  text-align: justify;
  margin: 10px auto 20px auto;
}

.decorate-text:nth-child(1){
  margin-right: 1%;
}
.decorate-text:nth-child(2){
  margin-left: 1%;
}





/*-----選び方-----*/
.select-section{
  width: 100vw;
  background-image: url(./img/background-3.jpg);
  background-size: 100%;
  background-repeat: repeat;
  text-align: center;
  padding: 50px 0 0px 0;
}
.select-layout{
  width: 1000px;
  margin: auto;
}
.select-layout h2{
  width: 550px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-image: url(./img/title-frame1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto auto auto;
}
.select-layout h3{
  width: 500px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  color: white;
  background-image: url(./img/subtitle-frame1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
.select-layout h4{
  width:100vw;
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
  text-align: center;
  line-height: 50px;
  color: white;
  background-image: url(./img/title-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.select-logo{
  width: auto;
  height: 60px;
}

.select-space{
  margin: 60px 0 100px;
}
.select-space_2{
  margin: 60px 0 30px;
}
.select-space_3{
  margin: 0px 0 100px;
}
.text-style b{
  color: #921100;
  font-size: 1.8rem;
}
.category-buttom{
  background-color: white;
  border-radius: 20px;
  padding: 10px 10px 20px;
  margin: 0 10px;
}
.category-buttom img{
  min-width: 150px;
}
.category-buttom dd{
  font-size: 1.6rem;
  margin-top: 15px;
}

.category-buttom_last{
  background-color: white;
  border-radius: 20px;
  padding: 10px 10px 20px;
  margin: 0 10px;
}
.category-buttom_last img{
  min-width: 150px;
}
.category-buttom_last dd{
  font-size: 1.6rem;
  margin-top: 15px;
}
/*----------*//*----------*//*----------*//*----------*//*----------*/

.new-buttom{
  background-color: white;
  padding: 0 0 5px;
  margin: 0 10px;
}
.new-space_1{
  margin: 60px 0 30px;
}
.new-space_2{
  margin-bottom: 30px;
}
.new-buttom img{
  width: 100%;
  max-width: 230px;
  min-width: 170px;
  border-bottom: solid 1px #433030;
}
.new-buttom dd{
  font-size: 1.6rem;
  margin: 5px 2%;
  padding: 5px 0;
  line-height: 1.4;
  background-color: #EEEEEE;
}

.select-section .others-buttom {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #543618;
  transition: 0.3s;
  font-weight: 600;
  background: #eeeeee;
  border: 0.2rem solid #543618;
}
.select-section .others-buttom:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s;
}
.select-section .others-buttom:hover {
  background: #FFF;
}
.select-section .others-buttom:hover:after {
  right: 1.4rem;
}

/*----------*//*----------*//*----------*//*----------*//*----------*/

.service-style{
  margin-top: 100px;
}

.service-background{
  width: 100vw;
  height: 430px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
  color: white;
  background-color: #fedb97;
}
.service-background:nth-child(2){
  height: 340px;
  background-color: white;
}
.service-background:nth-child(3){
  height: 300px;
  background-color: #fedb97;
}
.triangle-style{
  width: 5vw;
  max-width: 85px;
  min-width: 45px;
}

.service-style h3{
  width: auto;
  height: auto;
  color: #433030;
  line-height: normal;
  background: none;
  padding-top: 30px;
  margin: 0;
}

.service-style .side-layout{
  max-width: 850px;
  margin: 30px auto 0px;
  align-items: baseline;
}

.service-buttom{
  width: 333px;
  height: 250px;
  border-right: solid 2px #433030;
}
.service-buttom:last-child{
  border: none;
}

.service-buttom dt{
  margin-top: 30px;
}
.service-buttom dd{
  font-size: 1.6rem;
  margin-top:30px;
}
.service-style span{
  font-size: 3.2rem;
  font-weight: bold;
  color: #921100;
  line-height: 1.6;
}

/*----------*//*----------*//*----------*//*----------*//*----------*/



.service-style .review-style{
  width: auto;
  height: 85px;
  align-items: center;
  z-index: 200;
}
.review-style img{
  width: auto;
  height: 80px;
}
.review-text{
  width: 340px;
  height: auto;
  margin: 50px 20px;
}
.review-text img{
  width: 20%;
  height: auto;
  margin-left: 45px;
}
.review-text dd{
  line-height: 1.0;
  text-align: center;
  font-size: 1.4rem;
}
.review-text dt{
  font-size: 2.2rem;
  line-height: 2.0;
}
.review-text span{
  line-height: 1.0;
  font-size: 4.2rem;
  padding: 0 20px;
}
.service-background:nth-child(2) p{
  line-height: 5;
}


/*----------*//*----------*//*----------*//*----------*//*----------*/


.service-background:nth-child(3) p{
  margin-top: 30px;
}
.contact-service h3{
  color: #921100;
}

.contact-service a{
  font-size: 3.2rem;
  line-height: 0.8;
}







/*-----人気ランキング-----*/

.ranking-section{
  width: 100vw;
  background-image: url(./img/background-6.jpg);
  background-size: 100%;
  background-repeat: repeat;
  text-align: center;
  padding-bottom: 120px;
}
.ranking-layout{
  width: 1000px;
  margin: auto;
}

.ranking-bunner{
  width:100vw;
  height: 300px;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align: center;
  background-image: url(./img/background-5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ranking-bunner img:nth-child(1){
  width: 80px;
  height: auto;
  margin-bottom: 55px;
}
.ranking-bunner img:nth-child(3){
  width: 40px;
  height: auto;
}
.ranking-bunner img:nth-child(4){
  width: 40px;
  height: auto;
  margin-left: 5px;
}

.ranking-title h2{
  width: 500px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: white;
  background-image: url(./img/title-frame2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ranking-title p{
  color: white;
}
.ranking-section h3{
  margin-top: 50px;
}
.ranking-section h3:last-of-type{
  color: #921100;
  font-size: 2rem;
}

.slide-section {
  width: 32em;
  height: 40em;
  margin: 30px auto 0;
  position: relative;
}

.slide-section li{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.slide-section li p{
  color: white;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  margin-top: 1.175em;
}




.box {
  width: 100%;
  margin: 10px 0 100px;
}

/* スライドショーのシアター画面 */
#slideshow{
  position: relative;
  width: 100%;
  height: auto;
}
#slideshow2{
  position: relative;
  width: 100%;
  height: auto;
}
#slideshow3{
  position: relative;
  width: 100%;
  height: auto;
}
.overflow{
  position: relative;
  width: 87%;
  height: 35vw;
  max-height: 380px;
  min-height: 320px;
  overflow: hidden;
  margin: auto;
}
/* スライドショーの要素に必ず付けるクラス */
.img_box {
  transition: 1s;
}
.img_box2 {
  transition: 1s;
}
.img_box3 {
  transition: 1s;
}
/* スライドのサイズ */
.box_size{
  height:280px;
  width: 85%;
}

/* 左右の矢印 */
#qa-list_left {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0px;
}
#qa-list_left2 {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0px;
}
#qa-list_left3 {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0px;
}

#qa-list_right {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 0px;
}
#qa-list_right2 {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 0px;
}
#move_left {
position: absolute;
top: 55%;
transform: translate(0,-50%);
left: 0px;
}
#move_left2 {
position: absolute;
top: 55%;
transform: translate(0,-50%);
left: 0px;
}
#move_left3 {
position: absolute;
top: 55%;
transform: translate(0,-50%);
left: 0px;
}

#move_right {
position: absolute;
top: 55%;
transform: translate(0,-50%);
right: 0px;
}
#move_right2 {
position: absolute;
top: 55%;
transform: translate(0,-50%);
right: 0px;
}
#move_right3 {
position: absolute;
top: 55%;
transform: translate(0,-50%);
right: 0px;
}

.arrow_style {
  font-size: 3.2rem;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: white;
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  z-index: 100;
}
.arrow_style2 {
  font-size: 3.2rem;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: white;
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  z-index: 100;
}
.arrow_style3 {
  font-size: 3.2rem;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  color: white;
  cursor: pointer;
  user-select: none;
  border-radius: 50%;
  z-index: 100;
}

/* 動くボックスのスタイル */


.box0 {
  position: absolute;
  top: 10%;
  left: 0.5%;
  z-index: 10;
}

.box1 {
  position: absolute;
  top: 10%;
  left: 35.2%;
  z-index: 20;
}

.box2 {
  position: absolute;
  top: 10%;
  left: 69.7%;
  z-index: 30;
}

.box3 {
  position: absolute;
  top: 10%;
  left: 120%;
  opacity: 0;
}


.box4 {
  position: absolute;
  top: 10%;
  left: -94%;
  opacity: 0;
}

.nobox {
  position: absolute;
  top: 10%;
  left: 87%;
  opacity: 0;
}
/*.ranking-section .others-buttom {
  width: 280px;
  text-align: center;
  background: white;
  padding: 1% 2%;
  white-space: nowrap;
  margin: 3% auto 0 auto;
}*/
.ranking-section .others-buttom {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 3% auto 0 auto;
  max-width: 300px;
  padding: 10px 25px;
  color: #543618;
  transition: 0.3s;
  font-weight: 600;
  background: #eeeeee;
  border: 0.2rem solid #543618;
}
.ranking-section .others-buttom:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #543618;
    border-right: 3px solid #543618;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.ranking-section .others-buttom:hover {
  background: #fff;
}

.ranking-section .others-buttom:hover:after {
  right: 1.4rem;
}



.slide-img{
  background-color: white;
  width: 35%;
  min-width: 180px;
  padding: 0 0 10px;
  margin: 0;
}
.slide-img img{
  border-bottom: solid 1px #433030;
  border-top: solid 1px;
}
.slide-img dt{
  text-align: center;
  font-size: 2.0rem;
    margin-top: 10px;
}
.slide-ranking{
  display: block;
  background-color: #921100;
  color: white;
}
.slide-ranking_1{
  position: relative;
  display: block;
  background-color: #d4c23c;
  color: white;
}
.slide-ranking_1 img{
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: none;
  width: 35px;
}
.slide-ranking_2{
  position: relative;
  display: block;
  background-color: #a3a5a3;
  color: white;
}
.slide-ranking_2 img{
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: none;
  width: 35px;
}
.slide-ranking_3{
  position: relative;
  display: block;
  background-color: #b0883e;
  color: white;
}
.slide-ranking_3 img{
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: none;
  width: 35px;
}
.slide-img dd {
    font-size: 1.6rem;
    margin: 0 8px;
    padding: 10px 0;
    line-height: 1.4;
    background-color: #EEEEEE;
    letter-spacing: -1px;
}


.video-layout{
  display: flex;
  justify-content: center;
}

.video-style{
  background-color: white;
  width: 90%;
  min-width: 210px;
  padding: 0 0 20px;
  margin-top: 30px;
}
.video-style a{
  display: block;
}
.video-style iframe{
  width: 100%;
  height: 230px;
}
.video-style dd{
  font-size: 1.8rem;
  margin-top: 15px;
}












.info-section{
  width: 100vw;
  background-image: url(./img/background-7.jpg);
  background-size: 100%;
  background-repeat: repeat;
  text-align: center;
  padding: 50px 0 100px;
}
.info-layout{
  width: 1000px;
  margin: auto;
}
.info-layout h2{
  width: 500px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-image: url(./img/title-frame3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto 0;
}
.info-layout img {
  width: 70px;
  height: auto;
}
.info-style{
  position: relative;
  height: 580px;
  margin: 30px 0 0px;
}
.info-style img:nth-child(1){
  position: absolute;
  top: 0%;
  left: 28%;
  width: 16%;
  min-width: 120px;
  height: auto;
}
.info-style img:nth-child(2) {
  position: absolute;
  top: 18%;
  left: 8%;
  width: 20%;
  min-width: 185px;
  height: auto;
}
.info-style img:nth-child(3){
  position: absolute;
  top: 45%;
  left: 15%;
  width: 30%;
  min-width: 285px;
  height: auto;
  z-index: 100;
}

.info-text{
  position: absolute;
  top: 8%;
  left: 50%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: start;
  background-color: white;
  padding: 25px;
}

.info-text p{
  position: relative;
  font-size: 1.6rem;
  border: solid 1px #433030;
  margin: 0;
  line-height: 2.5;
  padding: 3vw;
  White-space: nowrap
}
.info-text img{
  position: absolute;
  bottom: -110px;
  right: -70px;
  width: 80px;
  height: auto;
}






.qa-section{
  width: 100vw;
  background-image: url(./img/background-8.jpg);
  background-size: 100%;
  text-align: center;
  padding: 50px 0 0;
}
.qa-layout{
  width: 1000px;
  margin: auto;
}
.qa-layout h2{
  width: 500px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #433030;
  background-image: url(./img/title-frame3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto 0;
}
.qa-layout img{
  width: 35px;
  height: auto;
}
.qa-layout p{
  color: #433030;
}

.qa-list{
  margin: 30px 0 120px;
}
.qa-list dl {
    position: relative;
    max-width: 700px;
    margin: 3% auto;
    cursor: pointer;
    width: 85%;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 2% 10% 2% 10%;
    border-radius: 10px;
    border: solid 2px #ba5456;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: justify;
    background: white;
}
.qa-list dl dt::before {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(1%, -50%);
  -webkit-transform: translate(1%, -50%);
  -ms-transform: translate(1%, -50%);
  font-size: 2.4rem;
  font-family: 'Inter', sans-serif;
  line-height: 1;
  display: block;
  padding: 1%;
  border-radius: 50%;
  content: 'Q.';
  color: white;
  background: #ba5456;
}
.qa-list dl dd::before {
  font-size: 2.4rem;
  font-family: 'Inter', sans-serif;
  line-height: 1;
  position: absolute;
  top: 1%;
  left: 1%;
  display: block;
  padding: 1%;
  border-radius: 50%;
  content: 'A.';
  font-weight: bold;
  color: #ba5456;
  background: white;
}

.qa-list dl dd {
    position: relative;
    margin-top: 10px;
    padding: 2% 10% 2% 10%;
    border-radius: 10px;
    background-color: #f2e9db;
    border: solid 2px white;
    cursor: default;
}
.qa-list dl dd p {
  text-align: justify;
    color: #433030;
    margin: 0;
    padding: 3% 0 3% 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
.qa a{
  font-weight: bold;
  color: #ba5456;
  border-bottom: solid 1px #ba5456;
}
.qa a:hover{
  color: #d04340;
  border-bottom: solid 1px #d04340;
}



.contact-section{
  width: 100vw;
  background-image: url(./img/background-9.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 80px;
}
.contact-layout{
  width: 1000px;
  margin: auto;
}
.contact-layout h3{
  color: white;
  padding: 50px 0 30px;
}
.contact-style{
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 20px;
  width: 60%;
  min-width: 550px;
  margin: auto;
}
.contact-style p{
  color: white;
  padding: 20px 0;
}
.contact-style span{
  line-height: 0.8;
  font-size: 3.2rem;
  color: white;
}
.contact-style p:last-child{
  font-size: 1.8rem;
  background: #ba5456;
  border: solid 2px white;
  border-radius: 10px;
  width: 60%;
  padding: 10px 0;
  margin: auto;
  transition: 0.2s;
}
.contact-style p:last-child:hover{
  transform: translateY(2px);
  background: #914244;
}
.contact-style #number-style_3{
  color: white;
  z-index: 2000;
}
.contact-style #number-style_4 {
  color: white;
  z-index: 2000;
}





footer{
  width: 100vw;
    height: 90px;
  background-image: url(./img/footer-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 80px;
}
.footer-layout{
  width: 1000px;
  margin: auto;
}
.footer-layout p{
  color: white;
  padding: 45px 0 20px;
}
.footer-layout small{
  color: white;
}



@media screen and (max-width: 1080px){
  .description-layout{
    width: auto;
    margin: 50px 40px 0;
  }
  .decorate-layout{
    width: auto;
    margin: 0 40px;
  }
  .select-layout {
    width: auto;
    margin: 0 40px;
  }
  .ranking-layout {
    width: auto;
    margin: 0 40px;
  }
  .info-layout{
    width: auto;
    margin: 0 40px;
  }
  .footer-layout{
    width: auto;
    margin: 0 40px;
  }
  .qa-layout{
    width: auto;
    margin: 0 40px;
  }
  .contact-layout {
    width: auto;
    margin: 0 40px;
  }
    .new-buttom dd {
    font-size: 1.4rem;
    }
    .slide-img dd{
  font-size: 1.4rem;
    }
}




@media screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .side-layout-pc{
    display: inline-block;
  }
  p{
    font-size: 1.4rem;
    margin: 0;
  }
  h2{
    font-size: 2.0rem;
    white-space: nowrap;
  }
  h3{
    font-size: 1.8rem;
    white-space: nowrap;
  }
  h4{
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .text-style {
    text-align: justify;
    width: 75%;
    margin: 40px auto 100px;
  }
  .text-style b {
    color: #921100;
    font-size: 1.6rem;
  }

  /*-----ナビゲーション-----*/



  .navigation-is-open-sp div.main {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
  }

  .navi-trigger-sp {
      position: fixed;
      z-index: 2600;
      left: auto;
      right: 3%;
      top: 3%;
      height: 54px;
      width: 54px;
      border-radius: 50%;
      position: fixed;
      background-color: #d97531;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      transition: 1s;
  }


  .navi-trigger-sp .navi-icon-sp {
      /* Nav icon created in CSS */
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 22px;
      height: 2px;
      background-color: #FFF;
  }

  .navi-trigger-sp .navi-icon-sp::before, .navi-trigger-sp .navi-icon-sp:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #FFF;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
      -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
      transition: transform 0.5s, width 0.5s, top 0.3s;
  }

  .navi-trigger-sp .navi-icon-sp::before {
      -webkit-transform-origin: right top;
      -moz-transform-origin: right top;
      -ms-transform-origin: right top;
      -o-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      -o-transform: translateY(-6px);
      transform: translateY(-6px);
  }

  .navi-trigger-sp .navi-icon-sp::after {
      -webkit-transform-origin: right bottom;
      -moz-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      -o-transform-origin: right bottom;
      transform-origin: right bottom;
      -webkit-transform: translateY(6px);
      -moz-transform: translateY(6px);
      -ms-transform: translateY(6px);
      -o-transform: translateY(6px);
      transform: translateY(6px);
  }

  .no-touch-sp .navi-trigger-sp:hover .navi-icon-sp::after {
      top: 2px;
  }

  .no-touch-sp .navi-trigger-sp:hover .navi-icon-sp::before {
      top: -2px;
  }

  .navi-trigger-sp svg {
      position: absolute;
      top: 0;
      left: 0;
  }

  .navigation-is-open-sp .navi-trigger-sp {
      position: fixed;
      left: auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  .navigation-is-open-sp .navi-trigger-sp .navi-icon-sp::after,
  .navigation-is-open-sp .navi-trigger-sp .navi-icon-sp::before {
      /* fFrom Hamburger to Arrow */
      width: 50%;
      -webkit-transition: -webkit-transform 0.5s, width 0.5s;
      -moz-transition: -moz-transform 0.5s, width 0.5s;
      transition: transform 0.5s, width 0.5s;
  }

  .navigation-is-open-sp .navi-trigger-sp .navi-icon-sp::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .navigation-is-open-sp .navi-trigger-sp .navi-icon-sp::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  .no-touch-sp .navigation-is-open-sp .navi-trigger-sp:hover .navi-icon-sp::after, .no-touch-sp .navigation-is-open-sp .navi-trigger-sp:hover .navi-icon-sp::before {
      top: 0;
  }

  .navi-sp {
      position: fixed;
      z-index: 2500;
      top: 0%;
      left: auto;
      right: 0;
      height: 100%;
      width: 230px;
      background-color: rgba(0, 0, 0, 0.8);
      border-radius: 10px;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.4s;
      -moz-transition: -moz-transform 0.4s;
      transition: transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
      -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
      transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  }

  .navi-sp .navigation-wrapper-sp {
      /* Navigation content */
      height: 100%;
      -webkit-overflow-scrolling: touch;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.4s;
      -moz-transition: -moz-transform 0.4s;
      transition: transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
      -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
      transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  }

  .navigation-is-open-sp .navi-sp {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  }

  .navigation-is-open-sp .navi-sp .navigation-wrapper-sp {
      -webkit-transform: translateX(10%);
      -moz-transform: translateX(10%);
      -ms-transform: translateX(10%);
      -o-transform: translateX(10%);
      transform: translateX(10%);
      -webkit-transition: -webkit-transform 0.4s;
      -moz-transition: -moz-transform 0.4s;
      transition: transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
      -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
      transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  }

  .navi-sp .primary-navi-sp {
      margin: 30% 30px 0 0;
  }


  .navi-sp .primary-navi-sp > li {
    position: relative;
    display: block;
    transition: 0.5s;
    text-align: left;
    margin: 10px 0;
  }

  .navi-sp .primary-navi-sp > li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  border-bottom: solid 2px #d97531;
  transition: 0.5s;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.navi-sp .primary-navi-sp > li:first-of-type {
    position: static;
    display: block;
    transition: none;
    margin:0 0 20px 0;
    border-top: none;
    border-bottom: none;
}
.navi-sp .primary-navi-sp > li:hover::after{
    width: 100%;
}
.navi-sp .primary-navi-sp > li:first-of-type:hover{
    background-color: inherit;
    padding: 0;
}

.navi-sp .primary-navi-sp a {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    display: inline-block;
    padding: 3vh 0;
}
.navi-sp .primary-navi-sp a img{
  width: 110px;
  height: auto;
}
.navi-sp .primary-navi-sp a.selected {
    color: #ffffff;
}

.no-touch-sp .navi-sp .primary-navi-sp a:hover {
    color: #ffffff;
}

.no-js div.main {
    overflow: visible;
}

.no-js .navi-sp {
    visibility: visible;
}

.no-js .navi-sp .navigation-wrapper-sp {
    height: auto;
    overflow: visible;
    padding: 100px 5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
a.btn-c {
    font-size: 1.4rem;
    padding: 1.5rem 1rem 1.5rem 1rem;
}
a.btn-c {
  font-size: 1.2rem;
  padding: 1.2rem 1rem 1.2rem 1rem;
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
  color: #fff;
  border-radius: 0;
  background-color: #d97531;
  /*background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  writing-mode: vertical-rl;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
    .navigation-is-open-sp a.btn-c{
      -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    }
.btn-search {
    position: fixed;
    bottom: 155px;
    right: 0;
    z-index: 2600;
}
_::-webkit-full-page-media, _:future, :root .btn-search {
  position: fixed;
  bottom: 185px;
  right: 22px;
  z-index: 2600;
}
_::-webkit-full-page-media, _:future, :root .btn-top {
  position: fixed;
  bottom: 22px;
  right: 22px;
  text-align: right;
  z-index: 2600;
}

  /*-----トップ-----*/

  .yamako-name {
    width: 100%;
    height: 90px;
  }
  .yamako-name p:first-of-type{
    font-size: 4.2rem;
    padding-right: 10px;
  }
  .yamako-name p:last-of-type{
    font-size: 1.8rem;

  }
  .yamako-name span{
    font-size: 2.0rem;
  }







  .top-image {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
  }

  .top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    white-space: nowrap;
    z-index: 20;
  }
  .top-text p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 60vw;
    height: auto;
    z-index: 10;
  }

  .top-image img:first-child{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54.6875vw;
    height: auto;
    min-width: 320px;
    max-width: 540px;
  }
  .top-image img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 45vw;
    height: auto;
    min-width: 300px;
    max-width: 350px;
    z-index: 10;
  }
  .top-image img:last-child{
    position: absolute;
    top: 0;
    right: 0;
    width: 54.6875vw;
    height: auto;
    min-width: 320px;
    max-width: 540px;
  }

  .top-text h1{
    font-size: 5.8rem;
  }



  .top-image p:first-of-type{
    position: absolute;
    top: 5%;
    right: 25%;
    margin: auto;
    width: 50px;
    height: 240px;
    line-height: 50px;
    font-size: 2.2rem;
    z-index: 20;
  }

  .top-image p:last-of-type {
    position: absolute;
    bottom: 5%;
    left: 25%;
    margin: auto;
    width: 50px;
    height: 240px;
    line-height: 50px;
    font-size: 2.2rem;
    z-index: 20;
  }




  /*-----基礎知識-----*/
  .description-section{
    padding-bottom: 100px;
  }
  .description-layout{
    position: relative;
    width: auto;
    height: 1450px;
    margin: 60px 40px 0;
  }

  .description1 img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(5%) translateX(-50%);
    -webkit-transform: translateY(5%) translateX(-50%);
    width: 230px;
    height: auto;
    z-index: 100;
  }

  .description1-text{
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateY(25%) translateX(-50%);
    -webkit-transform: translateY(25%) translateX(-50%);
    width: 100%;
  }
  .description1 h2{
    width: 80%;
    min-width: 100px;
    height: 70px;
    color: white;
    text-align: center;
    line-height: 70px;
    margin: auto auto 10px;
  }
  .description1 p{
    display: block;
    width: 80%;
    min-width: 430px;
    margin: auto;
    padding: 0;
  }


  /*----------*//*----------*//*----------*//*----------*//*----------*/

  .description2 img{
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateY(5%) translateX(-50%);
    -webkit-transform: translateY(5%) translateX(-50%);
    width: 230px;
    height: auto;
    z-index: 100;
  }

  .description2-text{
    position: absolute;
    top: 690px;
    left: 50%;
    transform: translateY(25%) translateX(-50%);
    -webkit-transform: translateY(25%) translateX(-50%);
    width: 100%;
  }
  .description2 h2{
    width: 80%;
    min-width: 100px;
    height: 70px;
    color: white;
    text-align: center;
    line-height: 70px;
    margin: auto auto 10px;
  }
  .description2 p{
    display: block;
    width: 80%;
    min-width: 430px;
    margin: auto;
    padding: 0;
  }

  /*----------*//*----------*//*----------*//*----------*//*----------*/


  .description3 img{
    position: absolute;
    top: 1000px;
    left: 50%;
    transform: translateY(5%) translateX(-50%);
    -webkit-transform: translateY(5%) translateX(-50%);
    width: 230px;
    height: auto;
    z-index: 100;
  }

  .description3-text{
    position: absolute;
    top: 1190px;
    left: 50%;
    transform: translateY(25%) translateX(-50%);
    -webkit-transform: translateY(25%) translateX(-50%);
    width: 100%;
  }
  .description3 h2{
    width: 80%;
    min-width: 100px;
    height: 70px;
    color: white;
    text-align: center;
    line-height: 70px;
    margin: auto auto 10px;
  }
  .description3 p{
    display: block;
    width: 80%;
    min-width: 430px;
    margin: auto;
    padding: 0;
  }



  /*-----飾り方-----*/
  .decorate-section{
    padding: 60px 0 100px 0;
  }
  .decorate-layout{
    width: auto;
    margin: auto 40px;
  }
  .decorate-space{
    margin: 0;
  }
  .decorate-layout .text-style{
    margin: 0 auto 100px;
  }
  .decorate-layout img {
    width: auto;
    height: 65px;
  }
  .decorate-text img {
    width: 100%;
    height: auto;
    min-width: 0;
    border-bottom: solid 1px rgb(0, 0, 0);
  }

  .decorate-layout h2 {
    width: auto;
    height: 60px;
    line-height: 60px;
    margin: 20px auto auto auto;
  }
  .decorate-text dd {
    margin: 10px auto 40px auto;
    padding-bottom: 20px;
  }
  .date-text{
    width: 350px;
    height:auto;
  }
  .date-space {
    margin: 40px 0;
  }
  .date-text p{
    margin: auto;
  }
  .date-text:first-child{
    margin: 0 auto 0 0;
  }
  .date-text:last-child{
    margin: 20px 0 0 auto;
  }
  .date-text_style {
    display: block;
    min-height: 145px;
    justify-content: center;
    -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
    text-align: justify;
  }
  .decorate-style h3{
    height: 75px;
    line-height: 75px;
    margin: 80px auto;
  }

    .decorate-text{
        height: auto;
  }
  .decorate-text:nth-child(1) {
      width: 60%;
      min-width: 310px;
      margin: auto auto 40px;
  }
  .decorate-text:nth-child(2) {
      width: 60%;
      min-width: 310px;
      margin: auto auto 40px;
  }




  .select-section {
      padding: 60px 0 0 0;
  }
  .select-layout {
      width: auto;
      margin: auto 40px;
  }
  .select-space {
      margin: 80px 0 120px;
  }
  .select-space_2 {
    margin: 80px 0 0;
  }
  .select-space_3 {
    margin: 0px 0 120px;
  }
  .select-logo {
    width: auto;
    height: 60px;
  }
  .select-layout h2 {
    width: auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin: 15px auto auto auto;
  }


  .select-layout h3 {
    width: auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: white;
    background-image: url(./img/subtitle-frame1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px auto;
  }

  .select-layout h4 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
    line-height: 50px;
    color: white;
    background-image: url(./img/title-background-sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }



  .category-buttom {
      display: inline-block;
      width: 35%;
      min-width: 130px;
      margin: 0 2% 5%;
  }
  .category-buttom img {
      min-width: 0px;
  }
  .category-buttom dd{
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .category-buttom_last{
    display: inline-block;
    width: 77%;
    min-width: 260px;
    margin: 0 auto 5%;
    background-color: white;
    border-radius: 20px;
    padding: 10px 10px 20px;
  }
  .category-buttom_last img{
    min-width: 0px;
  }
  .category-buttom_last dd{
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .select-section .others-buttom {
    margin: 3% auto 0 auto;
  }




  .service-background {
    width: 100vw;
    height: 390px;
  }
  .service-buttom {
      width: 180px;
      height: 230px;
      margin-top: 0;
      padding: 0 10px;
  }

  .service-style h3 {
      width: auto;
      height: auto;
      color: #433030;
      line-height: 1.4;
      background: none;
      padding-top: 30px;
      margin: 0;
  }

  .service-buttom img{
      width: auto;
      height: 60px;
  }
  .service-style span {
      font-size: 3.2rem;
  }
  .service-style .review-style {
      height: 90px;
      margin: 15px 40px 10px;
  }

  .new-space_1 {
    margin: 60px 0 0;
  }
  .new-space_2 {
    margin-bottom: 20px;
  }
  .new-buttom{
      display: inline-block;
      width: 39%;
      margin: 2%;
  }
  .new-buttom img {
      width: 100%;
      min-width: auto;
      max-width: 100%;
  }



  .service-background:nth-child(2) {
    height: 280px;
  }
  .service-background:nth-child(2) p {
    line-height: 2;
  }

  .review-text {
      width: 280px;
      height: auto;
      padding: 0;
  }

  .review-style img {
      width: 5%;
      height: auto;
  }
  .review-text dt {
      font-size: 2rem;
  }
  .review-text img {
      width: 20%;
      height: auto;
      margin-right: 10px;
  }
  .review-text dd {
      font-size: 1.2rem;
      margin-right: -8px;
  }
  .service-background:nth-child(3) {
    height: 270px;
  }
  .contact-service h3 {
    color: #921100;
  }



  .ranking-bunner{
    height: 250px;
  }
  .ranking-section {
      padding-bottom: 100px;
  }
  .ranking-layout {
      width: auto;
      margin: auto 40px;
  }
  .ranking-layout .side-layout-pc{
      display: block;
  }
  .ranking-bunner img:nth-child(1){
    display: none;
  }
  .ranking-title{
    display: block;
    margin:auto;
    padding: 40px 40px 10px;
  }
  .ranking-bunner img:nth-child(3) {
    width: 30px;
    height: auto;
}
  .ranking-bunner img:nth-child(4) {
      width: 30px;
      height: auto;
  }
  .ranking-title h2{
    width: auto;
    margin: auto;
  }
  .ranking-section h3{
    margin-top: 60px;
  }
  .ranking-bunner img{
    width: 7%;
    min-width: 30px;
    height: auto;
  }


  /* スライドショーのシアター画面 */
  #slideshow{
    position: relative;
    width: 100%;
    height: auto;
  }
  #slideshow2{
    position: relative;
    width: 100%;
    height: auto;
  }
  #slideshow3{
    position: relative;
    width: 100%;
    height: auto;
  }
  .overflow{
    position: relative;
    width: 80%;
    height: 50vw;
    min-height: 330px;
    overflow: hidden;
    margin: auto;
  }



  .box {
    width: auto;
    height: auto;
    margin: 10px 0 80px; ;
  }

  /* スライドショーのシアター画面 */

  /* スライドショーの要素に必ず付けるクラス */
  .img_box {
    transition: 1s;
  }
  .img_box2 {
    transition: 1s;
  }
  .img_box3 {
    transition: 1s;
  }
  /* スライドのサイズ */
  .box_size{
    height:380px;
    width: 80%;
  }

  .box0 {
    position: absolute;
    left: 9.5%;

  }

  .box1 {
    position: absolute;
    left: 70%;
    opacity: 0.5;
  }

  .box2 {
    position: absolute;
    left: 140%;
    opacity: 0;
  }

  .box3 {
    position: absolute;
    left: -140%;
    opacity: 0;
  }


  .box4 {
    position: absolute;
    left: -50%;
    opacity: 0.5;
  }

  .nobox {
    position: absolute;
    left: -50%;
    opacity: 0;
  }

  .slide-img {
    background-color: white;
    width: 60%;
    min-width: 190px;
    margin: auto;
  }
  #move_right {
    position: absolute;
    transform: translate(0,-50%);
    right: -10px;
  }
  #move_left {
    position: absolute;
    transform: translate(0,-50%);
    left: -10px;
  }
  #move_right2 {
    position: absolute;
    transform: translate(0,-50%);
    right: -10px;
  }
  #move_left2 {
    position: absolute;
    transform: translate(0,-50%);
    left: -10px;
  }
  #move_right3 {
    position: absolute;
    transform: translate(0,-50%);
    right: -10px;
  }
  #move_left3 {
    position: absolute;
    transform: translate(0,-50%);
    left: -10px;
  }

  .video-layout {
     display: block;
     margin: auto;
  }
  .video-style {
      background-color: white;
      width: 60%;
      min-width: 300px;
      padding: 0 0 10px;
      margin: 30px auto 0;
  }
  .video-style iframe {
      height: 300px;
  }
  .video-style dd {
      font-size: 1.6rem;
      margin-top: 0px;
      line-height: 1.4;
  }





  .info-section {
    padding: 60px 0 80px 0;
  }
  .info-layout {
      width: auto;
      margin: auto 40px;
  }
  .info-layout img {
    width: 65px;
    height: auto;
  }
  .info-style{
    height: 450px;
    margin: 40px 0 0px;
  }
  .info-layout h2 {
    width: auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
  }
  .info-text {
    position: absolute;
    top: 2%;
    left: 50%;
    padding: 15px;
  }
  .info-text p {
    font-size: 1.4rem;
    line-height: 2.2;
    padding: 3vw;
  }
  .info-text img {
    position: absolute;
    bottom: -90px;
    right: -50px;
    width: 65px;
    height: auto;
  }
  .info-style img:nth-child(1) {
    position: absolute;
    top: 0%;
    left: 23%;
    width: 20%;
    min-width: 110px;
    height: auto;
  }
  .info-style img:nth-child(2) {
    position: absolute;
    top: 22%;
    left: 3%;
    width: 25%;
    min-width: 135px;
    height: auto;
  }
  .info-style img:nth-child(3) {
    position: absolute;
    top: 45%;
    left: 15%;
    width: 33%;
    min-width: 180px;
    height: auto;
  }



  .qa-section {
      padding: 60px 0 0;
  }
  .qa-layout {
      width: auto;
      margin: auto 40px;
  }
  .qa-list {
    margin: 40px 0 120px;
}
  .qa-layout h2{
    width: auto;
    height: 60px;
    text-align: center;
    line-height: 60px;
  }
  .qa-layout img {
    width: 30px;
    height: auto;
  }
  .qa-list dl dt {
      position: relative;
      margin: 0;
      border-radius: 10px;
      border: solid 2px #ba5456;
      font-size: 1.8rem;
      padding: 3% 15% 3% 10%;
  }

  .qa-list dl dt::before {
      font-size: 2.0rem;
  }
  .qa-list dl dd::before {
      font-size: 2.0rem;
  }
  .qa-list dl dd p {
      text-align: justify;
      color: #433030;
      margin: 0;
      padding: 8% 3% 8% 3%;
  }


    .contact-style{
      width: 80%;
      min-width: 420px;
    }
  .contact-section {
    padding-bottom: 60px;
  }
  .contact-layout {
      width: auto;
      margin: auto 40px;
  }
  .contact-layout h3 {
    line-height: 1.4;
    white-space: normal;
    padding: 40px 0 30px;
  }
  .contact-style p:last-child {
    font-size: 1.4rem;
    padding: 10px 0;
  }


  .footer-layout {
      width: auto;
      margin: auto 40px;
  }
  }
  #number-style_1{
    font-size: 1.2rem;
    margin-left: 76px;
  }
  #number-style_2 {
    font-size: 1.2rem;
    margin-left: 19px;
  }
  .contact-style #number-style_3{
    font-size: 1.2rem;
    margin-left: 76px;
  }
  .contact-style #number-style_4{
    font-size: 1.2rem;
    margin-left: 19px;
  }

@media screen and (max-width: 550px) {
  .btn-search {
   position: fixed;
   bottom: 155px;
  }
  _::-webkit-full-page-media, _:future, :root .btn-search {
    position: fixed;
    bottom: 155px;
  }

  .top-text h1 {
    font-size: 5rem;
  }

  .top-image p:first-of-type{
    position: absolute;
    top: 5%;
    right: 20%;
    margin: auto;
    width: 50px;
    height: 220px;
    line-height: 50px;
    font-size: 2.0rem;
    z-index: 20;
  }

  .top-image p:last-of-type {
    position: absolute;
    bottom: 5%;
    left: 20%;
    margin: auto;
    width: 50px;
    height: 220px;
    line-height: 50px;
    font-size: 2.0rem;
    z-index: 20;
  }

  /*-----基礎知識-----*/
  .description-layout {
    position: relative;
    width: auto;
    height: 1460px;
    margin: 80px 20px 0;
}

  .description1 img{
    position: absolute;
    top: 0px;
    left: 50%;

  }
  .description1 h2 {
    width: 80%;
    min-width: 100px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
    margin: auto auto 5px;
  }

  .description1-text {
    position: absolute;
    top: 200px;
    left: 50%;
  }
  .description1 p{
    min-width: 310px;
  }


  /*----------*//*----------*//*----------*//*----------*//*----------*/

  .description2 img{
    position: absolute;
    top: 500px;
    left: 50%;
  }
  .description2 h2 {
    width: 80%;
    min-width: 100px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
    margin: auto auto 5px;
  }

  .description2-text{
    position: absolute;
    top: 695px;
    left: 50%;
  }
  .description2 p{
    min-width: 310px;
  }

  /*----------*//*----------*//*----------*//*----------*//*----------*/


  .description3 img{
    position: absolute;
    top: 1040px;
    left: 50%;
  }
  .description3 h2 {
    width: 80%;
    min-width: 100px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
    margin: auto auto 5px;
  }

  .description3-text{
    position: absolute;
    top: 1242px;
  }
  .description3 p{
    min-width: 310px;
  }



  /*-----飾り方-----*/

  .decorate-section {
    padding: 40px 0 60px 0;
  }
  .decorate-layout{
    width: auto;
    margin: auto 20px;
  }
  .decorate-layout h2 {
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 10px auto auto auto;
  }
  .decorate-text dt {
    font-size: 1.8rem;
  }
  .decorate-text dd {
    font-size: 1.4rem;
  }
  .decorate-layout img {
    width: auto;
    height: 55px;
  }
  .decorate-text img {
    width: 100%;
    height: auto;
    min-width: 0;
  }
  .date-text_style li:nth-of-type(4) {
    margin-left: 55px;
  }
  _::-webkit-full-page-media, _:future,.date-text_style li:nth-of-type(4) {
    margin-left: 54px;
  }

  .decorate-layout .text-style {
    margin: 0 auto 80px;
  }
  .decorate-style h3 {
    height: 75px;
    line-height: 75px;
    margin: 0 auto 40px;
  }


  .select-section {
    padding: 40px 0 0 0;
  }
  .select-layout {
      width: auto;
      margin: auto 20px;
  }
  .select-logo {
    width: auto;
    height: 50px;
  }
  .select-layout h2 {
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto auto auto;
  }
  .select-space {
    margin: 40px 0 60px;
  }
  .select-space_2 {
    margin: 40px 0 0;
  }
  .select-space_3 {
    margin: 0px 0 60px;
  }
  .category-buttom dd {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .category-buttom_last dd {
    font-size: 1.5rem;
    margin-top: 15px;
  }


  .new-buttom{
    display: inline-block;
    width: 40%;
    min-width: 110px;
    margin: 10px;
  }
  .new-buttom img {
      width: 100%;
      min-width: auto;
      max-width: 100%;
  }
  .new-buttom dd {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .new-space_1 {
    margin: 30px 0 0;
  }
  .new-space_2 {
    margin-bottom: 10px;
  }

  .service-style p{
    font-size: 1.2rem;
  }
  .separate-layout{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 150px;
    height: auto;
  }
  .service-background {
    position: relative;
    width: 100vw;
    height: 470px;
  }
  .service-style .side-layout:first-of-type{
    display: inline-block;
    margin: 10px auto 0px;
  }
  .service-buttom {
    width: 180px;
    height: 190px;
    margin-top: 10px;
    border-right: none;
  }
  .service-buttom:nth-child(2) {
    position: absolute;
    top: 85px;
    left: 23%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
    height: auto;
  }
  .service-buttom:nth-child(3) {
    position: absolute;
    top: 85px;
    left: 77%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: auto;
  }
  .service-buttom:last-child {
    margin-top: 0;
    position: absolute;
    top: 305px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
    height: auto;
}

  .service-buttom img {
    width: auto;
    height: 50px;
  }
  .service-buttom dd {
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 1.0;
    padding: 5px 0;
    margin: 0;
  }
  .service-buttom:last-child dd{
    border: none;
  }
  .service-style span {
    font-size: 3rem;
  }
  .service-style h3 {
    padding-top: 30px;
  }
  .service-buttom dt {
    margin-top: 0;
  }
  .service-buttom:last-child{
    margin-top: 0;
  }


  .service-background:nth-child(2) {
    height: 250px;
  }


  .review-text {
    width: 260px;
    height: auto;
    padding: 0;
  }
  .review-space{
    padding-top: 5px;
  }

  .review-style img {
      width: 6%;
      height: auto;
  }
  .review-text dt {
      font-size: 1.8rem;
  }
  .review-text img {
      width: 20%;
      height: auto;
      margin-right: 10px;
  }
  .review-text dd {
      font-size: 1.2rem;
      margin-right: -15px;
  }
  .service-style .review-style {
    height: 95px;
    margin: 0 10px 0;
  }

  .service-background:nth-child(3) {
    height: 240px;
  }
  .service-background:nth-child(2) p {
    line-height: 1;
  }




  .ranking-layout {
      width: auto;
      margin: auto 20px;
  }
  .ranking-title{
    display: block;
    margin:auto;
    padding: 35px 20px 10px;
  }
  .ranking-title h2{
    width: auto;
    margin: auto;
  }
  .ranking-section h3 {
    margin-top: 40px;
  }
  .ranking-bunner img{
    width: 7%;
    min-width: 30px;
    height: auto;
  }


  /* スライドショーのシアター画面 */
  #slideshow{
    position: relative;
    width: 100%;
    height: auto;
  }
  #slideshow2{
    position: relative;
    width: 100%;
    height: auto;
  }
  #slideshow3{
    position: relative;
    width: 100%;
    height: auto;
  }
  .overflow{
    width: 80%;
    height: 60vw;
    max-height: 300px;
    min-height: 320px;
    overflow: hidden;
    margin: auto;
  }

    .box0 {
    position: absolute;
    left: 10%;
    opacity: 1;
    }
    .box1 {
    position: absolute;
    left: 75%;
    opacity: 0.5;
    }
    .box4 {
    position: absolute;
    left: -55%;
    opacity: 0.5;
    }


  .box {
    width: auto;
    height: 410px;
    margin: 10px 0 60px;
  }

  /* スライドショーのシアター画面 */

  /* スライドショーの要素に必ず付けるクラス */
  .img_box {
    transition: 1s;
  }
  .img_box2 {
    transition: 1s;
  }
  .img_box3 {
    transition: 1s;
  }
  /* スライドのサイズ */

  .slide-img {
    background-color: white;
    width: 70%;
    min-width: 180px;
    margin: auto;
  }
  .slide-img dd {
    font-size: 1.2rem;
  }
  #move_right {
    position: absolute;
    transform: translate(0,-50%);
    right: -15px;
  }
  #move_left {
    position: absolute;
    transform: translate(0,-50%);
    left: -15px;
  }
  #move_right2 {
    position: absolute;
    transform: translate(0,-50%);
    right: -15px;
  }
  #move_left2 {
    position: absolute;
    transform: translate(0,-50%);
    left: -15px;
  }
  #move_right3 {
    position: absolute;
    transform: translate(0,-50%);
    right: -15px;
  }
  #move_left3 {
    position: absolute;
    transform: translate(0,-50%);
    left: -15px;
  }
    .ranking-section .others-buttom{
        max-width: 270px;
    }

    .ranking-section h3:last-of-type {
    color: #921100;
    font-size: 1.6rem;
  }
    .video-style {
    width: 70%;
  }
  .video-style dd {
    font-size: 1.4rem;
    margin-top: 0px;
    line-height: 1.4;
}






  .info-style {
    height: 350px;
    margin: 20px 0 0px;
  }
  .info-section {
    padding: 40px 0 100px 0;
  }
  .info-layout {
      width: auto;
      margin: auto 20px;
  }
  .info-layout h2 {
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 10px auto 0;
  }
  .info-layout img {
    width: 55px;
    height: auto;
  }
  .info-text {
    position: absolute;
    top: 6%;
    left: 50%;
    padding: 10px;
  }
  .info-text p {
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 3vw;
  }
  .info-text img {
    position: absolute;
    bottom: -70px;
    right: -40px;
    width: 55px;
    height: auto;
  }
  .info-style img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 20%;
    width: 23%;
    min-width: 105px;
    height: auto;
  }
  .info-style img:nth-child(2) {
    position: absolute;
    top: 24%;
    left: 0%;
    width: 28%;
    min-width: 135px;
    height: auto;
  }
  .info-style img:nth-child(3) {
    position: absolute;
    top: 52%;
    left: 14%;
    width: 35%;
    min-width: 155px;
    height: auto;
  }


  .qa-section{
    padding-top: 40px;
  }
  .qa-layout {
    width: auto;
    margin: auto 20px;
  }
  .qa-list {
    margin: 40px 0 100px;
  }
  .qa-layout img {
    width: 28px;
    height: auto;
  }
  .qa-list dl dt {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 4% 15% 4% 15%;
  }
  .qa-layout h2 {
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }

  .contact-style {
    background: rgba(0, 0, 0, 0.8);
    min-width: 0;
    padding: 0 20px 20px;
  }
    .contact-style p{
        font-size: 1.2rem;
    }
  .contact-style p:last-child {
    min-width: 216px;
    padding: 10px 0;
    margin: auto;

  }
  #number-style_1{
    font-size: 1.2rem;
    margin-left: 76px;
  }
  #number-style_2 {
    font-size: 1.2rem;
    margin-left: 19px;
  }
  .contact-style #number-style_3{
    font-size: 1.2rem;
    margin-left: 76px;
  }
  .contact-style #number-style_4{
    font-size: 1.2rem;
    margin-left: 19px;
  }
}

@media screen and (max-width: 398px){

  p{
    font-size: 1.2rem;
    margin: 0;
  }
  h2{
    font-size: 1.8rem;
    white-space: nowrap;
  }
  h3{
    font-size: 1.6rem;
    white-space: nowrap;
  }
  h4{
    font-size: 1.6rem;
    white-space: nowrap;
  }
  small{
    font-size: 1rem;
  }
    .text-style {
    text-align: justify;
    max-width: 460px;
    margin: 30px auto 60px;
    }
    .text-style b {
    color: #921100;
    font-size: 1.4rem;
  }

  .yamako-name {
    min-width: 300px;
  }
  .yamako-name span {
    font-size: 1.6rem;
  }
  .yamako-name p:first-of-type {
    font-size: 3.2rem;
    padding-right: 10px;
  }
  .btn-search {
    position: fixed;
    bottom: 155px;
  }
  _::-webkit-full-page-media, _:future, :root .btn-search {
    position: fixed;
    bottom: 155px;
  }
  a.btn-c {
    font-size: 1.2rem;
    padding: 1.2rem 0.8rem 1.2rem 0.8rem;
  }


  .top-image {
    position: relative;
    width: 100%;
    min-width: 300px;
    height: 380px;
    overflow: hidden;
  }
  .top-text h1 {
    font-size: 4.2rem;
  }
  .top-image p:first-of-type{
    position: absolute;
    top: 10%;
    right: 10%;
    margin: auto;
    width: 50px;
    height: 200px;
    line-height: 50px;
    font-size: 1.8rem;
    z-index: 20;
  }

  .top-image p:last-of-type {
    position: absolute;
    bottom: 10%;
    left: 10%;
    margin: auto;
    width: 50px;
    height: 200px;
    line-height: 50px;
    font-size: 1.8rem;
    z-index: 20;
  }
  .top-image img:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54.6875vw;
    height: auto;
    min-width: 280px;
    max-width: 540px;
  }
  .top-image img:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 54.6875vw;
    height: auto;
    min-width: 220px;
    max-width: 540px;
  }

  .top-frame {
    width: 100%;
    min-width: 300px;
    height: auto;
  }



  .decorate-section {
    min-width: 300px;
    padding: 20px 0 60px 0;
  }
  .description-section {
    background-image: url(./img/background-1.jpg);
    min-width: 300px;
  }

  .description-layout {
    position: relative;
    width: auto;
    height: 1200px;
    margin: 60px 10px 0;
  }
  .description1 img {
    width: 170px;
    min-width: 0;
  }
  .description1-text {
    position: absolute;
    top: 130px;
    left: 50%;
  }
    .description1 p {
    min-width: 240px;
    }

  .description2 img {
    position: absolute;
    top: 420px;
    left: 50%;
    width: 170px;
    min-width: 0;
  }
  .description2-text {
    position: absolute;
    top: 550px;
    left: 50%;
  }
    .description2 p {
    min-width: 240px;
    }

  .description3 img {
    position: absolute;
    top: 840px;
    left: 50%;
    width: 170px;
    min-width: 0;
  }
  .description3-text {
    position: absolute;
    top: 975px;
    left: 50%;
  }
    .description3 p {
    min-width: 240px;
    }

  .decorate-layout {
  width: auto;
  margin: auto 10px;
  }

  .decorate-text:nth-child(1) {
  width: 80%;
  min-width: 250px;
  margin: auto auto 40px;
  }
  .decorate-text:nth-child(2) {
  width: 80%;
  min-width: 250px;
  margin: auto auto 40px;
  }
  .date-text {
  width: 280px;
  height: auto;
  }
  .date-text_style {
    min-height: 110px;
    font-size: 1.2rem;
  }
  .line-style li:nth-of-type(1) {
    width: 60px;
    height: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 43px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
  }
  .line-style li:nth-of-type(2) {
    width: 65px;
    height: 30px;
    margin-right: 25px;
  }
  .line-style li:nth-of-type(3) {
    width: 60px;
    height: 30px;
  }
  .line-style li:nth-of-type(4) {
    width: 60px;
    height: 30px;
    margin-right: 25px;
  }
  .line-style li:nth-of-type(5) {
    width: 85px;
    height: 30px;
  }
  .date-text_style li:nth-of-type(5) {
    margin-left: 57px;
  }
  .date-text_style li:nth-of-type(4) {
    margin-left: 40px;
  }
  .date-text_style li:nth-of-type(1) {
    margin-left: 50px;
  }
  .date-text_style li:nth-of-type(2) {
    margin-left: 8px;
  }
  .date-text_style li:nth-of-type(3) {
    margin-left: 10px;
  }


  _::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(5) {
    margin-left: 57px;
  }
  _::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(4) {
    margin-left: 41px;
  }
  _::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(1) {
    margin-left: 50px;
  }
  _::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(2) {
    margin-left: 10px;
  }
  _::-webkit-full-page-media, _:future, :root .date-text_style li:nth-of-type(3) {
    margin-left: 10px;
  }


  .decorate-text dt {
    font-size: 1.6rem;
  }
  .decorate-text dd {
    font-size: 1.2rem;
  }



  .select-section {
    min-width: 300px;
    padding: 20px 0 0 0;
  }
  .select-layout {
    width: auto;
    margin: auto 0;
  }
  .select-layout h2 {
    margin: 20px 10px auto;
  }
  .select-layout p {
    margin: 0 10px;
  }
  .select-layout h4 {
    width: 100%;
    position: inherit;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .category-buttom {
    display: inline-block;
    width: 35%;
    min-width: 110px;
    margin: 0 1% 3%;
  }
  .category-buttom dd {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .category-buttom_last dd {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .new-buttom {
    display: inline-block;
    width: 40%;
    min-width: 133px;
    margin: 10px 1%;
  }




    .service-style {
    margin-top: 60px;
    }
    .service-style .review-style {
    max-width: 300px;
    height: 78px;
    margin: auto;
    }
    .separate-layout {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: auto;
  }
  .service-background {
    width: 100%;
    height: 320px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .service-background:first-child {
    padding-top: 20px;
  }
  .service-style h3 {
    padding-top: 10px;
  }

  .service-style p{
    font-size: 1rem;
  }
  .service-buttom{
    padding: 0;
  }
  .service-buttom img {
    width: auto;
    height: 35px;
  }
  .service-buttom dd {
    font-size: 1.2rem;
    margin-top: 0px;
    padding: 5px 0 0 0;
  }
  .service-style span {
    font-size: 2.2rem;
  }
  .service-buttom {
    width: 280px;
    height: 170px;
    margin-top: 10px;
  }
  .service-style .side-layout:first-of-type {
    display: inline-block;
    margin: 20px auto 0px;
}
.service-buttom:nth-child(3) {
    position: absolute;
    top: 65px;
    left: 75%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: auto;
}
.service-buttom:nth-child(2) {
    position: absolute;
    top: 65px;
    left: 25%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
    height: auto;
}
.service-buttom:last-child {
    margin-top: 0;
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: auto;
    height: auto;
}


  .service-background:nth-child(2) {
    height: 180px;
  }
  .review-text span {
    padding: 0 10px;
  }
  .review-text dt {
    font-size: 1.4rem;
  }
  .review-text dd {
    font-size: 1rem;
    margin-right: -15px;
  }
  .service-background:nth-child(2) p {
    line-height: 0;
  }
  .review-text {
    width: 210px;
    height: auto;
    padding: 0;
  }

  .service-background:nth-child(3) {
    height: 180px;
  }
  .service-background:nth-child(3) p {
    margin-top: 10px;
  }
  background:nth-child(3) h3 {
    padding-top: 50px;
  }
  .contact-service a {
    font-size: 2.2rem;
  }
  .category-buttom_last{
    min-width: 0;
  }

  #number-style_1{
    font-size: 1rem;
    margin-left: 53px;
  }
  #number-style_2{
    font-size: 1rem;
    margin-left: 6px;
  }
  .contact-style #number-style_3{
    font-size: 1rem;
    margin-left: 53px;
  }
  .contact-style #number-style_4{
    font-size: 1rem;
    margin-left: 6px;
  }



  .ranking-section {
    min-width: 300px;
    padding-bottom: 60px;
  }
  .ranking-layout {
    width: auto;
    margin: auto 0;
  }
  .ranking-bunner {
    width: 100%;
    height: 230px;
    position: inherit;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ranking-title{
    padding: 20px 20px 10px;
  }
  .ranking-title p{
    white-space: nowrap;
  }
  .box {
    height: 345px;
    margin: 5px 0 80px;
  }
  #slideshow{
    height: 270px;
  }
  #slideshow2{
    height: 270px;
  }
  #slideshow3{
    height: 270px;
  }
  .overflow {
    height: 270px;
  }
  .box4 {
    position: absolute;
    left: -60%;
    opacity: 0.5;
  }
  .box1 {
    position: absolute;
    left: 80%;
    opacity: 0.5;
  }
  .slide-img {
    background-color: white;
    width: 70%;
    min-width: 160px;
  }
  .slide-img dd {
    font-size: 1.2rem;
  }
  .ranking-section .others-buttom{
      max-width: 220px;
  }



  .ranking-section h3:last-of-type {
    color: #921100;
    font-size: 1.4rem;
  }
  .video-style {
    min-width: 160px;
    padding: 0 0 5px;
  }
  .video-style iframe {
    height: 230px;
  }
  .video-style dd {
    font-size: 1.2rem;
    margin-top: 0px;
    line-height: 1.4;
  }
  .arrow_style {
    font-size: 2.2rem;
    width: 20px;
    height: 22px;
    line-height: 20px;
  }
  .arrow_style2 {
    font-size: 2.2rem;
    width: 20px;
    height: 22px;
    line-height: 20px;
  }
  .arrow_style3 {
    font-size: 2.2rem;
    width: 20px;
    height: 22px;
    line-height: 20px;
  }
  .ranking-section .others-buttom {
    margin: 8% auto 0 auto;
  }
  #move_right {
    position: absolute;
    transform: translate(0,-50%);
    right: 3px;
  }
  #move_right2 {
    position: absolute;
    transform: translate(0,-50%);
    right: 3px;
  }
  #move_right3 {
    position: absolute;
    transform: translate(0,-50%);
    right: 3px;
  }
  #move_left {
    position: absolute;
    transform: translate(0,-50%);
    left: 3px;
  }
  #move_left2 {
    position: absolute;
    transform: translate(0,-50%);
    left: 3px;
  }
  #move_left3 {
    position: absolute;
    transform: translate(0,-50%);
    left: 3px;
  }





  .info-section {
    min-width: 300px;
    padding: 20px 0 60px 0;
  }
  .info-layout {
    width: auto;
    margin: auto 10px;
  }
  .info-style {
    height: 280px;
  }
  .info-text {
    position: absolute;
    top: 1%;
    left: 50%;
    padding: 10px;
  }
  .info-text p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 10px 15px;
  }
  .info-text img {
    position: absolute;
    bottom: -55px;
    right: -35px;
    width: 45px;
    height: auto;
  }
  .info-style img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 20%;
    width: 23%;
    min-width: 80px;
  }
  .info-style img:nth-child(2) {
    position: absolute;
    top: 29%;
    left: 0%;
    width: 28%;
    min-width: 97px;
  }
  .info-style img:nth-child(3) {
    position: absolute;
    top: 57%;
    left: 13%;
    width: 35%;
    min-width: 115px;
  }



  .qa-section {
    min-width: 300px;
    padding-top: 20px;
  }

  .qa-layout {
    margin: auto 10px;
  }
  .qa-list dl dt {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 5% 15% 5% 15%;
  }
    .qa-list {
    margin: 20px 0 60px;
    }





  .contact-layout {
    width: auto;
    margin: auto 10px;
  }
  .contact-section {
    min-width: 300px;
  }
  .contact-style {
    padding: 0 10px 10px;
  }
  .contact-style p:last-child {
    margin: auto;
  }
  .contact-style p{
    font-size: 1rem;
  }
  .contact-style span {
    font-size: 2.2rem;
  }


  footer{
    min-width: 300px;
    height: 30px;
  }
  .footer-layout {
    width: auto;
    margin: auto 10px;
  }
  .footer-layout p {
    font-size: 1rem;
    padding: 25px 0 10px;
  }
  #number-style_1{
    font-size: 1rem;
  }
  #number-style_2{
    font-size: 1rem;
  }
  .contact-style #number-style_3{
    font-size: 1rem;
  }
  .contact-style #number-style_4{
    font-size: 1rem;
  }
}








@media screen and (max-height: 600px){
  /*-----ナビゲーション-----*/

  .navi-trigger {
    height: 55px;
    width: 40px;
  }
  .navi .primary-navi a {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    padding: 3vh 20px;
  }
  .navi .primary-navi {
    margin: 40% 0 0 30px;
  }
  .navi .primary-navi a img {
    display: none;
  }
  .navi .primary-navi > li {
     margin: 0;
  }
  .navi .primary-navi > li:first-of-type {
     display: none;
  }



  .navi-sp .primary-navi-sp a {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    padding: 3vh 20px;
  }
  .navi-sp .primary-navi-sp {
    margin: 40% 30px 0 0;
  }
  .navi-sp .primary-navi-sp a img {
    display: none;
  }
  .navi-sp .primary-navi-sp > li {
    text-align: left;
     margin: 0;
  }
  .navi-sp .primary-navi-sp > li:first-of-type {
     display: none;
  }



  .btn-search {
    position: fixed;
    bottom: 160px;
  }
  _::-webkit-full-page-media, _:future, :root .btn-search {
    position: fixed;
    bottom: 160px;
  }
  a.btn-c {
    font-size: 1.2rem;
    padding: 1.5rem 1rem 1.5rem 1rem;
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    color: #fff;
    border-radius: 0;
    background-color: #d97531;
    /*background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    writing-mode: vertical-rl;
  }

}




@media (hover: hover) {
  a.btn-c:hover {
    padding-right: 2.5rem;
    color: #fff;
    filter: brightness(110%);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }

  .arrow_style:hover {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  .arrow_style2:hover {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  .arrow_style3:hover {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  _::-webkit-full-page-media, _:future, :root a.btn-c:hover {
    padding-right: 2.5rem;
    color: #fff;
    filter: brightness(110%);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  _::-webkit-full-page-media, _:future, :root .arrow_style:hover {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  _::-webkit-full-page-media, _:future, :root .arrow_style2:hover {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  _::-webkit-full-page-media, _:future, :root .arrow_style3:hover {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
}

@media (hover: none) {
  a.btn-c:active {
    padding-right: 2.5rem;
    color: #fff;
    filter: brightness(110%);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  .arrow_style:active {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  .arrow_style2:active {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  .arrow_style3:active {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  a.btn-c:active {
    padding-right: 2.5rem;
    color: #fff;
    filter: brightness(110%);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  _::-webkit-full-page-media, _:future, :root .arrow_style:active {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  _::-webkit-full-page-media, _:future, :root .arrow_style2:active {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
  _::-webkit-full-page-media, _:future, :root .arrow_style3:active {
    background: rgba(0, 0, 0, 0.6);
    color: white;
  }
}



@-moz-document url-prefix() {
  .date-text_style li:nth-of-type(1){
      margin-left: 71px;
  }
  .date-text_style li:nth-of-type(2){
      margin-left: 16px;
  }
  .date-text_style li:nth-of-type(3){
      margin-left: 15px;
  }
  .date-text_style li:nth-of-type(4) {
      margin-left: 64px;
  }
  .date-text_style li:nth-of-type(5) {
    margin-left: 72px;
  }


  @media screen and (max-width: 550px) {
    .date-text_style li:nth-of-type(4) {
        margin-left: 63px;
    }
  }
  @media screen and (max-width: 398px) {
    .date-text_style li:nth-of-type(5) {
      margin-left: 59px;
    }
    .date-text_style li:nth-of-type(4) {
        margin-left: 48px;
    }
    .date-text_style li:nth-of-type(3) {
        margin-left: 13px;
    }
    .date-text_style li:nth-of-type(2) {
        margin-left: 14px;
    }
    .date-text_style li:nth-of-type(1) {
        margin-left: 58px;
    }
  }


  @media (hover: hover) {
    a.btn-c:hover {
      padding-right: 2.5rem;
      color: #fff;
      filter: brightness(110%);
      -webkit-transition: all 0.1s;
      transition: all 0.1s;
    }
    .arrow_style:hover {
      background: rgba(0, 0, 0, 0.6);
      color: white;
    }
    .arrow_style2:hover {
      background: rgba(0, 0, 0, 0.6);
      color: white;
    }
    .arrow_style3:hover {
      background: rgba(0, 0, 0, 0.6);
      color: white;
    }
  }
  @media (hover: none) {
    a.btn-c:active {
      padding-right: 2.5rem;
      color: #fff;
      filter: brightness(110%);
      -webkit-transition: all 0.1s;
      transition: all 0.1s;
    }
    .arrow_style:active {
      background: rgba(0, 0, 0, 0.6);
      color: white;
    }
    .arrow_style2:active {
      background: rgba(0, 0, 0, 0.6);
      color: white;
    }
    .arrow_style3:active {
      background: rgba(0, 0, 0, 0.6);
      color: white;
    }
  }
}
@-moz-document url-prefix(){
    .description-section {
      background-color: rgba(255,255,255,0.08);
      background-blend-mode: color;
    }
    .decorate-section {
      background-color: rgba(255,255,255,0.08);
      background-blend-mode: color;
    }
    .select-section {
      background-color: rgba(255,255,255,0.08);
      background-blend-mode: color;
    }
	}
