@charset "UTF-8";
/*reset*/
abbr, address, article, aside, audio, blockquote, body, canvas, cite, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, legend, li, menu, nav, object, ol, p, pre, section, summary, table, tbody, td, tfoot, th, thead, tr, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 2;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
  color: #2B2B2B;
  font-weight: 400;
  letter-spacing: normal;
}

b, caption, del, dfn, em, i, ins, kbd, label, mark, q, samp, small, span, strong, sub, sup, time, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 400;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, picture, section, source {
  display: block;
  box-sizing: border-box;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #000;
  color: #2B2B2B;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

strong {
  font-weight: 400;
}

table {
  width: 100%;
}

/*base*/
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: YakuHanJP, "NotoSansCJKjp", "Noto Sans CJK JP", sans-serif;
}

a {
  color: #2B2B2B;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

a:visited, a:hover, a:link {
  color: #2B2B2B;
}

a:hover {
  opacity: .7;
}

@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    cursor: default;
  }
}

@media screen and (max-width: 1000px) {
  a:hover {
    opacity: 1;
  }
}

input {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
}

.ScrollStop {
  overflow: hidden;
  height: 100%;
}

.HeaderContent {
  position: fixed;
  width: 100%;
  height: 76px;
  padding: 24px 39px 0 49px;
  top: 0;
  left: 0;
  border-bottom: #2C955A 1px solid;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  transition: .3s all;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 641px) {
  .HeaderContent.HeaderTop {
    position: absolute;
    display: block;
    height: 125px;
    padding: 29px 0 0;
    transition: 0s all;
  }
  .HeaderContent.HeaderTop.FrameOut {
    position: fixed;
    top: -500px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .HeaderContent {
    height: 6.667vw;
    padding: 2.105vw 3.158vw 0 4.298vw;
  }
  .HeaderContent.HeaderTop {
    height: 10.965vw;
    padding: 2.534vw 0 0;
  }
  .HeaderContent.HeaderTop.FrameOut {
    top: -43.86vw;
  }
}

@media screen and (max-width: 640px) {
  .HeaderContent {
    height: 15.8vw;
    border-bottom: none;
    padding: 0;
    position: fixed;
    z-index: 999;
  }
  .HeaderContent.HeaderTop {
    height: 15.8vw;
    padding: 0;
  }
}

.Header__logo {
  display: block;
  width: 182px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .Header__logo {
    width: 15.965vw;
  }
}

@media screen and (max-width: 640px) {
  .Header__logo {
    width: 36.6vw;
  }
}

.HeaderTop .Header__logo {
  margin: 0 auto 22px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .HeaderTop .Header__logo {
    margin: 0 auto 1.93vw;
  }
}

@media screen and (max-width: 640px) {
  .HeaderTop .Header__logo {
    margin: 0;
  }
}

.HeaderBtn {
  display: none;
}

@media screen and (max-width: 640px) {
  .HeaderBtn {
    display: block;
    position: absolute;
    width: 11.4vw;
    height: 10.7vw;
    right: 5vw;
    top: 2.8vw;
  }
}

.HeaderBtnWrap {
  margin: 4.6vw 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.NavOpen .HeaderBtnWrap {
  transform: rotate(45deg);
}

.HeaderBtn__circle {
  background: #2C955A;
  width: 1.40625vw;
  height: 1.40625vw;
  border-radius: 50%;
  display: block;
}

.HeaderBtn__circle--04, .HeaderBtn__circle--05 {
  position: absolute;
  opacity: 0;
  top: 50%;
  margin-top: -0.9375vw;
  left: 50%;
}

.NavOpen .HeaderBtn__circle--04 {
  margin-top: 4.1375vw;
  margin-left: -0.70625vw;
  opacity: 1;
}

.NavOpen .HeaderBtn__circle--05 {
  margin-top: -5.7375vw;
  margin-left: -0.76875vw;
  opacity: 1;
}

.HeaderMenu {
  width: 705px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .HeaderMenu {
    width: 61.842vw;
  }
}

@media screen and (max-width: 640px) {
  .HeaderMenu {
    width: 100%;
    transform: translateY(-500vw);
    transition: 0.2s all;
  }
  .NavOpen .HeaderMenu {
    transform: translateY(0);
  }
}

.HeaderTop .HeaderMenu {
  max-width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .HeaderSpWrap {
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    padding: 5.3vw 6vw 4.1vw;
    border-bottom: #2C955A .3vw solid;
  }
}

@media screen and (max-width: 640px) {
  .GlobalMenu {
    overflow-y: scroll;
  }
}

.GlobalMenuWrap {
  width: 100%;
  padding: 2px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.HeaderTop .GlobalMenuWrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .GlobalMenuWrap {
    padding: .175vw 0 0;
  }
}

@media screen and (max-width: 640px) {
  .GlobalMenuWrap {
    display: block;
    background: #2C955Acc;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
}

.GlobalMenu__item {
  flex: 0 1 21%;
}

.GlobalMenu__item--01 {
  flex: 0 1 19%;
}

@media screen and (max-width: 640px) {
  .GlobalMenu__item--01 {
    display: none;
  }
}

.GlobalMenu__item--02 {
  display: none;
}

@media screen and (max-width: 640px) {
  .GlobalMenu__item--02 {
    display: block;
  }
}

.GlobalMenu__item--03 {
  flex: 0 1 33%;
}

.GlobalMenu__item--06, .GlobalMenu__item--07, .GlobalMenu__item--08 {
  display: none;
}

@media screen and (max-width: 640px) {
  .GlobalMenu__item--06, .GlobalMenu__item--07, .GlobalMenu__item--08 {
    display: block;
  }
}

.GlobalMenu__link {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
}

.GlobalMenu__link--04, .GlobalMenu__link--05 {
  cursor: pointer;
}

.GlobalMenu__link span {
  font-weight: 500;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .GlobalMenu__link {
    font-size: 1.22915vw;
  }
}

@media screen and (max-width: 640px) {
  .GlobalMenu__link {
    color: #fff;
    text-align: left;
    padding: 6.3% 6.3% 6.3% 8.3%;
    font-size: 4.2vw;
    border-bottom: 1px solid #fff;
  }
  .GlobalMenu__link:visited, .GlobalMenu__link:focus, .GlobalMenu__link:hover, .GlobalMenu__link:link {
    color: #fff;
  }
  .GlobalMenu__link--04, .GlobalMenu__link--05 {
    position: relative;
  }
  .GlobalMenu__link--04::after, .GlobalMenu__link--05::after {
    content: "";
    width: 4.53125vw;
    height: 4.53125vw;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: 5%;
    top: 50%;
    margin: -3.7vw 0 0;
    transition: 0.2s all;
  }
  .GlobalMenu__link--04.on::after, .GlobalMenu__link--05.on::after {
    transform: rotate(-135deg);
    margin: -0.6vw 0 0;
  }
  .GlobalMenu__link--08 {
    text-align: center;
    padding: 6.3% 15.3% 6.3% 8.3%;
    position: relative;
  }
  .GlobalMenu__link--08::before, .GlobalMenu__link--08::after {
    content: "";
    width: 5.625vw;
    height: 0.3125vw;
    background: #fff;
    position: absolute;
    right: 40%;
    top: 50%;
    transform: rotate(45deg);
  }
  .GlobalMenu__link--08::after {
    transform: rotate(-45deg);
  }
}

.SubMenu {
  display: none;
}

@media screen and (min-width: 641px) {
  .SubMenu {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    background: #2C955A;
  }
}

@media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1139px) {
  .SubMenu {
    top: 6.667vw;
  }
}

@media screen and (min-width: 641px) {
  .HeaderTop .SubMenu {
    top: 125px;
    position: absolute;
  }
}

@media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1139px) {
  .HeaderTop .SubMenu {
    top: 10.965vw;
  }
}

.SubMenuInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 641px) {
  .SubMenuInner {
    max-width: 1050px;
    width: 90%;
    margin: 0 auto;
  }
  .SubMenu--02 .SubMenuInner {
    max-width: 600px;
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 641px) {
  .SubMenu--02 .SubMenu__item:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .SubMenu__item {
    flex: 0 1 100%;
  }
}

.SubMenu__link {
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (min-width: 641px) {
  .SubMenu__link {
    display: flex;
    align-items: center;
    height: 84px;
    box-sizing: border-box;
  }
  .SubMenu--01 .SubMenu__link {
    flex: 0 1 20%;
    padding: 0 0 2px;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.2857;
  }
  .SubMenu--02 .SubMenu__link {
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SubMenu__link {
    font-size: 1.22915vw;
    height: 7.368vw;
  }
  .SubMenu--01 .SubMenu__link {
    padding: 0;
    font-size: 1.22915vw;
  }
  .SubMenu--02 .SubMenu__link {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .SubMenu__link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 3.3% 5.46875vw 3.3% 5.46875vw;
  }
  .SubMenu__link--01 {
    padding: 6.3% 2.3% 6.3% 8.3%;
    font-size: 4.0625vw;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .SubMenu__link--01 br {
    display: none;
  }
  .SubMenu__link--01:visited, .SubMenu__link--01:focus, .SubMenu__link--01:hover, .SubMenu__link--01:link {
    color: #fff !important;
  }
}

.SubMenu__img {
  display: none;
}

@media screen and (max-width: 640px) {
  .SubMenu__img {
    display: block;
    flex: 0 1 19.53125vw;
    height: 19.53125vw;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    padding: 1.954vw 7.189vw;
  }
}

.SubMenu__img img {
  width: 100%;
  height: 100%;
}

.SubMenu__text {
  font-size: 0.875rem;
  line-height: 1.2857;
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SubMenu__text {
    font-size: 1.22915vw;
  }
}

@media screen and (max-width: 640px) {
  .SubMenu__text {
    flex: 0 1 61.40625vw;
    font-size: 4.0625vw;
  }
}

@media screen and (min-width: 641px) {
  .SubMenu__copy {
    display: none;
  }
}

.SubMenu__copy br {
  display: none;
}

.SubMenuBtn {
  display: none;
}

@media screen and (max-width: 640px) {
  .SubMenuBtn {
    width: 100%;
    color: #fff;
    display: block;
    margin: 0 5.46875vw;
    font-size: 4.0625vw;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    padding: 6.1vw 0;
  }
  .SubMenuBtn:visited, .SubMenuBtn:focus {
    color: #fff;
  }
}

.FooterBg {
  background: url(../img/footer/footer_bg_01.jpg) no-repeat;
  background-size: cover;
}

.Footer .FooterInner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.2% 20px 1.3%;
}

@media screen and (max-width: 640px) {
  .Footer .FooterInner {
    padding: 1.2% 1.754vw 1.3%;
  }
}

@media screen and (max-width: 640px) {
  .Footer .FooterInner {
    padding: 8.6% 0 7.3%;
  }
}

.Footer__logo {
  position: absolute;
  width: 18.4%;
  top: 5.5%;
  right: 2.5%;
}

@media screen and (max-width: 640px) {
  .Footer__logo {
    position: relative;
    width: 54%;
    display: block;
    margin: 0 auto 6.1%;
    padding: 0 0 0 4.5%;
    box-sizing: border-box;
  }
}

.FooterProducts {
  margin: 0 0 1.8%;
}

@media screen and (max-width: 640px) {
  .FooterProducts {
    display: none;
  }
}

.FooterProducts__ttl {
  margin: 0 0 1.2%;
  font-size: 1.25rem;
  letter-spacing: 0.06rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .FooterProducts__ttl {
    font-size: 1.75593vw;
  }
}

.FooterProductsBody {
  padding: 3.2% 0 .5%;
  border-top: #2B2B2B 1px solid;
  border-bottom: #2B2B2B 1px solid;
}

.FooterProductsList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.FooterProducts__item {
  flex: 0 1 50%;
  margin: 0 0 2.1%;
}

.FooterProducts__link {
  display: block;
  font-size: 0.9375rem;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .FooterProducts__link {
    font-size: 1.31694vw;
  }
}

.FooterProducts__link br {
  display: none;
}

.FooterMenu {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .FooterMenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50vw;
    margin: 0 auto;
  }
}

.FooterMenu__item {
  display: inline-block;
  margin: 0 1.4%;
}

@media screen and (max-width: 640px) {
  .FooterMenu__item:nth-child(1), .FooterMenu__item:nth-child(2), .FooterMenu__item:nth-child(4) {
    display: none;
  }
  .FooterMenu__item:nth-child(3) {
    order: 1;
  }
}

.FooterMenu__link {
  font-size: 0.8125rem;
  line-height: 1;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .FooterMenu__link {
    font-size: 1.14135vw;
  }
}

@media screen and (max-width: 640px) {
  .FooterMenu__link {
    font-size: 3.2vw;
    text-decoration: underline;
  }
}

.Footer__copy {
  text-align: center;
  font-size: 0.8125rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .Footer__copy {
    font-size: 1.14135vw;
  }
}

@media screen and (max-width: 640px) {
  .Footer__copy {
    font-size: 2.8vw;
    padding: 1.3vw 0;
  }
}

.SideContent {
  position: relative;
}

.SideContent::before {
  content: "";
  position: absolute;
  display: block;
  width: 167px;
  height: 228px;
  top: -136px;
  left: -68px;
  background: url(../img/sidemenu/sidemenu_column_deco_01_pc.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SideContent::before {
    width: 14.65vw;
    height: 20vw;
    top: -11.93vw;
    left: -5.965vw;
  }
}

.home .SideContent::before {
  left: 172px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .home .SideContent::before {
    left: 15.088vw;
  }
}

.SidePopular {
  position: relative;
  border: #F0ECE4 5px solid;
  border-radius: 5px;
  background: #FFF;
  margin: 0 0 13.6%;
  padding: 8.9% 5% 5%;
  z-index: 10;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SidePopular {
    border-radius: .439vw;
  }
}

.single .SidePopular {
  border: #FFF 5px solid;
}

.SidePopularTtl {
  text-align: center;
  margin: 0 0 9.2%;
}

.SidePopularTtl__sub {
  position: relative;
  margin: 0 0 7%;
  padding: 0 17% 0 0;
  text-align: center;
  display: inline-block;
  font-size: 1.25rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SidePopularTtl__sub {
    font-size: 1.75593vw;
  }
}

.SidePopularTtl__sub::after {
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 25px;
  top: -3px;
  right: 9px;
  background: url(../img/sidemenu/sidemenu_column_ttl_01.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SidePopularTtl__sub::after {
    width: 2.983vw;
    height: 2.193vw;
    top: -.263vw;
    right: .79vw;
  }
}

.SidePopularTtl__main {
  text-align: center;
  display: block;
  color: #2C955A;
  font-size: 1.625rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SidePopularTtl__main {
    font-size: 2.2827vw;
  }
}

.SidePopularList {
  padding: 0 0 4%;
}

.SidePopular__item {
  margin: 0 0 5.1%;
}

.SidePopular__link {
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.333;
  border-radius: 5px;
  text-align: left;
  min-height: 54px;
  align-items: center;
  padding: 2.5% 20% 2% 5%;
  box-sizing: border-box;
  background: url(../img/common_arrow_bl_01.svg) no-repeat, #F0ECE4;
  background-size: 7.5%;
  background-position: 95% 50%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SidePopular__link {
    font-size: 1.31694vw;
    border-radius: .439vw;
    min-height: 4.7337vw;
  }
}

.SideRanking {
  position: relative;
  border: #F0ECE4 5px solid;
  border-radius: 5px;
  background: #FFF;
  margin: 0 0 12.5%;
  padding: 9% 5% 8.5%;
  z-index: 10;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SideRanking {
    border-radius: .439vw;
  }
}

.single .SideRanking {
  border: #FFF 5px solid;
}

.SideRanking::after {
  content: "";
  position: absolute;
  display: block;
  width: 164px;
  height: 160px;
  top: -72px;
  left: 176px;
  background: url(../img/sidemenu/sidemenu_rank_deco_01_pc.png) no-repeat;
  background-size: contain;
  z-index: 10;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SideRanking::after {
    width: 14.386vw;
    height: 14.035vw;
    top: -6.316vw;
    left: 15.439vw;
  }
}

.SideRankingTtl {
  margin: 0 0 9.2%;
}

.SideRankingTtl__en {
  width: 33%;
  margin: 0 auto 3%;
}

.SideRankingTtl__jp {
  text-align: center;
  display: block;
  color: #2C955A;
  font-size: 1.625rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SideRankingTtl__jp {
    font-size: 2.2827vw;
  }
}

.SideRankingList {
  padding: 0 0 10.3%;
}

.SideRanking__item {
  border-top: #2B2B2B 1px dashed;
}

.SideRanking__link {
  display: block;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 2.7% 0;
  align-items: center;
}

.SideRanking__img {
  flex: 0 1 30%;
  position: relative;
}

.SideRanking__img::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  background: #F0ECE4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SideRanking__img::before {
    width: 7.018vw;
    height: 7.018vw;
  }
}

.SideRanking__pic {
  display: block;
  width: 40%;
  margin: 0 auto;
}

.SideRanking__name {
  flex: 0 1 65%;
  font-size: 0.8125rem;
  line-height: 1.54;
  text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .SideRanking__name {
    font-size: 1.14135vw;
  }
}

.Btn01 {
  text-align: center;
  font-size: 1.25rem;
  border-radius: 5px;
  padding: 15px 0 13px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .Btn01 {
    font-size: 1.75593vw;
    border-radius: 0.43898vw;
    padding: 1.31694vw 0 1.14135vw;
  }
}

@media screen and (max-width: 640px) {
  .Btn01 {
    font-size: 5.46875vw;
    border-radius: 1.3vw;
    margin: 0 0 5.7%;
    padding: 2.74375vw 3vw 2.63125vw 0;
  }
}

.Btn01--white {
  background: url(../img/common_arrow_bl_01.svg) no-repeat, #FFF;
  background-position: 93.6% 50%;
  background-size: 11.4%;
  color: #2B2B2B;
}

@media screen and (max-width: 640px) {
  .Btn01--white {
    background: url(../img/common_arrow_bl_01.svg) no-repeat, #FFF;
    background-position: 94.8% 50%;
    background-size: 8.4%;
  }
}

.Btn01--green, .Btn01--green:visited, .Btn01--green:link {
  background: url(../img/common_arrow_wh_01.svg) no-repeat, #2C955A;
  background-position: 93.6% 50%;
  background-size: 11.4%;
  color: #FFF;
}

@media screen and (max-width: 640px) {
  .Btn01--green, .Btn01--green:visited, .Btn01--green:link {
    background: url(../img/common_arrow_wh_01.svg) no-repeat, #2C955A;
    background-position: 94.8% 50%;
    background-size: 8.4%;
  }
}

.Btn02, .Btn02:visited, .Btn02:link {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  border-radius: 5px;
  background: url(../img/sidemenu/sidemenu_arrow_01.svg) no-repeat, #3C3C3C;
  background-position: 95% 51%;
  background-size: 8%;
  color: #FFF;
  padding: 3.8% 0 3.4%;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .Btn02, .Btn02:visited, .Btn02:link {
    font-size: 1.31694vw;
    border-radius: 0.43898vw;
  }
}

@media screen and (max-width: 640px) {
  .Btn02, .Btn02:visited, .Btn02:link {
    font-size: 2.34375vw;
    border-radius: 0.78125vw;
  }
}

.Btn03 {
  display: block;
  width: 37%;
  margin: 7.4% auto 0;
  padding: 15px 10px 13px 0;
  background: url(../img/common_arrow_bl_01.svg) no-repeat, #D5D5D5;
  background-position: 95% 50%;
  background-size: 9%;
  font-size: 1.25rem;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .Btn03 {
    font-size: 1.75593vw;
    padding: 0.43898vw 0.87796vw 1.14135vw 0;
    border-radius: 0.43898vw;
  }
}

@media screen and (max-width: 640px) {
  .Btn03 {
    width: 89%;
    font-size: 4.84375vw;
    padding: 3.6vw 4vw 3.3vw 0;
    border-radius: 1.3vw;
  }
}

.Btn04 {
  display: block;
  width: 43%;
  margin: 0 auto 6%;
  padding: 15px 10px 13px 0;
  background: url(../img/common_arrow_wh_01.svg) no-repeat, #2C955A;
  background-position: 93% 50%;
  background-size: 10%;
  font-size: 1.25rem;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .Btn04 {
    padding: 1.31694vw 0.87796vw 1.14135vw 0;
    font-size: 1.75593vw;
    border-radius: 0.43898vw;
  }
}

@media screen and (max-width: 640px) {
  .Btn04 {
    width: 100%;
    padding: 3vw 3.8vw 2.8vw 0;
    font-size: 5.4vw;
    border-radius: 1.8vw;
    background: url(../img/common_arrow_wh_01.svg) no-repeat, #2C955A;
    background-position: 94.9% 50%;
    background-size: 8.6%;
  }
}

.Btn04:visited, .Btn04:link {
  color: #FFF;
}

.Breadcrumb {
  letter-spacing: -.4rem;
}

@media screen and (max-width: 640px) {
  .Breadcrumb {
    line-height: 1;
  }
}

.BreadcrumbWrap {
  padding: 4.6% 0 0 5.1%;
  overflow-x: scroll;
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .BreadcrumbWrap {
    padding: 0;
    margin: 0 0 14.3%;
  }
}

.Breadcrumb span,
.Breadcrumb a, .Breadcrumb a:visited {
  color: #2B2B2B;
  font-size: 3.6vw;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .Breadcrumb span,
  .Breadcrumb a, .Breadcrumb a:visited {
    line-height: 1;
    font-size: 3.1vw;
  }
}

.Breadcrumb__item {
  letter-spacing: normal;
  display: inline-block;
  position: relative;
  padding: 0 6.6vw 0 0;
  line-height: 1.5;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .Breadcrumb__item {
    line-height: 1;
    padding: 0 5.9vw 0 0;
  }
}

.Breadcrumb__item::after {
  content: "";
  position: absolute;
  right: 3vw;
  top: 50%;
  display: block;
  border-right: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  width: 1.5vw;
  height: 1.5vw;
  margin: -0.75vw 0 0;
  transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
  .Breadcrumb__item::after {
    right: 3.1vw;
    margin: -.25vw 0 0;
    transform: scale(1.8, 0.6) rotate(-45deg);
  }
}

.Breadcrumb__item:last-child::after {
  display: none;
}

.Breadcrumb__item br {
  display: none;
}

@media screen and (min-width: 641px) {
  .Breadcrumb {
    letter-spacing: -.4rem;
  }
  .BreadcrumbWrap {
    padding: 6px 20px 0;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 1140px;
    margin: 0 auto 5.3%;
  }
}

@media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1139px) {
  .BreadcrumbWrap {
    padding: 2.72169vw 1.75593vw 0;
  }
}

@media screen and (min-width: 641px) {
  .Breadcrumb span,
  .Breadcrumb a, .Breadcrumb a:visited {
    color: #707070;
    font-size: 1rem;
  }
}

@media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1139px) {
  .Breadcrumb span,
  .Breadcrumb a, .Breadcrumb a:visited {
    font-size: 1.05356vw;
  }
}

@media screen and (min-width: 641px) {
  .Breadcrumb__item {
    letter-spacing: normal;
    display: inline-block;
    position: relative;
    padding: 0 28px 0 0;
    line-height: 1.5;
    vertical-align: middle;
  }
}

@media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1139px) {
  .Breadcrumb__item {
    padding: 0 1.75593vw 0 0;
  }
}

@media screen and (min-width: 641px) {
  .Breadcrumb__item::after {
    border-color: #707070;
    right: 12px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
    transform: rotate(-45deg) skewY(18deg) skewX(18deg);
  }
}

@media screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1139px) {
  .Breadcrumb__item::after {
    right: 0.70237vw;
    width: 0.70237vw;
    height: 0.70237vw;
    margin: -0.26339vw 0 0;
  }
}

/*Noto Serif*/
.u-NotoSerif {
  font-family: "NotoSerifCJKjp", serif;
  font-weight: 400;
}

/*Noto Sans*/
.u-NotoSans {
  font-family: "NotoSansCJKjp", serif;
  font-weight: 400;
}

/*Julius Sans One*/
.u-Julius {
  font-family: "Julius Sans One";
}

.u-dispNone {
  display: none;
}

/*要素表示・非表示*/
@media screen and (min-width: 641px) {
  .u-sp_dispBlock, .u-sp_dispInBlock, .u-sp_dispInline, .u-sp_dispFlex {
    display: none;
  }
  .u-pc_dispBlock {
    display: block;
  }
  .u-pc_dispInBlock {
    display: inline-block;
  }
  .u-pc_dispInline {
    display: inline;
  }
  .u-pc_dispFlex {
    display: flex;
  }
  .u-tab_dispBlock {
    display: none;
  }
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .u-tab_dispBlock {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .u-tab_dispBlock {
    display: none;
  }
  .u-pc_dispBlock, .u-pc_dispInBlock, .u-pc_dispInline, .u-pc_dispFlex {
    display: none;
  }
  .u-sp_dispBlock {
    display: block;
  }
  .u-sp_dispInBlock {
    display: inline-block;
  }
  .u-sp_dispInline {
    display: inline;
  }
  .u-sp_dispFlex {
    display: flex;
  }
}

.u-Popup {
  background: #F0ECE4;
  max-width: 684px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 15px 15px 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .u-Popup {
    max-width: 60.05268vw;
    border-radius: 0.87796vw;
    padding: 1.31694vw 1.31694vw 0;
  }
}

@media screen and (max-width: 640px) {
  .u-Popup {
    max-width: 89vw;
    padding: 3.7vw;
  }
}

.u-PopupWrap {
  position: relative;
  max-width: 684px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .u-PopupWrap {
    max-width: 60.05268vw;
  }
}

@media screen and (max-width: 640px) {
  .u-PopupWrap {
    max-width: 89vw;
    margin: 0 auto;
  }
}

.u-Popup__text {
  color: #fff;
  background: #2C955A;
  text-align: center;
  border-radius: 5px;
  font-size: 1.312rem;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .u-Popup__text {
    font-size: 1.84372vw;
  }
}

@media screen and (max-width: 640px) {
  .u-Popup__text {
    font-size: 5.2vw;
    padding: 1.5vw 0;
  }
}

.u-PopupTable__head, .u-PopupTable__data {
  font-size: 1.062rem;
  border-bottom: 1px dashed #2b2b2b;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .u-PopupTable__head, .u-PopupTable__data {
    font-size: 1.49254vw;
  }
}

.u-PopupTable__head--03, .u-PopupTable__data--03 {
  border: none;
}

.u-PopupTable__head {
  font-weight: 500;
  vertical-align: middle;
  text-align: left;
  width: 44%;
  padding: 4% 4% 4% 5.2%;
}

@media screen and (max-width: 640px) {
  .u-PopupTable__head {
    width: 35%;
    padding: 4.5vw 0 4.5vw 3.1vw;
    font-size: 3.28125vw;
  }
}

.u-PopupTable__data {
  width: 56%;
  padding: 4% 0;
}

@media screen and (max-width: 640px) {
  .u-PopupTable__data {
    width: 65%;
    font-size: 3.90625vw;
    padding: 4.5vw 0 4.5vw 0;
  }
}

.u-PopupClose {
  position: absolute;
  width: 45px;
  height: 45px;
  right: -8px;
  top: -51px !important;
  pointer-events: none;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .u-PopupClose {
    width: 3.95083vw;
    height: 3.95083vw;
    right: -0.70237vw;
    top: -4.47761vw;
  }
}

@media screen and (max-width: 640px) {
  .u-PopupClose {
    width: 10vw;
    height: 10vw;
    right: 0;
    top: -10vw;
  }
}

.u-PopupClose__arrow {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  top: -50%;
}

@media screen and (max-width: 640px) {
  .u-PopupClose__arrow {
    top: -13vw;
    pointer-events: none;
  }
}

.u-PopupClose__arrow::before, .u-PopupClose__arrow::after {
  content: "";
  width: 45px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  left: 0;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .u-PopupClose__arrow::before, .u-PopupClose__arrow::after {
    width: 3.95083vw;
    height: 0.17559vw;
  }
}

@media screen and (max-width: 640px) {
  .u-PopupClose__arrow::before, .u-PopupClose__arrow::after {
    width: 10vw;
  }
}

.u-PopupClose__arrow::after {
  transform: rotate(-45deg);
}

.l-Content {
  padding: 209px 20px 129px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .l-Content {
    padding: 18.333vw 1.754vw 11.316vw;
  }
}

@media screen and (max-width: 640px) {
  .l-Content {
    padding: 23.3vw 5.46875vw;
  }
  .home .l-Content, .y .l-Content {
    padding: 23.3vw 0;
  }
}

.single-product .l-Content, .single-product_y .l-Content {
  background: #F0ECE4;
}

@media screen and (max-width: 640px) {
  .l-Content {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .l-Content::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/top/top_search_bg_sp_01.png) no-repeat;
    background-size: contain;
    width: 100vw;
    height: 24vw;
    top: 30vw;
    left: 0;
    pointer-events: none;
  }
  .home .l-Content::after, .y .l-Content::after, .search .l-Content::after {
    content: none;
  }
}

.l-Content--inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .l-Content--inner {
    padding: 0 1.754vw;
  }
}

@media screen and (max-width: 640px) {
  .l-Content--inner {
    padding: 0;
  }
}

.l-Content--inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 170px;
  height: 180px;
  top: -98px;
  left: -100px;
  background: url(../img/common_deco_01_pc.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) and (max-width: 1139px) {
  .l-Content--inner::before {
    width: 14.912vw;
    height: 15.79vw;
    top: -8.597vw;
    left: -8.772vw;
  }
}

@media screen and (max-width: 640px) {
  .l-Content--inner::before {
    display: none;
  }
}

.home .l-Content--inner::before, .y .l-Content--inner::before {
  content: none;
}

.l-Flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-Main {
  flex: 0 1 67.7272727%;
}

.search .l-Main {
  flex: 0 1 68.226%;
}

@media screen and (max-width: 640px) {
  .l-Main {
    flex: 0 1 100%;
  }
  .search .l-Main {
    flex: 0 1 100%;
  }
}

.l-Side {
  flex: 0 1 28.090909%;
}

@media screen and (max-width: 640px) {
  .l-Side {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */