.container {
  width: 100%;
  text-align: center;
}

body {
  background-image: url(../img/bg-all.jpg);
  background-size: contain;
}
.sp {
  display: none;
}
.header {
  background-image: url("../img/top-bgi.png");
  width: 100%;
  height: 0;

  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 72.8791773779%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.head-title {
  writing-mode: vertical-rl;
  padding-left: 10%;
  /* position: relative; */
  height: 500px;
}

.head-title h1 {
  font-size: 9rem;
  text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff, 3px 3px 10px #ffffff,
    -3px -3px 10px #ffffff, 4px 4px 15px #ffffff, -4px -4px 15px #ffffff,
    5px 5px 20px #ffffff, -5px -5px 20px #ffffff, 6px 6px 25px #ffffff,
    -6px -6px 25px #ffffff, 7px 7px 30px #ffffff, -7px -7px 30px #ffffff;
  text-indent: 2em;
  position: absolute;
  top: 0;
  left: 10%;
  writing-mode: vertical-rl;
  height: 800px;
}

.head-title h2 {
  color: #ffffff;
  font-size: 50px;
  text-indent: 2em;
  position: absolute;
  position: absolute;
  top: 0;
  left: 20%;
  height: 800px;
}

/* . {
    background-image: url("../img/BG_img2.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px;
} */

. h3 {
  font-size: 50px;
  margin: auto;
  padding: 80px 40px;
  padding-bottom: 50px;
}

. p {
  font-size: 30px;
  line-height: 60px;
  margin: auto;
  padding: 40px;
  padding-top: 0px;
}

.main-aria {
  width: 100%;
  height: 600px;
  background-image: url(../img/BG_img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.main-txet {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; 
  width: 100%;
  padding: 10px 200px 00px 00px;
}

.main-txet h3 {
  font-size: 4rem;
  text-indent: 0em;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  line-height: 150%;
  height: 540px;
  padding: 60px 0px 0px 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  position: absolute;
  text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff, 3px 3px 10px #ffffff,
    -3px -3px 10px #ffffff;
}

.main-txet p {
  font-size: 30px;
  text-indent: 0em;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  line-height: 180%;
  height: 540px;
  padding: 60px 0px 0px 20px;
  position: absolute;
  top: 0px;
  right: 250px;
  text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff, 3px 3px 10px #ffffff,
    -3px -3px 10px #ffffff;
}

/* ここからぼかし */
.blur, .blur > img {
    position: relative;
    margin: 0; 
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

.blur {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 15px 15px #fff;
    content: " ";
} */

.shop-main-txet {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}

.shop-main-txet h3 {
  font-size: 50px;
  margin: 0 auto;
  text-align: center;
  padding: 0px;
  padding-top: 80px;
  padding-bottom: 10px;
}

.shop-main-txet p {
  font-size: 20px;
  text-align: center;
  padding: 0px;
  padding-top: 00px;
  padding-bottom: 0px;
}

.shop-contents {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contents-item {
  display: block;
  width: 45%;
  background-image: url("../img/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  margin: 20px;
  padding-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0 0 10px #999;
}

.text-eria {
  width: 100%;
  margin: 50px 10;
  text-align: center;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
}

.text-eria h3 {
  font-size: 30px;
  margin: 0 auto;
}

.text-eria p {
  text-align: start;
  font-size: 16px;
  margin: 20px;
}
.image-aria {
  /* text-align: center; */
  /* height: 350px; */
}

.image-aria img {
  max-width: 100%;
  object-fit: contain;
  max-height: 400px;
}

.my-btn {
  /* text-align: center; */
}

.my-btn a {
  display: inline-block;
  margin: 20px auto;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 27px;
  font-weight: bold;
  background: #e63a36;
  border-bottom: 4px solid #c62828;
  position: relative;
  overflow: hidden;
}
/* ボタンを凹ませる */
.my-btn a:active {
  transform: translateY(4px); /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
  border-bottom: none;
}
/* ボタンをキラッとさせる */
.my-btn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 80%,
    rgba(255, 255, 255, 100) 81%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 3s infinite; /* inifiniteによりずっと続ける */
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
/* テキストの後ろにarrow */
.my-btn a:after {
  content: "»";
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  font-size: 20px;
}

/* 767px（iPad）以下 */

@media (max-width: 767px) {
  .my-btn a {
    width: 90%;
  }
}

/* .sub {
    width: 100%;
    position: relative;
} */

.sub-txet {
  display: flex;
  justify-content: space-around;
}

.sub-items {
  width: 40%;
}

.sub-items {
  top: 50%;
  left: 50%;
  margin: 0;
  color: white;
  white-space: nowrap;
}

.sub-items h3 {
  height: 400px;
  color: oldlace;
  background-color: navy;
  line-height: 400px;
  font-size: 50px;
}

.box {
  position: relative;
  /* 大きさに合わせて調整が必要 */
  margin-top: 100px;
  margin-left: 170px;
  margin-top: 100px;
  width: 100%;
  height: 300px;
  background: rgb(255, 104, 104);
  transform: rotate(45deg);
}

/* 色 */
.blue {
  color: rgb(255, 252, 47);
}
/* テキスト */
.text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 2em;
  color: white;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* アニメーション */
.anim {
  box-shadow: 0 0 5px 1px white;
  transition: 2s;
}

.anim:hover {
  box-shadow: 0 0 80px 20px currentColor;
  /* 回転: 45(開始時角度) + 360 = 405 */
}

.anim:hover > .text {
  color: currentColor;
}

.footer-items {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 10px;
  padding-bottom: 0;
  background-color: #e9dfe5;
  background: rgba(223, 223, 229, 0.4);
}

.footer-item {
  width: 40%;
  padding: 20px;
  margin: 20px;
  text-align: center;
}

.footer-items img {
  width: 20em;
  margin: 0 auto;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}

.btn {
  top: 2.5em;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2em;
  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;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.3em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  padding: 20px;
/* width: 80%; */
  height: 5em;
  font-size: 2em;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.copy {
  font-size: 20px;
  text-align: center;

  padding: 10px 0px;
}

/* タブレット　*/
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    text-align: center;
  }
  .sp {
    display: block;
  }
  body {
    background-image: url(../img/bg-all.png);
    background-size: contain;
  }

  .header {
    background-image: url("../img/top-bgi.png");
    width: 100%;
    height: 0;

    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 72.8791773779%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .head-title {
    writing-mode: vertical-rl;
    padding-left: 10%;
    /* position: relative; */
    height: 500px;
  }

  .head-title h1 {
    font-size: 3rem;
    text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff,
      3px 3px 10px #ffffff, -3px -3px 10px #ffffff, 4px 4px 15px #ffffff,
      -4px -4px 15px #ffffff, 5px 5px 20px #ffffff, -5px -5px 20px #ffffff,
      6px 6px 25px #ffffff, -6px -6px 25px #ffffff, 7px 7px 30px #ffffff,
      -7px -7px 30px #ffffff;
    text-indent: 2em;
    position: absolute;
    top: 0;
    left: 10%;
    writing-mode: vertical-rl;
    height: auto;
  }

  .head-title h2 {
    color: #ffffff;
    font-size: 1.5rem;
    text-indent: 2em;
    position: absolute;
    position: absolute;
    top: 0;
    left: 20%;
    height: 800px;
  }

  /* . {
    background-image: url("../img/BG_img2.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 1000px;
} */

  . h3 {
    font-size: 50px;
    margin: auto;
    padding: 80px 40px;
    padding-bottom: 50px;
  }

  . p {
    font-size: 30px;
    line-height: 60px;
    margin: auto;
    padding: 40px;
    padding-top: 0px;
  }

  .main-aria {
    width: 100%;
    height: 480px;
    background-image: url(../img/BG_img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 0px 0px 50px 0px;
  }

  .main-txet {
    position: absolute;
    top: 0;
    margin: 50px 10px;
    margin-top: 20px;
  }

  .main-txet h3 {
    font-size: 40px;
    padding: 10px;
  }

  .main-txet p {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 10px;
  /*  color: #fff; */
  }

  /* ここからぼかし
.blur, .blur > img {
    position: relative;
    margin: 0; 
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;

}

.blur {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.blur:after {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 15px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
    box-shadow: inset 0px 0px 15px 15px #fff;
    content: " ";
} */

  .shop-main-txet {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  .shop-main-txet h3 {
    font-size: 40px;
    margin: auto;
    padding: 10px 0;
    padding-bottom: 50px;
    text-align: center;
  }

  .shop-contents {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .contents-item {
    display: block;
    width: 100%;
    background-image: url("../img/main-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    margin: 20px;
    padding-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0 0 10px #999;
  }

  .text-eria {
    width: 100%;
    margin: 50px 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 16px;
  }

  .text-eria h3 {
    font-size: 30px;
    margin: 0 auto;
  }

  .image-aria {
    /* text-align: center; */
    /* height: 350px; */
  }

  .image-aria img {
    max-width: 100%;
    object-fit: contain;
    max-height: 300px;
  }

  .my-btn {
    /* text-align: center; */
  }

  .my-btn a {
    display: inline-block;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    background: #e63a36;
    border-bottom: 4px solid #c62828;
    position: relative;
    overflow: hidden;
  }
  /* ボタンを凹ませる */
  .my-btn a:active {
    transform: translateY(4px); /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
    border-bottom: none;
  }
  /* ボタンをキラッとさせる */
  .my-btn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(
      130deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 80%,
      rgba(255, 255, 255, 100) 81%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: shine 3s infinite; /* inifiniteによりずっと続ける */
  }
  @keyframes shine {
    33% {
      left: 100%;
    }
    100% {
      left: 100%;
    }
  }
  /* テキストの後ろにarrow */
  .my-btn a:after {
    content: "»";
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
  }

  /* 767px（iPad）以下 */

  @media (max-width: 767px) {
    .my-btn a {
      width: 90%;
    }
  }

  /* .sub {
    width: 100%;
    position: relative;
} */

  .sub-txet {
    display: flex;
    justify-content: space-around;
  }

  .sub-items {
    width: 40%;
  }

  .sub-items {
    top: 50%;
    left: 50%;
    margin: 0;
    color: white;
    white-space: nowrap;
  }

  .sub-items h3 {
    height: 400px;
    color: oldlace;
    background-color: navy;
    line-height: 400px;
    font-size: 50px;
  }

  .box {
    position: relative;
    /* 大きさに合わせて調整が必要 */
    margin-top: 100px;
    margin-left: 170px;
    margin-top: 100px;
    width: 100%;
    height: 300px;
    background: rgb(255, 104, 104);
    transform: rotate(45deg);
  }

  /* 色 */
  .blue {
    color: rgb(255, 252, 47);
  }
  /* テキスト */
  .text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-size: 2em;
    color: white;
    white-space: nowrap;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* アニメーション */
  .anim {
    box-shadow: 0 0 5px 1px white;
    transition: 2s;
  }

  .anim:hover {
    box-shadow: 0 0 80px 20px currentColor;
    /* 回転: 45(開始時角度) + 360 = 405 */
  }

  .anim:hover > .text {
    color: currentColor;
  }

  .footer-items {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
    background-color: #e9dfe5;
    background: rgba(223, 223, 229, 0.4);
  }

  .footer-item {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .footer-items img {
    width: 20em;
    margin: 0 auto;
  }

  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }

  html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%; /*rem算出をしやすくするために*/
  }

  .btn {
    top: 2.5em;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2em;
    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;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.3em;
    color: #212529;
    border-radius: 0.5rem;
  }

  .btn--orange,
  a.btn--orange {
    color: #fff;
    background-color: #eb6100;
    width: 100%;
    height: 100px;
    font-size: 1.8em;
    line-height: 1.2em;
  /*  position: unset; */
  }

  .btn--orange:hover,
  a.btn--orange:hover {
    color: #fff;
    background: #f56500;
  }

  .fa-position-left {
    position: unset;
    left: 0;
  }

  .copy {
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
  }

  @media screen and (max-width: 768px) {
    .header {
      background-size: contain;
    }
  }
}
