/*
Theme Name: TORISIGE
Author: 
*/
.js_ofi img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  font-family: "Zen Old Mincho", serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none;
}

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%;
}

body {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  min-height: 100vh;
  line-height: 1.75;
}

main {
  flex: 0 0 auto;
}

.mg_tp5 {
  margin-top: 5px;
}

.mg_bt5 {
  margin-bottom: 5px;
}

.mg_tp10 {
  margin-top: 10px;
}

.mg_bt10 {
  margin-bottom: 10px;
}

.mg_tp15 {
  margin-top: 15px;
}

.mg_bt15 {
  margin-bottom: 15px;
}

.mg_tp20 {
  margin-top: 20px;
}

.mg_bt20 {
  margin-bottom: 20px;
}

.mg_tp25 {
  margin-top: 25px;
}

.mg_bt25 {
  margin-bottom: 25px;
}

.mg_tp30 {
  margin-top: 30px;
}

.mg_bt30 {
  margin-bottom: 30px;
}

.mg_tp35 {
  margin-top: 35px;
}

.mg_bt35 {
  margin-bottom: 35px;
}

.mg_tp40 {
  margin-top: 40px;
}

.mg_bt40 {
  margin-bottom: 40px;
}

.mg_tp45 {
  margin-top: 45px;
}

.mg_bt45 {
  margin-bottom: 45px;
}

.mg_tp50 {
  margin-top: 50px;
}

.mg_bt50 {
  margin-bottom: 50px;
}

:root {
  --app-height: 100%;
}

html {
  height: 100%;
}

html,
body {
  min-width: 320px;
}

body {
  color: #000;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
}
@media (min-width: 768px), print {
  body {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.7rem;
  }
}
body.fixscroll {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #ddd;
  font-size: 1.5rem;
}

::placeholder {
  color: #ddd;
  font-size: 1.5rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 768px), print {
  a {
    transition: all ease-in-out 0.3s;
  }
  a[href^="tel:"], a[href^="fax:"] {
    pointer-events: none;
  }
}

img {
  vertical-align: middle;
}

@media (min-width: 768px), print {
  .pchide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sphide {
    display: none !important;
  }
}

main {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.boxlink {
  cursor: pointer;
}

.cmn_btn {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  height: 44px;
  margin: 0 auto;
  max-width: 280px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .cmn_btn {
    height: 36px;
    max-width: 180px;
  }
}
.cmn_btn:hover {
  background: #bb1d0d;
}

header {
  background: #fff;
  height: 78px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 1023px) {
  header {
    height: 70px;
  }
}
@media (max-width: 767px) {
  header {
    background: none;
    height: 90px;
  }
}

.hd_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

@media (min-width: 768px), print {
  .hd_logo {
    width: 184px;
  }
}
@media (max-width: 767px) {
  .hd_logo {
    width: 66px;
  }
}
.hd_logo a {
  display: flex;
}
.hd_logo a:hover {
  opacity: 0.7;
}

.hd_rgt {
  flex: 1 1 0%;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  justify-content: flex-end;
  padding-top: 14px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hd_rgt {
    display: none;
  }
}
@media (max-width: 767px) {
  .hd_rgt {
    display: none;
  }
}

.hd_menu {
  display: flex;
  gap: 34px;
}
.hd_menu li a {
  font-size: 1.2rem;
}
.hd_menu li a:hover {
  color: #bb1d0d;
}

.hd_worktime {
  margin: 0 5px 0 40px;
}

.hd_wt_lbl {
  font-size: 0.8rem;
  text-align: center;
}

.hd_wt_phone {
  line-height: 1.1;
}
.hd_wt_phone a {
  background: url(../image/common/ico-phone-b.svg) 0 4px/12px 16px no-repeat;
  display: inline-block;
  font-weight: 700;
  padding: 0 0 0 12px;
}

.hd_contact {
  height: 40px;
  width: 120px;
}
.hd_contact a {
  align-items: center;
  background: #bb1d0d;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  height: 100%;
}
.hd_contact a:hover {
  opacity: 0.7;
}

.hd_btn_menu {
  display: none;
  border: 1px solid #000;
  border-radius: 100%;
  color: transparent;
  height: 52px;
  position: relative;
  width: 52px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hd_btn_menu {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hd_btn_menu {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.hd_btn_menu span {
  display: block;
}
.hd_btn_menu::before,
.hd_btn_menu span::before,
.hd_btn_menu span::after {
  border-top: 1px solid #000;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  transform: translateY(-50%);
  width: 24px;
}
.hd_btn_menu::before {
  top: calc(50% + 0px);
}
.hd_btn_menu span::before {
  top: calc(50% + 8px);
}
.hd_btn_menu span::after {
  top: calc(50% - 8px);
}
.hd_btn_menu.active::before {
  display: none;
}
.hd_btn_menu.active span::before {
  top: 46%;
  transform: translateY(-45%) rotate(45deg);
  width: 30px;
}
.hd_btn_menu.active span::after {
  top: 46%;
  transform: translateY(-45%) rotate(-45deg);
  width: 30px;
}

.hd_menu_slide {
  background: #f4f4f5;
  background: url(../image/common/bg-menu-sp.png) top center/cover no-repeat;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}

.hd_menu_slide_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 90px 0 10px 0;
  position: relative;
}

.hd_menu_slide_content {
  height: calc(100% - 10px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.hd_menu_slide_list {
  margin-bottom: 30px;
  padding-top: 50px;
}
.hd_menu_slide_list li {
  border-bottom: 1px solid #000;
  margin: 0 35px;
}
.hd_menu_slide_list li a {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 17px 0;
}

.hd_menu_backsite {
  padding-bottom: 50px;
  text-align: center;
}
.hd_menu_backsite a {
  background: url(../image/common/ico-arr-sp.svg) right center/63px 28px no-repeat;
  display: inline-block;
  font-size: 2rem;
  padding: 0 70px 0 0;
  position: relative;
  text-align: center;
}

.hd_menu_sp_copy {
  font-size: 0.86rem;
  text-align: center;
}

.cmn_ttl {
  text-align: center;
}
@media (min-width: 768px), print {
  .cmn_ttl {
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .cmn_ttl {
    font-size: 1.5rem;
    padding-bottom: 45px;
  }
}
.cmn_ttl span {
  display: block;
  font-weight: 500;
  padding-bottom: 6px;
  position: relative;
}
@media (min-width: 768px), print {
  .cmn_ttl span {
    font-size: 4.7rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .cmn_ttl span {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
}
.cmn_ttl span::after {
  background: #e0380d;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
@media (min-width: 768px), print {
  .cmn_ttl span::after {
    height: 2px;
    width: 280px;
  }
}
@media (max-width: 767px) {
  .cmn_ttl span::after {
    height: 1px;
    width: 140px;
  }
}
@media (min-width: 768px), print {
  .cmn_ttl strong {
    font-size: 4rem;
  }
}
.cmn_txt {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px), print {
  .cmn_txt {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cmn_txt {
    font-size: 1.6rem;
    padding-bottom: 50px;
  }
}

.ft_wrap {
  padding: 18px 0;
}

.ft_toptt {
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px), print {
  .ft_toptt {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .ft_toptt {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px), print {
  .ft_toptt img {
    width: 28px;
  }
}
@media (max-width: 767px) {
  .ft_toptt img {
    display: inline-block;
    margin-left: 10px;
    width: 18px;
  }
}

.ft_toptt2 {
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px), print {
  .ft_toptt2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .ft_toptt2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ft_toptt2 span {
    display: block;
  }
}
@media (max-width: 767px) {
  .ft_toptt2 span {
    display: block;
  }
}

.ft_down {
  background: #000;
}
@media (max-width: 767px) {
  .ft_down {
    padding-bottom: 5px;
  }
}

.ft_down_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ft_down_inner {
    flex-direction: column;
    gap: 2px;
  }
}

@media (max-width: 767px) {
  .ft_pp {
    line-height: 1.2;
  }
}
.ft_pp a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.ft_pp a:hover {
  opacity: 0.7;
}
@media (min-width: 768px), print {
  .ft_pp a {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ft_pp a {
    font-size: 0.9rem;
  }
}

.ft_copy {
  color: #fff;
}
@media (min-width: 768px), print {
  .ft_copy {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .ft_copy {
    font-size: 0.9rem;
  }
}

.hm_fv {
  height: 100vh;
  position: relative;
}
@media (min-width: 768px), print {
  .hm_fv {
    background: url(../image/home/bg-fv.png?v=1) top center/cover no-repeat;
  }
}
@media (max-width: 767px) {
  .hm_fv {
    background: url(../image/home/bg-fv-sp092024.png?v=1) top center/cover no-repeat;
  }
}

.hm_fv_inner {
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  width: 100%;
}

.hm_fv_content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 20px;
  text-align: center;
  width: 650px;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

.hm_fv_logo {
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  padding: 0 15px 30px;
  width: 100%;
}
@media (min-width: 768px), print {
  .hm_fv_logo {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .hm_fv_logo {
    max-width: 320px;
  }
}

.hm_fv_ttl {
  color: #fff;
  line-height: 1.57;
}
@media (min-width: 768px), print {
  .hm_fv_ttl {
    font-size: 3.8rem;
    letter-spacing: 3px;
  }
}
@media (max-width: 767px) {
  .hm_fv_ttl {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}

.hm_message {
  padding: 55px 0 60px 0;
  position: relative;
}
.hm_message::after {
  background: url(../image/home/bg-message.png?v=1) top center/cover no-repeat;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px), print {
  .hm_message::after {
    height: 78%;
  }
}
@media (max-width: 767px) {
  .hm_message::after {
    height: 83%;
  }
}

.hm_message_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .hm_message_inner {
    flex-direction: column;
    gap: 70px;
  }
}

.hm_message_decord01 {
  margin-right: 10px;
  width: 342px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_message_decord01 {
    margin-right: 0;
    width: 188px;
  }
}
@media (max-width: 767px) {
  .hm_message_decord01 {
    margin: 0 auto;
    width: 188px;
  }
}

.hm_message_content {
  align-items: flex-end;
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
  gap: 22px;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_message_content {
    gap: 10px;
    margin-left: 0;
  }
}
@media (min-width: 768px), print {
  .hm_message_lft {
    width: 54px;
  }
}
@media (max-width: 767px) {
  .hm_message_lft {
    width: 30px;
  }
}

.hm_message_txt {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_message_txt {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .hm_message_txt {
    font-size: 1.7rem;
  }
}

.hm_message_img {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px), print {
  .hm_message_img {
    max-width: 549px;
  }
}
@media (max-width: 767px) {
  .hm_message_img {
    max-width: 320px;
  }
}

.hm_management {
  position: relative;
}
@media (min-width: 768px), print {
  .hm_management {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .hm_management {
    padding-bottom: 115px;
  }
}
.hm_management::after {
  background: #efece8;
  content: "";
  position: absolute;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 768px), print {
  .hm_management::after {
    height: 350px;
    top: 9%;
    transform: skew(-20deg) rotate(-12deg);
  }
}
@media (max-width: 767px) {
  .hm_management::after {
    height: 420px;
    top: 9%;
    transform: skew(-12deg) rotate(-12deg);
  }
}

.hm_management_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px), print {
  .hm_management_inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hm_management_inner {
    padding-bottom: 136px;
  }
}

.hm_management_up {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px), print {
  .hm_management_up {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .hm_management_up {
    flex-direction: column;
    gap: 30px;
  }
}

@media (min-width: 768px), print {
  .hm_manag_thumb {
    width: 395px;
  }
}
@media (max-width: 767px) {
  .hm_manag_thumb {
    margin: 0 auto;
    max-width: 238px;
    width: 100%;
  }
}

@media (min-width: 768px), print {
  .hm_manag_content {
    width: 422px;
  }
}
.hm_manag_ttl {
  font-weight: 700;
}
@media (min-width: 768px), print {
  .hm_manag_ttl {
    font-size: 4.7rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .hm_manag_ttl {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.hm_manag_enttl {
  position: relative;
}
@media (min-width: 768px), print {
  .hm_manag_enttl {
    font-size: 2.5rem;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hm_manag_enttl {
    font-size: 1.8rem;
    margin-bottom: 6px;
    padding-bottom: 8px;
  }
}
.hm_manag_enttl::after {
  border-top: 1px solid #bb1d0d;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}

@media (min-width: 768px), print {
  .hm_restaurant_list {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hm_restaurant_list {
    margin-bottom: 42px;
  }
}

.hm_restaurant_slide {
  align-items: normal !important;
  gap: 20px;
}
.hm_restaurant_slide li {
  background: #efece8;
}
@media (min-width: 768px), print {
  .hm_restaurant_slide li {
    width: 380px;
  }
}
@media (max-width: 767px) {
  .hm_restaurant_slide li {
    width: calc(100% - 70px);
  }
}
.hm_restaurant_slide li a {
  background: #efece8;
  display: block;
  height: 100%;
}
.hm_restaurant_slide li a:hover {
  opacity: 0.7;
}
.hm_restaurant_slide li a:hover .hm_restau_thumb img {
  transform: scale(1.1, 1.1);
}

.hm_restau_thumb {
  overflow: hidden;
}
@media (min-width: 768px), print {
  .hm_restau_thumb {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hm_restau_thumb {
    height: 254px;
  }
}
.hm_restau_thumb img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hm_restau_logo {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 130px;
  text-align: center;
  width: 100%;
}

.hm_restau_logoe_ex02 {
  position: relative;
  top: -10px;
}

.hm_restau_logoe_ex03 {
  position: relative;
  top: -48px;
}

.hm_restau_txt {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media (min-width: 768px), print {
  .hm_restau_txt {
    font-size: 1.6rem;
    padding: 0 30px 40px;
  }
}
@media (max-width: 767px) {
  .hm_restau_txt {
    font-size: 1.4rem;
    padding: 0 25px 30px;
  }
}

@media (max-width: 767px) {
  .hm_quanan .cmn_txt {
    text-align: left;
  }
}

.hm_quanan_midimg {
  max-width: 560px;
  width: 100%;
}
@media (min-width: 768px), print {
  .hm_quanan_midimg {
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  .hm_quanan_midimg {
    margin: 0 auto 40px;
  }
}

.hm_quanan_content {
  background: url(../image/home/bg-message.png?v=1) top center repeat;
}
@media (min-width: 768px), print {
  .hm_quanan_content {
    padding: 45px 0 55px;
  }
}
@media (max-width: 767px) {
  .hm_quanan_content {
    padding: 45px 20px 55px;
  }
}

.hm_quanan_content_inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_quanan_content_inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .hm_quanan_content_inner {
    flex-direction: column;
    gap: 20px;
  }
}

.hm_quanan_feature {
  height: 500px;
  width: 50vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_quanan_feature {
    height: 420px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm_quanan_feature {
    height: 180px;
    width: 100%;
  }
}
.hm_quanan_feature img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hm_quanan_mieuta {
  width: 50vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_quanan_mieuta {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm_quanan_mieuta {
    width: 100%;
  }
}

.hm_quanan_haft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
  padding-top: 15px;
  width: 500px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_quanan_haft {
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm_quanan_haft {
    gap: 30px;
    width: 100%;
  }
}

.hm_quanan_haft_up {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_quanan_haft_up {
    gap: 30px;
  }
}
.hm_quanan_haft_txt {
  font-size: 2.2rem;
  font-weight: 500;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_quanan_haft_txt {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .hm_quanan_haft_txt {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px), print {
  .hm_quanan_haft_ttl {
    width: 138px;
  }
}
@media (max-width: 767px) {
  .hm_quanan_haft_ttl {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .hm_commitment {
    margin-bottom: 86px;
  }
}

.hm_commitment_list {
  display: flex;
}
@media (min-width: 768px), print {
  .hm_commitment_list {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .hm_commitment_list {
    flex-direction: column;
    gap: 60px;
  }
}
@media (min-width: 768px), print {
  .hm_commitment_list li {
    width: calc((100% - 70px) / 3);
  }
}
@media (max-width: 767px) {
  .hm_commitment_list li {
    margin: 0 auto;
    max-width: 218px;
    width: 100%;
  }
}

.hm_commitment_thumb {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .hm_commitment_thumb {
    height: 218px;
  }
}
.hm_commitment_thumb img {
  border-radius: 100%;
}

.hm_commitment_ttl {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_commitment_ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .hm_commitment_ttl {
    font-size: 2rem;
  }
}
.hm_commitment_ttl span {
  display: block;
  font-size: 5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_commitment_ttl span {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .hm_commitment_ttl span {
    font-size: 3.6rem;
  }
}

.hm_fullbnr {
  background: url(../image/home/bg-fullbnr.png?v=1) top center/cover no-repeat;
}
@media (min-width: 768px), print {
  .hm_fullbnr {
    height: 550px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .hm_fullbnr {
    height: 290px;
    margin-bottom: 80px;
  }
}
.hm_fullbnr .hm_inner {
  height: 100%;
}

.hm_fullbnr_hft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 65%;
}
@media (max-width: 767px) {
  .hm_fullbnr_hft {
    padding-top: 30px;
  }
}

.hm_fullbnr_ttl {
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px), print {
  .hm_fullbnr_ttl {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .hm_fullbnr_ttl {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px), print {
  .hm_fullbnr_redttl {
    margin: 10px auto 15px;
    width: 434px;
  }
}
@media (max-width: 767px) {
  .hm_fullbnr_redttl {
    margin: 10px auto;
    width: 206px;
  }
}

@media (min-width: 768px), print {
  .hm_fullbnr_btn {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .hm_fullbnr_btn {
    padding-top: 20px;
  }
}

.hm_netshop {
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm_netshop .cmn_txt {
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hm_netshop .hm_inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.hm_netshop_bnr {
  overflow: hidden;
}
@media (max-width: 767px) {
  .hm_netshop_bnr {
    padding-bottom: 45px;
  }
}
.hm_netshop_bnr a {
  display: block;
  overflow: hidden;
}
.hm_netshop_bnr a:hover {
  opacity: 0.7;
}
.hm_netshop_bnr a img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hm_netshop_bnr a:hover img {
  transform: scale(1.05, 1.05);
}

.hm_about {
  background: #efece8;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .hm_about .cmn_ttl {
    padding-bottom: 25px;
  }
}

.hm_about_list01 {
  display: flex;
  gap: 5px;
}
@media (min-width: 768px), print {
  .hm_about_list01 {
    padding: 20px 0 50px;
  }
}
@media (max-width: 767px) {
  .hm_about_list01 {
    flex-direction: column;
    padding: 0 0 8px;
  }
}
.hm_about_list01 li {
  height: 200px;
  overflow: hidden;
  width: calc((100% - 10px) / 3);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_about_list01 li {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .hm_about_list01 li {
    height: 192px;
    width: 100%;
  }
}
.hm_about_list01 li:nth-child(odd) a .hm_about_ttl {
  color: #fff;
}
.hm_about_list01 li a {
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hm_about_list01 li a:hover {
  opacity: 0.7;
}
.hm_about_list01 li a img {
  transition: all 0.3s ease-in-out;
}
.hm_about_list01 li a:hover img {
  transform: scale(1.1, 1.1);
}
.hm_about_list01 li a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hm_about_list01 li a .hm_about_ttl {
  font-size: 3rem;
  font-weight: 500;
  left: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_about_list01 li a .hm_about_ttl {
    font-size: 2.4rem;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .hm_about_list01 li a .hm_about_ttl {
    font-size: 2.8rem;
    left: 34px;
  }
}
.hm_about_list01 li a * {
  width: 100%;
}

.hm_about_list02 {
  display: flex;
  gap: 24px;
  padding: 0 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_about_list02 {
    gap: 10px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .hm_about_list02 {
    flex-direction: column;
    gap: 8px;
    padding: 0;
  }
}
.hm_about_list02 li {
  overflow: hidden;
  width: calc((100% - 48px) / 3);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_about_list02 li {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 767px) {
  .hm_about_list02 li {
    width: 100%;
  }
}
.hm_about_list02 li a {
  overflow: hidden;
}
.hm_about_list02 li a:hover {
  opacity: 0.7;
}
.hm_about_list02 li a:hover .hm_about_thumb img {
  transform: scale(1.1, 1.1);
}
.hm_about_list02 li a:hover .hm_about_ttl {
  background: #bb1d0d;
}
.hm_about_list02 .hm_about_thumb {
  height: 180px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_about_list02 .hm_about_thumb {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .hm_about_list02 .hm_about_thumb {
    height: 150px;
  }
}
.hm_about_list02 .hm_about_thumb img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hm_about_list02 .hm_about_ttl {
  transition: all 0.3s ease-in-out;
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hm_about_list02 .hm_about_ttl {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .hm_about_list02 .hm_about_ttl {
    font-size: 1.7rem;
    height: 42px;
  }
}

.hm_block {
  display: block;
  position: relative;
}
@media (min-width: 768px), print {
  .hm_block {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .hm_block {
    margin-bottom: 75px;
  }
}

.hm_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
}