@charset "UTF-8";
/* CSS Document */
.header-rogo {
  display: none;
}
.header-sns {
  display: none;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 100;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  transition: opacity .6s ease, visibility .6s ease;
  display: none;
}
nav.globalMenuSp ul {
  width: 100%;
  margin: 50px auto;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  margin-top: 14px;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  display: block;
  z-index: 99;
  height: 100vh;
}
@media (min-width:1160px) {
  .hamburger {
    display: none;
  }
  .header {
    display: flex;
    position: relative;
    z-index: 30;
  }
  .header h1 {
    color: #FFF;
    font-size: 3.0rem;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 60px;
    width: 200px;
  }
  .header h1 span {
    font-size: 1.8rem;
  }
  .header a {
    text-decoration: none;
  }
  .header-rogo {
    display: block;
    position: absolute;
    top: 15px;
    left: 120px;
    z-index: 100;
  }
  .header-rogo__img {
    display: inline-block;
  }
  .header-rogo__img img {
    width: 50px;
  }
  .header-sns {
    display: block;
    position: absolute;
    top: 35px;
    right: 120px;
    z-index: 9999;
  }
  .header-sns ul {
    display: flex;
  }
  .header-sns ul li {
    list-style: none;
    margin-left: 10px;
  }
  .header-sns ul li img {
    width: 20px;
  }
  .header nav {
    text-align: right;
    display: block;
    background: rgba(0, 0, 0, 0)
  }
  .header nav ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
  .header nav ul li {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 60px;
    width: 116px;
  }
  .header nav ul li:last-child {
    margin-right: 97px;
  }
  .header nav ul li a {
    text-decoration: none;
    color: #FFFFFF;
  }
}
.section-top {
  position: relative;
}
.section-top__bg-image {
  height: 430px;
  padding: 0 6.4%;
  background-image: url("../images/top/main-pudding.jpg");
  background-position: 65% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.section-top__rogo {
  text-align: left;
  margin-bottom: 170px;
}
.section-top__rogo a{
  text-decoration: none;
  list-style: none;
  color: #FFF;
}
.section-top__rogo-image {
  object-fit: cover;
  display: inline-block;
  padding-left: 0;
  padding-top: 10px;
  padding-right: 5px;
}
.section-top__rogo-image img {
  width: 25px;
  height: 45px;
}
.section-top h1 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: inline-block;
  text-align: center;
}
.section-top h1 span {
  font-size: 1.0rem;
}
.section-top__hamburger-menu {
  position: absolute;
  top: 30px;
  right: 24px;
}
.section-top__under {
  display: flex;
  justify-content: space-between;
}
.section-top__text {
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
  position: absolute;
  bottom: 23px;
  text-shadow: 1px 2px 3px #808080;
}
.section-top__text span {
  display: none;
}
.section-top__opening-date {
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-align: left;
  position: absolute;
  bottom: 14px;
  right: 10px;
}
.section-top__opening-date span {
  font-size: 1.2rem;
}
@media (min-width:495px) {
  .section-top__bg-image {
    height: 600px
  }
}
@media (min-width:900px) {
  .section-top__bg-image {
    height: 800px
  }
}
@media (min-width:1160px) {
  .section-top__bg-image {
    height: 900px;
    padding: 0 120px;
    background-image: url("../images/top/main-pudding.jpg");
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-top__rogo {
    display: none;
  }
  .section-top__hamburger-menu {
    display: none;
  }
  .section-top__text {
    font-size: 2.4rem;
    line-height: 7.2rem;
    position: absolute;
    top: 170px;
  }
  .section-top__text span {
    display: block;
  }
  .section-top__opening-date {
    font-size: 4.8rem;
    line-height: 4.0rem;
    position: absolute;
    bottom: 8%;
    right: 8.3%;
  }
  .section-top__opening-date span {
    font-size: 3.0rem;
  }
}
.section-text {
  background-color: #2d3235;
  padding-top: 30px;
  position: relative;
}
.section-text h1 {
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  display: initial;
}
.section-text h1 span {
  font-size: 3.0rem;
}
.section-text p {
  font-size: 1.4rem;
  line-height: 3.8rem;
  writing-mode: vertical-rl;
  display: initial;
  text-align: left;
  padding-right: 20px;
  padding-top: 40px;
}
.section-text__text{
  z-index: 20;
  position: absolute;
  top: 9%;
  left: 12%;
  display: flex;
  flex-direction: row-reverse;
}
.section-text__picture01 {
  z-index: 10;
  text-align: right;
  margin-top: 170px;
}
.section-text__picture01 img {
  width: 60%;
  height: auto;
}
.section-text__picture02 {
  text-align: left;
  margin-top: -150px;
}
.section-text__picture02 img {
  width: 55%;
  height: auto;
}
@media(min-width:1160px) {
  .section-text {
    height: 1270px;
  }
  .section-text__text {
    margin-right: 770px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 2%;
    left: 8%;
  }
  .section-text p {
    font-size: 2.4rem;
    line-height: 7.2rem;
    padding-top: 150px;
    padding-right: 70px;
  }
  .section-text h1 {
    font-size: 3.6rem;
    padding-top: 100px;
  }
  .section-text h1 span {
    font-size: 6.0rem;
  }
  .section-text__picture01 img {
    width: 55%;
    height: auto;
    position: absolute;
    right: 0;
    top: 160px;
  }
  .section-text__picture02 img {
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 120px;
  }
}
.section-about {
  background-color: #2d3235;
  padding-top: 35px;
  position: relative;
}
.section-about__headline {
  width: 205px;
  margin: 0 auto;
  position: relative;
}
.section-about__headline h1 {
  font-size: 3.0rem;
  text-align: right;
  padding-bottom: 10px;
}
.section-about__yazirusi-mb {
  position: absolute;
  top: 12px;
  left: 0;
}
.section-about__yazirusi-pc {
  display: none;
}
.section-about__headline h2 {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 45px;
}
.section-about_box01, .section-about_box03 {
  padding-left: 24px;
  position: relative;
}
.section-about__text01 {
  padding-bottom: 170px;
  max-width: 150px;
  position: relative;
}
.section-about__text03 {
  padding-bottom: 200px;
  max-width: 150px;
  position: relative;
}
.section-about__text01, .section-about__text03 {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
.section-about__text01 h1, .section-about__text03 h1 {
  font-size: 2.4rem;
  padding-bottom: 27px;
  text-align: left;
}
.section-about__text01 h2, .section-about__text03 h2 {
  font-size: 1.2rem;
  color: #d54f30;
  padding-bottom: 10px;
  text-align: left;
}
.section-about__text01 h2 img {
  position: absolute;
  top: -6px;
  left: 115px;
}
.section-about__text03 h2 img {
  position: absolute;
  top: -6px;
  left: 115px;
}
.section-about__text01 p, .section-about__text03 p {
  font-size: 1.4rem;
  line-height: 3.6rem;
  text-align: left;
  display: inline-block;
  z-index: 30;
  position: relative;
}
.section-about__text01 p span, .section-about__text03 p span {
  color: #d54f30;
}
.section-about_box01-img, .section-about_box03-img {
  text-align: right;
  width: 66%;
}
.section-about_box01-img {
  position: absolute;
  top: 120px;
  right: 0;
}
.section-about_box03-img {
  position: absolute;
  top: 157px;
  right: 0;
}
.section-about_box01-img img, .section-about_box03-img img {
  width: 100%;
  height: auto;
  border-radius: 5px 0 0 5px;
}
.section-about_box02 {
  position: relative;
}
.section-about__text02 {
  display: flex;
  justify-content: flex-end;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 170px;
}
.section-about__text02-inner {
  width: 245px;
  text-align: left;
  margin-right: 24px;
  position: relative;
}
.section-about__text02 h1 {
  font-size: 2.4rem;
  padding-bottom: 27px;
  text-align: left;
  display: inline-block;
}
.section-about__text02 h2 {
  font-size: 1.2rem;
  color: #d54f30;
  padding-bottom: 10px;
  padding-right: 115px;
  text-align: left;
  display: inline-block;
}
.section-about__text02 h2 img {
  position: absolute;
  top: -5px;
  right: 36%;
}
.section-about__text02 p {
  font-size: 1.4rem;
  line-height: 3.6rem;
  text-align: left;
  display: inline-block;
  z-index: 30;
  position: relative;
}
.section-about__text02 p span {
  color: #d54f30;
}
.section-about_box02 {}
.section-about_box02-img {
  width: 66%;
  height: 180px;
  text-align: left;
  position: absolute;
  top: 158px;
  left: 0;
}
.section-about_box02-img img {
  width: 100%;
  height: auto;
  border-radius: 0 5px 5px 0;
}
@media(min-width:490px) {
  .section-about__text01 {
    padding-bottom: 250px;
  }
  .section-about__text02 {
    padding-bottom: 260px;
  }
  .section-about__text03 {
    padding-bottom: 250px;
  }
}
@media(min-width:650px) {
  .section-about__text01 {
    padding-bottom: 350px;
  }
  .section-about__text02 {
    padding-bottom: 360px;
  }
  .section-about__text03 {
    padding-bottom: 350px;
  }
}
@media(min-width:875px) {
  .section-about__text01 {
    padding-bottom: 480px;
  }
  .section-about__text02 {
    padding-bottom: 490px;
  }
  .section-about__text03 {
    padding-bottom: 480px;
  }
}
@media(min-width:1160px) {
  .section-about {
    padding: 100px 0 0;
  }
  .section-about__headline {
    width: 500px;
    margin: 0 auto;
  }
  .section-about__headline h1 {
    font-size: 6.0rem;
    padding-bottom: 50px;
    text-align: right;
  }
  .section-about__headline h2 {
    font-size: 2.4rem;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 175px;
    text-align: left;
    display: inline-block;
  }
  .section-about__yazirusi-mb {
    display: none;
  }
  .section-about__yazirusi-pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-about_box01 {
    padding: 0;
  }
  .section-about__text01 {
    padding-bottom: 370px;
    max-width: 890px;
    margin: 0 auto;
  }
  .section-about__text01 h1 {
    font-size: 3.6rem;
    padding-bottom: 50px;
  }
  .section-about__text01 h2 {
    font-size: 1.2rem;
    padding-bottom: 1.6rem;
  }
  .section-about__text01 p {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-about_box01-img {
    top: -45px;
    width: 750px;
    height: 500px;
  }
  .section-about_box02 {
    margin: 0 auto;
    padding: 0;
  }
  .section-about__text02-inner {
    width: 350px;
    text-align: left;
    z-index: 100;
    max-width: 890px;
    margin: 0 auto;
    position: relative;
  }
  .section-about__text02 {
    padding-bottom: 290px;
    width: 370px;
    text-align: left;
    margin-right: 12%;
    z-index: 30;
  }
  .section-about__text02 h1 {
    font-size: 3.6rem;
    padding-bottom: 50px;
    width: 370px;
  }
  .section-about__text02 h2 {
    font-size: 1.2rem;
    padding-bottom: 1.6rem;
    text-align: left;
  }
  .section-about__text02 h2 img {
    position: absolute;
    top: -5px;
    right: 56%;
  }
  .section-about__text02 p {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-about_box02-img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-about_box02-img img {
    width: 750px;
    height: 500px;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 0;
  }
  .section-about__text03 {
    padding-bottom: 350px;
    max-width: 890px;
    margin: 0 auto;
  }
  .section-about__text03 h1 {
    font-size: 3.6rem;
    padding-bottom: 50px;
  }
  .section-about__text03 h2 {
    font-size: 1.2rem;
    padding-bottom: 1.6rem;
  }
  .section-about__text03 p {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-about_box03-img {
    width: 750px;
    height: 500px;
    position: absolute;
    top: 0;
  }
}

/* =====================
.section-production
===================== */

.section-production {
  background-color: #2d3235;
  padding: 100px 6.4% 130px;
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  z-index: -3;
}
.section-production-inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #64513d;
  transform: skewY(0deg);
  z-index: -1;
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

  .section-production__block {
  display: flex;
  justify-content: center;
  gap: 8.3%;
  flex-wrap: wrap;
}

.section-production-inner::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #802560;
  transform: skewY(0deg);
  z-index: -2;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}
.section-production__triangle01 {
  position: absolute;
  top: -50px;
  left: 0;
}
.section-production h1 {
  font-size: 1.8rem;
  padding-bottom: 40px;
}
.section-production__rin {
  font-size: 4.8rem;
  padding-bottom: 36px;
}
.section-production__rin span {
  font-size: 1.4rem;
}
.section-production__right-side {
  font-size: 3.0rem;
  color: #ffffff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50px;
  right: 15px;
}
.section-production__yazirusi-mb {
  position: absolute;
  top: 100px;
  right: 10px;
}
.section-production__yazirusi-pc {
  display: none;
}
.section-production__nobel {
  max-width: 327px;
  /* margin: 0 auto; */
}
.section-production__nobel-img img, .section-production__premium-img img {
  width: 327px;
  height: 327px;
  object-fit: cover;
  padding-bottom: 25px;
}
.section-production__bg-nobel {
  background-color: #2d3235;
  width: 200px;
  height: 30px;
  border-radius: 5px;
  padding-top: 3px;
  margin-bottom: 15px;
}
.section-production__bg-premium {
  background-color: #802560;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  padding-top: 3px;
  display: inline-block;
}
.section-production__nobel-text h2, .section-production__premium-text h2 {
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
}
.section-production__nobel-text ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-production__nobel-text ul li {
  font-size: 1.6rem;
  list-style: none;
  flex-grow: 1;
  width: 50%;
  padding-top: 10px;
  text-align: left;
}
.section-production__nobel-text p {
  font-size: 1.8rem;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 40px;
}
.section-production__nobel-text p span {
  font-size: 1.2rem;
}
.section-production__h2-h3 {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 25px;
}
.section-production__premium {
  max-width: 327px;
  /* margin: 0 auto; */
}
/* .section-production__premium-img img {
  width: 327px;
  height: 327px;
  object-fit: cover;
} */
.section-production__h2-h3 {
  max-width: 300px;
}
.section-production__premium-text h3 {
  font-size: 1.8rem;
  padding-top: 4px;
  padding-left: 20px;
}
.section-production__premium-text p {
  font-size: 1.4rem;
  line-height: 3.6rem;
  text-align: left;
  padding-bottom: 20px;
}
.section-production__premium-text h4 {
  font-size: 1.8rem;
  text-align: right;
}
.section-production__premium-text h4 span {
  font-size: 1.2rem;
}
.section-production__triangle02 {
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media(min-width:1160px) {
  .section-production {
    padding: 150px 120px 200px;
  }
  .section-production-inner::before {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
  .section-production-inner::after {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  }
  .section-production h1 {
    font-size: 3.0rem;
    padding-bottom: 80px;
  }
  .section-production__rin {
    font-size: 7.2rem;
    line-height: 4.0rem;
    padding-bottom: 100px;
  }
  .section-production__rin span {
    font-size: 3.0rem;
  }
  .section-production__right-side {
    font-size: 6.0rem;
    position: absolute;
    right: 65px;
  }
  .section-production__yazirusi-mb {
    display: none;
  }
  .section-production__yazirusi-pc {
    display: block;
    height: 156px;
    position: absolute;
    top: 350px;
    right: -20px;
  }

  .section-production__block {
  gap: 120px;
}

  .section-production__nobel {
    max-width: 425px;
  }
  .section-production__nobel-img img {
    width: 400px;
    height: 400px;
    margin-bottom: 25px;
  }
  .section-production__bg-nobel {
    width: 300px;
    height: 40px;
    position: relative;
    margin-bottom: 25px;
  }
  .section-production__nobel-text h2 {
    font-size: 2.4rem;
    position: absolute;
    top: 10px;
    left: 35px;
  }
  .section-production__nobel-text ul li {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  .section-production__nobel-text p {
    font-size: 2.4rem;
  }
  .section-production__nobel-text p span {
    font-size: 1.6rem;
  }
  .section-production__premium {
    max-width: 400px;

  }
  .section-production__premium-img img {
    width: 400px;
    height: 400px;
    margin-bottom: 25px;
  }
  .section-production__bg-premium {
    width: 150px;
    height: 40px;
    position: relative;
  }
  .section-production__h2-h3 {
    max-width: 400px;
    margin: 0 auto;
  }
  .section-production__premium-text h2 {
    font-size: 2.4rem;
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .section-production__premium-text p {
    font-size: 1.8rem;
  }
  .section-production__premium-text h4 {
    font-size: 2.4rem;
  }
  .section-production__premium-text h4 span {
    font-size: 1.6rem;
  }
}
.section-shop {
  background-color: #2d3235;
  padding: 50px 0 60px;
  position: relative;
}
.section-shop__image {
  display: none;
}
.section-shop h1 {
  font-size: 1.8rem;
  padding-bottom: 40px;
}
.section-shop__shop {
  font-size: 3.0rem;
  writing-mode: vertical-rl;
  position: absolute;
  right: 15px;
  color: #ffffff;
}
.section-shop_rogo-img img {
  width: 48px;
  padding-bottom: 10px;
}
.section-shop_rogo h2 {
  font-size: 1.8rem;
  padding-bottom: 5px;
}
.section-shop_rogo h3 {
  font-size: 1.4rem;
}
.section-shop_rogo h4 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding-bottom: 10px;
}
.section-shop_rogo-line {
  border: 2px solid #802560;
  width: 100px;
  max-width: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.section-shop__arrow-mb {
  position: absolute;
  top: 135px;
  right: 25px;
}
.section-shop__arrow-pc {
  display: none;
}
.section-shop__imformation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 40px 0;
  max-width: 320px;
  margin: 0 auto;
}
.section-shop__left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.section-shop__left ul li {
  list-style: none;
  font-size: 1.4rem;
}
.section-shop__left ul li:first-child {
  padding-bottom: 92px;
}
.section-shop__left ul li:nth-child(2) {
  padding-bottom: 5px;
}
.section-shop__right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  width: 210px;
}
.section-shop__right ul li {
  list-style: none;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.section-shop__right ul li a{
  list-style: none;
  color: #fff;
}
.section-shop__map {
  text-align: center;
}
@media(min-width:1160px) {
  .section-shop {
    padding: 110px 120px 140px;
  }
  .section-shop h1 {
    font-size: 3.0rem;
    padding-bottom: 100px;
  }
  .section-shop__shop {
    font-size: 6.0rem;
    position: absolute;
    top: 160px;
    right: 65px;
  }
  .section-shop__wrapper {
    display: flex;
    justify-content: flex-start;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-shop__image {
    display: block;
    width: 48%;
    margin-right: 90px;
  }
  .section-shop__main-image img {
    width: 100%;
    max-width: 550px;
  }
  .section-shop_rogo-img img {
    width: 80px;
  }
  .section-shop_rogo h2 {
    font-size: 2.4rem;
  }
  .section-shop_rogo h3, .section-shop_rogo h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .section-shop__arrow-mb {
    display: none;
  }
  .section-shop__arrow-pc {
    display: block;
    height: 156px;
    position: absolute;
    top: 350px;
    right: 47px;
  }
  .section-shop__imformation {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  .section-shop__imformation ul li {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-shop__left {
    padding-right: 40px;
  }
  .section-shop__left ul li:first-child {
    padding-bottom: 98px;
  }
  .section-shop__left ul li:nth-child(2) {
    padding-bottom: 0;
  }
  .section-shop__right {
    max-width: none;
  }
  .section-shop__right ul li:first-child {
    width: 370px;
  }
  #br-pc {
    display: none;
  }
}
.section-picture {
  background-color: #64513d;
  padding: 50px 0 40px;
}
.wrapper {
  display: flex;
  overflow: hidden;
}
.section-picture__content {
  margin-right: 10px;
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slide-paused:hover .section-picture__content {
  animation-play-state: paused;
}
.section-picture ul li {
  list-style: none;
}
.section-picture__bg {
  width: 186px;
  height: 227px;
  text-align: left;
  background-image: url("../images/picture/bg_img3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section-picture__bg img {
  width: 150px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  top: 15px;
  left: 15px;
}
.section-picture h2 {
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  position: absolute;
  text-align: right;
}
@media(min-width:1160px) {
  .section-picture {
    padding: 150px 0;
    display: flex;
    justify-content: center;
  }
  .section-picture__bg {
    width: 390px;
    height: 460px;
    text-align: left;
    background-image: url("../images/picture/bg_img_pc.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
  }
  .section-picture img {
    width: 320px;
    height: 400px;
    object-fit: cover;
    position: absolute;
    top: 25px;
    left: 33px;
  }
}
.footer {
  background-color: #2d3235;
  padding: 20px 0 0 0;
  font-size: 1.4rem;
  line-height: 3.0rem;
  position: relative;
}
.footer-contents__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 24px;
}
.footer-rogo {
  width: 120px;
  text-align: left;
  display: inline-block;
}
.footer-rogo__img img {
  width: 40px;
  margin-left: 25px;
}
.footer-rogo h2 {
  font-size: 1.6rem;
  margin-right: 20px;
}
.footer-rogo h3 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-left: 20px;
}
.footer-rogo h4 {
  font-size: 1.2rem;
  margin-left: 25px;
}
.section-footer_rogo-line {
  border: 1px solid #802560;
  width: 60px;
  margin-left: 12px;
}
.footer-text {
  text-align: left;
  display: inline-block;
  padding-top: 20px;
  margin-right: 20px;
  width: 210px;
}
.footer-text p a{
  list-style: none;
  color: #fff;
}
.footer-contents {
  text-align: left;
  padding-top: 30px;
  margin-right: 24px;
  margin-bottom: 25px;
}
.footer-contents-line-box {
  display: flex;
}
.footer-contents-line__01 {
  border: 1px solid #802560;
  width: 80px;
}
.footer-contents-line__02 {
  border: 1px solid #ffffff;
  width: 80px;
}
.footer-contents-line__03, .footer-contents-line__04 {
  border: 1px solid #ffffff;
  width: 160px;
}
.footer-sns {
  position: absolute;
  top: 25px;
  right: 25px;
}
.footer-sns__first-child {
  margin-right: 10px;
}
.footer-sns img {
  width: 20px;
}
.footer__copyright {
  font-size: 0.8rem;
}
.footer__ander-line {
  border: 3px solid #802560;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
}
@media(min-width:552px) {
  .footer-contents__wrapper {
    margin-bottom: 115px;
  }
}
@media(min-width:1160px) {
  .footer {
    padding: 0;
    padding: 50px 120px 120px;
    height: 300px;
  }
  .footer-contents__wrapper {
    padding-left: 0;
    max-width: 1160px;
    margin-bottom: 40px;
  }
  .footer-rogo {
    margin-right: 40px;
  }
  .footer-text {
    margin-right: 70px;
  }
  .footer-sns {
    position: absolute;
    top: 40px;
    right: 120px;
  }
}
#footer__page-top {
  font-size: 1.8rem;
  writing-mode: vertical-rl;
  background-color: #fff;
  opacity: 0.6;
  position: fixed; /* 画面の位置固定*/
  bottom: 40px;
  right: 25px;
  padding: 10px;
}
#footer__page-top a {
  text-decoration: none;
  color: #2d3235;
}