@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #000;
  color: #dfcd93;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.langbox {
  z-index: 500;
  position: relative;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.lang {
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .lang {
    top: 49px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .lang {
    top: 20px;
    left: 20px;
  }
}
.lang .lang_item {
  text-align: center;
  box-sizing: border-box;
  color: #dfcd93;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lang .lang_item {
    font-size: 1.25rem;
  }
}
.lang .lang_item a {
  color: #dfcd93;
  text-decoration: none;
}
.lang .lang_item a:hover {
  text-decoration: underline;
}
.lang .lang_item:first-child::after {
  content: "/";
  display: inline-block;
  color: #dfcd93;
  margin: 0 12px 0 7px;
  font-weight: normal;
}
.lang .select {
  color: #ca1f18;
}

.section {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 90px 17px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 950px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 150px 0 0;
  }
}

.title {
  font-family: "Anton", sans-serif;
  color: #7d2401;
  position: absolute;
  top: 0;
  z-index: -1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 5.2rem;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    font-size: 9.5rem;
    letter-spacing: 0.05rem;
    left: -40px;
  }
}

h3 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    margin: 0;
    font-size: 2.2rem;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}

.wrap:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-position: top;
  filter: blur(10px);
}

.content {
  overflow: hidden;
  background: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: 1500px auto;
  background-position: top;
  position: relative;
  z-index: 2;
}
.content:after {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: 1500px auto;
  background-color: rgba(0, 0, 0, 0.4039215686);
  position: absolute;
}

.hero {
  height: 750px;
  position: relative;
}
.hero__bg {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  height: 850px;
  top: 0;
  z-index: 1;
}
.hero__bg--one {
  position: absolute;
  width: 100%;
  height: 850px;
  background-repeat: no-repeat;
  background-image: url(../img/hedo.png);
  background-size: 650px;
  filter: brightness(0.8);
  animation: moveUpDown 5s ease-in-out infinite;
}
@media only screen and (min-width: 768px) {
  .hero__bg--one {
    background-position: bottom -50px left -100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__bg--one {
    background-position: bottom 70px left -100px;
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.hero__content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.hero__title {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__title {
    padding: 25px 17px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__title {
    margin: 35px 0;
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title img {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
}
.hero__pic {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero__pic {
    background: url(../img/hero-sp.jpg) no-repeat top center/cover;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .hero__pic {
    margin: 50px auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero__pic img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
}

.mid {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #000;
}
.mid:before {
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/oilspill.jpg);
  background-size: 750px;
  opacity: 0;
  filter: brightness(0.5) saturate(3) hue-rotate(0deg);
  position: absolute;
  animation: fadeInOut 10s ease-in-out infinite;
}
.mid:after {
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(54, 54, 54, 0.5) 25%, rgba(54, 54, 54, 0.5) 75%, rgb(0, 0, 0) 90%);
  background-size: 10000px 100%;
  position: absolute;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
    filter: brightness(0.5) saturate(3) hue-rotate(0deg);
  }
  25% {
    opacity: 0.1;
    filter: brightness(0.5) saturate(3) hue-rotate(15deg);
  }
  50% {
    opacity: 0.2;
    filter: brightness(0.5) saturate(3) hue-rotate(30deg);
  }
  75% {
    opacity: 0.1;
    filter: brightness(0.5) saturate(3) hue-rotate(15deg);
  }
}
@media only screen and (max-width: 767px) {
  .about {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .about {
    margin: 0 0 90px;
  }
}
@media only screen and (min-width: 768px) {
  .about__container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .about__text {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .about__text {
    margin: 0 0 50px;
  }
}
.about__text .lead {
  background: #7d2401;
  color: #dfcd93;
  margin: 0 0 30px;
  font-weight: 700;
  padding: 4px;
  line-height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .about__text .lead {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 768px) {
  .about__text .lead {
    font-size: 1.9rem;
  }
}
.about__text__p.fadein {
  animation-delay: 10s;
}
.about__text__p p {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .about__text__p p {
    font-size: 1.05rem;
    line-height: 2.3rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .about__text__p p {
    font-size: 1.15rem;
    line-height: 2.3rem;
    margin: 0 0 25px;
  }
}
.about__text__p p:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .about__pic-item {
    width: 240px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .about__pic-item {
    margin: 0 20px;
  }
}
.about__pic-item p {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .about__pic-item p {
    font-size: 0.95rem;
  }
}

.prod {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 90px;
  }
}
.prod__bg {
  background-image: linear-gradient(-45deg, #0c0c0d 25%, #000 25%, #000 50%, #0c0c0d 50%, #0c0c0d 75%, #000 75%, #000);
  background-size: 17px 17px;
  transform: skewY(-10deg);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .prod__bg {
    margin: -40px 0 -50px;
    padding: 40px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__bg {
    margin: -40px 0 -70px;
    padding: 50px 0 140px;
  }
}
.prod__bg-inner {
  transform: skewY(10deg);
}
@media only screen and (max-width: 767px) {
  .prod__bg-inner {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__content {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__content {
    margin: 0 auto;
    max-width: 1080px;
    width: calc(100% - 45px);
  }
}
@media only screen and (max-width: 767px) {
  .prod__ttl {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__ttl {
    margin: 0 0 15px;
  }
}
.prod__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .prod__container {
    flex-direction: column;
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__container {
    justify-content: space-between;
    margin: 0 0 50px;
  }
}
.prod__container:last-child {
  margin: 0;
}
.prod__main .dohatsu {
  filter: brightness(1);
  animation: brighten 3s infinite alternate;
}
@keyframes brighten {
  from {
    filter: brightness(1);
  }
  to {
    filter: brightness(1.5);
  }
}
.prod__main .eita {
  filter: brightness(1);
  animation: brighten 5s infinite alternate;
}
@keyframes brighten {
  from {
    filter: brightness(1);
  }
  to {
    filter: brightness(1.5);
  }
}
@media only screen and (max-width: 767px) {
  .prod__main {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__main {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .prod__sub {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub {
    width: 46%;
  }
}
.prod__sub-thum {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .prod__sub-thum {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-thum {
    margin: 0 0 20px;
  }
}
.prod__sub-item {
  position: relative;
  overflow: hidden;
  background: #888;
  border: #ccc solid 1px;
}
@media only screen and (max-width: 767px) {
  .prod__sub-item {
    width: 60px;
    height: 60px;
    margin: 0 8px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-item {
    width: 95px;
    height: 95px;
    margin: 0 10px 10px 0;
  }
  .prod__sub-item:hover {
    opacity: 0.8;
  }
}
.prod__sub-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.prod__sub-detail {
  color: #dfcd93;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail {
    width: 100%;
    order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail {
    width: 100%;
    margin: 0 0 20px;
  }
}
.prod__sub-detail h2 {
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(223, 205, 147, 0.7);
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail h2 {
    font-size: 22px;
    line-height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail h2 {
    font-size: 28px;
    line-height: 15px;
  }
}
.prod__sub-detail p {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail p {
    font-size: 17px;
    line-height: 27px;
  }
}
.prod__sub-detail .price {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .prod__sub-detail .price {
    font-size: 1.3rem;
    margin: 0 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-detail .price {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
  }
}
.prod__sub-detail a {
  color: #d83820;
  text-decoration: none;
  word-break: break-all;
}
.prod__sub-detail a:hover {
  text-decoration: underline;
}
.prod__sub-caption p {
  padding: 0;
  margin: 0;
  color: #dfcd93;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .prod__sub-caption p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub-caption p {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px;
  }
}
.prod__sub .soldout {
  color: #d83820;
  margin: 30px 0 0;
  font-weight: bold;
}
.prod__sub .soldout__ttl {
  font-family: "Anton", sans-serif;
}
@media only screen and (max-width: 767px) {
  .prod__sub .soldout__ttl {
    font-size: 33px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub .soldout__ttl {
    font-size: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__sub .soldout p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__sub .soldout p {
    font-size: 19px;
    line-height: 29px;
  }
}
.prod .sp-button {
  border: 2px solid #ccc !important;
}
@media only screen and (max-width: 767px) {
  .prod .sp-button {
    width: 10px !important;
    height: 10px !important;
  }
}
.prod .sp-selected-button {
  background-color: #ccc !important;
}
.prod .sp-next-arrow:after, .prod .sp-next-arrow:before, .prod .sp-previous-arrow:after, .prod .sp-previous-arrow:before {
  background-color: #ccc !important;
}

.information {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .information {
    margin: 0 0 60px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .information {
    margin: 0 0 90px;
  }
}
.information .lead {
  background: #7d2401;
  color: #dfcd93;
  margin: 0 0 30px;
  font-weight: 700;
  padding: 4px;
  line-height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .information .lead {
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 768px) {
  .information .lead {
    font-size: 1.9rem;
  }
}
.information dl dt {
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .information dl dt {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .information dl dt {
    margin: 0 0 15px;
    font-size: 1.25rem;
  }
}
.information dl dd {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .information dl dd {
    width: 75%;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .information__date {
    display: flex;
  }
  .information__date dl {
    width: 30%;
  }
}
.information__timelate p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .information__timelate {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 768px) {
  .information__timelate {
    margin: 0 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .note {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    margin: 0 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .note ul {
    font-size: 0.95rem;
    line-height: 1.8rem;
    margin: 0 0 0 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .note ul {
    font-size: 1.05rem;
  }
}
@media only screen and (max-width: 767px) {
  .note ul li {
    margin: 0 0 12px;
  }
}
@media only screen and (min-width: 768px) {
  .note ul li {
    margin: 0 0 10px;
  }
}
.note ul li:last-child {
  margin: 0;
}

.schedule {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .schedule {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule {
    margin: 0 0 90px;
  }
}
.schedule table tr {
  display: flex;
  border-top: #dfcd93 solid 2px;
}
@media only screen and (max-width: 767px) {
  .schedule table tr {
    flex-direction: column;
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table tr {
    align-items: flex-start;
    padding: 40px 20px;
  }
}
.schedule table tr:last-child {
  border-bottom: #dfcd93 solid 2px;
}
.schedule table tr th {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .schedule table tr th {
    font-size: 1.15rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table tr th {
    width: 25%;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table tr td {
    width: 75%;
  }
}
.schedule table h4 {
  background: #dfcd93;
  color: #000;
  display: inline-block;
  line-height: 100%;
  letter-spacing: 0.05rem;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .schedule table h4 {
    font-size: 1.1rem;
    padding: 6px 10px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table h4 {
    font-size: 1.4rem;
    padding: 7px 15px 5px;
  }
}
.schedule table p {
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .schedule table p {
    font-size: 0.95rem;
    line-height: 1.8rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .schedule table p {
    font-size: 1.05rem;
    line-height: 1.9rem;
    margin: 0 0 15px;
  }
}
.schedule table p:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .schedule__note {
    margin: 25px 0 0;
    font-size: 0.95rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .schedule__note {
    margin: 35px 0 0;
    font-size: 1.05rem;
    line-height: 1.9rem;
  }
}

.contact {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .contact {
    margin: 0 0 100px;
  }
}
@media only screen and (min-width: 768px) {
  .contact {
    margin: 0 0 160px;
  }
}
.contact__item h3 {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .contact__item h3 {
    font-size: 1.4rem;
  }
}
.contact__shop {
  margin: 0 0 10px;
  color: #ac9e71;
}
@media only screen and (min-width: 768px) {
  .contact__shop {
    font-size: 1.1rem;
  }
}
.contact__text {
  margin: 0 0 25px;
}
.contact__text p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .contact__text p {
    font-size: 0.85rem;
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact__text p {
    line-height: 1.75rem;
  }
}
.contact__tel {
  display: flex;
  align-items: flex-end;
}
.contact__tel span {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
  background: #dfcd93;
  border-radius: 2px;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .contact__tel span {
    top: -1px;
  }
}
.contact__tel span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  display: block;
  transform: scale(-1, 1);
  position: absolute;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .contact__tel span::before {
    font-size: 0.8rem;
    top: 3px;
    left: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__tel span::before {
    font-size: 0.85rem;
    top: 2px;
    left: 2px;
  }
}
.contact__tel p {
  line-height: 100%;
  margin: 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .contact__tel p {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 768px) {
  .contact__tel p {
    font-size: 1.4rem;
  }
}

.logo {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .logo .section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo .section {
    padding: 80px 0;
  }
}
.logo__content {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .logo__item {
    width: 18%;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .logo__item {
    width: 10%;
    margin: 0 15px;
  }
}
.logo__item:last-child {
  border: #333 solid 1px;
}
.logo__copyright {
  text-align: center;
  font-size: 0.8rem;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .logo__copyright {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .logo__copyright {
    margin: 25px 0 0;
  }
}

.sns {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .sns {
    position: fixed;
    top: 50%;
    right: 25px;
    z-index: 99;
  }
}
@media only screen and (max-width: 767px) {
  .sns .section {
    padding: 60px 17px;
    display: flex;
    width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .sns .section {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item {
    margin: 0 0 15px;
  }
  .sns__item:last-child {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item p {
    margin: 0 0 10px;
    color: #999;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item p {
    display: none;
  }
}
.sns__item a {
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-twitter {
    margin: 0 0 15px;
  }
}
.sns__item.sns-twitter span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\e61b";
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-twitter span::before {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item.sns-twitter span::before {
    font-size: 3rem;
  }
}
.sns__item.sns-instagram span::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f16d";
}
@media only screen and (min-width: 768px) {
  .sns__item.sns-instagram span::before {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .sns__item.sns-instagram span::before {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .sale-note {
    margin: 0 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .sale-note {
    margin: 40px 0 90px;
  }
}
.sale-note .section {
  box-sizing: border-box;
  border: 3px solid #dfcd93;
}
@media only screen and (max-width: 767px) {
  .sale-note .section {
    margin: 0 17px;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale-note .section {
    padding: 35px;
  }
}
.sale-note h5 {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .sale-note h5 {
    font-size: 1.4rem;
    margin: 0 0 18px -10px;
  }
}
@media only screen and (min-width: 768px) {
  .sale-note h5 {
    font-size: 2.2rem;
    margin: 0 0 20px -18px;
  }
}
.sale-note ul {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sale-note ul {
    margin: 0 0 0 20px;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale-note ul {
    margin: 0 0 0 30px;
    font-size: 1.15rem;
    line-height: 1.9rem;
  }
}
.sale-note ul li {
  margin: 0 0 8px;
}
.sale-note ul li:last-child {
  margin: 0;
}

.salemethod {
  border: solid white 2px;
  border-radius: 5px;
}
.salemethod a {
  color: #e22c1a;
  text-decoration: none;
  transition: 0.2s;
}
.salemethod a:hover {
  color: #e22c1a;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .salemethod {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 767px) {
  .salemethod {
    margin: 10px;
  }
}
.salemethod h3 {
  text-align: center;
  border-bottom: solid 1px #dfcd93;
  max-width: 1000px;
  width: 95%;
  margin: 50px auto 10px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .salemethod h3 {
    font-size: 25px;
  }
}
.salemethod p {
  font-size: 1em;
  text-align: left;
}
.salemethod__period {
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .salemethod__period {
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .salemethod__period li span {
    font-size: 1.2em;
    font-weight: 700;
  }
}
.salemethod__items {
  list-style-type: decimal;
}
@media only screen and (min-width: 768px) {
  .salemethod__items {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .salemethod__items ul {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .salemethod__address {
    font-size: 15px;
    line-height: 1.5em;
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
.salemethod__notice {
  list-style-type: "※ ";
}
@media only screen and (min-width: 768px) {
  .salemethod__notice {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 50px;
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .salemethod__notice li {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .salemethod__notice li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.fadein-top {
  opacity: 0;
  animation: 0.6s ease-in forwards fadein-top;
}

@keyframes fadein-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  transform: translate(-50px, 0);
  transition: all 1s;
  opacity: 0;
}
.fadein.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein2 {
  transform: translate(-50px, 0);
  transition: all 1.5s;
  opacity: 0;
}
.fadein2.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.fadein3 {
  transform: translate(-50px, 0);
  transition: all 2s;
  opacity: 0;
}
.fadein3.scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.chusenwrap {
  color: #dfcd93;
  position: relative;
  z-index: 500;
}
@media only screen and (max-width: 767px) {
  .chusenwrap {
    margin: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .chusenwrap {
    padding-bottom: 50px;
  }
}

.chusen {
  background: rgba(45, 45, 45, 0.8784313725);
  border-radius: 20px;
  max-width: 1170px;
  margin: 0 auto;
  text-align: left;
  padding: 25px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .chusen h1 {
    text-align: center;
  }
}
.chusen a {
  color: #e2e2e2;
}
.chusen a:visited {
  color: #e2e2e2;
}
.chusen__date {
  padding: 25px 0;
}
.chusen__date dl {
  font-size: 20px;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0;
}
.chusen__date dl dt {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.chusen__date dl dd {
  margin: 10px 0 0 10px;
  line-height: normal;
  font-size: 1.1em;
  font-weight: 500;
}
.chusen__info {
  max-width: fit-content;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .chusen__info {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .chusen__info--flex {
    display: flex;
  }
}
.chusen__info p {
  max-width: fit-content;
  margin: 0 auto;
  padding: 25px 0;
}
.chusen__info .productList {
  margin: 25px auto;
}
@media only screen and (min-width: 768px) {
  .chusen__info .productList {
    width: 750px;
  }
}
.chusen__info .product {
  border-bottom: 1px dashed #aaa;
}
.chusen__info .product:last-child {
  border-bottom: none;
}
.chusen__info .product a {
  text-decoration: none;
}
.chusen__info .product .name {
  font-weight: bold;
}
.chusen__info .product .price {
  float: right;
}
@media only screen and (max-width: 767px) {
  .chusen__info .product .price {
    font-size: 0.8rem;
  }
}
.chusen__info ul {
  max-width: fit-content;
  margin: 0 auto;
}
.chusen__note {
  background-color: rgba(78, 78, 78, 0.3098039216);
  border-radius: 10px;
  margin: 25px 10px 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.chusen__note h3 {
  text-align: center;
  color: #dfcd93;
}
@media only screen and (min-width: 768px) {
  .chusen__note h3 {
    font-size: 20px;
  }
}
.chusen__note li {
  padding-right: 25px;
  margin-bottom: 10px;
}
.chusen__note li:last-child {
  margin-bottom: 0px;
}

.cco5th {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 50px;
}
.cco5th a {
  transition: 0.2s;
}
.cco5th a:hover {
  opacity: 0.8;
}

.arrow {
  color: #dfcd93;
  display: inline-block;
  font-size: 24px;
  position: relative;
}

header {
  position: relative;
  z-index: 500000000;
}

a {
  color: #fff;
}
a:visited {
  color: #fff;
}/*# sourceMappingURL=style.css.map */