@charset "UTF-8";
/* css_name constants */
/* A Modern CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css");
@import url("https://use.typekit.net/oxp1uhm.css");
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

ul {
  list-style-type: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.5px;
}

body,
p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
}

p {
  line-height: 1.5;
  word-break: break-word;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

span {
  display: inline-block;
}

br {
  line-height: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  display: inline-block;
}

input:focus {
  outline: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

button {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
body,
p {
  font-family: "Noto Sans JP", sans-serif;
}

body * {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
a {
  text-decoration: none;
  outline: none;
}

img,
picture {
  width: 100%;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.none {
  display: none !important;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  margin-top: 0 !important;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

@keyframes menu-container-appeared {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes menu-container-leaved {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Mixin
 * -------------------------------------------------------------------
 */
/* ---pc--- */
/* ---sp--- */
/*
 * Module
 * -------------------------------------------------------------------
 */
.header {
  height: 80px;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .header {
    height: auto;
  }
}
@media screen and (max-width: 1039px) {
  .header {
    height: auto;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .header .logo {
    width: 160px;
  }
}
@media screen and (max-width: 1039px) {
  .header .logo {
    width: 83px;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 0px 29px;
}
.header__nav {
  padding-top: 9px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1039px) {
  .header__nav {
    display: none;
  }
}
.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 40px;
}
.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 12px;
  font-family: "Lato", serif;
  font-size: 14px;
  font-weight: 700;
}
.header__navItemLink::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 12px;
  z-index: -1;
  height: 2px;
  width: calc(100% - 24px);
  background: #173359;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__navItemLink:hover {
  text-decoration: none;
}
.header__navItemLink:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  background: #ffffff;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .fixed-header {
    width: 100%;
    height: 72px;
  }
}
@media screen and (max-width: 1039px) {
  .fixed-header {
    width: 100%;
    height: 65px;
  }
}
.fixed-header.fixed {
  position: fixed;
}

.megaMenu__link.is-active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}
.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.megaMenu__content.is-active {
  opacity: 1;
  visibility: visible;
}
.megaMenu__left {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Lato", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  letter-spacing: 1.6px;
  border: 1px solid #212223;
  background: #212223;
  padding: 41px;
  width: 125px;
}
.megaMenu__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0px 75px;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.megaMenu__title {
  padding-left: 20px;
}
.megaMenu__titleLink {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__titleLink:hover, .megaMenu__titleLink:focus {
  opacity: 0.7;
}
.megaMenu__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 8px;
}
.megaMenu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 42px 33px;
}
.megaMenu__list li {
  width: calc((100% - 132px) / 5);
}
.megaMenu__item {
  padding-left: 20px;
}
.megaMenu__itemLink {
  position: relative;
  display: block;
  color: #212223;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-bottom: 1px solid #212223;
  padding-bottom: 11px;
  margin-bottom: 13px;
}
.megaMenu__itemLink:hover, .megaMenu__itemLink:focus {
  opacity: 0.7;
}
.megaMenu__subItemLink {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  color: #212223;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__subItemLink:hover, .megaMenu__subItemLink:focus {
  opacity: 0.7;
}
.megaMenu__subList li {
  width: 100%;
}
.megaMenu__subItem {
  margin-bottom: 8px;
}

.logo {
  width: 88px;
  /* transform: translateX(-50%); */
}
@media screen and (max-width: 1039px) {
  .logo {
    width: 72px;
    height: 41px;
  }
}
@media screen and (max-width: 1039px) {
  .logo__box {
    position: absolute;
  }
}

/* menuicon */
.menuicon img {
  width: 24px;
}
.menuicon li {
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 1039px) {
  .menuicon li {
    width: 33.33%;
    margin: 0 2px;
  }
}
@media screen and (max-width: 1039px) {
  .menuicon li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1039px) {
  .menuicon li:nth-child(4) {
    margin-right: 0;
  }
}
.menuicon li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  text-indent: 0;
  line-height: 1;
}
.menuicon li a span {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
  text-indent: 0;
}
@media screen and (max-width: 1039px) {
  .menuicon li a span {
    display: none;
  }
}

/* menubar */
.menubar {
  padding: 18px 0;
  align-items: center;
  /* menu-btn */
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menubar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1039px) {
  .menubar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #ffffff;
    align-items: flex-start;
    border-bottom: 1px solid #ececec;
  }
}
.menubar .menuicon {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menubar .menuicon li:nth-child(2) {
    margin: 0;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menubar .menuicon li a {
    font-weight: 400;
    font-size: 9px;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menuicon li a {
    font-weight: 700;
    font-size: 9px;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menuicon li .member,
  .menubar .menuicon li .favorite {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menuicon li .member a,
  .menubar .menuicon li .favorite a {
    font-size: 0;
  }
  .menubar .menuicon li .member a::before,
  .menubar .menuicon li .favorite a::before {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menubar .menuicon img {
    width: 24px;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menuicon img {
    width: 23px;
  }
}
.menubar .menu-btn {
  display: none;
}
@media screen and (max-width: 1039px) {
  .menubar .menu-btn {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    margin: 3px 0;
  }
}
.menubar .menu-btn span {
  position: absolute;
  top: 0;
  width: 28px;
  height: 3px;
  background: #000000;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menubar .menu-btn span {
    right: 0;
    left: 0;
    width: 25px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menu-btn span {
    right: 0;
    left: 0;
    width: 24px;
    height: 1px;
    margin: 0 auto;
  }
}
.menubar .menu-btn span:nth-of-type(2) {
  top: 45%;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menubar .menu-btn span:nth-of-type(2) {
    top: 41%;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menu-btn span:nth-of-type(2) {
    top: 48%;
  }
}
.menubar .menu-btn span:nth-of-type(3) {
  top: auto;
  bottom: -1px;
  transition: all ease-in-out 0.5s;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menubar .menu-btn span:nth-of-type(3) {
    bottom: 0;
  }
}
@media screen and (max-width: 1039px) {
  .menubar .menu-btn span:nth-of-type(3) {
    bottom: 0;
  }
}

.menu-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto; /* 縦スクロール許可 */
  background: rgba(68, 68, 68, 0.8);
  transition: all 0.7s;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menu-content {
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .menu-content {
    width: 100%;
  }
}
.menu-content.active {
  z-index: 9;
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}
.menu-content.active .blk {
  left: 0;
}
.menu-content .blk {
  position: relative;
  left: -100%;
  width: 550px;
  height: 100%;
  background: #fff;
  transition: all 0.7s;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menu-content .blk {
    width: 708px;
  }
}
@media screen and (max-width: 1039px) {
  .menu-content .blk {
    width: 335px;
  }
}
.menu-content .blk .closebtn {
  position: absolute;
  top: 20px;
  right: 40px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menu-content .blk .closebtn {
    top: 18px;
    right: -45px;
  }
}
@media screen and (max-width: 1039px) {
  .menu-content .blk .closebtn {
    top: 8px;
    right: -36px;
  }
}
.menu-content .blk .closebtn:hover {
  opacity: 0.7;
}
.menu-content .blk .closebtn span {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 46px;
  height: 3px;
  background: #000;
  transition: all ease-in-out 0.5s;
}
.menu-content .blk .closebtn span:nth-of-type(1) {
  transform: rotate(45deg);
  width: 25px;
  background: #fff;
}
.menu-content .blk .closebtn span:nth-of-type(2) {
  transform: rotate(-45deg);
  width: 25px;
  background: #fff;
}
.menu-content::-webkit-scrollbar {
  display: none;
}
.menu-content .tab-menublk {
  background: #fff;
  padding-bottom: 1em;
}
.menu-content .tab-menublk .tabs-content {
  display: none;
}
.menu-content .tab-menublk .tabs-content.active {
  display: block;
}
.menu-content .tab-menublk .accordion {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 280px;
  position: relative;
  width: 100%;
  background: #fff;
}
.menu-content .tab-menublk .accordion .menu-accordion {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #343434;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #212223;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.76px;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_tit div {
  width: 43%;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_tit span {
  width: 35%;
 /* color: #212223;*/
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_tit::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  transform: rotate(45deg);
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_tit a {
  color: #343434;
  width: 100%;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_tit.active {
  color: #fff;
  background: #173359;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_tit.active:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_area {
  display: none;
  padding: 10px 10px 10px 15px;
  position: relative;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_area ul {
  list-style: disc;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_area ul li {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 24px;
  color: #343434;
  text-align: left;
  margin-bottom: 5px;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_area ul li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #343434;
  width: 100%;
  padding: 4px 0;
}
.menu-content .tab-menublk .accordion .menu-accordion .menu-accordion_area ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.menu-content .mtabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 32px;
  width: calc(100% - 32px);
  margin: auto auto 40px;
}
@media screen and (max-width: 1039px) {
  .menu-content .mtabs {
    gap: 0px 12px;
  }
}
.menu-content .mtabs li {
  border: 1px solid #212223;
}
@media screen and (max-width: 1039px) {
  .menu-content .mtabs li {
    width: calc((100% - 12px) / 2);
  }
}
.menu-content .mtabs li a {
  display: block;
  width: 100%;
  padding: 7px 52px;
  background: transparent;
  color: #212223;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px; /* 112.5% */
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media screen and (max-width: 1039px) {
  .menu-content .mtabs li a {
    padding: 7px;
  }
}
.menu-content .mtabs li a.active, .menu-content .mtabs li a:hover {
  opacity: 1;
  background: #212223;
  color: #fff;
}
.menu-content .mtabs li.active, .menu-content .mtabs li:hover {
  opacity: 1;
  background: #212223;
  color: #fff;
}
.menu-content .mtabs__list li {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}
.menu-content .mtabs__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 20px 20px;
  font-size: 13px;
  width: 100%;
}
.menu-content .mtabs__list a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  margin-top: -4px;
  transform: rotate(45deg);
}
.menu-content .search-box {
  position: relative;
  padding: 13px 20px;
  background: #d9d9d9;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menu-content .search-box {
    padding: 27px 34px;
  }
}
@media screen and (max-width: 1039px) {
  .menu-content .search-box {
    padding: 14px 10px;
  }
}
.menu-content .txt-field {
  width: 100%;
  padding: 18px 40px;
  border: 1px solid #707070;
  border-radius: 36px;
  box-sizing: border-box;
  color: #212223;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menu-content .txt-field {
    padding: 9px 28px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1039px) {
  .menu-content .txt-field {
    padding: 16px 25px;
    font-size: 13px;
  }
}
.menu-content .search-btn {
  position: absolute;
  top: 30px;
  right: 52px;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menu-content .search-btn {
    right: 56px;
    top: 43px;
  }
}
@media screen and (max-width: 1039px) {
  .menu-content .search-btn {
    right: 31px;
  }
}
.menu-content .search-btn .icon {
  width: 35px;
  height: 35px;
  background: #ffffff;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .menu-content .search-btn .icon {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 1039px) {
  .menu-content .search-btn .icon {
    width: 23px;
    height: 23px;
  }
}

.menu__ttl {
  color: #212223;
  align-items: center;
  font-family: "Lato", serif;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin-bottom: 8px;
}
.menu__ttl::before, .menu__ttl::after {
  background-color: #000; /* 横線の色 */
  content: "";
  height: 2px;
  width: 17px;
}
.menu__ttl::before {
  margin-right: 12px;
}
.menu__ttl::after {
  margin-left: 12px;
}
.menu__subttl {
  display: block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  padding-bottom: 32px;
}

.menu-ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 2.1;
  margin-bottom: 4px;
}

.content-menu {
  padding-bottom: 0;
}
.content-menu li {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #ececec;
}
.content-menu li.menuttl {
  padding: 27px 22px 27px 30px;
  background: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .content-menu li.menuttl {
    padding: 27px 30px 27px 40px;
    font-size: 22px;
    background-size: 10px;
    padding-left: 77px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu li.menuttl {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0;
  }
}
.content-menu li.menuttl .logo__box {
  position: relative;
}
.content-menu li.menuttl .logo__box a {
  padding: 0;
}
.content-menu li.menuttl .logo__box img {
  width: 72px;
  height: 41px;
}
.content-menu li:nth-child(n+3) a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  margin-top: -4px;
  transform: rotate(45deg);
}
.content-menu a {
  font-family: "Lato", serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 22px 27px 30px;
  background: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  width: 100%;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .content-menu a {
    padding: 27px 30px 27px 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu a {
    padding: 20px 15px 20px 20px;
    font-size: 13px;
  }
}
.content-menu a:hover {
  color: #fff;
  background: #173359;
  opacity: 1;
}
.content-menu a:hover::after {
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}
.content-menu a span {
  font-family: "Noto Sans JP", sans-serif;
}
.content-menu .menuicon {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .content-menu .menuicon li {
    width: 20%;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon li {
    width: 20%;
    border: 0;
  }
  .content-menu .menuicon li:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .content-menu .menuicon li a {
    font-weight: 700;
    font-size: 9px;
    padding: 13px 0;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon li a {
    font-weight: 700;
    font-size: 9px;
    padding: 13px 0;
  }
}
.content-menu .menuicon li a span {
  display: block;
  font-size: 8px;
}
.content-menu .menuicon li a:hover {
  color: #212223;
  background: #fff;
}
.content-menu .menuicon li a::after {
  display: none;
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon li .member,
  .content-menu .menuicon li .favorite {
    display: block;
    width: 100%;
  }
}
.content-menu .menuicon li .member a,
.content-menu .menuicon li .favorite a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 8px;
  padding: 9.5px 0;
}
.content-menu .menuicon li .member a::before,
.content-menu .menuicon li .favorite a::before {
  margin-bottom: 4px;
}
@media only screen and (min-width: 1040px) and (max-width: 1180px) {
  .content-menu .menuicon img {
    width: 23px;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon img {
    width: 23px;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon .open-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: -1em;
  }
}
@media screen and (max-width: 1039px) {
  .content-menu .menuicon .open-btn span {
    display: block;
    font-size: 9px;
  }
}
.content-menu .menuicon .pc {
  display: inline;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
}

.banner {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 1080px) and (max-width: 1080px) {
  .banner {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .banner {
    margin-top: 76.8px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 480px) {
  .banner {
    margin-top: 51.2px;
  }
}
.banner__wrap {
  line-height: 0;
}
.banner__carousel {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: visible;
}
.banner__item {
  display: inline-flex;
  flex-direction: column;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.banner__item > img {
  max-width: 100%;
  width: 100%;
  transition: all 1s ease;
}
.banner__item .swiper-slide-active > img {
  opacity: 1;
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  opacity: 0.5;
  margin: 0 31px 0 0 !important;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.bg-img {
  position: relative;
  z-index: 2;
}
.bg-img::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("../images/bg/bg.jpg");
  background-size: 100% auto;
  background-color: #f6f2e4;
  background-blend-mode: multiply;
  z-index: -1;
}
.bg-img-light {
  position: relative;
}
.bg-img-light::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-image: url("../images/bg/bg.jpg");
  z-index: -1;
  background-size: 100% auto;
}

.section-title {
  text-align: center;
  line-height: 0;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .section-title {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1080px) {
  .section-title {
    margin-bottom: 26.88px;
  }
}
@media screen and (max-width: 480px) {
  .section-title {
    margin-bottom: 17.92px;
  }
}
.section-title img {
  max-width: 100%;
}
.section-title h3 {
  margin-top: 11px;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 5.2px;
}

/* footer */
footer {
  margin-top: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer {
    position: relative;
    margin-top: 88px;
  }
}
footer .ft-row {
  padding: 48px 0;
  background: #173359;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-row {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-row {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-row .inner {
    width: 100%;
    padding: 0;
  }
}
footer .ft-row .list {
  justify-content: center;
  margin-bottom: 48px;
}
footer .ft-row .list li {
  padding: 0 13px;
  border-right: 1px solid #fff;
}
footer .ft-row .list li:first-child {
  margin: 0;
}
footer .ft-row .list li:last-child {
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-row .list li {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-row .list li {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
    border: none;
  }
}
footer .ft-row .list a {
  font-size: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-row .list a {
    font-size: 14px;
  }
}
footer .ft-row .list a:visited {
  color: #fff;
}
footer .ft-row .list_2 {
  justify-content: center;
}
footer .ft-row .list_2 li {
  padding: 0 13px;
}
@media screen and (max-width: 768px) {
  footer .ft-row .list_2 li {
    padding: 0 17px;
    border: none;
  }
}
footer .ft-row .list_2 li:last-child {
  margin-top: 3px;
}
footer .ft-row .list_2 a {
  font-size: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-row .list_2 a {
    font-size: 26px;
  }
}
footer .ft-row .copyrights {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 1.2px;
  text-align: center;
  padding-top: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-row .copyrights {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-row .copyrights {
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu {
    display: block;
  }
}
footer .ft-menu .ttl {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .ttl {
    margin: 0;
    font-size: 57px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .ttl {
    margin: 0;
    text-align: center;
  }
}
footer .ft-menu .social {
  width: 45%;
  margin: 20px 0;
  padding: 100px 0;
  border-right: 1px solid #9e9e9e;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .social {
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 65px 0 70px 0;
    border-right: none;
    border-bottom: 1px solid #9e9e9e;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .social {
    margin: 0;
    padding: 32px 25px 40px 25px;
    border-right: none;
    border-bottom: 1px solid #9e9e9e;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .social .f-s {
    width: 450px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .social .f-s {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .social img {
    width: 86px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .social {
    width: 100%;
    padding: 0;
  }
}
footer .ft-menu .list li {
  padding-right: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .list li {
    padding-right: 94px;
    padding-top: 62px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .list li {
    padding-right: 46px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .list li:nth-child(3) {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .list li:nth-child(3) {
    padding-right: 0;
  }
}
footer .ft-menu .list li:last-child {
  padding-right: 0;
}
footer .ft-menu .menu {
  width: 55%;
  margin: 20px 0;
  padding: 100px 0 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .menu {
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 40px 0 60px 0;
    border-bottom: 1px solid #9e9e9e;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .menu .f-s {
    width: 450px;
    margin: 0 auto;
    justify-content: center;
    width: 510px;
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .menu .f-s {
    justify-content: center;
    width: 100%;
    margin: 10px auto 0;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .menu {
    width: 100%;
    margin: 0;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #9e9e9e;
  }
}
footer .ft-menu .menu li {
  padding: 0 15px;
  border-right: 1px solid #9e9e9e;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .menu li {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .menu li {
    padding: 0 20px;
  }
}
footer .ft-menu .menu li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .menu li:nth-child(2) {
    border-right: 0;
  }
}
footer .ft-menu .menu li:nth-child(3) {
  padding-right: 0;
  border-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .menu li:nth-child(3) {
    margin: 42px 0 0 0;
    padding: 0 60px;
    border-right: 1px solid #9e9e9e;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .menu li:nth-child(3) {
    margin: 20px 0 0 0;
    padding: 0 20px;
    border-right: 1px solid #9e9e9e;
  }
}
footer .ft-menu .menu li:last-child {
  padding: 0;
  margin-top: 30px;
  border-right: none;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .menu li:last-child {
    margin: 42px 0 0 0;
    padding: 0 60px;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .menu li:last-child {
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
}
footer .ft-menu .menu a {
  font-weight: 700;
  font-size: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .ft-menu .menu a {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  footer .ft-menu .menu a {
    font-size: 14px;
  }
}
footer .logo-list {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #9e9e9e;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .logo-list {
    padding: 60px 0;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  footer .logo-list {
    padding: 30px 0;
    border: none;
  }
}
footer .logo-list img {
  width: auto;
  margin: 0 20px;
}
footer .logo-list a {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .logo-list a {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  footer .logo-list a {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .logo-list a:nth-of-type(1) img {
    width: 188px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  footer .logo-list a:nth-of-type(2) img {
    width: 358px;
  }
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/
/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
じわっ
===================================*/
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

/*==================================================
アニメーション設定
===================================*/
/* アニメーションの回数を決めるCSS*/
.count2 {
  animation-iteration-count: 2; /*この数字を必要回数分に変更*/
}

.countinfinite {
  animation-iteration-count: infinite; /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  animation-duration: 0.5s;
}

.change-time1 {
  animation-duration: 1s;
}

.change-time15 {
  animation-duration: 1.5s;
}

.change-time2 {
  animation-duration: 2s;
}

.change-time25 {
  animation-duration: 2.5s;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * トップページ
 * -------------------------------------------------------------------
 */
.only-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-no {
    display: none;
  }
}

.toppage {
  animation: fadeInAnimation ease 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

section {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  section .txt {
    line-height: 1.8;
    margin-top: 30px;
    word-break: break-word;
  }
}
@media screen and (max-width: 768px) {
  section .txt {
    line-height: 1.8;
    margin-top: 30px;
    word-break: break-word;
  }
}

.ttl {
  color: #212223;
  align-items: center;
  font-family: "Lato", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.48px;
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin-bottom: 40px;
}
.ttl::before, .ttl::after {
  background-color: #000; /* 横線の色 */
  content: "";
  height: 2px;
  width: 17px;
}
.ttl::before {
  margin-right: 12px;
}
.ttl::after {
  margin-left: 12px;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}

/*----- flex -----*/
.f-cs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.f-csn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f-sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-s {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.f-e {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
}

.lato {
  font-family: "Lato", serif;
}

.btn {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 42px;
  border: 1px solid #212223;
  width: 20em;
  margin: 30px auto 0;
  padding: 11px 74px;
  color: #212223;
  text-align: center;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.76px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn {
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 2.56px;
  	margin: 20px auto 0;
  }
}
.btn .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn .sp {
    display: block;
  }
}
.btn .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .btn .pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 80%;
    padding: 12px 20px;
    gap: 35px;
  }
}
.btn:after {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #212223;
  border-right: solid 2px #212223;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn:after {
    content: none;
  }
}
.btn:hover {
  opacity: 1;
  background: #000000;
  color: #ffffff;
}
.btn:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .btn a {
    padding: 17px 0;
    font-size: 14px;
  }
}
.btn__box {
  text-align: center;
  margin-top: 1em;
}
.btn__original {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  width: 95%;
}
.btn__original:hover {
  color: #fff;
  background: #173359;
  text-decoration: none;
}

/*========= トップへ戻る===============*/
#page-top {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 5;
  width: 50px;
  height: 50px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  background: #173359;
  border: 1px solid #173359;
  opacity: 0.9;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #page-top {
    position: absolute;
    background: #173359;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    height: 88px;
    top: -88px;
    right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #page-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
#page-top a.active {
  opacity: 1;
  z-index: 1000;
}
#page-top a:before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.5rem;
  margin-top: 0.1em;
  color: #fff;
  display: block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #page-top a:before {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #page-top a::after {
    content: "PAGE TOP";
    font-family: "Lato", serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #fff;
    margin-top: 14.5px;
  }
}
#page-top a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #page-top a:hover {
    opacity: 0.8;
  }
}
#page-top a:hover:before {
  transform: translateY(-4px);
}

.section-title-2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #212223;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 58px;
}
@media screen and (max-width: 640px) {
  .section-title-2 {
    font-size: 24px;
  }
}

.section-title-3 {
  font-family: "Lato", serif;
  font-size: clamp(16px, 2.6vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2.4px;
  color: #333;
  position: relative;
  margin-bottom: 20px;
  width: calc(100% - 40px);
  overflow-x: hidden;
  margin-top: 1em;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-title-3 {
    width: 100%;
  }
}
.section-title-3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a8b2bf;
  margin-left: 40px;
  position: static;
}

.grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  gap: 48px 40px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid {
    gap: 32px 17px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid .p-info {
  margin: 10px auto;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.grid .gazou {
  width: 100%;
  object-fit: contain;
}
.grid__container {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .grid__container .item1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.grid__center {
  display: grid;
  place-content: center;
  place-items: center;
}
.grid__col2 {
  display: grid;
  gap: 27px 19px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .grid__col2 {
    gap: 31px;
    grid-template-columns: 1fr;
  }
}
.grid__col2-2 {
  display: grid;
  gap: 37px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .grid__col2-2 {
    gap: 31px;
    grid-template-columns: 1fr;
  }
}
.grid__col3 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .grid__col3 {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid__col5 {
  display: grid;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .grid__col5 {
    gap: 30px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid__col5 {
    gap: 30px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid__col5 .p-info {
  margin: 10px auto;
  color: #3a3a3a;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .grid__col5 .p-info {
    margin: 20px 0 0 0;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .grid__col5 .p-info {
    margin: 20px auto;
    font-size: 13px;
  }
}
.grid__col5 .p-info .name {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .grid__col5 .p-info .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .grid__col5 .p-info .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.grid__col5 .gazou {
  width: 100%;
  object-fit: contain;
}

.list .name {
  margin: 10px auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  max-height: 4em;
}
@media screen and (max-width: 768px) {
  .list .name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
    margin: 0;
  }
}
.list .price {
  display: block;
  color: #000;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .list .price {
    margin-top: 5px;
  }
}
.list .price::before {
  display: inline-block;
  content: "￥";
  font-family: "Lato", serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.list .gazou {
  width: 100%;
  object-fit: contain;
}

.video {
  margin: auto auto 4em;
  width: 100%;
  aspect-ratio: 16/9;
}
.video div {
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .video div {
    width: 100% !important;
    height: 100% !important;
  }
}

.mv {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    margin-top: 71px;
  }
}

@media screen and (max-width: 768px) {
  .sec-main {
    padding-top: 30px;
    padding-bottom: 12px;
  }
}

.inner_content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}


@media screen and (max-width: 820px) {
  .inner_content {
    width: 100%;
  }
}

.osusume_box {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 3em auto 5em auto;
}
@media screen and (max-width: 768px) {
  .osusume_box {
    width: 100%;
    margin: 3em auto 20px auto;
  }
}
.osusume_box .fs-c-productMark {
  display: block;
  text-align: center;
  box-sizing: border-box;
}

.history_box {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 3em auto 5em auto;
}
@media screen and (max-width: 768px) {
  .history_box {
    width: 100%;
    margin: 2em auto 20px auto;
  }
}
.history_box .fs-c-productMark {
  display: block;
  text-align: center;
  box-sizing: border-box;
}

.review_box {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto 5em auto;
}
@media screen and (max-width: 768px) {
  .review_box {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.review_box .fs-c-productMark {
  display: block;
  flex-wrap: wrap;
  text-align: center;
  box-sizing: border-box;
}

.guide__title {
  color: #212223;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1; /* 100% */
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .guide__title {
    font-size: 24px;
  }
}

.fr3-item__image {
/*  aspect-ratio: 1/1;
  object-fit: cover;*/
}
.fr3-item__link {
  gap: 0 !important;
}
.fr3-item__productName {
  position: relative;
  margin: 10px 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  height: 3em;
}
@media screen and (max-width: 768px) {
  .fr3-item__productName {
    height: 1.5em;
  }
}
.fr3-item__productName[data-ellipsis=true]::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 1em;
  background: linear-gradient(to right, transparent, white 50%);
}
.fr3-item__productPrice {
  display: block;
  color: #000;
  font-family: "Lato", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.fr3-item__productPrice__currencyMark {
  font-family: "Lato", serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.fr3-item__productPrice__addon {
  color: #000;
  font-size: 10px !important;
  font-weight: 400;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .fr3-item.slick-slide {
    margin-right: 9px;
  }
}

.fs-c-productName__name {
  position: relative;
  margin: 8px 0;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  height: 3em;
}
@media screen and (max-width: 768px) {
  .fs-c-productName__name {
    height: 1.5em;
  }
}
.fs-c-productName__name[data-ellipsis=true]::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 1em;
  background: linear-gradient(to right, transparent, white 50%);
}

.sec-about {
  max-width: 750px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fs-body-custom .inner {
    padding: 0;
  }
}
.fs-body-custom .fr3-productListStatic {
  padding: 0;
}

.open-btn {
  background: url("./../images/icon/icon_sarch.svg?01") no-repeat 15px 8px;
  background-size: 17px 18px;
  width: 50px;
  height: 50px;
  cursor: pointer; /*カーソルを指マークに*/
}
@media screen and (max-width: 1039px) {
  .open-btn {
    background: url("./../images/icon/icon_sarch.svg?01") no-repeat center center;
    background-size: 16px 17px;
    width: 35px;
    height: 43px;
  }
}
.open-btn.hidden {
  display: none;
}
.open-btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 3.5em;
  text-indent: 0;
  line-height: 1;
}
@media screen and (max-width: 1039px) {
  .open-btn span {
    display: none;
  }
}

/*==検索窓背景のエリア*/
#search-wrap {
  display: none;
  position: fixed; /*固定配置にして*/
  top: 0;
  left: 0;
  z-index: -1; /*最背面に設定*/
  opacity: 0; /*透過を0に*/
  transition: all 0.4s; /*transitionを使ってスムースに現れる*/
  width: 100%;
  height: 100vh;
}
#search-wrap.panelactive {
  display: block;
  opacity: 1; /*不透明に変更*/
  z-index: 3; /*全面に出現*/
  background: rgba(183, 183, 183, 0.8);
  /*中の要素を天地中央揃えにする設定*/
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #search-wrap.panelactive {
    width: 100%;
  }
}
#search-wrap.panelactive .search-area {
  display: block; /*検索窓エリアを表示*/
  width: 85%;
  height: 55vw;
}
@media screen and (min-width: 1280px) {
  #search-wrap.panelactive .search-area {
    width: clamp(70%, 1.6vw, 80%);
    height: 43vw;
  }
}
@media screen and (min-width: 1580px) {
  #search-wrap.panelactive .search-area {
    width: clamp(54%, 1.6vw, 64%);
    height: auto;
  }
}
@media screen and (max-width: 1210px) {
  #search-wrap.panelactive .search-area {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #search-wrap.panelactive .search-area {
    width: 95%;
    height: auto;
  }
}
#search-wrap.panelactive #searchform {
  display: block; /*検索窓を表示*/
}
#search-wrap #searchform {
  display: none; /*検索窓は、はじめ非表示*/
}
#search-wrap form {
  position: relative;
}
#search-wrap input {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  cursor: pointer; /*カーソルを指マークに*/
  color: #212223;
}
#search-wrap input[type=text] {
  width: 100%;
  border: 0.838px solid #212223;
  background: #fdfdfd;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 46px;
  padding: 10px;
}
#search-wrap input[type=text]:focus {
  background: rgba(255, 255, 255, 0.5); /*背景色を付ける*/
}
#search-wrap input[type=text].price-input {
  width: 150px;
  height: 40px;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #search-wrap input[type=text].price-input {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #search-wrap input[type=text].price-input {
    width: 80%;
  }
}
#search-wrap input[type=submit] {
  position: absolute;
  top: 18%;
  right: 25px;
  background: url("./../images/icon/icon_sarch.svg") no-repeat right; /*虫眼鏡アイコンを背景に表示*/
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
}
#search-wrap .search-area {
  display: none; /*検索窓のエリアは、はじめ非表示*/
}

#search-text {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  width: 60px; /*テキスト入力エリアが伸びる前の横幅*/
  height: 40px;
  padding: 20px;
  transition: all 0.5s; /*transitionを使ってスムースに伸ばす*/
  outline: none;
  cursor: pointer; /*カーソルを指マークに*/
}

/*=======　閉じるための×ボタン　========*/
.close-btn {
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .close-btn {
    top: 4%;
  }
}
@media screen and (max-width: 820px) {
  .close-btn {
    top: 4%;
  }
}
@media screen and (max-width: 768px) {
  .close-btn {
    top: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .close-btn {
    top: 7vw;
  }
}
.close-btn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #212223;
}
@media screen and (max-width: 768px) {
  .close-btn span {
    background-color: #212223;
  }
}
.close-btn span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}
.close-btn span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}

.search-btn {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .search-btn {
    display: none;
  }
}
.search-btn .icon {
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .search-btn .icon {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .search-btn .icon {
    width: 23px;
    height: 23px;
  }
}

.clear-btn,
.search-btn_2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  background: #fff;
  border: 1px solid #212223;
  width: 352px;
  margin: 0 auto;
  padding: 11px 57px;
  color: #212223;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.76px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .clear-btn,
  .search-btn_2 {
    width: 100%;
    padding: 11px 57px;
  }
}
.clear-btn:hover,
.search-btn_2:hover {
  opacity: 1;
  background: #000000;
  color: #ffffff;
}
.clear-btn:hover:after,
.search-btn_2:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.search-buttons {
  display: flex;
  gap: 15px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .search-buttons {
    flex-direction: column;
  }
}

.search__wrap {
  position: relative;
  max-width: 896px;
  width: calc(100% - 40px);
  height: 100%;
  overflow-y: auto;
  margin: auto;
  background: var(--color-white, #fff);
  padding: 32px 88px 40px;
}
@media screen and (max-width: 768px) {
  .search__wrap {
    width: calc(100% - 20px);
    height: 95vh;
    padding: 32px 18px 21px;
  }
}
.search__Word {
  position: relative;
}
.search__checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .search__checkbox {
    width: 100%;
    gap: 10px 0;
  }
}
.search__checkbox li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 9px;
  width: calc((100% - 108px) / 3);
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .search__checkbox li {
    color: #000;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    width: 33.3333333333%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .search__checkbox li {
    width: 33.3333333333%;
  }
}
.search__checkbox li:nth-child(2) {
  margin-left: 0;
}
.search__checkbox li:nth-child(3) {
  margin: 0;
}
.search__checkbox li input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search__checkbox li input[type=checkbox]:checked:before {
  position: absolute;
  top: 2.8px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.search__pricebox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .search__pricebox {
    margin-left: -10px;
  }
}
.search__pricebox .price-input {
  width: 150px;
  height: 40px;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .search__pricebox .price-input {
    width: 90%;
  }
}
.search__pricebox .price-yen {
  position: relative;
  display: inline-block;
}
.search__pricebox .yen {
  position: absolute;
  bottom: 0;
  margin: auto;
  right: -19px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .search__pricebox .yen {
    right: -1em;
  }
}
@media screen and (max-width: 480px) {
  .search__pricebox .yen {
    right: -8px;
  }
}
.search__pricebox .from-to {
  margin: 0 10px 0 25px;
}
@media screen and (max-width: 768px) {
  .search__pricebox .from-to {
    margin: 0 6px 0 18px;
  }
}
.search__category {
  gap: 0px 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .search__category {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.search__category--left {
  text-align: left;
  border: none;
  border-left: 6px solid #212121;
  padding: 8px 0 9px 15px;
  line-height: 1.2;
  letter-spacing: 0.16em;
  margin: 0 0 20px;
  font-family: "Lato", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.6px;
}
.search__category--right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 8px;
}
@media screen and (max-width: 768px) {
  .search__category--right ul {
    justify-content: space-between;
  }
}
.search__category--right ul li {
  display: inline-block;
  margin: 0;
  background: #fdfdfd;
  border: 0.838px solid #212223;
}
@media screen and (max-width: 768px) {
  .search__category--right ul li {
    width: 218px;
  }
}
@media screen and (max-width: 480px) {
  .search__category--right ul li {
    width: calc((100% - 20px) / 3);
  }
}
.search__category--right ul li input[type=checkbox] {
  display: none;
}
.search__category--right ul li input[type=checkbox] + label {
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  color: #212223;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .search__category--right ul li input[type=checkbox] + label {
    padding: 8px 0;
  }
}
.search__category--right ul li input[type=checkbox] + label:hover {
  color: #fff;
  background: #212223;
}
.search__category--right ul li input[type=checkbox]:checked + label {
  color: #fff;
  background: #212223;
}
.search__men {
  width: 20em;
}
@media screen and (max-width: 768px) {
  .search__men {
    width: auto;
  }
}
.search__women {
  width: 20em;
  background: #fff;
  color: #212223;
}
@media screen and (max-width: 768px) {
  .search__women {
    width: auto;
  }
}

#search-toggle {
  display: none;
}
#search-toggle:checked ~ #search-wrap-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  z-index: 3;
  background: rgba(183, 183, 183, 0.8);
}
#search-toggle:checked ~ #search-wrap-2 .search-area {
  display: block;
}
#search-toggle:checked ~ #search-wrap-2 #searchform {
  display: block;
}
@media screen and (min-width: 769px) {
  #search-toggle:checked ~ .open-btn-2 {
    display: none;
  }
}

.open-btn-2 {
  background: url("./../images/icon/icon_sarch.svg?01") no-repeat 15px 8px;
  background-size: 17px 18px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .open-btn-2 {
    background: url("./../images/icon/icon_sarch.svg?01") no-repeat center center;
    background-size: 16px 17px;
    width: 35px;
    height: 43px;
  }
}
.open-btn-2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 3.5em;
  display: block;
}
@media screen and (max-width: 768px) {
  .open-btn-2 span {
    display: none;
  }
}

#search-wrap-2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
  height: 100vh;
}
#search-wrap-2 .search-area {
  display: none;
  width: 85%;
  height: 55vw;
}
@media screen and (min-width: 1280px) {
  #search-wrap-2 .search-area {
    width: clamp(70%, 1.6vw, 80%);
    height: 43vw;
  }
}
@media screen and (min-width: 1580px) {
  #search-wrap-2 .search-area {
    width: clamp(54%, 1.6vw, 64%);
    height: auto;
  }
}
@media screen and (max-width: 1210px) {
  #search-wrap-2 .search-area {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #search-wrap-2 .search-area {
    width: 95%;
    height: auto;
  }
}
#search-wrap-2 .close-btn {
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 1024px) {
  #search-wrap-2 .close-btn {
    top: 4%;
  }
}
@media screen and (max-width: 768px) {
  #search-wrap-2 .close-btn {
    top: 5vw;
  }
}
@media screen and (max-width: 375px) {
  #search-wrap-2 .close-btn {
    top: 7vw;
  }
}
#search-wrap-2 .close-btn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #212223;
}
@media screen and (max-width: 768px) {
  #search-wrap-2 .close-btn span {
    background-color: #212223;
  }
}
#search-wrap-2 .close-btn span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}
#search-wrap-2 .close-btn span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}
#search-wrap-2 #searchform {
  display: none;
}
#search-wrap-2 input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  color: #212223;
}
#search-wrap-2 input[type=text] {
  width: 100%;
  border: 0.838px solid #2d2b28;
  background: #ffffff;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  height: 46px;
  padding: 10px;
}
#search-wrap-2 input[type=text]:focus {
  background: rgba(255, 255, 255, 0.5);
}
#search-wrap-2 input[type=text].price-input {
  width: 150px;
  height: 40px;
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #search-wrap-2 input[type=text].price-input {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #search-wrap-2 input[type=text].price-input {
    width: 80%;
  }
}

.sec-ranking {
  width: 100%;
}
.sec-ranking .fr3-productListStatic {
  counter-reset: ranking-counter;
}
.sec-ranking .fr3-productListStatic .fr3-item {
  position: relative;
  counter-increment: ranking-counter;
}
.sec-ranking .fr3-productListStatic .fr3-item::before {
  content: counter(ranking-counter);
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  padding: 10px;
  color: #ffffff;
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-align: center;
  min-width: 40px;
  background: #3a3a3a;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-ranking .fr3-productListStatic .fr3-item::before {
    padding: 14px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-ranking .fr3-productListStatic .fr3-item::before {
    width: 28px !important;
    height: 28px;
    padding: 7px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.6px;
    min-width: 28px;
  }
}
.sec-ranking .fr3-productListStatic .fr3-item:nth-child(1)::before {
  background: #dcb273;
}
.sec-ranking .fr3-productListStatic .fr3-item:nth-child(2)::before {
  background: #c2c2c2;
}
.sec-ranking .fr3-productListStatic .fr3-item:nth-child(3)::before {
  background: #bb997a;
}
@media screen and (max-width: 768px) {
  .sec-ranking .grid {
    gap: 32px 17px;
  }
}
@media screen and (max-width: 768px) {
  .sec-ranking .list li:nth-child(10) {
    display: none;
  }
}
.sec-ranking .item a {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-ranking .item a {
    width: 100%;
  }
}
.sec-ranking .rank {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  padding: 10px;
  background: #3a3a3a;
  color: #ffffff;
  font-family: "Lato", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px; /* 100% */
  letter-spacing: 1.8px;
  text-align: center;
  min-width: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-ranking .rank {
    padding: 14px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-ranking .rank {
    width: 28px !important;
    height: 28px;
    padding: 7px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.6px;
    min-width: 28px;
  }
}
.sec-ranking .rank.one {
  background: #dcb273;
}
.sec-ranking .rank.two {
  background: #c2c2c2;
}
.sec-ranking .rank.three {
  background: #bb997a;
}

.sec-men-pickup,
.sec-women-pickup {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-men-pickup,
  .sec-women-pickup {
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-men-pickup .fr3-productListStatic,
  .sec-women-pickup .fr3-productListStatic {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sec-men-pickup .fr3-productListStatic .fr3-item,
  .sec-women-pickup .fr3-productListStatic .fr3-item {
    margin-right: 9px;
  }
}
.sec-men-pickup .fr3-productListStatic.slick-initialized,
.sec-women-pickup .fr3-productListStatic.slick-initialized {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-men-pickup .inner,
  .sec-women-pickup .inner {
    width: calc(100% - 30px);
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-men-pickup .inner,
  .sec-women-pickup .inner {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.sec-men-pickup .pickup__grid,
.sec-women-pickup .pickup__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 48px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-men-pickup .pickup__grid,
  .sec-women-pickup .pickup__grid {
    gap: 48px 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec-men-pickup .pickup__grid,
  .sec-women-pickup .pickup__grid {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec-men-pickup .pickup__grid li,
  .sec-women-pickup .pickup__grid li {
    margin-right: 9px;
  }
}
.sec-men-pickup .pickup__grid li a,
.sec-women-pickup .pickup__grid li a {
  width: 100%;
}
.sec-men-pickup .slick-slide,
.sec-women-pickup .slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
}
@media screen and (max-width: 768px) {
  .sec-men-pickup .slick-list,
  .sec-women-pickup .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
.sec-men-pickup img,
.sec-women-pickup img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-men-pickup img,
  .sec-women-pickup img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sec-recommend {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-recommend .fr3-item:nth-child(n+7) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-recommend .list {
    gap: 40px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-recommend .list {
    gap: 40px 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec-recommend .list li:nth-child(n+7) {
    display: none;
  }
}
.sec-recommend .list li a {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-recommend .list {
    gap: 40px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-recommend .list {
    gap: 40px 16px;
  }
}

.sec-features {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-features {
    padding-bottom: 12px;
  }
}
.sec-features .list {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-features .list {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-features .inner {
    width: calc(100% - 30px);
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-features .inner {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.sec-features .features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 40px;
}
@media screen and (max-width: 768px) {
  .sec-features .features__grid {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec-features .features__grid li {
    margin-right: 9px;
  }
}
.sec-features .features__grid li a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-features .slick-list {
    padding: 0 15% 0 0 !important;
  }
}
.sec-features .slick-dots {
  display: none !important;
}
.sec-features img {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec-features img {
    margin-bottom: 10px;
  }
}

.sec-information {
  padding-bottom: 145px;
}
@media only screen and (max-width: 768px) {
  .sec-information {
    padding-bottom: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-information .inner {
    padding: 0 9px;
  }
}
.sec-information .ttl_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #212223;
  text-align: center;
  font-family: "Lato", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.48px;
}
.sec-information .ttl_2::after {
  display: inline-block;
  content: "";
  background-image: url(../images/icon/icon_logo.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 0.5em;
  vertical-align: middle;
  margin-top: 24px;
}
.sec-information .tbl {
  width: 650px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .sec-information .tbl {
    width: 100%;
    border-spacing: 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-information .tbl {
    width: 100%;
    border-spacing: 0 40px;
  }
}
.sec-information .tbl .news_list {
  margin: 33px 0 20px;
}
.sec-information .tbl .news_list li {
  display: flex;
  align-items: center;
  padding: 15px 5px;
}
.sec-information .tbl .news_list .date {
  color: #000;
  text-align: center;
  font-family: "Lato", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.54px;
  border-right: 1px solid #000;
  margin-right: 26px;
  padding-right: 26px;
}
@media screen and (max-width: 768px) {
  .sec-information .tbl .news_list .date {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-right: 15px;
    padding-right: 15px;
  }
}
.sec-information .tbl .news_list .news_text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.54px;
}
@media screen and (max-width: 768px) {
  .sec-information .tbl .news_list .news_text {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
  }
}
.sec-information .tbl .news_list .news_text a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.54px;
}
@media screen and (max-width: 768px) {
  .sec-information .tbl .news_list .news_text a {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
  }
}
.sec-information .tbl .news_list .news_btn {
  text-align: center;
  margin-top: 50px;
}
.sec-information .tbl .news_list .news_btn a {
  color: #75b46e;
}/*# sourceMappingURL=top-style.css.map */