@charset "UTF-8";

/* ----------------------------------------------------------
common
---------------------------------------------------------- */
html {
  font-size: 62.5%;
  --clr-white: #fff;
  --clr-ttl-black: #333333;
  --clr-black: #000;
  --clr-red: #ed2446;
  --clr-glay: #f1f1f1;
  --clr-bg-glay: #bdbdbd;
  --clr-header-bg: rgba(0, 0, 0, 0.25);
  --clr-footer-bg: #222222;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
}
a:hover {
  cursor: pointer;
}

/* .page main {
  padding-top: 150px;
} */

/* common inner */
.container {
  width: min(1312px, calc(1312 / 1440 * 100vw));
  margin: 0 auto;
}

/* text setting */
.bold {
  font-weight: bold;
}

/* common title */
.ttl_h2 {
  font-size: 4rem;
  line-height: 120%;
  font-weight: 600;
  color: var(--clr-ttl-black);
  margin-bottom: 1rem;
}
.ttl_h2._white {
  color: var(--clr-white);
}
.ttl_h2._center {
  text-align: center;
}

.ttl_h2_eng {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 3rem;
}
.ttl_h2_eng::before {
  content: "";
  position: absolute;
  background: var(--clr-red);
  border-radius: 50%;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  left: 0.5rem;
}
.ttl_h2_eng._white {
  color: var(--clr-white);
}
.ttl_h2_eng._red {
  color: var(--clr-red);
}
.ttl_h2_eng._center {
  justify-content: center;
  gap: 1.3rem;
  padding-left: 0;
  margin-bottom: 8rem;
  color: var(--clr-red);
}
.ttl_h2_eng._center::before {
  position: relative;
  left: 0;
}


/* common button */
.btn {
  max-width: 240px;
  width: 100%;
}
.btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.4rem;
  background: var(--clr-white);
  border: 0.1rem solid #bdbdbd;
  border-radius: 2.7rem;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  padding: 1.2rem 0;
  transition: all .3s;
}
.btn a::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 3.1rem;
  height: 3.1rem;
  background: var(--clr-red);
  border-radius: 50%;
  margin-right: 1.1rem;
}

.btn a:hover {
  background: var(--clr-red);
  color: var(--clr-white);
}
.btn a:hover::after {
  background: var(--clr-white);
}

/* news(single.php) */
.mod-post {
  margin-bottom: min(285px, calc(285 / 1440 * 100vw));
}
/** h2 **/
.is-style-heading-style-2 {
  display: flex;
  align-items: center;
  gap: min(20px, calc(20 / 1440 * 100vw));
  position: relative;
  color: var(--clr-ttl-black);
  font-size: min(24px, calc(24 / 1440 * 100vw));
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--clr-black);
  padding-bottom: min(17px, calc(17 / 1440 * 100vw));
  margin-bottom: min(35px, calc(35 / 1440 * 100vw));
}
.is-style-heading-style-2::before {
  content: "";
  display: inline-block;
  width: min(5px, calc(5/1440*100vw));
  height: min(50px, calc(50/1440*100vw));
  background: var(--clr-red);
}

/** text **/
.mod-text {
  line-height: 150%;
}


/** kv **/
.is-style-image-style-1 {
  margin-bottom: min(110px, calc(110 / 1440 * 100vw));
}


/* display */
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}

@media screen and (min-width:768px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .mb-80 {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width:767px) {
body {
  font-size: calc(16/375*100vw);
}

/* common inner */
.container {
  width: 100%;
  padding: calc(20 / 375 * 100vw);
}

/* common title */
.ttl_h2 {
  font-size: calc(32/375*100vw);
  line-height: 130%;
  margin-bottom: calc(10/375*100vw);
}
.ttl_h2_eng {
  font-size: calc(14/375*100vw);
  padding-left: calc(30/375*100vw);
}
.ttl_h2_eng::before {
  content: "";
  width: calc(12/375*100vw);
  height: calc(12/375*100vw);
  left: calc(5/375*100vw);
}

/* common button */
.btn {
  width: calc(214/375*100vw);
}
.btn a {
  gap: calc(24/375*100vw);
  border: calc(1/375*100vw) solid #bdbdbd;
  border-radius: calc(27/375*100vw);
  font-size: calc(16/375*100vw);
  padding: calc(13/375*100vw) 0;
}
.btn a::after {
  width: calc(29.72/375*100vw);
  height: calc(29.76/375*100vw);
  margin-right: calc(11/375*100vw);
}

/* news(single.php) */
.mod-post {
  margin-bottom: calc(120 / 375 * 100vw);
}
/** h2 **/
.is-style-heading-style-2 {
  gap: calc(18 / 375 * 100vw);
  font-size: calc(20 / 375 * 100vw);
  border-bottom: calc(1 / 375 * 100vw) solid var(--clr-black);
  padding-bottom: calc(10 / 375 * 100vw);
  margin-bottom: calc(15 / 375 * 100vw);
}
.is-style-heading-style-2::before {
  width: calc(4/375*100vw);
  height:  calc(25/375*100vw);
}
/** kv **/
.is-style-image-style-1 {
  margin-bottom: calc(45 / 375 * 100vw);
}

.mb-sp-50 {
  margin-bottom: 5rem;
}
}

/* ----------------------------------------------------------
common header
---------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  background: var(--clr-header-bg);
  color: var(--clr-white);
  width: 100%;
  z-index: 999;
}

.header_logo_wrap {
  display: flex;
  justify-content: center;
  padding-top: 48px;
  margin-bottom: 30px;
}
.header_ttl {
  width: 196px;
}
.header_menu {
  display: flex;
  justify-content: center;
  gap: min(50px, calc(50/1440*100vw));
}
.header_menu .header_menu_item {
  position: relative;
  padding: 1.5rem 1rem;
}
.header_menu .header_menu_item a {
  font-size: 1.6rem;
  display: block;
}
.header_menu .header_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -49px;
  background: white;
  list-style: none;
  padding: 2.5rem 1rem;
  width: 250%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.header_menu .header_menu_item:hover .header_dropdown {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.header_menu .header_dropdown_item {
  width: 100%;
}
.header_menu .header_dropdown_item a {
  display: block;
  color: var(--clr-black);
  text-align: center;
  padding: 0.5rem 1rem;
}
.header_menu .header_dropdown_item a:hover {
  color: var(--clr-red);
}
.header_btn_wrap {
  position: absolute;
  right: min(42px, calc(42/1440*100vw));
  display: flex;
  gap: min(25px, calc(25/1440*100vw));
}
.header_btn {
  position: relative;
  width: min(191px, calc(191/1440*100vw));
  border: min(1px, calc(1/1440*100vw)) solid var(--clr-white);
  border-radius: min(24px, calc(24/1440*100vw));
}
.header_btn:hover {
  background: rgba(34, 34, 34, 0.3);
}
.header_btn a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: min(10px, calc(10/1440*100vw));
  position: relative;
  font-size: min(16px, calc(16/1440*100vw));
  line-height: 150%;
  padding: min(3px, calc(3/1440*100vw)) 0;
}
.header_btn._store a::before {
  content: "";
  background: url(../img/icon_cart.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: min(16px, calc(16/1440*100vw));
  height: min(16px, calc(16/1440*100vw));
}
.header_btn._contact a::before {
  content: "";
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: min(14px, calc(14/1440*100vw));
  height: min(12px, calc(12/1440*100vw));
}

@media screen and (min-width:960px) and (max-width:1280px) {
  .header_menu {
    gap: 0;
  }
  .header_btn {
    width: 155px;
  }
  .header_btn a {
    font-size: 1.5rem;
  }
  .header_btn._store a::before {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .header_btn._contact a::before {
    width: 14px;
    height: 12px;
  }
}
@media screen and (max-width:959px) {
.header .pc_only {
  display: none;
}
.header .sp_only {
  display: block;
}
.header {
  height: 60px;
}
  /* ハンバーガー上部 */
.sp_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: transparent;
}

.sp_logo img {
  height: 32px;
}

.sp_menu_btn {
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
}

/* フルスクリーンメニュー */
.sp_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  padding: 2rem 1rem;
  overflow-y: auto;
}

.sp_nav_inner {
  width: calc(300 / 375 * 100vw);
  margin: 0 auto;
}

.sp_nav.active {
  display: block;
}

.sp_menu_close {
  font-size: 2.5rem;
  background: none;
  border: none;
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: var(--clr-black);
}

.sp_menu_logo {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sp_menu_logo img {
  height: 32px;
}

.sp_menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.sp_menu_list li {
  color: var(--clr-black);
  border-bottom: 1px solid var(--clr-bg-glay);
  padding: 1.3rem 0;
}
.sp_menu_list li:last-child {
  border-bottom: none;
}

.sp_menu_list li.sp_menu_row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0;
  height: 5.6rem;
}

.sp_menu_row a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.sp_menu_row a:first-child {
  position: relative;
  flex-grow: 1;
}

.sp_menu_row a:first-child::before {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--clr-bg-glay);
}

/* ボタン */
.sp_menu_buttons {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.sp_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  padding: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border-radius: 4px;
}

.sp_btn span {
  margin-right: 8px;
}

.sp_btn.store {
  background: #e5004f;
}

.sp_btn.contact {
  background: #dd1b46;
}

}

/* ----------------------------------------------------------
breadcrumbs
---------------------------------------------------------- */

.breadcrumbs {
  margin-top: 161px;
  padding: 10px 25px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 110px;
}
.breadcrumbs .home {
  position: relative;
}
.breadcrumbs .home::before {
  content: "";
  background: url(../img/icon_house.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.breadcrumbs .bread_arrow {
  position: relative;
  padding-left: 20px;
}
.breadcrumbs .bread_arrow:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px var(--clr-red);
  border-right: solid 2px var(--clr-red);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width:769px) and (max-width:959px) {
  .breadcrumbs span {
    font-size: 16px;
  }
  .breadcrumbs .bread_top::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumbs {
    padding: 11px 10px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .breadcrumbs .bread_top::before {
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
    margin-right: calc(5/375*100vw);
    vertical-align: text-bottom;
  }
  .breadcrumbs span {
    font-size: calc(12/375*100vw);
  }
  .breadcrumbs .bread_arrow {
    padding-left: 17px;
  }
  .breadcrumbs .bread_arrow:before {
    width: 8.39px;
    height: 8.39px;
    border-top: solid calc(1/375*100vw) var(--clr-red);
    border-right: solid calc(1/375*100vw) var(--clr-red);
  }
}

/* ----------------------------------------------------------
common_footer
---------------------------------------------------------- */

.footer {
  background: var(--clr-footer-bg);
  color: var(--clr-white);
  border-radius: 0 min(120px, calc(120/1440*100vw)) 0 0;
}
.footer .inner {
  width: min(1312px, calc(1312/1440*100vw));
  margin: 0 auto;
}
.footer .footer_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(100.5px, calc(100.5/1440*100vw));
  padding-top: min(48px, calc(48/1440*100vw));
}
.footer .footer_logo {
  width: min(200px, calc(200/1440*100vw));
}
.footer .footer_sns.pc_only {
  display: flex;
  align-items: center;
  gap: min(14px, calc(14/1440*100vw));
  margin-top: min(19px, calc(19/1440*100vw));
}
.footer .footer_sns.sp_only {
  display: none;
}

.footer_menu {
  width: 100%;
}

.footer_menu_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
  grid-auto-rows: auto;
  gap: 2.7rem 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.footer_menu_list_item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}

.footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-align: center;
  border-top: 1px solid var(--clr-white);
  padding: min(15px, calc(15/1440*100vw)) 0 min(17px, calc(17/1440*100vw));
  margin-top: min(37px, calc(37/1440*100vw));
} 


@media screen and (max-width:767px) {
  .footer {
    border-radius: 0 calc(120/375*100vw) 0 0;
  }
  .footer .inner {
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer_wrap {
    width: calc(311/375*100vw);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: calc(25/375*100vw);
    padding-top: calc(48/375*100vw);
    margin: 0 auto;
  }
  .footer .footer_logo {
    width: calc(200/375*100vw);
  }
  .footer .footer_sns.pc_only {
    display: none;
  }
  .footer .footer_sns.sp_only {
    display: flex;
    align-items: center;
    gap: calc(14/375*100vw);
    margin-top: calc(19/375*100vw);
  }
  .footer_menu_list {
    grid-template-columns: 1fr; /* 1列 */
    gap: 1rem;
  }
  .footer .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: center;
    border-top: 1px solid var(--clr-white);
    padding: calc(15/375*100vw) 0 calc(17/375*100vw);
    margin-top: calc(37/375*100vw);
  } 
}