@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
footer,
header,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  line-height: 1;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  text-align: center;
}

/*PCスクロールバーの変更 */
::-webkit-scrollbar {
  width: 13px;
}
::-webkit-scrollbar-track {
  background-color: rgb(183, 157, 125);
}
::-webkit-scrollbar-thumb {
  background-color: rgb(60, 34, 0);
}

nav ul {
  list-style: none; /*メニューリストの装飾を削除 */
}
/* End Reset CSS */

/*------------------------------
▼共通デザイン（モバイル）
-------------------------------*/

html {
  scroll-behavior: smooth; /* 上に戻る際にスムーズに戻す */
}

body {
  background-color: rgb(255, 205, 175);
  margin: 0 auto;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}

h1 {
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 1.7rem;
  color: rgb(109, 44, 0);
}

.h1top {
  font-size: 1rem;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgb(60, 34, 0), 0 0 1em rgb(60, 34, 0), 0 0 0.2em rgb(60, 34, 0);
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  color: rgb(5, 5, 5);
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

h3 {
  font-size: 1.5rem;
  text-align: center;
  color: rgb(5, 5, 5);
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

h4 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
img {
  width: 100%;
  height: auto;
}

.imgsize {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.imgsize2 {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.imgsize3 {
  padding-left: 5px;
  width: 25%;
}

a {
  text-decoration: none;
}

p {
  margin: 0 auto;
  width: 95%;
  line-height: 1.7;
  color: rgb(20, 20, 20);
  font-size: 1rem;
}

p img {
  width: auto;
  max-width: 100%;
}

hr {
  width: 100%; /* 線の長さを80%に指定 */
  height: 2px; /* 線の太さを2pxに指定 */
  margin: 0px auto; /* 水平方向に中央寄せし、上下に20pxのマージンを指定 */
  border: none; /* 線の境界線を削除 */
  border-top: 1px dashed #ff0000;
}

.right {
  text-align: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 99%;
  margin: 0 auto;
}
.flex div {
  width: 32%;
  text-align: center;
  padding: 20px 0 20px 0;
}

.flex a {
  font-size: 0.8rem;
  color: rgb(0, 128, 160);
}

.flex::after {
  content: "";
  display: block;
  width: 32%;
}

.flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 99%;
  margin: 0 auto;
}
.flex2 div {
  width: 24%;
  text-align: center;
}

.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul img {
  width: 40px;
  padding-right: 20px;
  margin-bottom: -14px;
}

.news {
  margin: 0 auto;
  padding: 5px 0 5px 0;
}

.news dt {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 0;
  line-height: 2;
  font-size: 0.7rem;
}

.news dt a {
  font-size: 0.9rem;
  font-weight: 600;
}

dl {
  margin: 0 auto;
  width: 90%;

  background-color: #ffffff;

  background-repeat: no-repeat;
  background-position: right bottom;

  color: rgb(60, 60, 60);
  line-height: 1.5;

  list-style: none;
}

dl a {
  color: rgb(0, 128, 160);
  text-decoration: none;
  font-weight: 600;
}

dt {
  list-style: none;
  align-items: center;
  font-size: 0.8rem;
  text-align: left;
  font-weight: 600;
  color: rgb(29, 29, 29);
  text-decoration: none;
}

dd {
  align-items: center;
  text-align: right;
  font-size: 0.8rem;
  font-weight: 300;
}

.linkstyle a {
  margin: 50px 10px 50px 10px;
  padding: 9px 15px 10px 0px;
  border-radius: 50px;
  font-size: 0.8rem;
  padding-left: 20px;
  text-align: left;
  font-weight: 600;
  color: rgb(0, 1, 68);
  text-decoration: none;
}

.linkbutton {
  width: 80%;
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #000000;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #0000ee;
}

.sns {
  margin: 0 auto;
  width: 80%;
  font-size: 1.5rem;
  padding: 70px 0 120px 0;
}
.sns2 {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  font-size: 1.5rem;
}
.sns a {
  text-decoration: none;
  color: white;
}

.sns img {
  text-align: center;
  padding-top: 20px;
  width: 20%;
}
.sns2 img {
  text-align: center;
  padding-top: 20px;
  width: 20%;
}

.sns3 {
  margin: 0 auto;
  text-align: center;
}

.sns3 img {
  width: 32%;
}

.logo {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 5px;
}

.logo img {
  width: 70%;
}

.logo2 {
  margin: 0 auto;
  text-align: center;
  width: 90%;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 5px;
}

.logo2 img {
  width: 50%;
}

.dropdown ul {
  display: block;
  flex-wrap: nowrap;
}

.nextbutton {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 0px;
  color: rgb(20, 20, 20);
}

.nextbutton p {
  font-size: 1rem;
}

.nextbutton img {
  padding-top: 10px;
  width: 90%;
}

.futoji {
  font-size: 1.2rem;
  font-weight: 800;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

.futoji2 {
  font-size: 1.1rem;
  font-weight: 800;
}

.futojired {
  font-size: 1.1rem;
  font-weight: 800;
  color: rgb(215, 0, 0);
}

.futojikakoi {
  margin: 5px 20px 20px 10px;
  padding: 20px 0 20px 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  background-color: #850000;
  text-align: center;
}

.futojikakoi2 {
  margin: 5px 20px 20px 20px;
  padding: 10px 0 10px 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  background-color: #850000;
  text-align: center;
}

/*マーカー*/
.mark {
  background: linear-gradient(transparent 40%, #ff80ee72 90%);
}
/*マーカー*/

.blue {
  color: blue;
  font-weight: 600;
}

.red {
  color: #b30000;
  font-weight: 600;
}

/*画像ポップアップ*/
#popup {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

#popup2 {
  display: none; /* label でコントロールするので input は非表示に */
}

.popup2-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}

.popup-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}
.popup2-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
#popup2:checked ~ .popup2-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 800px;
  padding: 10px;
  background-color: #cba17f;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup2-window {
  width: 90vw;
  max-width: 800px;
  padding: 10px;
  background-color: #cba17f;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0 auto;
}
.popup2-text {
  margin: 0 auto;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em;
}
.popup2-text:not(:last-of-type) {
  margin-bottom: 1em;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup2-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
/*画像ポップアップここまで*/

.qa-round {
  margin: 40px auto 10px auto;
  width: 90%;
  border-radius: 10px;
  background-color: #9ac2ff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.roundcorner {
  margin: 0 auto;
  width: 90%;
  border-radius: 10px;
  background-color: #ffffff;
  background-image: url(svg/dekokuma.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 10px;
  padding-bottom: 0px;
}

.pointimg {
  vertical-align: middle;
  width: 15%;
  padding-right: 10px;
}

.roundcorner p {
  font-size: 0.9rem;
  line-height: 1.3;
  padding-bottom: 20px;
}

.roundcorner img .qa-round img {
  display: block;
  margin: 0 auto;
  width: 90%;
  align-items: center;
  text-align: center;
}

.roundcorner a {
  text-decoration: none;
  color: rgb(0, 140, 175);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 10px;
}

.dekochan {
  margin: 0 auto;
  width: 100%;
  max-height: 100%;
  background-image: url(svg/deko2.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left top;
}
.dekochan h2 {
  margin: 0 10px 0 auto;
  width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.3rem;
  text-align: right;
  line-height: 2;
}

.yoko {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: 5px 0;
  padding-top: 0px;
}
.item {
  width: 25%;
  padding: 10px 10px;
  text-align: center;
}
.yoko p {
  font-size: 0.7rem;
  line-height: 1rem;
}
.yoko a {
  color: #850000;
}

iframe {
  border: none;
}
.ifredzin {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 30px 0;
  width: 90%;
  height: 380px;
}
.ifredzin2 {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 30px 0;
  width: 90%;
  height: 450px;
}
.genre {
  padding: 0;
  border: 0;
  outline: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.genre li {
  width: 29%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.6rem;
  color: rgb(40, 40, 40);
  list-style: none;
  padding-left: 2.15%;
  padding-right: 2.15%;
}

.genre img {
  padding-top: 10px;
  margin-bottom: 10px;
  width: 95%;
}

.genre img:hover {
  width: 100%;
  padding-top: 0px;
  margin-bottom: 0px;
}

.sukima {
  padding: 50px 0 80px 0;
}

.sukima2 {
  clear: both;
  padding: 20px 0 20px 0;
}

.sukima3 {
  padding: 0 0 20px 0;
}

.chuou {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.chuui {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(146, 0, 0);
  padding: 20px 0 30px 0;
}

.blink {
  -webkit-animation: blink 0.1s ease infinite;
  animation: blink 2s ease infinite;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

footer {
  z-index: 9; /*表示を一番上に */
  position: fixed; /* ヘッダーを固定 */
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  width: 100%; /* スマホヘッダーの高さ */
  height: 40px; /* スマホヘッダーの高さ */
}

/*　ハンバーガーメニューボタンの装飾　*/

.features {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}

.drawer-list {
  z-index: 20;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 5px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  background-color: #ad968b;
  background-color: rgba(163, 115, 67, 0.95);
}

.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
  margin-bottom: 1em;
}
.drawer-list li a {
  text-decoration: none;
  color: #fefefe;
  text-align: left;
  display: block;
  padding: 0 0 12px 60px;
  font-size: calc(18px - 0.5vw);
  font-weight: 600;
  margin-bottom: 0%;
}

.icon img {
  text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255);
}

.drawer-list img {
  text-align: center;
}

.drawer-list li a:hover {
  cursor: pointer;
  background-color: rgba(240, 236, 17, 0.5);
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
input.hamburger:checked ~ label close {
  color: #fefefe;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.8em;
  align-items: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #fefefe;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  background-color: rgb(255, 118, 108);
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before,
label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  left: 50%;
  background-color: rgb(255, 118, 108);
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -14px);
}
label.hamburger > i:after {
  transform: translate(-50%, 14px);
}

label.hamburger {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

/*　ハンバーガーメニューボタンの装飾ここまで　*/

/*　selectボタンの装飾　*/

body {
  font-family: "Open Sans", sans-serif;
}
.center {
  width: 80%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.custom-select-wrapper {
  z-index: 10;
  position: relative;
  display: inline-block;
  user-select: none;
  border-bottom: 1px solid rgb(223, 223, 223);
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 300px;
  font-size: 22px;
  font-weight: 600;
  color: rgb(40, 40, 40);
  line-height: 60px;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid rgb(40, 40, 40);
  border-right: 1px solid rgb(40, 40, 40);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid rgb(198, 198, 198);
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgb(198, 198, 198);
  background: #fff;
  transition: all 0.4s ease-in-out;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid rgb(198, 198, 198);
  border-left: 1px solid rgb(198, 198, 198);
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.option-hover:before {
  background: orange;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid rgb(198, 198, 198);
  font-size: 18px;
  font-weight: 600;
  color: rgb(40, 40, 40);
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  color: #fff;
  background: orange;
}

/*　selectボタンの装飾　ここまで*/

/*　dtdd装飾　*/

.list div {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px dashed #ffaa48;
}
.list dt,
.list dd {
  padding: 5px 5px;
}
.list dt {
  width: 50%;
  float: left;
}
.list dd {
  width: 50%;
  margin-left: 50%;
  text-align: right;
  padding-right: 5px;
}
.list div dt::before {
  font-weight: 900;
  padding-right: 5px;
}
/*　TOPのみdtdd装飾　*/
.list2 div {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px dashed #ffaa48;
}
.list2 dt,
.list2 dd {
  padding: 10px 5px;
}
.list2 dt {
  width: 90%;
}
.list2 dd {
  width: 60%;
  text-align: right;
  padding-right: 5px;
}
.list2 div dt::before {
  font-weight: 900;
  padding-right: 5px;
}

/*　dtdd装飾　ここまで*/

/*上に戻るボタン*/
.pagetop a {
  z-index: 10;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 20px;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.pagetop a.fadein {
  opacity: 0.5;
}

/*　スライダーのCSS*/

/* 全体設定 */
.css-carousel-slider {
  width: 100%;
  /* max-width: 800px */ /* サイズ設定をする場合はここ(*1) */
  overflow: hidden;
  position: relative;
}
.css-carousel-slider img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
  width: 400%; /* 画像の合計数*100%を設定(*2) */
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  z-index: 0;
  animation: css-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間(*3) */
  animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider .slide-wrap-main {
  width: 100%;

  z-index: 1;
  animation: css-carousel-slider-main 20s infinite; /* (*3)と同じ内容を設定 */
  animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider .slide {
  width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(calc(1 / 4 * -100%));
  }
  25% {
    transform: translateX(calc(1 / 4 * -100%));
  }

  45% {
    transform: translateX(calc(2 / 4 * -100%));
  }
  50% {
    transform: translateX(calc(2 / 4 * -100%));
  }

  70% {
    transform: translateX(calc(3 / 4 * -100%));
  }
  75% {
    transform: translateX(calc(3 / 4 * -100%));
  }

  95% {
    transform: translateX(calc(4 / 4 * -100%));
  }
  100% {
    transform: translateX(calc(4 / 4 * -100%));
  }
}

@keyframes css-carousel-slider-main {
  0% {
    transform: translateX(100%);
  }
  75% {
    transform: translateX(100%);
  }
  95% {
    transform: translateX(0%);
  }
}

/*　スライダーのCSS　ここまで*/

/*　横スクロール　*/

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 100%;
}
.scroll-infinity__item > img {
  width: 100%;
  padding: 0 20px 0 20px;
}
.scroll-infinity__item a {
  padding: 0 20px 0 20px;
}

.scroll-infinity__item img {
  width: 150px;
}
.scroll-infinity__item li {
  margin: 0 150px 0 150px;
}

/*　横スクロール　ここまで*/

/*　押すと表示される　*/

.clicktxt {
  display: flex;
  width: 85%;
  margin: 20px auto 5px auto;
  padding: 0.5em 1em;
  line-height: 2rem;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #ca5050;
  border-radius: 10px;
}

.switchdsp input {
  display: none;
}

.switchdsp .dsp {
  width: 83%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0px 10px 0px 10px;
  height: 0;
  overflow: hidden;
  transition: 0.9s;
  opacity: 0;
}

.switchdsp input:checked ~ .dsp {
  padding: 10px 25px 10px 25px;
  height: auto;
  opacity: 1;
}

/*　押すと表示される　ここまで*/

/*　文字の切替　*/

.texts {
  width: 95%;
  height: 7em;

  text-align: left;
  overflow-y: hidden;
  margin-bottom: 10px;
}

.texts span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  font-size: 0.85rem;
}

.texts img {
  width: 7%;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.texts span {
  animation: ShiftText 25s linear infinite;
}

@keyframes ShiftText {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-3100%);
  }
}

/*　文字の切替　ここまで*/

@media (min-width: 768px) {
  body {
    width: 50%;
  }

  p {
    font-size: 1.2rem;
  }

  dt {
    font-size: 1.2rem;
  }

  dd {
    font-size: 0.9rem;
  }

  .drawer-list li a {
    text-align: left;
    padding: 0.5rem;
  }

  .drawer-list {
    width: 50%;
  }
  .drawer-list li a {
    padding-bottom: 15px;
    padding-left: 20%;
    font-size: 0.9rem;
    margin-bottom: 0;
  }

  .logo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .logo img {
    width: 80%;
  }
  .sns img {
    text-align: center;
    padding-top: 20px;
    width: 20%;
  }

  .sns img {
    width: 5%;
  }

  .sns2 img {
    width: 15%;
  }

  .slideshow {
    width: 70%;
    height: 450px;
  }
  .slide {
    width: 100%;
    height: 450px;
  }
  .slide img {
    height: 100%;
  }

  #popup:checked ~ .popup-overlay {
    width: auto;
    max-height: 800px;
  }
  #popup2:checked ~ .popup2-overlay {
    width: auto;
    max-height: 800px;
  }

  .popup-window {
    width: auto;
    max-height: 800px;
  }
  .popup2-window {
    width: auto;
    max-height: 800px;
  }
}

@media screen and (min-width: 1300px) {
  body {
    width: 35%;
  }
  .logo img {
    width: 60%;
  }
  .slideshow {
    width: 50%;
    height: 600px;
  }
  .slide {
    width: 100%;
    height: auto;
  }

  .logo2 {
    width: 100%;
  }
  .drawer-list {
    width: 30%;
  }
  .drawer-list li a {
    padding-top: 2px;
    padding-bottom: 13px;
    padding-left: 20%;
    font-size: 1rem;
    margin-bottom: 2%;
  }

  label.hamburger {
    height: 80px;
    width: 80px;
  }

  label.hamburger > i {
    height: 10px;
    top: 10%;
  }
  label.hamburger > i:before,
  label.hamburger > i:after {
    height: 10px;
    left: 50%;
  }
  label.hamburger > i:before {
    transform: translate(-50%, -20px);
  }
  label.hamburger > i:after {
    transform: translate(-50%, 20px);
  }
  .pagetop a {
    width: 80px;
    height: 120px;
  }
}
