@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;
}
dl{
  line-height: 1.8;
    Letter-spacing: 0.1em;
}
a{
	text-decoration:none;
	color: #433030;
}
ul {
  list-style: none;
}
h2{
  font-size: 3.0rem;
  white-space: nowrap;
  color:#433030;
  margin-bottom: 30px;
}

.heading-design {
  border-top: double 5px #c9bc9c;
  border-bottom: double 5px #c9bc9c;
  padding: 8px;
  max-width: 370px;
  margin:0 auto 50px;
}



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{
  position: relative;
  width: 100vw;
  height: auto;
  background-color: #eae2d7;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.small-sp{
  display: none;
}
.small-sp_none{
  display: inline-block;
}
.text-center{
  text-align: center;
  z-index: 2000;
}
.side-layout{
  display: flex;
  justify-content: center;
}
.side-layout_pc{
  display: flex;
  justify-content: center;
}
.shadow-style{
   box-shadow: 0 0 5px 0px #433030;
}
.red{
  color: red;
}
.small-text{
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.pc-image{
  display: block;
}
.pc-2-image{
  display: none;
}
.sp-image{
  display: none;
}
/*-----キーフレーム-----*/
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/*-----アニメーション-----*/





/*-----ナビゲーション-----*/

.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: #3a546b;
    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: white;
    border: solid 2px #3a546b;
    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 #3a546b;
  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.6rem;
    line-height: 1.2;
    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);
}


/*-----トップ-----*/
.yamako-name {
    display: flex;
    background-color: #3a546b;
    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;
}

.top-image{
  overflow: hidden;
  text-align:center;
  background-image: url(./img/top-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 40% 40%;
  padding-top: 80px;
}
.top-image img{
  width: 13%;
  min-width: 200px;
  height: auto;
}
.top-title{
  position: relative;
}
.top-title_text{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 2rem;
  color: white;
  text-align: center;
  white-space: nowrap;
}
.title-image{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 40%;
  min-width: 540px;
  max-width: 540px;
  height: auto;
}
.top-title_text span{
  font-size: 4rem;
}



/*-----最初の説明-----*/

.description-section{
  width: 100vw;
  background-color: #eae2d7;
  background-position: center;
  background-repeat: repeat;
  background-size: 100%;
  padding: 180px 0;
}
.description-layout{
  position: relative;
  width: 900px;
  margin: auto ;
  background-image: url(./img/section1_background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.description-layout p{
  width: 700px;
  margin: auto;
  letter-spacing: normal;
}


/*-----お盆の違い-----*/

.difference-section{
  position: relative;
  width: 100vw;
  text-align: center;
  padding-top: 80px;
}
.difference-layout{
  width: 900px;
  margin: auto;
}
.difference-layout p{
  width: 700px;
  margin: auto;
  text-align: left;
  letter-spacing: normal;
}
.difference-style{
  margin-top: 50px;
}

.difference-style h3{
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  margin-top: 100px;
}

.difference-style h3:before{
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3a546b;
  border-radius: 2px;
}

.difference-style dl{
  font-size: 1.6rem;
  text-align: left;
  align-items: center;
  width: 33.33%;
  margin: 1% 2%;
  margin-top: 0px;
  box-shadow: 0 0 2px 0px #433030;
  padding: 10px;
  letter-spacing: normal;
  background-color: white;
  ;
}
.difference-style dd{
  padding: 10px;
}
.difference-style dt{
  width: 100%;
  height: auto;
}

.heading11 span{
  border-bottom: solid 1px;
  border-color: rgba(67,48,48,0.15);
}





.difference1{
  background-image: url(./img/difference-icon_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
}
.difference2{
  background-image: url(./img/difference-icon_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}
.difference3{
  background-image: url(./img/difference-icon_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}
.difference4{
  background-image: url(./img/difference-icon_4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}
.difference5{
  background-image: url(./img/difference-icon_5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}


.difference-style table {
  background-color: #3a546b;
  margin: 60px 0 100px;
}
.difference-style th {
  text-align: center;
  font-size: 2rem;
  color: White;
}
.difference-style td {
  font-size: 1.6rem;
  background-color: white;
  padding: 30px 10px;
}
.difference-style td:first-of-type{
  white-space: nowrap;
  background-color: lightslategrey;
  color: white;
}
.difference-style td:last-child{
  text-align: left;
  padding: 20px 30px;
  width: auto;
}
.difference-text{
  display: flex;
  width: 100vw;
  height: 300px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center;
  background-image: url(./img/difference-background.jpg);
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.difference-text p{
  width: 700px;
  color: white;
  text-align: left;
  letter-spacing: normal;
  margin: auto;
}



/*-----初盆-----*/
.first-bon_section{
  width: 100vw;
  text-align: center;
  padding: 80px 0 150px;
  background-color: #eae2d7;
}
.first-bon_layout{
  width: 900px;
  margin: auto;
}
.first-bon_layout p{
  margin: auto;
  text-align: left;
  letter-spacing: normal;
}
.first-bon_text{
  width: 700px;
}

.first-bon_lantern{
  display: flex;
  justify-content: space-between;
  text-align: start;
  width: 590px;
  margin: 80px auto auto;
}
.first-bon_lantern a{
  display: contents;
}
.first-bon_lantern p{
  width: auto;
  line-height: 1.4;
  Letter-spacing: 0;
  text-align: center;
  margin: 0;
}
.bon-lantern_img {
    width: 80%;
    margin-top: 0px;
}


.traditional-layout{
  position: relative;
  border: solid 4px #c9bc9c;
  background-color: white;
  padding: 100px 40px 40px;
  margin-top: 100px;
}
.traditional-layout .side-layout{
  margin-bottom: 50px;
}
.traditional-layout h3{
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  background-color: #c9bc9c;
  color: white;
  padding: 20px 4px;
}

.traditional-layout dt{
  display: flex;
}
.traditional-layout p{
  width: 700px;
  letter-spacing: normal;
}
.traditional-step {
  position: relative;
  margin: 5px;
  background-color: #c9bc9c;
  border-radius: 35px 35px 20px 20px;
}
.traditional-step span{
  font-size: 2.0rem;
}
.right-arrow{
  width: 1.5%;
  height: 2%;
  min-width: 8px;
  margin: auto;
}
.step-style{
  position: absolute;
  top: -20px;
  left: 0px;
  padding: 10px 17px;
  border-radius: 50%;
  color: White;
  font-size: 1.6rem;
  line-height: 1.2;
}
.step1{
  background-color: #b39782;
}
.step2{
  background-color: #a68c79;
}
.step3{
  background-color: #998270;
}
.step4{
  background-color: #8c7766;
}
.step5{
  background-color: #806c5d;
}
.step6{
  background-color: #736154;
}
.step7{
  background-color: #66564a;
}
.step8{
  background-color: #594c41;
}


.traditional-layout dd{
  font-size:1.6rem;
  padding: 5px;
  color: white;
  font-weight: bold;
}
.arrow{
  display: block;
  width: 2%;
  height: 100%;
  margin: auto 1% 12%;
}


/*-----飾り方-----*/

.decorate-section{
  position: relative;
  width: 100vw;
  text-align: center;
  padding: 80px 0 150px;
}
.decorate-background1{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  z-index: -1;
}
.decorate-background2{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25%;
  z-index: -1;
}
.decorate-layout{
  width: 900px;
  margin: auto;
}
.decorate-layout h2{
  margin-bottom: 60px;
}
.decorate-first_bon{
  display: flex;
  font-size: 1.6rem;
  text-align: left;
  align-items: center;
}
.decorate-first_bon dt{
  position: relative;
}
.decorate-first_bon dt span{
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 2px;
}
.decorate-first_bon:nth-child(3){
  flex-direction: row-reverse;
}
.decorate-first_bon dd{
  width: 40%;
  padding: 0 70px;
}
.decorate-3way{
  position: relative;
  width: 70%;
  height: auto;
  padding-bottom: 10px;
  margin: 100px auto;
  background-color: white;
}
.decorate-3way p:last-of-type{
  text-align: center;
  padding: 5px 10px;
  letter-spacing: normal;
}
.decorate-item dl img {
    width: 80%;
}
.decorate-title{
  position: absolute;
  top: -50px;
  left: -50px;
  display: inline-block;
  color: white;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 30px 25px;
  background-image: url(./img/3way-background.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.decorate-item{
  display: flex;
  justify-content: space-around;
  padding: 20px 60px;
  background-color: lightslategray;
  margin: 30px 0 10px;
  border-bottom: 0;
}
.decorate-item dl{
  display: flex;
}
.decorate-item dd{
  font-size: 1.6rem;
  text-align: center;
  color: white;
  writing-mode: vertical-lr;
  white-space: nowrap;
  padding: 0;
}

.decorate-buttom a{
  background: #3a546b;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  max-width: 220px;
  width: 35%;
  padding: 10px 25px;
  color: white;
  font-size: 2.0rem;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.decorate-buttom a:after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.decorate-buttom a:hover {
  background: #172c3f;
  color: #FFF;
}
.decorate-buttom a:hover:after {
  right: 1.4rem;
}
.design-layout{
  display: flex;
  justify-content: center;
}
.design-style{
  position: relative;
}
.design-style dt{
  position: relative;
}
.design-style span{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  writing-mode: vertical-rl;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 2px;
}
.design-layout dd{
  position: absolute;
  bottom: -5px;
  left: 10px;
  font-size: 1.6rem;
}
.design-layout dd img{
  width: 6vw;
  min-width: 50px;
  max-width: 65px;
}
.decorate-layout p{
  text-align: left;
  margin: auto;
}

.decorate-example{
  margin-top: 100px;
}
.decorate-example h3{
  margin-bottom: 30px;
  padding: 0 55px;
}

.decorate-example img{
  width: 100vw;
  height: auto;
  min-width: 340px;
  margin: auto;
}
.decorate-example .side-layout{
  flex-direction: row-reverse;
}
.decorate-example dt{
  font-size: 2.0rem;
  writing-mode: vertical-lr;
  font-weight: bold;
}
.example_style{
  position: relative;
}
.example_text1{
  position: absolute;
  top: 0;
  right: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 2px;
  writing-mode: vertical-rl;
  font-size: 2.0rem;
}

.example_text2{
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 2px;
  writing-mode: vertical-rl;
  font-size: 2.0rem;
}
.box22{
  display: block;
  padding: 2em;
  background: #fff;
  box-shadow: 0 0 2px 0px #433030;
}
.box22 p{
  width: 700px;
  background-color: #f3f3f3;
  padding: 20px;
  margin: 30px auto;
  letter-spacing: normal;
}
.example_style p{
  width: auto;
  padding: 10px 2px;
  margin: 0;
}
.box22 span{
  border-bottom: solid 1px;
  border-color: rgba(67,48,48,0.15);
}
/*-----動画-----*/
.video-section{
  width: 100vw;
  background-image: url(./img/video-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 0;
}
.video-layout{
  position: relative;
  width: 900px;
  margin: auto;
}
.video-layout h2{
  position: absolute;
  top: 50%;
  left: 98%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-align: center;
  border-right: double 5px #c9bc9c;
  border-left: double 5px #c9bc9c;
  padding: 8px;
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}


/*-----ラインナップ-----*/
.slide-section{
  width: 100vw;
  height: 430px;
  overflow: hidden;
}
.wrap {
  display: flex;
  align-items: center;
}
.slideshow {
  display: flex;
  animation: loop-slide 120s infinite linear 1s both;
}
.content {
  width: 700px;
  height: auto;
}
/*.slide-paused:hover .slideshow {
  animation-play-state: paused;
}*/
.content-hover {
  transition: all 0.5s;
}
.content-hover:hover {
  transform: translateY(-10px);
  opacity: 0.8;
  cursor: pointer;
}
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 4500;
}

.lb img {
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
}

.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}


.line-up_section{
  position: relative;
  width: 100vw;
  padding: 60px 0 0px;
}
.line-up_section a{
  display: contents;
}
.line-up_background1{
  position: absolute;
  top: 0;
  left: 10%;
  width: 50%;
  max-width: 200px;
}
.line-up_background2{
  position: absolute;
  top: 0;
  right: 10%;
  width: 50%;
  max-width: 200px;
}
.line-up_layout{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto ;
}
.line-up_title{
  padding-bottom: 80px;
}
.line-up_title p{
  width: 700px;
  text-align: left;
  margin: auto;
  letter-spacing: normal;
}
.line-up_title img:first-of-type{
  position: absolute;
  top: 5%;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  left: -400px;
}
.line-up_title img:last-of-type{
  position: absolute;
  top: 5%;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  right: -400px;
}
.line-up_category{
    width: 1000px;
    margin: auto;
}

.category-background_style{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 90px;
}
.line-up_background3{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  z-index: -1;
}
.line-up_background4{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  z-index: -1;
}


.category-background{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-width: 260px;
  padding-bottom: 80px;
  background-color: #eae2d7;
}
.category-background2{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-width: 260px;
  padding-bottom: 80px;
}
.line-up_category h3{
    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/lineup-background_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}


.category-buttom{
  background-color: white;
  padding: 0 0 5px;
  margin: 0 10px;
  transition: all 0.2s;
}
.category-buttom:hover{
  box-shadow: 0 0 8px 0.5px #433030;
  transform: translateY(-4px);
  cursor: pointer;
}
.category-space_1{
  margin: 90px 0 50px;
}
.category-space_2{
  margin-bottom: 50px;
}
.category-space_3{
  margin-bottom: 50px;
}
.category-buttom img{
  width: 230px;
  height: auto;
  border-bottom: solid 1px #433030;
}
.category-buttom dd{
  font-size: 1.6rem;
  margin: 5px 2%;
  padding: 5px 0;
  line-height: 1.4;
  letter-spacing: normal;
  background-color: #eeeeee;
}
.others-buttom{
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  max-width: 220px;
  padding: 10px 25px;
  color: white;
  font-weight: 600;
  color: White;
  line-height: 1.5;
  transition: 0.1s ease-in-out;
  font-weight: 500;
}
.others-buttom:after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.others-buttom:hover:after {
  right: 1.4rem;
}
.category-background .others-buttom{
  background-color: White;
  color: #3a546b;
  border: solid 2px #3a546b;
}
.category-background .others-buttom:hover{
  background-color: #eeeeee;
}

.category-background2 .others-buttom{
  background-color: rgba(58,84,107,0.8);
  border: solid 2px #3a546b;
}
.category-background2 .others-buttom:hover{
  background-color: rgba(58,84,107,1);
}

.category-button_img{
  width: 50%;
  height: auto;
  box-shadow: 0 0 5px 0px #433030;
  margin-top: 20px;
  transition: all 0.2s;
}
.category-button_img:hover{
  box-shadow: 0 0 8px 0.5px #433030;
  transform: translateY(-4px);
  cursor: pointer;
}


/*-----最後の言葉-----*/
.last-text_section{
  background-image: url(./img/last-section_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.last-text{
  display: inline-block;
  margin:2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px White;
  border-bottom: solid 2px White;
  text-align: center;
}
.last-text:before, .last-text:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: White;
}
.last-text:before {left: 10px;}
.last-text:after {right: 10px;}
.last-text p {
  text-align: start;
  color: White;
  margin: 0;
  padding: 20px 50px;
  font-size: 1.8rem;
}






/*-----トップに戻るボタン-----*/
#pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 11px;
    bottom: 50px;
    background: #3a546b;
    opacity: 0.6;
    border-radius: 5px;
    border: 0.5px solid #fff;
    z-index: 500;
}
#pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
}
#pagetop a::before {
    content: '';
    display: block;
	  position: absolute;
    top: 39%;
    left: 36%;
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}





/*-----フッター-----*/
.footer-layout{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 80px;
  background-image: url(./img/footer-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.information{
  margin-right: 50px;
}
.information p{
  color: white;
}


.contact{
  background-color: white;
  border-radius: 20px;
  padding: 40px 20px;
  margin-left: 50px;
}
.contact p{
  text-align: center;
}

.btn-square-emboss {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 5% auto 0;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  text-decoration: none;
  background: #ad9d74;/*ボタン色*/
  color: #fff;/*ボタン色より暗く*/
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  transition: 0.18s;
}

.btn-square-emboss:hover  {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#mail-icon{
  font-size: 3.6rem;
}
.contact-number{
  font-size: 3.6rem;
  line-height: 1.0;

}
.contact-number span{
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 85px;
}
small{
  display: flex;
  justify-content: center;
  color: White;
  padding: 30px;
  border-top: solid 4px #2b445a;
  background-image: url(./img/footer-background_2.jpg);
}


/*-----トップ-----*/
.yamako-name_footer {
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}
.yamako-name_footer p {
    display: flex;
    color: white;
    line-height: normal;
}
.yamako-name_footer p:first-of-type {
    display: inline;
    font-size: 6.2rem;
    font-family: 'Zhi Mang Xing', cursive;
    margin: 0;
    padding-right: 20px;
}
.yamako-name_footer p:last-of-type {
    display: inline;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0;
}

@media screen and (max-width: 1080px){
  .top-image img {
    width: 19%;
    min-width: 0;
    height: auto;
  }
  .description-layout{
    width: auto;
    margin: 0 70px;
  }
  .description-layout p{
    width: 80%;
    margin: auto;
  }
  .difference-layout{
    width: auto;
    margin: 0 70px;
  }
  .difference-layout p{
    width: 80%;
  }
  .difference-text p{
    width: 69%;
    margin: auto;
  }
  .first-bon_layout{
    width: auto;
    margin: 0 70px;
  }
  .first-bon_layout p{
    width: 80%;
  }
  .first-bon_lantern p{
    width: auto;
  }
  .bon-lantern_img {
      width: 65%;
      min-width: 480px;
  }
  .first-bon_lantern {
    width: 56%;
    min-width: 415px;
  }
  .arrow {
    margin: auto 1% 11%;
  }
  .traditional-layout dl img{
    min-width: 140px;
  }
  .traditional-layout p{
    width: 90%;
  }
  .decorate-layout{
    width: auto;
    margin: 0 70px;
  }
  .decorate-layout p:nth-child(7){
    width: 80%;
  }
  .decorate-item dl img{
    width: 75%;
    min-width: 40px;
  }
  .decorate-first_bon dd{
    width: 60%;
    padding: 0 30px;
  }
  .box22 p{
    width: 80%;
  }
  .example_style p{
    width: auto;
    padding: 10px 2px;
  }
  .video-layout{
    width: 70%;
    min-width: 510px;
    margin: 0 auto;
  }
  .video-layout h2 {
    position: absolute;
    top: 50%;
    left: 98%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 2.4rem;
  }
  .slide-section {
    width: 100vw;
    height: 314px;
    overflow: hidden;
  }
  .content {
    width: 500px;
    height: auto;
  }
  .line-up_background1{
    position: absolute;
    top: 0;
    left: 0;
  }
  .line-up_background2{
    position: absolute;
    top: 0;
    right: 0;
  }
  .line-up_title{
    margin: 0 70px;
  }
  .line-up_title p{
    width: 80%;
  }
  .line-up_category{
    width: auto;
    margin: 0 20px;
  }
  .category-buttom{
    margin: 0 5px;
  }
  .category-buttom dd {
    font-size: 1.4rem;
  }
  .category-button_img{
    width: 70%;
    min-width: 660px;
  }
  .contact {
    padding: 40px 10px;
    margin-left: 10px;
  }
  .information {
    margin-right: 10px;
  }
  .footer-layout{
    padding: 60px 20px 80px;
  }
}





@media screen and (max-width: 768px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .pc-img{
    display: none;
  }
  p{
    font-size: 1.4rem;
    margin: 0;
  }
  dl{
    font-size: 1.4rem;
  }
  h2{
    font-size: 2.0rem;
    white-space: nowrap;
  }
  h3{
    font-size: 1.8rem;
    white-space: nowrap;
  }
  h4{
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .small-text{
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .pc-image{
    display: none;
  }
  .pc-2-image{
    display: block;
  }
  .sp-image{
    display: none;
  }
  /*-----ナビゲーション-----*/


  .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: #3a546b;
      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: White;
      border-radius: 10px;
      border: solid 2px #3a546b;
      -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 #3a546b;
  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;
      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);
  }


  .yamako-name{
    height: 80px;
  }
  .yamako-name p:first-of-type{
    font-size: 4.2rem;
  }
  .yamako-name p:last-of-type{
    font-size: 1.6rem;
  }


  .title-image{
    width: 60%;
    min-width: 330px;
  }
  .top-title_text{
    font-size: 1.6rem;
  }
  .top-title_text span{
    font-size: 2.8rem;
  }
  .top-image{
    border-radius: 0 0 25% 25%;
  }
  .top-image img {
    width: 25%;
    height: auto;
  }

  .description-section{
    padding: 120px 0;
  }
  .description-layout {
    width: 80%;
    margin: auto;
  }
  .description-layout p{
    width: 90%;
  }

  /*-----お盆の違い-----*/
  .difference-section{
    padding-top: 60px;
  }
  .difference-layout{
    width: 80%;
    margin: auto;
  }
  .difference-layout p {
    width: 90%;
  }
  .difference-style dl {
    font-size: 1.4rem;
    text-align: start;
    align-items: start;
    margin: 1% 1.5%;
    padding: 8px;
  }
  .difference-style dd{
    line-height: 1.4;
  }
  .difference-style td{
    font-size: 1.4rem;
  }
  .difference-text p{
    width: 70%;
  }
  .difference-style h3{
    margin: 100px 0 40px;
  }
  .difference-style table{
    margin-top: 30px;
  }


  /*-----初盆-----*/
  .traditional-layout{
    margin: 90px 0 90px;
    padding: 60px 20px 20px;
  }
  .first-bon_section{
    padding: 60px 0 0;
  }
  .first-bon_layout{
    width: 80%;
    margin: auto;
  }

  .first-bon_layout p{
    width: 90%;
  }

  .traditional-layout dl img{
    min-width: 80px;
    width: 100%;
  }
  .traditional-layout dd{
    font-size: 1.4rem;
    White-space: normal;
    padding: 5px;
  }
  .step-style {
    position: absolute;
    top: -25px;
    left: -10px;
    padding: 7px 12px;
    border-radius: 50%;
    color: White;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .traditional-step {
    border-radius: 35px 35px 10px 10px;
  }
  .bon-lantern_img {
    width: 100%;
    min-width: 390px;
  }
  .first-bon_lantern {
    width: 84%;
    min-width: 360px;
  }
  .first-bon_lantern p{
    width: auto;
  }


  /*-----飾り方-----*/
  .decorate-section{
    padding: 60px 0 90px;
  }
  .decorate-layout{
    width: 80%;
    margin: auto;
  }
  .decorate-first_bon{
    font-size: 1.4rem;
    align-items: start;
    margin: 20px 0;
  }
  .decorate-first_bon dt{
    margin-bottom: 40px;
  }
  .decorate-first_bon dt img{
    width: 100%;
    min-width: 230px;
    padding: 0;
  }

  .decorate-item dd{
    font-size: 1.4rem;
  }
  .decorate-first_bon dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 30%;
    writing-mode: vertical-rl;
    text-align: left;
    margin: 0;
  }
  .decorate-3way{
    width: 100%;
    margin: 60px auto 90px;
  }
  .decorate-title{
    font-size: 1.6rem;
  }
  .decorate-layout p:nth-child(7) {
    width: auto;
  }
  .decorate-3way p:last-of-type {
    padding: 10px 40px;
  }
  .decorate-buttom a{
    font-size: 1.6rem;
    margin: 10px auto;
  }
  .decorate-example h3{
    margin: 0 0 30px;
  }
  .decorate-example dt{
    margin-left: 0;
    font-size: 1.6rem;
  }
  .box22 p{
    width: auto;
    margin: 30px 0;
  }
  .example_style p{
    margin: 0;
  }
  .design-layout{
    display: block;
  }
  .design-style span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.4rem;
    writing-mode: horizontal-tb;
    padding: 2px 5px;
    white-space: nowrap;
  }
  .design-style dt img{
    width: 100%;
    min-width: 98px;
  }
  .design-layout dd img{
    width: 6vw;
    min-width: 20px;
  }
  .example_text1{
    font-size: 1.4rem;
  }

  .example_text2{
    font-size: 1.4rem;
  }




  /*-----動画-----*/
  .video-section{
    padding: 90px 0 50px;
  }
  .video-layout h2{
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    writing-mode: horizontal-tb;
    background-image: none;
    text-align: center;
    padding: 4px;
    font-size: 2.0rem;
    border-top: double 5px #c9bc9c;
    border-bottom: double 5px #c9bc9c;
    border-left: 0;
    border-right: 0;
  }


  /*-----ラインナップ-----*/
  .slide-section {
    height: 250px;
  }
  .content{
    width: 400px;
    height: auto;
  }
  .line-up_background1{
    position: absolute;
    top: 0;
    left: -20%;
    width: 60%;
    max-width: 220px;
  }
  .line-up_background2{
    position: absolute;
    top: 0;
    right: -20%;
    width: 60%;
    max-width: 220px;
  }
  .line-up_section{
    padding: 60px 0 0px;
  }
  .line-up_title p{
    width: 90%;
  }
  .side-layout_pc{
    display: inline-block;
  }
  .category-buttom{
    display: inline-block;
    width: 39%;
    margin: 20px 10px;
  }
  .category-buttom img{
    width: 100%;
    height: auto;
  }
  .category-space_1{
    margin: 0;
  }
  .category-space_2{
    margin: 0;
  }
  .category-space_3 {
    margin-bottom: 0px;
  }
  .line-up_category h3{
    margin-bottom: 50px;
  }
  .category-button_img{
    width: 83%;
    min-width: 0;
  }
  .others-buttom{
    margin: 40px auto 0;
  }


  /*-----フッター-----*/
  .footer-layout{
    display: block;
    padding: 60px 15% 60px;
  }
  .contact {
    padding: 40px 10px;
    margin: 30px auto 0;
  }
  #mail-icon {
    font-size: 2.6rem;
  }
  .contact-number span {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 75px;
  }
  .contact-number {
    font-size: 3.0rem;
    line-height: 1.0;
  }
  .information{
    text-align: center;
    letter-spacing: normal;
  }
  .yamako-name_footer{
    justify-content: center;
  }
  .yamako-name_footer p:first-of-type{
    font-size: 4.2rem;
  }
  .yamako-name_footer p:last-of-type{
    font-size: 1.6rem;
  }
  .btn-square-emboss{
    width: 60%;
  }
  .last-text p{
    font-size: 1.6rem;
  }
}




@media screen and (max-width: 500px){
  .small-sp{
    display: block;
  }
  .small-sp_none{
    display: none;
  }
  .pc-image{
    display: none;
  }
  .pc-2-image{
    display: none;
  }
  .sp-image{
    display: block;
  }
  h2 {
    font-size: 1.8rem;
  }
  header{
    min-width: 300px;
  }
  /*-----トップ-----*/
  .yamako-name {
    height: 60px;
    min-width: 300px;
  }
  .yamako-name p:first-of-type {
    font-size: 3.2rem;
  }
  .yamako-name p:last-of-type {
    font-size: 1.2rem;
  }
  .top-image{
    min-width: 260px;
    border-radius: 0 0 20% 20%;
  }
  .title-image {
    min-width: 240px;
  }
  .top-image img {
    width: 32%;
    height: auto;
  }
  .top-title_text span {
    font-size: 2.0rem;
  }
  .top-title_text {
    font-size: 1.2rem;
  }


  .description-section{
    min-width: 300px;
  }
  .description-layout {
    width: 85%;
    margin: auto;
    min-width: 260px;
  }


  /*-----お盆の違い-----*/
  .difference-section{
    min-width: 300px;
  }
  .difference-layout {
    width: 85%;
    min-width: 260px;
  }

  .difference-style dl{
    width: 90%;
    display: block;
    margin: 20px auto 40px;
  }
  .difference-style dt{
    width: 100%;
    height: auto;
    margin: auto;
  }
  .difference-style dd{
    writing-mode: horizontal-tb;
    height: auto;
    padding: 20px 30px;
    line-height: normal;
  }
  .difference-text p{
    width: 75%;
  }
  .difference-style .side-layout{
    display: inline-block;
  }
  .difference-text{
    min-width: 300px;
  }

  /*-----アコーディオン-----*/
  .accordion {
  margin: auto;
  width: 100%;
  margin-bottom: 90px;
  }
  .accordion input {
    display: none;
  }
  .box {
    position: relative;
    background: white;
    height: 44px;
    transition: all .15s ease-in-out;
    margin-top: 2px;
  }
  .box-text{
    position: relative;
    background: #3a546b;
      height: 64px;
  }
  .box::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
  }
  .box {
    z-index: 100;
    cursor: initial;
    border: solid 2px #3a546b;
  }
  .box-title_text {
    font-size: 1.4rem;
    margin: 0;
    color: white;
    cursor: initial;
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
  }
  .box-title {
    font-size: 1.4rem;
    margin: 0;
    color: #433030;
    cursor: initial;
  }
  .box-title {
    width: calc(100% - 40px);
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  }
  .box-content {
    text-align: left;
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11pt;
    color: #433030;
    display: none;
  }
  .box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
  }
  input:checked + .box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
  }
  input:checked + .box .box-title {
    border-bottom: 1px solid #3a546b;
  }
  input:checked + .box .box-content,
  input:checked + .box .box-close {
    display: inline-block;
  }
  .arrows section .box-title {
    width: calc(100% - 64px);
  }
  .arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    color: #3a546b;
    font-size: 4rem;
    left: 20px;
    top: 0px;
    transition: transform .15s ease-in-out;
    transform: rotate(90deg);
  }
  input:checked + section.box .box-title:before {
    transform: rotate(-90deg);
  }





  /*-----初盆-----*/
  .first-bon_section{
    min-width: 300px;
  }
  .first-bon_layout {
    width: 85%;
    min-width: 260px;
  }
  .bon-lantern_img {
    width: 100%;
    min-width: 0;
  }

  .first-bon_lantern {
    width: 83%;
    max-width: 310px;
    min-width: 0;
    margin: 60px auto auto auto;
  }
  .first-bon_lantern p{
    width: auto;
    font-size: 1.2rem;
    writing-mode: vertical-rl;
  }
  .traditional-layout dl img{
    min-width: 50px;
  }
  .traditional-layout .side-layout {
    margin: 30px 0 50px;
  }
  .traditional-layout dd{
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    margin: auto;
    text-align: start;
    padding: 5px 0;
  }
  .traditional-step{
    margin: 2px;
  }
  .step-style {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 50%;
    color: White;
    font-size: 1.2rem;
    line-height: 1.2;
  }





  /*-----飾り方-----*/
  .decorate-section{
    min-width: 300px;
  }
  .decorate-layout{
    width: 85%;
    min-width: 260px;
  }
  .decorate-first_bon{
    display: block;
  }
  .decorate-first_bon dt{
    margin: auto;
  }
  .decorate-first_bon dd {
    display: block;
    writing-mode: horizontal-tb;
    width: 90%;
    height: auto;
    padding: 0;
    margin: 20px auto 60px;
  }
  .decorate-first_bon{
    margin-bottom: 40px;
  }
  .decorate-3way p:last-of-type{
    font-size: 1.2rem;
  }

  .decorate-title {
    position: absolute;
    top: -40px;
    left: -10px;
    font-size: 1.2rem;
      padding: 20px 15px;
  }
  .decorate-item{
    padding: 30px 50px 20px;
  }
  .decorate-item dl {
    margin: 0 8px;
  }
  .decorate-item dd {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .decorate-3way p{
    text-align: left;
  }
  .decorate-item dl img {
    min-width: 30px;
  }
  .decorate-buttom a {
    font-size: 1.4rem;
  }
  .decorate-example .side-layout{
    display: block;
  }
  .decorate-example dt{
    writing-mode: horizontal-tb;
    margin-bottom: 10px;
  }
  .decorate-example dt:first-child{
    margin-bottom: 20px;
  }
  .decorate-example img {
    width: 100%;
    height: auto;
    min-width: 210px;
    margin: auto;
  }
  .design-layout dd img{
    width: 6vw;
    min-width: 18px;
  }
  .decorate-3way {
    width: 100%;
    margin: 100px auto;
  }
  .example_text1{
    position: absolute;
    top: 0;
    right: 0;
  }

  .example_text2{
    position: absolute;
    top: 50%;
    right: 0;
  }

  /*-----動画-----*/
  .video-section {
    min-width: 300px;
    padding: 100px 0 60px;
  }
  .video-layout {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
  }
  .video-layout h2 {
    position: absolute;
    top: -50px;
    font-size: 1.8rem;
  }








  /*-----ラインナップ-----*/
  .line-up_section {
    padding-top: 60px;
    min-width: 300px;
  }
  .slide-section {
    min-width: 300px;
    height: 190px;
  }
  .line-up_title {
    width: 85%;
    margin: auto;
    padding-bottom: 70px;
  }
  .line-up_background1{
    position: absolute;
    top: 0;
    left: -30%;
    width: 60%;
    max-width: 220px;
  }
  .line-up_background2{
    position: absolute;
    top: 0;
    right: -30%;
    width: 60%;
    max-width: 220px;
  }
  .content {
    width: 300px;
    height: auto;
  }

  .category-buttom {
    display: inline-block;
    width: 45%;
    margin: 10px 5px;
  }
  .category-buttom dd {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .category-button_img {
    min-width: 260px;
    width: 85%;
  }
  .others-buttom {
    width: 60%;
    max-width: 160px;
    padding: 2% 8%;
  }
  .line-up_category{
    margin: 0;
  }


  /*-----最後の文書-----*/
  .last-text_section{
    min-width: 300px;
  }
  .last-text p {
    font-size: 1.2rem;
    padding: 10px 20px;
  }


  /*-----フッター-----*/
  footer{
    min-width: 300px;
  }
  footer p{
    font-size: 1.2rem;
  }
  .footer-layout {
    display: block;
    padding: 40px 5% 60px;
  }
  .contact-number {
    font-size: 2.4rem;
    line-height: 1.0;
  }
  .contact-number span {
    font-size: 1.2rem;
    margin-left: 59px;
  }
  #mail-icon {
    font-size: 2.0rem;
  }
  .btn-square-emboss{
    font-size: 1.4rem;
    min-width: 190px;
  }

}
@media screen and (max-width: 398px){
  .line-up_category h3{
    width: 100%;
      position: inherit;
      left: 0;
      right: 0;
      margin-left: 0;
      margin-right: 0;
  }
  .category-background{
    width: 100%;
      position: inherit;
      left: 0;
      right: 0;
      margin-left: 0;
      margin-right: 0;
  }
  .category-background2{
    width: 100%;
      left: 0;
      right: 0;
      margin-left: 0;
      margin-right: 0;
  }
  .category-background_style{
    width: 100%;
      left: 0;
      right: 0;
      margin-left: 0;
      margin-right: 0;
  }
  .difference-text{
    width: 100%;
      position: inherit;
      left: 0;
      right: 0;
      margin-left: 0;
      margin-right: 0;
  }
}



@media screen and (max-height: 600px){
  /*-----ナビゲーション-----*/

  .navi-trigger {
    height: 55px;
    width: 40px;
  }
  .navi .primary-navi a {
    font-size: 1.2rem;
    line-height: 1.2;
    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;
  }

}

@-moz-document url-prefix() {
  @media screen and (max-width: 500px){
    .traditional-layout dd {
      display: inline-block;
    }
  }
}
