@charset "UTF-8";
body {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }
}

p, .company_content tr, .company_access {
  line-height: 2;
}
@media screen and (min-width: 960px) {
  p, .company_content tr, .company_access {
    line-height: 2.5;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

h2 {
  font-weight: normal;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul, li {
  list-style: none;
}

.sub_header {
  color: #fff;
  background: #000;
  width: 100%;
  text-align: center;
}
.sub_header h1 {
  line-height: 400px;
  color: #fff;
  letter-spacing: 5px;
  position: relative;
  z-index: 3;
}

.vertical {
  writing-mode: vertical-rl;
}

.container, .contact, .contact_overlay_inner, .store_list_section table, .obsession_main, .items_section, .news_main, .greeting, .company, .sale {
  margin: 0 auto;
  max-width: 85%;
}
@media screen and (min-width: 960px) {
  .container, .contact, .contact_overlay_inner, .store_list_section table, .obsession_main, .items_section, .news_main, .greeting, .company, .sale {
    max-width: 1100px;
    max-width: 85%;
  }
}

.btn, .thanks_top {
  display: inline-block;
  border: 1px solid #632020;
  color: #632020;
  padding: 20px;
  line-height: 1;
}

.btn2 {
  position: absolute;
}
.btn2::after {
  content: "";
  width: 80px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .btn2::after {
    width: 100px;
    height: 10px;
  }
}

.flex, .contact_number tr, .contact form div, .store_list_section table tr, .items_section .items_box, .company_content tr, .header_nav ul, .news a, .home_link, .home_link_btm, footer .footer_inner, footer .footer_text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .flex, .contact_number tr, .contact form div, .store_list_section table tr, .items_section .items_box, .company_content tr, .header_nav ul, .news a, .home_link, .home_link_btm, footer .footer_inner, footer .footer_text {
    flex-direction: row;
  }
}

.mb-sm, .contact_attention, .obsession_main .obsession_text, .items_section, section.about p, h2 {
  margin-bottom: 50px;
}

.mb-md {
  margin-bottom: 100px;
}

.mb-lg, .contact, .store_list_section table, .obsession_main, .news_main, .greeting, .company, .sale, header.home_header, section.about, .about_bottom, .news, .items, .sub_header {
  margin-bottom: 100px;
}
@media screen and (min-width: 960px) {
  .mb-lg, .contact, .store_list_section table, .obsession_main, .news_main, .greeting, .company, .sale, header.home_header, section.about, .about_bottom, .news, .items, .sub_header {
    margin-bottom: 160px;
  }
}

.font-sm, .contact_number tr td div, .btn2 {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .font-sm, .contact_number tr td div, .btn2 {
    font-size: 16px;
  }
}

.font-lg, h2 {
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  .font-lg, h2 {
    font-size: 48px;
  }
}

.box-sd, .items_content::after, .home_link_text::after {
  box-shadow: 3px 3px 5px #632020;
}

.overlay {
  color: #333333;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 1s;
}
.overlay.overlay_appear {
  right: 0;
  transform: none;
}
.overlay .header_logo {
  margin-right: 5%;
}
.overlay .header_logo h1 {
  color: #333333;
}
.overlay .header_nav {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-30%);
  display: block;
}
.overlay .header_nav ul {
  padding: 0;
  gap: 10%;
}
@media screen and (min-width: 600px) {
  .overlay .header_nav ul {
    gap: 20%;
  }
}
.overlay .header_nav ul li {
  position: relative;
  opacity: 1;
}
.overlay .header_nav ul li ul {
  left: -30%;
}
.overlay .header_nav ul a {
  position: relative;
  color: #333333;
}
.overlay .header_nav ul a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #333333;
  transform: scale(0);
  transition: 1s;
  transform-origin: 0 0;
}
.overlay .header_nav ul a:hover::after {
  transform: scale(1);
}
@media screen and (min-width: 600px) {
  .overlay .header_nav ul a {
    font-size: 24px;
  }
}

.home_header .overlay .header_nav ul li ul {
  left: 0;
}

.burger_menu {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  position: fixed;
  z-index: 200;
  top: 30px;
  left: 30px;
}
.burger_menu.f-black {
  color: #333333;
}
@media screen and (min-width: 960px) {
  .burger_menu {
    top: 50px;
    left: 60px;
  }
}
.burger_menu div {
  background: #fff;
  width: 35px;
  height: 1px;
  margin-bottom: 8px;
  transition: transform 1s;
  animation-name: kf-burger;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.burger_menu div:nth-child(1) {
  animation-delay: 1s;
}
.burger_menu div:nth-child(2) {
  animation-delay: 2s;
}
.burger_menu div:nth-child(3) {
  animation-delay: 3s;
}
.burger_menu div.appear {
  animation: none;
  background: #333333;
}
.burger_menu div.appear:nth-child(1) {
  transform: translateY(9px) rotate(135deg);
}
.burger_menu div.appear:nth-child(2) {
  transform: scale(0);
}
.burger_menu div.appear:nth-child(3) {
  transform: translateY(-9px) rotate(-135deg);
}
.burger_menu div.bg-black {
  background: #333333;
}
@media screen and (min-width: 960px) {
  .burger_menu div {
    width: 55px;
    height: 1.5px;
    margin-bottom: 15px;
  }
  .burger_menu div.appear:nth-child(1) {
    transform: translateY(16px) rotate(135deg);
  }
  .burger_menu div.appear:nth-child(2) {
    transform: scale(0);
  }
  .burger_menu div.appear:nth-child(3) {
    transform: translateY(-16px) rotate(-135deg);
  }
}
.burger_menu p {
  display: none;
}
@media screen and (min-width: 960px) {
  .burger_menu p {
    display: block;
  }
}

@keyframes kf-burger {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
    transform: scaleX(0.5);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.header_scroll::after {
  animation-name: kf-scroll;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes kf-scroll {
  0% {
    top: 20px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 20px;
  }
}
.btn {
  transition: 0.5s;
}
.btn:hover {
  background: #632020;
  color: #fff;
}

.news a:hover {
  opacity: 0.7;
}
.news a:hover::after {
  transition: margin-left 0.7s;
  margin-left: 10px;
}

.btn-2::after, .btn2:hover::after {
  transition: margin-left 0.7s;
  margin-left: 5px;
}

.btn2:hover {
  opacity: 0.8;
}

header.home_header {
  height: 100vh;
  width: 100%;
  background: url(../img/main.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
}
header.home_header::before {
  content: "";
  background-color: #333333;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  left: 0%;
  bottom: 0;
}
header.home_header .container {
  min-height: 100vh;
  position: relative;
  z-index: 3;
  max-width: 85%;
}
header.home_header .header_concept {
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header.home_header .header_concept h1 {
  font-size: 32px;
  letter-spacing: 5px;
}
@media screen and (min-width: 1280px) {
  header.home_header .header_concept h1 {
    letter-spacing: 10px;
  }
}
header.home_header .header_scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
header.home_header .header_scroll::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 60px;
  height: 10px;
  transform: translateY(30px) rotate(90deg) skew(45deg);
}

.header_logo {
  position: absolute;
  display: block;
  top: 30px;
  right: 0;
}
.header_logo .logo {
  width: 36px;
  height: 38px;
}
@media screen and (min-width: 600px) {
  .header_logo .logo {
    width: 107px;
    height: 112px;
  }
}
.header_logo h1 {
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 36px;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .header_logo h1 {
    line-height: 107px;
    font-size: 40px;
    margin-top: 50px;
  }
}
.header_nav {
  display: none;
}
@media screen and (min-width: 960px) {
  .header_nav {
    position: absolute;
    top: 30px;
    right: 157px;
    display: block;
  }
}
.header_nav ul {
  flex-direction: row-reverse;
  gap: 20px;
}
.header_nav ul li {
  opacity: 0;
  transform: translateX(10px);
  transition: 1.4s;
  position: relative;
}
.header_nav ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.header_nav ul li:nth-child(2) {
  transition-delay: 0.4s;
}
.header_nav ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.header_nav ul li:nth-child(4) {
  transition-delay: 0.8s;
}
.header_nav ul li:nth-child(5) {
  transition-delay: 1s;
}
.header_nav ul li:nth-child(6) {
  transition-delay: 1.2s;
}
.header_nav ul li:nth-child(7) {
  transition-delay: 1.4s;
}
.header_nav ul li.menu {
  opacity: 1;
  transform: none;
}
.header_nav ul li a {
  position: relative;
  writing-mode: vertical-rl;
  color: #fff;
}
.header_nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  transform: scale(0);
  transition: 1s;
  transform-origin: 0 0;
}
.header_nav ul li a:hover::after {
  transform: scale(1);
}
.header_nav ul li ul {
  display: flex;
  position: absolute;
  top: 60%;
  left: -160%;
  opacity: 0;
  transition: 0.3s;
  gap: 5px;
  flex-direction: column;
}
.header_nav ul li li {
  margin-bottom: 20px;
}

.header_nav ul li:nth-child(3):hover ul {
  opacity: 1;
}

section.about {
  text-align: center;
}
@media screen and (min-width: 960px) {
  section.about {
    height: 430px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 50px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 960px) {
  section.about h2 {
    margin-bottom: 0;
    writing-mode: vertical-rl;
  }
}
section.about p {
  line-height: 2;
}
@media screen and (min-width: 960px) {
  section.about p {
    line-height: 4;
    writing-mode: vertical-rl;
    text-align: start;
  }
}
@media screen and (min-width: 960px) {
  section.about .btn {
    writing-mode: vertical-rl;
    width: 60px;
    height: 150px;
  }
}

.about_bottom {
  height: 200px;
}
@media screen and (min-width: 960px) {
  .about_bottom {
    height: 340px;
    width: 100%;
  }
}

.news h2 {
  text-align: center;
}
.news a {
  color: #333333;
  margin: 16px auto 0;
  justify-content: space-around;
  position: relative;
}
@media screen and (min-width: 960px) {
  .news a {
    width: 700px;
  }
}
.news a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: skew(45deg);
}
@media screen and (min-width: 960px) {
  .news a::after {
    height: 10px;
  }
}
.news a span {
  margin: 0 30px;
}
.news a .news_title {
  width: 350px;
  position: relative;
}

.items {
  height: 820px;
}
@media screen and (min-width: 960px) {
  .items {
    height: 600px;
  }
}
.items_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .items_flex {
    width: 90%;
    margin: 0 auto;
  }
}
.items_content {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
  background: #632020;
  width: 40%;
  height: 220px;
  position: absolute;
}
.items_content:hover::after, .items_content:hover .items_name {
  transition: 0.7s;
  transform: translate(20px, 20px);
  box-shadow: none;
}
@media screen and (min-width: 960px) {
  .items_content:hover::after, .items_content:hover .items_name {
    transform: translate(30px, 30px);
  }
}
.items_content:hover .btn2 {
  opacity: 0.8;
}
.items_content:hover .btn2::after {
  transition: margin-left 0.7s;
  margin-left: 5px;
}
.items_content.appear {
  opacity: 1;
  transform: none;
}
.items_content.appear:nth-child(1) {
  transition-delay: 0.1s;
}
.items_content.appear:nth-child(2) {
  transition-delay: 0.2s;
}
.items_content.appear:nth-child(3) {
  transition-delay: 0.3s;
}
.items_content::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  right: 20px;
  display: block;
  background: url(../img/shoyu.jpg);
  background-size: cover;
  background-position: center;
}
.items_content:nth-child(2) {
  top: 30%;
  right: 0;
}
.items_content:nth-child(2)::after {
  background: url(../img/miso.jpg);
  background-size: cover;
  background-position: center;
}
.items_content:nth-child(3) {
  bottom: 12%;
}
.items_content:nth-child(3)::after {
  background: url(../img/other.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .items_content {
    width: 28%;
    height: 64%;
  }
  .items_content::after {
    top: -30px;
    right: 30px;
  }
  .items_content:nth-child(2) {
    top: 10%;
    right: 36%;
  }
  .items_content:nth-child(3) {
    right: 0;
    top: 20%;
  }
}
.items_content .btn2 {
  color: #fff;
  bottom: 45px;
  right: 50px;
  z-index: 3;
}
@media screen and (min-width: 960px) {
  .items_content .btn2 {
    bottom: 60px;
    right: 60px;
  }
}
.items_name {
  color: #333333;
  background: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 30px 10px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .items_name {
    top: -30px;
    right: 30px;
    padding: 30px 25px;
  }
}

.home_link {
  position: relative;
  height: 200px;
  margin-bottom: 250px;
}
@media screen and (min-width: 960px) {
  .home_link {
    height: 470px;
    margin-bottom: 160px;
  }
}
.home_link_img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .home_link_img {
    width: 60%;
    height: 470px;
  }
}
.home_link_text {
  color: #333333;
  display: block;
  width: 80%;
  height: 150px;
  position: absolute;
  bottom: -65%;
  left: 10%;
  background: #632020;
}
@media screen and (min-width: 960px) {
  .home_link_text {
    height: 275px;
    width: 45%;
    top: 20%;
    left: 50%;
  }
}
.home_link_text:hover::after, .home_link_text:hover .items_name {
  transition: 0.7s;
  transform: translate(20px, 20px);
  box-shadow: none;
}
@media screen and (min-width: 960px) {
  .home_link_text:hover::after, .home_link_text:hover .items_name {
    transform: translate(30px, 30px);
  }
}
.home_link_text:hover .btn2, .home_link_text:hover h2, .home_link_text:hover p {
  opacity: 0.8;
}
.home_link_text:hover .btn2::after, .home_link_text:hover h2::after, .home_link_text:hover p::after {
  transition: margin-left 0.7s;
  margin-left: 5px;
}
.home_link_text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .home_link_text::after {
    top: -30px;
    left: -30px;
  }
}
.home_link_text h2 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 5%;
  right: 10%;
  z-index: 2;
  margin-bottom: 0;
}
.home_link_text p {
  position: absolute;
  top: 10%;
  left: 40%;
  transform: translateX(-50%);
  line-height: 1.7;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .home_link_text p {
    line-height: 2.5;
  }
}
.home_link_text .btn2 {
  position: absolute;
  bottom: 35%;
  left: 10%;
  z-index: 2;
}
.home_link_text .btn2::after {
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}
.home_link.store {
  flex-direction: row-reverse;
}
@media screen and (min-width: 960px) {
  .home_link.store .home_link_text {
    left: 5%;
  }
  .home_link.store .home_link_text:hover::after {
    transform: translate(-30px, 30px);
  }
}
@media screen and (min-width: 960px) {
  .home_link.store .home_link_text::after {
    top: -30px;
    left: 30px;
  }
}
.home_link.store .home_link_text h2 {
  transform: translate(10%, 5%);
}
@media screen and (min-width: 600px) {
  .home_link.store .home_link_text h2 {
    transform: translate(53%, 5%);
  }
}
.home_link.store .home_link_text p {
  transform: translateX(-40%);
}
.home_link.store .home_link_text .btn2 {
  transform: translateX(40%);
}

.home_link_btm a {
  position: relative;
  overflow: hidden;
  height: 125px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .home_link_btm a {
    height: 230px;
  }
}
.home_link_btm a div {
  height: 100%;
  width: 100%;
  background: url(../img/store.jpg);
  background-size: cover;
  background-position: center;
  transition: transform 0.7s;
}
.home_link_btm a:nth-child(2) div {
  background: url(../img/contact.jpg);
  background-size: cover;
  background-position: center;
}
.home_link_btm a:hover div {
  transform: scale(1.2);
}
.home_link_btm a h2 {
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer {
  background: #632020;
  color: #fff;
  padding: 50px 0;
}
footer .footer_inner {
  justify-content: center;
}
@media screen and (min-width: 960px) {
  footer .footer_inner {
    gap: 70px;
  }
}
footer .footer_logo {
  display: block;
  width: 107px;
  height: 112px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  footer .footer_logo {
    margin: 0;
  }
}
footer .footer_text {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  footer .footer_text {
    margin: 0;
    gap: 70px;
  }
}
footer .footer_text p {
  line-height: 1.7;
}
footer .copy_right {
  text-align: center;
  font-size: 12px;
}

#about {
  background: url(../img/sale2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
#about::before {
  content: "";
  background-color: rgba(51, 51, 51, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#about h1 {
  position: relative;
  z-index: 3;
}

.greeting {
  width: 85%;
}
.greeting p, .greeting .company_access, .greeting .company_content tr, .company_content .greeting tr {
  margin-bottom: 30px;
}
.greeting_right {
  text-align: right;
}
.greeting_img {
  margin: 0 auto 30px;
  width: 315px;
  height: 220px;
}
@media screen and (min-width: 600px) {
  .greeting_img {
    float: right;
    margin: 30px;
  }
}

.company_content table {
  margin: 0 auto;
}
.company_content tr {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .company_content tr {
    justify-content: space-between;
  }
}
.company_content tr th {
  width: 170px;
}
.company_content tr td {
  width: 85%;
}
@media screen and (min-width: 600px) {
  .company_content tr td {
    width: 479px;
  }
}
.company_map {
  height: 170px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .company_map {
    height: 400px;
  }
}
.company_map iframe {
  width: 100%;
  height: 100%;
}
.company_access {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.sale_img {
  max-height: 345px;
  display: flex;
}

#news {
  background: url(../img/morobuta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#news::before {
  content: "";
  background-color: rgba(51, 51, 51, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#news h1 {
  position: relative;
  z-index: 3;
}

.news_main p a {
  text-decoration: underline;
}
.news_main .news_img {
  max-width: 640px;
  margin: 0 auto 50px;
}

.black-over, #other, #miso, #shoyu {
  position: relative;
}
.black-over::after, #other::after, #miso::after, #shoyu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0%;
  background: #000;
  opacity: 0.5;
}

#shoyu {
  background: url(../img/shoyu.jpg);
  background-position: center;
  background-size: cover;
}

#miso {
  background: url(../img/miso.jpg);
  background-position: center;
  background-size: cover;
}

#other {
  background: url(../img/other.jpg);
  background-position: center;
  background-size: cover;
}

.items_section {
  border-bottom: 4px solid #632020;
  padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .items_section .items_box {
    flex-direction: row-reverse;
    justify-content: space-around;
  }
}
.items_section .items_img {
  margin-bottom: 50px;
  position: relative;
}
.items_section .items_img_container {
  position: relative;
  margin: 0 auto 30px;
  overflow: hidden;
  width: 340px;
  height: 225px;
}
@media screen and (min-width: 960px) {
  .items_section .items_img_container {
    width: 520px;
    height: 340px;
  }
}
.items_section .items_img_container.shoyu {
  width: 340px;
  height: 520px;
}
.items_section .items_img_container ul {
  display: flex;
  height: 100%;
  padding: 0;
  transition: 0.7s;
}
.items_section .items_img_container ul li {
  position: relative;
  min-width: 100%;
}
.items_section .items_img_container button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #9a9a9a;
}
.items_section .items_img_container button.prev {
  transform: rotate(45deg) translateY(-10px);
  left: 10px;
  border-left: 5px solid #9a9a9a;
}
.items_section .items_img_container button.prev.hidden {
  display: none;
}
.items_section .items_img_container button.next {
  right: 10px;
  border-right: 5px solid #9a9a9a;
  transform: rotate(-45deg) translateY(-10px);
}
.items_section .items_img_container button.next.hidden {
  display: none;
}
.items_section .items_img nav {
  text-align: center;
}
.items_section .items_img nav button {
  cursor: pointer;
  margin-left: 7px;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e5e0e0;
}
.items_section .items_img nav button.selected {
  background: #9a9a9a;
}
@media screen and (min-width: 960px) {
  .items_section .items_img nav {
    margin-bottom: 10px;
  }
}
.items_section .items_img .items_each_name p {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.7s;
}
.items_section .items_img .items_each_name p.selected {
  opacity: 1;
}
.items_section .items_text {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .items_section .items_text {
    width: 50%;
  }
}
.items_section .items_text p {
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: left;
}
.items_section .items_text table {
  margin-bottom: 50px;
  text-align: left;
}
.items_section .items_text tr {
  display: flex;
  justify-content: space-between;
}
.items_section .items_text th {
  width: 106px;
}
.items_section .items_text th, .items_section .items_text td {
  display: inline-block;
  font-weight: normal;
  margin-right: 20px;
}
.items_section .items_text td:last-child {
  margin: 0;
}
.items_section.processing li {
  list-style: square;
}
.items_section.delivery th {
  width: 38px;
  vertical-align: top;
  margin-right: 20px;
  display: inline-block;
}

#obsession {
  background: url(../img/obsession2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#obsession::before {
  content: "";
  background-color: rgba(51, 51, 51, 0.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
#obsession h1 {
  position: relative;
  z-index: 3;
}

.obsession_main .obsession_img {
  display: flex;
}
.obsession_main .obsession_img div {
  width: 50%;
}

#store_list {
  background: url(../img/online.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#store_list::before {
  content: "";
  background-color: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.store_list_section table tr {
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid #632020;
}
.store_list_section table tr:nth-child(1) {
  padding: 10px 0;
  background: #632020;
  display: none;
}
@media screen and (min-width: 960px) {
  .store_list_section table tr:nth-child(1) {
    display: flex;
  }
}
.store_list_section table tr th {
  width: 30%;
  color: #fff;
}
.store_list_section table tr td {
  position: relative;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .store_list_section table tr td {
    width: 30%;
  }
}
.store_list_section table tr td:nth-child(3) {
  margin-left: 80px;
}
.store_list_section table tr td:nth-child(3)::before {
  content: "取扱品目:";
  position: absolute;
  left: -80px;
}
@media screen and (min-width: 960px) {
  .store_list_section table tr td:nth-child(3) {
    margin: 0;
  }
  .store_list_section table tr td:nth-child(3)::before {
    display: none;
  }
}

#contact {
  margin-bottom: 50px;
  background: url(../img/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_attention {
  text-align: center;
}
.contact_number {
  margin: 0 auto 100px;
  font-size: 24px;
  padding: 50px 0;
  border-bottom: 1px solid #632020;
  border-top: 1px solid #632020;
}
@media screen and (min-width: 960px) {
  .contact_number {
    font-size: 32px;
  }
}
.contact_number tr {
  gap: 10px;
}
.contact_number tr:nth-child(1) {
  margin-bottom: 10px;
}
.contact form {
  margin: 0 auto;
}
.contact form table {
  margin: 0 auto 50px;
}
.contact form div {
  justify-content: space-between;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .contact form div {
    width: 780px;
  }
}
.contact form div.radio {
  flex-direction: row;
  justify-content: start;
  width: 292px;
  margin-top: 50px;
}
.contact form div.radio input {
  width: 16px;
  height: 16px;
  accent-color: #632020;
}
.contact form div.radio label a {
  border-bottom: 1px solid #333333;
  cursor: pointer;
}
.contact form div.radio label a:hover {
  opacity: 0.7;
}
.contact form div.submit {
  width: 100px;
  margin-top: 50px;
}
.contact form input {
  width: 100%;
  height: 45px;
  border: 1px solid #632020;
}
@media screen and (min-width: 960px) {
  .contact form input {
    width: 600px;
  }
}
.contact form input[type=radio] {
  margin: 5px 16px 0 0;
}
.contact form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border: 1px solid #632020;
}
@media screen and (min-width: 960px) {
  .contact form textarea {
    width: 600px;
  }
}

.contact_overlay {
  transition: 0.5s;
  transform: translateY(-100%);
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  background: #fff;
  z-index: 300;
}
.contact_overlay .close_privacy {
  cursor: pointer;
  right: 30px;
  top: 30px;
  position: fixed;
}
.contact_overlay .close_privacy div {
  background: #333333;
  width: 30px;
  height: 1px;
  transform: rotate(135deg);
}
.contact_overlay .close_privacy div:nth-child(2) {
  transform: rotate(-135deg);
}
.contact_overlay h2 {
  margin-top: 30px;
}
.contact_overlay p {
  line-height: 1;
  margin-bottom: 10px;
}
.contact_overlay.appear {
  display: block;
  transform: none;
}

.thanks {
  margin: 0 auto 100px;
  width: 330px;
}

.thanks_top {
  margin: 0 auto 100px;
  display: block;
  width: 148px;
  transition: 0.5s;
}
.thanks_top:hover {
  background: #632020;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .thanks_top {
    width: 164px;
  }
}

#mail tr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  #mail tr {
    flex-direction: row;
  }
}
#mail th {
  width: 180px;
  display: block;
  text-align: start;
}
#mail input {
  width: auto;
}

[type=submit],
[type=button] {
  background: #fff;
  color: #632020;
  transition: 0.5s;
  letter-spacing: 5px;
  width: 151px;
  border: 1px solid #632020;
  height: 45px;
}
[type=submit]:hover,
[type=button]:hover {
  background: #632020;
  color: #fff;
}/*# sourceMappingURL=style.css.map */