body {
  font-family: 'Noto Sans JP', sans-serif;
}

a:hover {
  text-decoration: none
}

.o-header {
  width: 100%;
  position: relative;
  z-index: 10;
}

.o-header_headText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: min(calc(18 / 1000 * 100vw), 18px);
  letter-spacing: 0.4em;
  line-height: 1.4;
}

.o-header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 40px 0 26px;
}

.o-header_nav {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-left: auto;
}

.o-header_nav .ec-headerNav {
  display: flex;
  align-items: center;
  gap: 0 25px;
}

.o-header_nav .ec-headerNav__item i {
  display: none;
}

.o-header_nav .ec-headerNav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 34px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.4em;
}

.o-header_nav .ec-headerNav__item:nth-child(1) a {
  border: 2px solid #e7ac33;
  background: #fff;
}

.o-header_nav .ec-headerNav__item:nth-child(2) {
  display: none;
}

.o-header_nav .ec-headerNav__item:nth-child(3) a {
  background: #e7ac33;
  color: #fff;
}

.o-header_nav .ec-headerNav__itemLink {
  margin: 0;
  padding-left: 0.4em;
}


.o-gNavBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  width: 40px;
  cursor: pointer;
}

.o-gNavBtn span {
  display: block;
  width: 100%;
  background-color: #000;
  height: 2px;
  transition: .3s;
}

.o-gNavBtn span+span {
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .o-header_headText {
    height: 36px;
    font-size: min(calc(12 / 375 * 100vw), 12px);
    letter-spacing: 0.28em;
  }

  .o-header_container {
    height: 55px;
    padding: 0 calc(20 / 375 * 100%);
  }

  .o-header .o-header_logo img {
    width: 108px;
    transform: translateY(-50%);
  }

  .o-topMv {
    padding-top: 91px;
    margin-top: -91px;
  }

  .o-topMv img {
    width: 100%;
    margin-top: -30px;
  }



  .o-header_nav .ec-headerNav {
    display: none;
  }

  .o-gNavBtn {
    width: 22px;
  }

  .o-gNavBtn span+span {
    margin-top: 6px;
  }
}


.o-gNav {
  width: 100%;
  height: calc(100% - 50px);
  position: fixed;
  top: 50px;
  z-index: 11;
  left: 100%;
  transform: translateX(0);
  transition: .4s;
  padding-top: 100px;
}

.is-gNavActive .o-gNav {
  transform: translateX(-100%);
}

.o-gNav button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.o-gNav_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: .4s;
}

.is-gNavActive .o-gNav_overlay {
  opacity: 1;
  transition: .3s .1s;
}

.o-gNav_container {
  height: 100%;
  background: #f1b12b;
  border-radius: 84px 0 0 0;
  padding: 94px 0 40px 84px;
  padding: 94px 0 40px 50px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 464px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.o-gNav_container::-webkit-scrollbar {
  display: none;
}

.o-gNav_closed {
  position: absolute;
  top: 26px;
  right: 36px;
  width: 28px;
  height: 28px;
}

.o-gNav_closed::before,
.o-gNav_closed::after {
  content: "";
  width: 36px;
  height: 2px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1px);
}

.o-gNav_closed::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.o-gNav_closed::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.o-gNav .ec-headerNav {
  display: none;
}

.o-gNav_nav {
  list-style: none;
  padding-left: 0;
  margin-top: 90px;
}

.o-gNav_nav li+li {
  margin-top: 10px;
  margin-top: 15px;
}

.o-gNav_nav a {
  display: inline-block;
  color: #fff;
  font-family: 'Cardo', serif;
  font-size: 23px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .o-gNav {
    height: 100%;
    top: 36px;
    padding-top: 0;
  }

  .o-gNav .o-header_logo {
    width: 154px;
  }

  .o-gNav_container {
    border-radius: 0;
    padding: 70px 20px;
    width: 100%;
    max-width: 100%;
  }

  .o-gNav .ec-headerNav {
    display: block;
    margin-top: 70px;
  }

  .o-gNav .ec-headerNav__item {
    width: 100%;
    display: block;
  }

  .o-gNav .ec-headerNav__item i {
    display: none;
  }

  .o-gNav .ec-headerNav__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2em;
    border-radius: 5px;
  }

  .o-gNav .ec-headerNav__item+.ec-headerNav__item {
    margin-top: 30px;
  }

  .o-gNav .ec-headerNav__item:nth-child(1) a {
    background: #fff;
  }

  .o-gNav .ec-headerNav__item:nth-child(1) span {
    color: #000;
  }

  .o-gNav .ec-headerNav__item:nth-child(2) {
    display: none;
  }

  .o-gNav .ec-headerNav__item:nth-child(3) a {
    background: #000;
  }

  .o-gNav .ec-headerNav__item:nth-child(3) span {
    color: #fff;
  }

  .o-gNav .ec-headerNav__itemLink {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.2em;
  }

  .o-gNav_nav {
    margin-top: 40px;
    padding-left: 20px;
  }

  .o-gNav_nav a {
    font-size: 26px;
    font-size: 24px;
  }
}














.o-search {
  display: none;
  width: 100%;
  height: calc(100% - 50px);
  position: fixed;
  top: 50px;
  z-index: 11;
  right: 100%;
  transform: translateX(0);
  transition: .4s;
}

.is-searchActive .o-search {
  transform: translateX(100%);
}

.o-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.o-search_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: .4s;
}

.is-searchActive .o-search_overlay {
  opacity: 1;
  transition: .3s .1s;
}

.o-search_container {
  width: 635px;
  height: 100%;
  background: #fff;
  border-bottom: 1px solid #9fa0a0;
  position: relative;
  z-index: 2;
}

.o-search .o-search_closed {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  width: 100%;
  height: 100px;
  padding-left: 86px;
  background: url(/html/user_data/img/menu_closed_close.svg) right 26px center / 28px auto no-repeat;
  border-left-width: 0.4em;
  font-size: 17px;
  text-align: left;
  position: relative;
}

.o-search_closed::before {
  content: "";
  display: block;
  width: 14px;
  height: 22px;
  background: url(/html/user_data/img/menu_closed_arrow.svg) center / contain no-repeat;
}

.o-search_ttl {
  max-width: 464px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #c9caca;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.o-search_area {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 464px;
  margin: 0 auto;
}

.o-search_area::-webkit-scrollbar {
  display: none;
}

.o-search_area button,
.o-search_area a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
  width: 100%;
  height: 52px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #c9caca;
  position: relative;
}

.o-search_area button::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.o-search_area>div>button,
.o-search_area>div>a {
  padding-left: 42px;
}

.o-search_area>div>div>button,
.o-search_area>div>div>a {
  padding-left: 70px;
}

.o-search_area button.is-current {
  font-weight: 700;
}

.o-search_area button.is-current::before {
  border-color: transparent #f1b12b transparent transparent;
  transform: translateY(-50%) rotate(-90deg);
}




.ec-layoutRole {
  padding-top: 100px;
}




.ec-layoutRole {
  padding-top: 0;
}

.front_page .ec-layoutRole__contents {
  max-width: 100%;
}

.front_page .o-header_logo {
  display: none;
}

.o-topMv {
  background: #fff5d7;
  text-align: right;
  padding-top: 100px;
  margin-top: -100px;
}

.o-topMv img {
  width: calc(1215 / 1280 * 100%);
}



.o-secTtl {
  font-family: 'Cardo', serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}

.o-secTtl::after {
  content: "";
  display: block;
  width: 83px;
  height: 8px;
  background: #f1b12b;
  margin: 0 auto 0;
}


.o-topActivity {
  width: calc(355 / 375 * 100%);
  max-width: 1000px;
  margin: 100px auto 0;
}

.o-topActivity_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px calc((100 - 29.4 * 3) / 2 * 1%);
  margin-top: 54px;
}

.o-topActivity_cont {
  width: 29.4%;
}

.o-topActivity_cont a {
  color: #000;
}

.o-topActivity_img {
  padding-top: calc(207 / 297 * 100%);
  position: relative;
  overflow: hidden;
}

.o-topActivity_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

.o-topActivity_cont a:hover .o-topActivity_img img {
  transform: scale(1.06);
}

.o-topActivity_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-top: 10px;
}

.o-topActivity_cat span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 14px;
  height: 20px;
  padding: 0 20px;
  background: #f1b12b;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.o-topActivity_ttl {
  font-size: clamp(20px, calc(20 / 768 * 100%), 23px);
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 4px;
}

.o-topActivity_desc {
  font-size: 15px;
  margin-top: 10px;
}



.o-topOther {
  margin-top: 65px;
}

.o-topOther_img {
  margin-top: 54px;
  width: calc(1224 / 1280 * 100%);
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.o-topOther_img a {
  display: block;
}

.o-topOther_img a:nth-child(2),
.o-topOther_img a:nth-child(3) {
  margin-left: -7.3529%;
}

.o-topOther_img img {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  width: 100%;
}


@media only screen and (max-width: 767px) {
  .o-secTtl {
    font-size: 40px;
    line-height: 0.9;
  }

  .o-secTtl::after {
    margin-top: 15px;
  }

  .o-topActivity {
    margin-top: 75px;
  }

  .o-topActivity_list {
    flex-direction: column;
    gap: 40px 0;
  }

  .o-topActivity_cont {
    width: 100%;
  }

  .o-topActivity_desc {
    font-size: 14px;
  }



  .o-topOther_img {
    margin-top: 35px;
    flex-direction: column;
  }

  .o-topOther_img a:nth-child(2),
  .o-topOther_img a:nth-child(3) {
    margin-left: 0;
    margin-top: -19%;
  }
}




.o-topNews {
  background: #fff5d7;
  padding: 65px 0 90px;
}

.o-topNews_list {
  width: calc(355 / 375 * 100%);
  max-width: 665px;
  margin: 40px auto 0;
}

.o-topNews_list>div {
  display: flex;
  font-size: 15px;
}

.o-topNews_list>div+div {
  margin-top: 10px;
}

.o-topNews_list span {
  display: block;
  width: 127px;
  color: #f1b12b;
  font-size: 15px;
}



.o-topLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 90px;
}


@media only screen and (max-width: 767px) {
  .o-topNews {
    padding: 50px 0 40px;
  }

  .o-topNews_list>div {
    font-size: 13px;
  }

  .o-topNews_list>div+div {
    margin-top: 15px;
  }

  .o-topNews_list span {
    width: 80px;
    font-size: 12px;
  }
}


.o-footer {
  margin-top: 90px;
  padding-bottom: 30px;
}

.o-footer_logo {
  text-align: center;
}

.o-footer_logo img {
  width: 184px;
}

.o-footer_nav {
  display: flex;
  justify-content: center;
  gap: 0 35px;
  margin-top: 40px;
}

.o-footer_nav a {
  display: inline-block;
  color: #000;
  font-size: 13px;
}

.o-footer_copyright {
  margin-top: 30px;
  font-size: 10px;
  text-align: center;
  font-family: 'Cardo', serif;
}

@media only screen and (max-width: 767px) {
  .o-footer {
    margin-top: 60px;
  }

  .o-footer_logo img {
    width: 140px;
  }

  .o-footer_nav {
    width: calc(355 / 375 * 100%);
    margin: 20px auto 0;
    gap: 0 11px;
  }

  .o-footer_nav a {
    font-size: 11px;
  }

  .o-topLinks {
    margin-top: 40px;
  }

  .o-footer_copyright {
    margin-top: 15px;
  }
}

.product_page .ec-layoutRole {
  overflow-x: hidden;
}

.product_page .ec-grid2 {
  align-items: flex-start;
}

.product_page .ec-grid2__cell:nth-child(2) {
  background: #eff7fb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product_page .ec-productRole__description {
  margin-right: 16px;
}

.product_page .ec-price__price {
  color: #525263;
  font-family: 'Cardo', serif;
}

.product_page .ec-productRole__price {
  color: #525263;
}

.product_page .o-productRead {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 23px;
  font-weight: 600;
}

.product_page .ec-headingTitle {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 33px;
  line-height: calc(46 / 33);
}

.product_page .price01-default,
.product_page .price02-default {
  font-family: 'Cardo', serif;
}


@media only screen and (max-width: 767px) {
  .product_page .ec-grid2__cell:nth-child(2) {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 20px;
  }

  .product_page .o-productRead {
    font-size: 20px;
  }
}




.od-links {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}

.od-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 52px;
  box-sizing: border-box;
  background: #82c1ea;
}

.od-links a+a {
  border-left: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
  .od-links {
    background: #eff7fb;
  }

  .od-links a+a {
    border-color: #eff7fb;
  }
}


.od-cont {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.od-cont img {
  width: 100%;
  pointer-events: none;
}

.od-cont-blue::before {
  content: "";
  width: 110vw;
  height: 100%;
  background: #eff7fb;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}


.od-listBack a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 140px auto 0;
  width: 270px;
  height: 54px;
  color: #000;
  border: 1px solid #000;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1;
  letter-spacing: 0.11;
}

@media only screen and (max-width: 767px) {
  .od-listBack a {
    margin: 54px auto 0;
    width: 247px;
    height: 50px;
    font-size: 17px;
    letter-spacing: 0.19;
  }
}

.ec-pageHeader h1,
.ec-pageHeader .h1 {
  border-bottom: 0;
  text-align: center;
}

.ec-blockBtn--action {
  background-color: #e7ac33 !important;
  border-color: #e7ac33 !important;
}


.o-aboutCont1 {
  width: 100%;
  max-width: 1600px;
  margin: min(7.5vw, 120px) auto 0;
}

.o-aboutCont1 img {
  width: 100%;
  height: auto;
}

.o-aboutBtnBox {
  display: flex;
  justify-content: center;
  width: 92%;
  gap: 20px 30px;
  margin: 130px auto 0;
}

.o-aboutBtnBox a {
  display: block;
  width: min(calc(355 / 1280 * 100vw), 335px);
}

.o-aboutBtnBox img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .o-aboutCont1 {
    margin-top: calc(80 / 375 * 100vw);
  }

  .o-aboutBtnBox {
    flex-direction: column;
    margin-top: calc(80 / 375 * 100vw);
  }

  .o-aboutBtnBox a {
    width: calc(335 / 375 * 100vw);
  }
}



.o-featureCont {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.o-featureCont img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.o-featureCont1 {
  margin-top: min(calc(100 / 1280 * 100vw), 100px * 1.25);
}

.o-featureCont2 {
  margin-top: min(calc(100 / 1280 * 100vw), 100px * 1.25);
  position: relative;
}

.o-featureCont2 ._linkBtn {
  display: block;
  width: min(calc(267 / 1280 * 100vw), 267px * 1.25);
  position: absolute;
  left: 23%;
  bottom: 10%;
  z-index: 2;
}

.o-featureCont3 {
  margin-top: min(calc(118 / 1280 * 100vw), 118px * 1.25);
}


@media only screen and (max-width: 767px) {
  .o-featureCont1 {
    margin-top: calc(80 / 375 * 100vw);
  }

  .o-featureCont2 {
    margin-top: calc(48 / 375 * 100vw);
  }

  .o-featureCont2 ._linkBtn {
    position: static;
    width: 90%;
    margin: 0 auto;
  }

  .o-featureCont3 {
    margin-top: calc(48 / 375 * 100vw);
  }
}