@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-weight: 500;
}

* {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.none {
  display: none !important;
}

.not {
  pointer-events: none !important;
}

body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
}

.justload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.trc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%);
}

.fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}

.w640 {
  width: 640rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w640 {
    width: 310rem;
  }
}

.def__p {
  line-height: 150%;
  font-size: max(12rem, 12px);
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  .def__p {
    font-size: 16rem;
    line-height: 24rem;
  }
}

.ons__up {
  transform: translate(0, 30px);
  opacity: 0;
}

.onscreen .ons__up,
.onscreen.ons__up {
  transition: all 1500ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
  transform: translate(0, 0px);
  opacity: 1;
}

.ons__role {
  transform: translate(0, 30px) rotateY(90deg) rotateZ(20deg);
  opacity: 0;
  transform-origin: 80% 80%;
}

.onscreen .ons__role,
.onscreen.ons__role {
  transition: all 1500ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
  transform: translate(0, 0px) rotateY(0deg);
  opacity: 1;
}

.bodybg {
  pointer-events: none;
  z-index: 100000;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.hov__sc {
  transform-origin: center center;
  transition: all 400ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
}
@media (hover: hover) and (pointer: fine) {
  .hov__sc:hover {
    opacity: 0.6;
    transform: scale(1.1, 1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hov__sc:hover {
    opacity: 0.6;
    transform: scale(1.1, 1.1);
  }
}

.hov__sc2 {
  transform-origin: center center;
  transition: all 400ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
}
@media (hover: hover) and (pointer: fine) {
  .hov__sc2:hover {
    opacity: 0.9;
    transform: scale(1.03, 1.03);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hov__sc2:hover {
    opacity: 0.9;
    transform: scale(1.03, 1.03);
  }
}

.hov__slide {
  transition: all 400ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
}
@media (hover: hover) and (pointer: fine) {
  .hov__slide:hover {
    transform: translate(20%, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hov__slide:hover {
    transform: translate(20%, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover .hov__slide {
    transform: translate(20%, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:hover .hov__slide {
    transform: translate(20%, 0);
  }
}

.hov__slide2 {
  transition: all 400ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
}
@media (hover: hover) and (pointer: fine) {
  .hov__slide2:hover {
    transform: translate(10rem, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hov__slide2:hover {
    transform: translate(10rem, 0);
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover .hov__slide2 {
    transform: translate(10rem, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:hover .hov__slide2 {
    transform: translate(10rem, 0);
  }
}

@font-face {
  font-family: "Optima LT W04 Roman";
  src: url("./../fonts/5962254/cf5e912a-25b2-4f77-a4fc-d8ff36cf891d.woff2") format("woff2"), url("./../fonts/5962254/6c4db7fc-5154-4b66-8fd1-0978db11f68b.woff") format("woff");
}
html {
  font-size: 0.1vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2564102564vw;
  }
}

body {
  font-family: "Optima LT W04 Roman";
  color: #002c37;
}
body * {
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  body * {
    letter-spacing: 0;
  }
}

.mind {
  font-family: "Mindstay-Regular", Helvetica, Arial, Sans-Serif;
  -moz-font-feature-settings: "aalt=0,dlig=0,liga=0,salt=0,ss01=0,ss02=0,ss03=0";
}

/*para*/
.para {
  overflow: hidden;
}
.para__in {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 115%;
  background-size: cover;
  background-position: center center;
  transform: translate(0, -50%);
}
.para__not .para__in {
  height: 100%;
}

body:not(.loaded) .animate-letter {
  opacity: 0;
}

.animate-letter span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0.5em, 0, 0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
}

body:not(.loaded) .animate-letter span {
  transition-delay: 0 !important;
}

.loaded .animate-letter.onscreen span {
  opacity: 1;
  transform: translateZ(0);
  transition: transform 1s, opacity 1s;
}

/*hov*/
.hov__zoom {
  overflow: hidden;
  transform-origin: center center;
}
.hov__zoom__in {
  transition: all 800ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
  transform: scale(1.001);
}
@media (hover: hover) and (pointer: fine) {
  .hov__zoom:hover .hov__zoom__in {
    transform: scale(1.04);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hov__zoom:hover .hov__zoom__in {
    transform: scale(1.04);
  }
}

/*footnav*/
.footnav {
  z-index: 20;
  margin-top: -35rem;
  margin-bottom: 30rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  /*  clip-path: url(#footmask-clip);*/
  clip-path: url(#footmask-clip_2);
}
@media screen and (max-width: 768px) {
  .footnav {
    clip-path: url(#footmask-clip__sp_2);
  }
}
.footnav__a {
  background: #000;
  position: relative;
  width: 33.3333333333%;
  width: 25%;
  display: inline-block;
  height: 153rem;
  height: 187rem;
}
@media screen and (max-width: 768px) {
  .footnav__a {
    width: 50%;
    height: 138rem;
  }
  .footnav__a:nth-child(3) .footnav__a__text, .footnav__a:nth-child(4) .footnav__a__text {
    margin-top: -8rem;
  }
}
.footnav__a__in {
  opacity: 0.5;
  background-size: cover;
  background-position: center center;
}
@media (hover: hover) and (pointer: fine) {
  .footnav__a:hover .hov__zoom__in {
    opacity: 0.9;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footnav__a:hover .hov__zoom__in {
    opacity: 0.9;
  }
}
.footnav__a__text {
  color: #fff;
  font-size: 30rem;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .footnav__a__text {
    font-size: 28rem;
    width: 100%;
    text-align: center;
  }
}

.xwrap {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

body:not(.loaded) .only_loaded {
  display: none !important;
}

.hoverslot {
  overflow: hidden;
  position: relative;
  display: block;
}
.hoverslot__cont {
  transition: all 600ms cubic-bezier(0.71, 0.065, 0.145, 0.995);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hoverslot__cont + .hoverslot__cont {
  top: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .hoverslot:hover .hoverslot__cont {
    transform: translate(0, -100%);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hoverslot:hover .hoverslot__cont {
    transform: translate(0, -100%);
  }
}

.header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  height: 77px;
}
.header__bg {
  width: 1000px;
  min-width: 100%;
  height: 77px;
  position: absolute;
  top: -2px;
  left: 0;
  transform-origin: center top;
  transform: scale(1.01);
}
@media screen and (max-width: 768px) {
  .header__bg {
    width: 100%;
  }
}
.header__logo {
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  top: 5px;
  left: 7px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header__logo {
    top: 7px;
    left: 6px;
  }
}

/*menu*/
.menu__button {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 1000;
}
.menu__button__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 500ms cubic-bezier(0.36, 0.005, 0.05, 0.98);
}
.menu__button__1 {
  transform: translate(-50%, -50%) translate(0, -8px);
}
.menu__button__3 {
  transform: translate(-50%, -50%) translate(0, 8px);
}

.menu__open .menu__button__line {
  background: #214533;
}
.menu__open .menu__button__1, .menu__open .menu__button__2 {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.2, 1);
}
.menu__open .menu__button__3 {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1.2, 1);
}
.menu__open .menu {
  pointer-events: auto;
  padding-bottom: 0vh;
  transition: all 2000ms cubic-bezier(0.36, 0.005, 0.05, 0.98);
  opacity: 1;
}

.menu {
  transition: all 1200ms cubic-bezier(0.36, 0.005, 0.05, 0.98);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 800;
  background: rgba(0, 0, 0, 0.1);
  padding-bottom: 110vh;
}
.menu__area {
  padding-bottom: 100rem;
}
.menu__cont {
  width: 100%;
  background: #fff;
  position: relative;
  padding-bottom: 0rem;
  overflow: visible;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .menu__cont {
    padding-bottom: 65rem;
  }
}
.menu__cont__in {
  width: 900rem;
  margin: 0 auto;
  padding: 190rem 0 30rem 65rem;
}
@media screen and (max-width: 768px) {
  .menu__cont__in {
    width: 100%;
    padding: 125rem 0 35rem 62rem;
  }
}
.menu__bottom {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: -1px;
}
.menu__a__ac {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .menu__a__ac {
    display: block;
    margin-bottom: 9rem;
    margin-top: -9rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.36, 0.005, 0.05, 0.98);
  }
}
@media screen and (min-width: 769px) {
  .menu__a__ac {
    margin-left: 16rem;
  }
  .menu__a__ac + .menu__a__2, .menu__a__ac + .menu__a__1 {
    margin-left: 40rem;
  }
}
.menu__a__1 {
  font-size: 30rem;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .menu__a__1 {
    font-size: 26rem;
    margin-bottom: 22rem;
  }
}
@media screen and (min-width: 769px) {
  .menu__a__1 {
    margin-bottom: 27rem;
  }
  .menu__a__1 + .menu__a__2, .menu__a__1 + .menu__a__1 {
    margin-left: 40rem;
  }
}
.menu__a__2 {
  font-size: 14rem;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .menu__a__2 {
    width: 132rem;
    margin-bottom: 19rem;
  }
}
@media screen and (min-width: 769px) {
  .menu__a__2 {
    margin-top: 13rem;
  }
  .menu__a__2 + .menu__a__2 {
    margin-left: 21.8rem;
  }
}
.menu__share {
  font-size: 8rem;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .menu__share {
    margin-top: 30rem;
  }
}
.menu__share span {
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .menu__share span {
    margin-right: 10rem;
  }
}
.menu__sns {
  width: 28rem;
  height: 28rem;
  display: block;
}
.menu__sns img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .menu__a__ac__ocha .menu__a__2 {
    width: 103rem;
  }
}
.menu__logo {
  position: absolute;
  width: 68rem;
  bottom: -8rem;
  right: 40rem;
}
@media screen and (max-width: 768px) {
  .menu__logo {
    right: 38rem;
    bottom: -18rem;
    width: 85rem;
  }
}

@media screen and (min-width: 769px) {
  .menu__a__mpc {
    margin-left: 40rem;
  }
}
.menu__open .menu__a__ac__button {
  opacity: 1;
  transition: all 1200ms cubic-bezier(0.36, 0.005, 0.05, 0.98);
  transition-delay: 0.5s;
}

.menu__a__ac__button {
  transition: all 200ms cubic-bezier(0.36, 0.005, 0.05, 0.98);
  transition-delay: 0s;
  opacity: 0;
  display: inline-block;
  margin-left: 2rem;
  width: 26rem;
  height: 26rem;
  position: relative;
  cursor: pointer;
}
.menu__a__ac__button:before {
  transition: all 300ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
  display: block;
  content: "";
  border: solid 1px #002c36;
  border-width: 1px 1px 0 0;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.menu__a__ac__button.menu__a__ac__open:before {
  transform: translate(-50%, -20%) rotate(-45deg);
}

.menu__a__ac__open + .menu__a__ac {
  transition: all 1200ms cubic-bezier(0.36, 0.005, 0.05, 0.98);
  max-height: 200rem;
  opacity: 1;
}

/*ani__up*/
.menu__cont__in .ani__up {
  overflow: hidden;
}
.menu__cont__in .ani__up2 {
  overflow: hidden;
}
.menu__cont__in .ani__up__in {
  transition: all 100ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
  display: inline-block;
  transform: translate(0, 200%);
}

.footer .ani__up {
  overflow: hidden;
}
.footer .ani__up2 {
  overflow: hidden;
}
.footer .ani__up__in {
  display: inline-block;
  transition: all 800ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
  transform: translate(0, 200%);
}
.footer .onscreen .ani__up__in {
  transform: translate(0, 0);
  transition: all 800ms cubic-bezier(0.265, 0.045, 0.185, 0.94) !important; /* custom */
}

.menu__open .ani__up__in {
  transition: all 800ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
  transform: translate(0, 0);
}

.menu__clb {
  cursor: pointer;
}

.footer {
  position: relative;
}
.footer__in {
  padding-left: 90rem;
  padding-top: 18rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .footer__in {
    padding-top: 15rem;
    padding-left: 40rem;
  }
}
.footer .menu__a__ac__button {
  opacity: 1;
}
.footer .no_footer {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .footer .no_footer__pc {
    display: none !important;
  }
  .footer .menu__a__1 {
    letter-spacing: 0;
    font-size: 18rem;
  }
  .footer .menu__a__2 {
    letter-spacing: 0;
    font-size: 10rem;
    margin-top: 7rem;
  }
  .footer .menu__a__1fl {
    margin-left: 34rem;
  }
  .footer .menu__a__mpc,
  .footer .menu__a__ac + .menu__a__1,
  .footer .menu__a__1 + .menu__a__1 {
    margin-left: 37rem;
  }
  .footer .menu__a__2 + .menu__a__2 {
    margin-left: 10.8rem;
  }
  .footer .menu__a__ex {
    margin-left: 28rem !important;
  }
}
.footer__copy {
  position: absolute;
  right: 15rem;
  bottom: 15rem;
  font-size: 10rem;
  transform-origin: 100% 100%;
  transform: scale(0.7);
}
@media screen and (max-width: 768px) {
  .footer__copy {
    bottom: 10rem;
    width: 200%;
    font-size: 20rem;
    transform: scale(0.45);
    transform-origin: 0% 100%;
    right: auto;
    left: 20rem;
  }
}
.footer__privacy {
  font-size: 20rem;
  transform: scale(0.4);
  transform-origin: 100% 100%;
  position: absolute;
  bottom: 15rem;
  right: 253rem;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .footer__privacy {
    transform: scale(1);
    font-size: 12rem;
    right: auto;
    left: 20rem;
    bottom: 38rem;
  }
}
.footer .menu__share {
  justify-content: flex-end;
  margin-right: 55rem;
  margin-top: -49rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .footer .menu__share {
    margin-top: 20rem;
    margin-bottom: 0;
    margin-right: 28rem;
  }
}

.menu__a__1,
.menu__a__2 {
  position: relative;
}
.menu__a__1:after,
.menu__a__2:after {
  transition: all 400ms cubic-bezier(0.36, 0.005, 0.05, 0.98);
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #002c37;
  content: "";
  display: block;
  transform: translate(-120%, 0);
}
@media (hover: hover) and (pointer: fine) {
  .menu__a__1:hover:after,
  .menu__a__2:hover:after {
    transform: translate(0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu__a__1:hover:after,
  .menu__a__2:hover:after {
    transform: translate(0, 0);
  }
}

.card {
  display: block;
  background: #cee;
  border-radius: 10rem;
  text-align: center;
  background-color: #fff;
  position: relative;
  width: 120rem;
  height: 210rem;
}
.card__th {
  position: absolute;
  top: 10rem;
  top: 14rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 160rem;
  height: 160rem;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 2;
}
.card__th__in {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card__b {
  position: absolute;
  bottom: 200rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 120rem;
  height: 6rem;
}
.card__g {
  width: 100%;
  position: absolute;
  bottom: 213rem;
  font-size: 20rem;
  text-transform: uppercase;
}
.card__h {
  width: 100%;
  position: absolute;
  bottom: 60rem;
  height: 140rem;
  font-size: 20rem;
}
.card__h__in {
  padding: 0 5rem;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  line-height: 22rem;
  font-size: 20rem;
}
.card__c {
  line-height: 22rem;
  font-size: 20rem;
  text-align: center;
  padding: 0 5rem 14rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0rem;
}

@media screen and (max-width: 768px) {
  .card_slider {
    margin-left: 40rem;
  }
}
.card_slider .slick-list {
  overflow: visible;
}
.card_slider .card {
  margin: 0 5rem;
  color: #222222;
}
.card_slider__bottom {
  width: 800px;
  max-width: 100%;
  max-width: calc(100% - 66px);
  margin: 0 auto;
  position: relative;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .card_slider__bottom {
    height: 96px;
  }
}

.card_slider_g .card {
  background: rgb(229, 229, 229) !important;
  color: #000 !important;
}

.card.c_matcha .card__g {
  color: #0a5046 !important;
}
.card.c_matcha .card__b {
  background-color: #0a5046 !important;
}
.card.c_gyokuro .card__g {
  color: #108152 !important;
}
.card.c_gyokuro .card__b {
  background-color: #108152 !important;
}
.card.c_sencha .card__g {
  color: #308c18 !important;
}
.card.c_sencha .card__b {
  background-color: #308c18 !important;
}
.card.c_hojicha .card__g {
  color: #800a00 !important;
}
.card.c_hojicha .card__b {
  background-color: #800a00 !important;
}
.card.c_genmaicha .card__g {
  color: #806e01 !important;
}
.card.c_genmaicha .card__b {
  background-color: #806e01 !important;
}
.card.c_other .card__g {
  color: #5f8000 !important;
}
.card.c_other .card__b {
  background-color: #5f8000 !important;
}

.card_slider {
  display: block;
}

.card_slider__foot {
  padding-top: 26rem;
  text-align: right;
}
.card_slider__foot a {
  font-size: 18rem;
  color: #fff;
}
.card_slider__foot img {
  width: 20rem;
  height: 20rem;
  display: inline-block;
  position: relative;
  top: 3rem;
  margin-left: 9rem;
}
@media screen and (max-width: 768px) {
  .card_slider__foot {
    padding-top: 31rem;
    padding-right: 40rem;
  }
}

.card__scale {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  height: 230%;
  transform-origin: 0 0;
  transform: scale(0.5);
}

@media screen and (max-width: 768px) {
  .prd__new .card {
    width: 180rem;
    height: 188rem;
  }
  .prd__new .card__th {
    top: 16rem;
  }
  .prd__new .card__h {
    height: 90rem;
  }
  .prd__new .card__b {
    bottom: 147rem;
  }
  .prd__new .card__g {
    bottom: 158rem;
  }
}
.ons__card {
  opacity: 0;
  transform: translate(0, 30px) rotateY(180deg) rotateZ(5deg);
}
.ons__card.onscreen {
  transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  opacity: 1;
  transform: none;
}
@media (hover: hover) and (pointer: fine) {
  .ons__card.onscreen:hover {
    transform: scale(0.95, 0.95);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ons__card.onscreen:hover {
    transform: scale(0.95, 0.95);
  }
}

.sodal__bg {
  z-index: 1500;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
.sodal__close {
  z-index: 50;
  cursor: pointer;
  position: absolute;
  width: 24rem;
  height: 24rem;
  top: 20rem;
  right: 20rem;
}
.sodal__close:before, .sodal__close:after {
  background-color: #204533;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sodal__close:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.sodal__cont {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  height: 800rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  background: #fff;
  width: 340rem;
  max-height: calc(100% - 200rem);
  border-radius: 10rem;
}
.sodal__cont__main {
  position: relative;
  height: 130%;
  z-index: 1;
  overflow: auto;
  padding-bottom: 200rem;
}
.sodal__cont__in {
  padding: 43rem 33rem;
}
.sodal__cont__h {
  padding-top: 23rem;
  font-size: 25rem;
  margin-bottom: 7rem;
}
.sodal__cont__p {
  height: 47rem;
  border-bottom: solid 1rem #ececec;
  font-size: 16rem;
  padding-top: 15rem;
  cursor: pointer;
}

.card__hide {
  display: none !important;
}

.c_select {
  color: #f00;
}

[sortpop_on="1"] [sortcont="1"],
[sortpop_on="2"] [sortcont="2"],
[sortpop_on="3"] [sortcont="3"],
[sortpop_on="1"] .sodal__bg,
[sortpop_on="2"] .sodal__bg,
[sortpop_on="3"] .sodal__bg {
  opacity: 1;
  pointer-events: auto;
}

.sodal__nav {
  z-index: 20;
  position: absolute;
  right: 0rem;
  width: 30rem;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
}
.sodal__nav__box {
  width: 100%;
  cursor: pointer;
  font-size: 10rem;
  padding: 3rem 0;
}

.vodal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1500;
}
.vodal__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vodal__close {
  z-index: 50;
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}
.vodal__close:before, .vodal__close:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.vodal__close:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.vodal__area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 90vh;
}
@media screen and (max-width: 768px) {
  .vodal__area {
    width: 100%;
  }
}

.vodal-video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vodal-video-container {
  position: relative;
  max-width: 160vh;
  width: 100%;
  padding-bottom: 56.25%;
}

.vodal-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[vodal_as=t] .vodal-video-container {
  max-width: 50.625vh;
  padding-bottom: 177.777%;
}

[vodal_on] {
  cursor: pointer;
}

.vodal_on .vodal {
  opacity: 1;
  pointer-events: auto;
}

/*with text*/
.vodal-video-text {
  display: none;
}

body.vtext__on .vodal__area .vodal_off {
  display: none;
}
body.vtext__on .vodal {
  overflow: auto;
}
body.vtext__on .vodal .vodal-video-wrapper {
  flex-wrap: wrap;
  overflow: auto;
  align-items: flex-start;
  padding: 10vh 0;
  height: auto;
}
body.vtext__on .vodal .vodal-video-text {
  display: block;
  color: #fff;
  font-size: 12rem;
  padding-left: 50rem;
  width: calc(100% - 45vh);
}
@media screen and (max-width: 768px) {
  body.vtext__on .vodal .vodal-video-text {
    width: 100%;
    padding: 30rem 8vw 0;
  }
}
body.vtext__on .vodal .vodal-video-text .vodal-vtitle {
  font-size: 40rem;
  margin-bottom: 16rem;
}
body.vtext__on .vodal .vodal-video-text .vodal-vtext {
  font-size: 16rem;
  line-height: 26rem;
}
@media screen and (max-width: 768px) {
  body.vtext__on .vodal .vodal-video-text .vodal-vtext {
    font-size: 15rem;
  }
}
body.vtext__on .vodal .vodal-video-text .vodal-vlink {
  font-size: 12rem;
  line-height: 22rem;
  margin-top: 20rem;
}
body.vtext__on .vodal .vodal-video-text .vodal-vlink a {
  display: inline-block;
  margin-right: 20rem;
}
body.vtext__on .vodal .vodal-video-container {
  height: 80vh;
  max-height: 80vw;
  width: 45vh;
  max-width: 45vw;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  body.vtext__on .vodal .vodal-video-container {
    height: 50vw;
    width: 50vw;
  }
}
body.vtext__on .vodal .vodal__area {
  height: 100%;
  overflow: auto;
}

[temp=index] {
  /*topslick*/
}
[temp=index] .block__area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
[temp=index] .block__area:after {
  content: "";
  width: 450rem;
  height: 1px;
  display: block;
  margin: 10rem;
}
[temp=index] .block__area__wrap {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  /*      background-image: url(./../img_23/top__bg__pc.svg);*/
  /*min-height: 1517rem;*/
  margin-top: -1rem;
  padding-bottom: 230rem;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__area__wrap {
    padding-bottom: 60rem;
    padding-top: 41rem;
    /*        background-image: url(./../img_23/top__bg__sp.svg);*/
    /*min-height: 2480rem;*/
  }
}
[temp=index] .block__area__wrap__bg {
  margin-top: 2px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
[temp=index] .block__box {
  width: 450rem;
  height: 280rem;
  margin: 10rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
[temp=index] .block__box__vid {
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__box {
    width: 350rem;
    height: 215rem;
    margin: 10rem;
  }
}
[temp=index] .block__box.block__box__half {
  width: 215rem;
  height: 280rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__box.block__box__half {
    width: 165rem;
    height: 215rem;
  }
}
[temp=index] .block__box.block__box__half.block__box__min .block__card__h3 {
  font-size: 20rem;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__box.block__box__half.block__box__min .block__card__h3 {
    font-size: 20rem;
  }
}
[temp=index] .block__box.block__box__half .block__card__h3 {
  font-size: 26rem;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__box.block__box__half .block__card__h3 {
    font-size: 30rem;
  }
}
[temp=index] .block__dark {
  background: #000;
  z-index: 5;
  opacity: 0;
}
[temp=index] .block__card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10rem;
  z-index: 1;
}
[temp=index] .block__card__in {
  padding: 21rem 0 0 20rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__card__in {
    padding: 15rem 0 0 15rem;
  }
}
[temp=index] .block__card__h3 {
  font-size: 40rem;
  font-weight: 500;
  line-height: 100%;
}
[temp=index] .block__card__h3 span {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__card__h3 {
    font-size: 34rem;
  }
}
[temp=index] .block__card__h4 {
  font-size: 20rem;
  font-weight: 500;
  line-height: 100%;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__card__h4 {
    margin-top: 5rem;
    font-size: 17rem;
  }
}
[temp=index] .block__card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86rem;
  height: 86rem;
  cursor: pointer;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  [temp=index] .block__card__play {
    width: 67rem;
    height: 67rem;
  }
}
[temp=index] .topslick {
  z-index: 10;
  width: 100%;
  height: 523rem;
  position: relative;
  /*  mask: url(./../img_23/topmask.svg); /* SVGマスクの参照 */
  clip-path: url(#clipping-path-1);
}
@media screen and (max-width: 768px) {
  [temp=index] .topslick {
    height: 490rem;
    clip-path: url(#clipping-path-2);
  }
}
[temp=index] .topslick__in {
  height: 100%;
}
[temp=index] .topslick__in .slick-list {
  height: 100%;
}
[temp=index] .topslick__in .slick-list * {
  height: 100%;
}
[temp=index] .topslick__box {
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
[temp=index] .topslick .slick-dotted.slick-slider {
  margin: 0;
}
[temp=index] .topslick .slick-dots {
  bottom: 27rem;
}
@media screen and (max-width: 768px) {
  [temp=index] .topslick .slick-dots {
    bottom: 40rem;
    transform: scale(0.83);
  }
}
[temp=index] .topslick .slick-dots *:before {
  color: #fff;
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  [temp=index] .topslick .slick-dots *:before {
    font-size: 10rem;
  }
}
[temp=index] .topslick .slick-dots li {
  margin: 0 2rem;
}
[temp=index] #topslick__mask__svg {
  position: absolute;
  top: 0;
  left: 0;
}
[temp=index] .top__head {
  padding-top: 173rem;
  background: #a3c280;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  [temp=index] .top__head {
    padding-top: 295rem;
    padding-top: 0;
  }
}
[temp=index] .top__logo {
  pointer-events: none;
  position: absolute;
  display: block;
  width: 253rem;
  top: 92rem;
  left: 92rem;
  top: 92rem;
  left: 92rem;
  opacity: 0;
  z-index: 200;
  top: 96rem;
  left: 137rem;
}
@media screen and (max-width: 768px) {
  [temp=index] .top__logo {
    width: 258em;
    top: 98rem;
    top: 80rem;
    left: 66rem;
  }
}
[temp=index] .top__mid {
  height: 173rem;
  width: 100%;
  margin-top: -100rem;
  background: #a3c280;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=index] .top__mid {
    height: 160rem;
    background: #85a280;
  }
}
[temp=index] .cartbadge {
  position: absolute;
  top: 385rem;
  right: 65rem;
  z-index: 50;
  width: 85rem;
  height: 85rem;
}
@media screen and (max-width: 768px) {
  [temp=index] .cartbadge {
    top: 229rem;
    top: 350rem;
    right: 18rem;
  }
}
[temp=index] .cartbadge #circ {
  transform-origin: 50% 50%;
  animation: 20s linear 0s infinite a_circ;
}
@keyframes a_circ {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
[temp=index] .ft__link {
  display: inline-block;
  margin: 8rem 0 0 2rem;
  font-size: 20rem;
}
[temp=index] .ft__link img {
  display: inline-block;
  position: relative;
  top: 4rem;
  left: 8rem;
  width: 24rem;
  height: 24rem;
}
[temp=index] .ft__card {
  position: absolute;
  top: 20rem;
  right: 20rem;
}
[temp=index] .ft__card .card {
  background: rgba(255, 255, 255, 0.8);
  transform-origin: 100% 0;
  transform: scale(1.145);
  width: 145rem;
}
@media screen and (max-width: 768px) {
  [temp=index] .ft__card .card {
    transform: scale(0.85);
  }
}
[temp=index] .top__mid__a {
  position: absolute;
  top: 95rem;
  display: block;
  right: 40rem;
  width: 276rem;
  height: 40rem;
}
@media screen and (min-width: 769px) {
  [temp=index] .top__mid__a {
    top: 79rem;
    width: 329rem;
    height: 44rem;
  }
}
[temp=index] .top__mid p {
  display: block;
  position: absolute;
  font-size: 10.5rem;
  line-height: 14rem;
  top: 141rem;
  width: 276rem;
  right: 40rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  [temp=index] .top__mid p {
    font-size: 13rem;
    line-height: 16rem;
    top: 130rem;
    width: 329rem;
    right: 40rem;
  }
}
[temp=index] [bid="12"] {
  height: 188rem;
  text-align: center;
}
[temp=index] [bid="12"] .block__card__in {
  padding-left: 0;
}
[temp=index] [bid="12"] .block__card__h3 {
  padding-top: 15rem;
  font-size: 40rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  [temp=index] [bid="12"] .block__card__h3 {
    padding-top: 21rem;
    font-size: 36rem;
  }
}
[temp=index] [bid="12"] a {
  margin-top: 9rem;
  width: 183rem;
  height: 43rem;
  border-radius: 22rem;
  background: #ff7c3b;
  display: inline-block;
  font-size: 16rem;
  color: #fff;
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  [temp=index] [bid="12"] a {
    padding-top: 18rem;
    width: 220rem;
    height: 53rem;
    border-radius: 27rem;
    font-size: 18rem;
  }
}
[temp=index] .by__text {
  font-size: 16rem;
}
[temp=index] .lvideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background: #fff;
  z-index: 5000;
}
[temp=index] .lvideo__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 4000;
}
[temp=index] .vid_end .lvideo__bg {
  display: none !important;
}
[temp=index] .vid_end .fvid_tea {
  opacity: 0;
  transition: all 2500ms cubic-bezier(0.455, 0.03, 0.115, 0.98); /* custom */
  transition-delay: 500ms;
}
[temp=index] .vid_end .top__logo {
  opacity: 1;
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.115, 0.98); /* custom */
  transition-delay: 1000ms;
}
[temp=index] .vid_end .top__head {
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.115, 0.98); /* custom */
  transition-delay: 1000ms;
  background: #246547;
  background: #a3c280;
}
[temp=index] .fvid_tea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.56vw;
}
@media screen and (max-width: 768px) {
  [temp=index] .fvid_tea {
    width: 200%;
    height: 113.12vw;
  }
}
[temp=index] .block__area__wrap {
  position: relative;
}
[temp=index] .svga {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
[temp=index] .block__card__chimei {
  position: absolute;
  font-size: 12rem;
  bottom: 20rem;
  left: 0;
  background: #000;
  z-index: 10;
  color: #fff;
  padding: 5rem 5rem 3rem;
  display: none;
}
[temp=index] .ma__new .block__card__chimei,
[temp=index] .ma__rand .block__card__chimei {
  display: block;
}
[temp=index] [bid=wgta] .block__card__h3 {
  font-size: 38rem;
}
@media screen and (max-width: 768px) {
  [temp=index] [bid=wgta] .block__card__h3 {
    font-size: 34rem;
  }
}
[temp=index] .go_text .block__card__in {
  height: 100%;
  padding: 21rem 20rem 0rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=index] .go_text .block__card__in {
    padding: 15rem;
  }
}
[temp=index] .go_text .block__card__in .block__card__h4 {
  position: absolute;
  bottom: 14rem;
  left: 20rem;
  line-height: 112%;
}
@media screen and (max-width: 768px) {
  [temp=index] .go_text .block__card__in .block__card__h4 {
    left: 15rem;
    bottom: 9rem;
    font-size: 16rem;
  }
}

[temp=page-about] .about__head {
  padding-top: 106rem;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__head {
    padding-top: 93rem;
  }
}
[temp=page-about] .about__head h1 {
  font-size: 90rem;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: -12rem;
}
[temp=page-about] .about__head h1 span {
  letter-spacing: 0rem;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__head h1 {
    font-size: 81rem;
    line-height: 61rem;
    text-align: left;
    padding-left: 37rem;
    margin-bottom: -25rem;
  }
}
[temp=page-about] .about__head__kv {
  margin-top: -4.2vw;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__head__kv {
    margin-top: -10.2vw;
  }
}
[temp=page-about] .about__mid {
  position: relative;
  z-index: 10;
  padding-top: 40rem;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__mid {
    padding-top: 19rem;
  }
}
[temp=page-about] .about__mid__p {
  font-size: 11rem;
  text-align: center;
  line-height: 17rem;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__mid__p {
    padding-top: 13.5rem;
    line-height: 21rem;
    font-size: 13rem;
    text-align: left;
  }
}
[temp=page-about] .about__mid__img {
  width: 100vw;
  margin: -6rem calc(50% - 50vw) 23rem;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__mid__img {
    margin: 12rem calc(50% - 50vw) 19rem;
  }
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__mid__img2 {
    width: 100vw;
    margin: 22rem calc(50% - 50vw) 0;
  }
}
[temp=page-about] .about__ac {
  margin-top: 16rem;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__ac {
    margin-top: 20rem;
  }
}
[temp=page-about] .about__ac:first-of-type {
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__ac:first-of-type {
    margin-top: 46rem;
  }
}
[temp=page-about] .about__ac__head {
  width: 100%;
  height: 70rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__ac__head {
    text-align: left;
  }
}
[temp=page-about] .about__ac__head h3 {
  font-size: 30rem;
  color: #fff;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__ac__head h3 {
    padding-left: 20rem;
    width: 100%;
    color: rgba(0, 0, 0, 0);
    z-index: 20;
  }
}
[temp=page-about] .about__ac__cont {
  max-height: 0;
  background: #e0e6e1;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
[temp=page-about] .about__ac__cont__in {
  padding: 19px;
}
[temp=page-about] .about__ac__cont h4 {
  font-size: 18rem;
  line-height: 27rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__ac__cont h4 {
    font-size: 21rem;
    line-height: 25rem;
  }
}
[temp=page-about] .about__ac__ar {
  margin-left: 20rem;
  width: 26rem;
  height: 26rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__ac__ar {
    position: absolute;
    right: 20rem;
    top: -4rem;
  }
}
[temp=page-about] .about__ac__ar:before {
  transition: all 300ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
  display: block;
  content: "";
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  width: 17rem;
  height: 17rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
[temp=page-about] .about__ac__open .about__ac__cont {
  max-height: 1000rem;
  transition: all 1500ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
}
[temp=page-about] .about__ac__open .about__ac__ar:before {
  transform: translate(-50%, 0%) rotate(-45deg);
}
[temp=page-about] .about__bottom {
  margin-top: -58rem;
  position: relative;
  height: 484rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__bottom {
    margin-top: -28rem;
    height: 750rem;
  }
}
[temp=page-about] .about__bottom__bg {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
[temp=page-about] .about__bottom__in {
  padding-top: 113rem;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__bottom__in {
    padding-top: 93rem;
  }
}
[temp=page-about] .about__bottom__in h2 {
  font-size: 24rem;
  text-align: center;
  margin-bottom: 30rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__bottom__in h2 {
    font-size: 18rem;
    padding-left: 68rem;
    text-align: left;
    letter-spacing: 0.05em;
    margin-bottom: 13rem;
  }
}
[temp=page-about] .about__bottom__ocha {
  width: 800rem;
  margin: 0 auto;
  position: relative;
  left: 38rem;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__bottom__ocha {
    width: 100%;
    padding-left: 13rem;
  }
}
[temp=page-about] .about__bottom__ocha__box {
  margin: 0 0 11rem;
  display: inline-block;
  width: 235rem;
  height: 90rem;
  font-size: 24rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__bottom__ocha__box {
    margin: 0 0 -8rem;
    font-size: 28rem;
    white-space: nowrap;
  }
}
[temp=page-about] .about__bottom__ocha__box * {
  vertical-align: middle;
}
[temp=page-about] .about__bottom__ocha__box__title {
  display: inline-block;
  height: 104rem;
  line-height: 104rem;
  vertical-align: middle;
  margin-left: -20rem;
  position: relative;
  letter-spacing: 0;
  padding-top: 2rem;
}
[temp=page-about] .about__bottom__ocha__box__img {
  display: inline-block;
  width: 104rem;
  height: 104rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
[temp=page-about] .about__bottom__ocha__box:nth-child(2), [temp=page-about] .about__bottom__ocha__box:nth-child(5) {
  width: 255rem;
}
[temp=page-about] .about__bottom__ocha__box__play {
  position: absolute;
  right: -28rem;
  top: 40%;
  width: 21.5rem;
  height: 21.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  [temp=page-about] .about__bottom__ocha__box__play {
    width: 32rem;
    height: 32rem;
    right: -39rem;
    top: 34%;
  }
}
[temp=page-about] .wimg {
  z-index: 10;
}

[temp=page-products] .prd__wrap {
  position: relative;
  background: #ccc;
  padding-bottom: 72rem;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__wrap {
    padding-bottom: 85rem;
  }
}
[temp=page-products] .prd__in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__in {
    width: 100%;
  }
}
[temp=page-products] .prd__head {
  padding-top: 103rem;
  height: 734rem;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__head {
    height: 1110rem;
    padding-top: 83rem;
    padding-left: 40rem;
  }
}
[temp=page-products] .prd__head h1 {
  font-size: 100rem;
  letter-spacing: -0.011em;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__head h1 {
    font-size: 80rem;
  }
}
[temp=page-products] .prd__head .def__p {
  letter-spacing: -0.011em;
  margin-top: -5rem;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__head .def__p {
    margin-top: -2rem;
    letter-spacing: -0.02em;
  }
}
[temp=page-products] .prd__head__tea__title {
  font-size: 18rem;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__head__tea__title {
    letter-spacing: 0;
    font-size: 20rem;
    line-height: 100%;
  }
}
[temp=page-products] .prd__head__tea__play {
  width: 21.5rem;
  height: 21.5rem;
  position: relative;
  left: 5rem;
  top: 5rem;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__head__tea__play {
    width: 24rem;
    height: 24rem;
  }
}
[temp=page-products] [prd__head__tea2] {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
}
[temp=page-products] [prd__head__tea2="1"] {
  top: 377rem;
  margin-left: 104rem;
}
[temp=page-products] [prd__head__tea2="2"] {
  top: 400rem;
  margin-left: -149rem;
}
[temp=page-products] [prd__head__tea2="3"] {
  top: 484rem;
  margin-left: -309rem;
}
[temp=page-products] [prd__head__tea2="4"] {
  top: 594rem;
  margin-left: -130rem;
}
[temp=page-products] [prd__head__tea2="5"] {
  top: 577rem;
  margin-left: 17rem;
}
[temp=page-products] [prd__head__tea2="6"] {
  top: 612rem;
  margin-left: 210rem;
}
@media screen and (max-width: 768px) {
  [temp=page-products] [prd__head__tea2="1"] {
    top: 404rem;
    margin-left: 50rem;
  }
  [temp=page-products] [prd__head__tea2="2"] {
    top: 605rem;
    margin-left: 46rem;
  }
  [temp=page-products] [prd__head__tea2="3"] {
    top: 704rem;
    margin-left: -128rem;
  }
  [temp=page-products] [prd__head__tea2="4"] {
    top: 827rem;
    margin-left: 30rem;
  }
  [temp=page-products] [prd__head__tea2="5"] {
    top: 906rem;
    margin-left: -174rem;
  }
  [temp=page-products] [prd__head__tea2="6"] {
    top: 1025rem;
    margin-left: 22rem;
  }
}
[temp=page-products] [prd__head__tea] {
  position: absolute;
  top: 400rem;
  left: 50%;
  width: 210rem;
  height: 210rem;
}
[temp=page-products] [prd__head__tea="1"] {
  width: 390rem;
  height: 390rem;
  top: 56rem;
  margin-left: -40rem;
}
[temp=page-products] [prd__head__tea="2"] {
  top: 228rem;
  margin-left: -193rem;
}
[temp=page-products] [prd__head__tea="3"] {
  top: 307rem;
  margin-left: -361rem;
}
[temp=page-products] [prd__head__tea="4"] {
  top: 417rem;
  margin-left: -181rem;
}
[temp=page-products] [prd__head__tea="5"] {
  top: 400rem;
  margin-left: -19rem;
}
[temp=page-products] [prd__head__tea="6"] {
  top: 438rem;
  margin-left: 154rem;
}
@media screen and (max-width: 768px) {
  [temp=page-products] [prd__head__tea] {
    position: absolute;
    top: 400rem;
    left: 50%;
    width: 230rem;
    height: 230rem;
  }
  [temp=page-products] [prd__head__tea="1"] {
    width: 330rem;
    height: 330rem;
    top: 266rem;
    margin-left: -230rem;
  }
  [temp=page-products] [prd__head__tea="2"] {
    top: 410rem;
    margin-left: 10rem;
  }
  [temp=page-products] [prd__head__tea="3"] {
    top: 509rem;
    margin-left: -190rem;
  }
  [temp=page-products] [prd__head__tea="4"] {
    top: 631rem;
    margin-left: -30rem;
  }
  [temp=page-products] [prd__head__tea="5"] {
    top: 707rem;
    margin-left: -245rem;
  }
  [temp=page-products] [prd__head__tea="6"] {
    top: 828rem;
    margin-left: -41rem;
  }
}
[temp=page-products] .prd__new h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30rem;
  margin-bottom: 31rem;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__new h2 {
    margin-bottom: 21rem;
  }
}
[temp=page-products] .prd__content__box {
  margin-top: 70rem;
}
[temp=page-products] .prd__content__head {
  color: #fff;
}
[temp=page-products] .prd__content__head__h {
  font-size: 70rem;
  line-height: 100%;
  text-transform: uppercase;
}
[temp=page-products] .prd__content__head__p {
  margin-bottom: 13rem;
}
[temp=page-products] .prd__new {
  margin-bottom: 92rem;
}
@media screen and (max-width: 768px) {
  [temp=page-products] .prd__content__box {
    margin-top: 42rem;
  }
  [temp=page-products] .prd__content__head {
    padding: 0 40rem;
  }
  [temp=page-products] .prd__content__head__p {
    height: 110rem;
  }
  [temp=page-products] .prd__content__head__p br {
    display: none;
  }
  [temp=page-products] .prd__new .card {
    width: 180rem;
    height: 180rem;
  }
  [temp=page-products] .prd__new .card__h {
    height: 90rem;
  }
  [temp=page-products] .prd__new {
    margin-bottom: 3rem;
  }
}
[temp=page-products] .prd__bg {
  z-index: 0;
  background-size: cover;
  background-position: center top;
}

[temp=page-policy] .po_head {
  padding-top: 100rem;
  width: 100%;
}
[temp=page-policy] .po_head__h {
  font-size: 100rem;
  margin-bottom: 50rem;
}
@media screen and (max-width: 768px) {
  [temp=page-policy] .po_head__h {
    font-size: 60rem;
  }
}
[temp=page-policy] .po_text {
  margin-bottom: 50rem;
}
[temp=page-policy] .po_foot {
  margin-bottom: 200rem;
}
[temp=page-policy] .po_cont a {
  text-decoration: underline;
}

[temp=single-ocha] .oc {
  width: 100%;
  position: relative;
}
[temp=single-ocha] .oc__sbg {
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
[temp=single-ocha] .oc__sbg__top {
  background-position: center top;
}
[temp=single-ocha] .oc__sbg__bottom {
  background-position: center bottom;
}
[temp=single-ocha] .oc__in {
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
[temp=single-ocha] .oc__head {
  color: #fff;
  padding-top: 103rem;
  height: 276rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__head {
    padding-top: 83rem;
    height: 500rem;
  }
}
[temp=single-ocha] .oc__head__kiri {
  position: absolute;
  right: -45rem;
  top: -100rem;
  width: 440rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__head__kiri {
    right: -225rem;
    top: 55rem;
    width: 524rem;
    z-index: 0;
  }
}
[temp=single-ocha] .oc__head__h {
  z-index: 10;
  text-transform: uppercase;
  font-size: 100rem;
  margin-bottom: -5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__head__h {
    font-size: 80rem;
    margin-bottom: -3rem;
  }
}
[temp=single-ocha] .oc__head__h span {
  letter-spacing: 0em;
}
[temp=single-ocha] .oc__head__p {
  position: relative;
  z-index: 3;
  width: 320rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__head__p {
    width: 180rem;
  }
  [temp=single-ocha] .oc__head__p br {
    display: none;
  }
}
[temp=single-ocha] .oc__info {
  height: 260rem;
  border-radius: 10rem;
  z-index: 1;
  overflow: hidden;
  position: relative;
  background: #cee;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__info {
    height: auto;
  }
}
[temp=single-ocha] .oc__comp {
  width: 370rem;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__comp {
    padding-top: 15rem;
    position: relative;
    width: 100%;
  }
}
[temp=single-ocha] .oc__comp__img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__comp__img {
    position: relative;
  }
}
[temp=single-ocha] .oc__comp__t {
  position: absolute;
  top: 10rem;
  height: 17rem;
  color: #fff;
  font-size: 12rem;
  line-height: 17re;
  padding: 3rem 5rem 0;
  border-radius: 5rem;
  width: 115rem;
}
[temp=single-ocha] .oc__comp__t__1 {
  left: 9rem;
}
[temp=single-ocha] .oc__comp__t__2 {
  left: 229rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__comp__t__2 {
    left: 185rem;
  }
}
[temp=single-ocha] .oc__comp__line {
  height: 240rem;
  border-left: dashed 1px #000;
  position: absolute;
  top: 10rem;
  left: 214rem;
  width: 0;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__comp__line {
    left: 175rem;
    height: 90%;
  }
}
[temp=single-ocha] .oc__desc {
  position: absolute;
  top: 0;
  right: 0;
  width: 270rem;
  height: 50%;
  color: #fff;
  font-size: 12rem;
  line-height: 20rem;
  padding: 14rem 19rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__desc {
    padding: 17rem 19rem;
    position: relative;
    width: 100%;
  }
}
[temp=single-ocha] .oc__mov {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 270rem;
  height: 50%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__mov {
    position: relative;
    width: 100%;
    height: 175rem;
  }
}
[temp=single-ocha] .oc__mov video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 270rem;
  height: 270rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__mov video {
    width: 310rem;
    height: 310rem;
  }
}
[temp=single-ocha] .prd__new h2 {
  padding-top: 58rem;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30rem;
  margin-bottom: 31rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .prd__new h2 {
    margin-bottom: 21rem;
  }
}
[temp=single-ocha] .prd__rec {
  padding-top: 55rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .prd__rec {
    padding-top: 0rem;
  }
  [temp=single-ocha] .prd__rec .card {
    width: 150rem;
    height: 258rem;
  }
  [temp=single-ocha] .prd__rec .card__th {
    top: 30rem;
    width: 210rem;
    height: 210rem;
  }
}
[temp=single-ocha] .prd__rec h2 {
  padding-top: 58rem;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 30rem;
  margin-bottom: 25rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .prd__rec h2 {
    margin-bottom: 23rem;
  }
}
[temp=single-ocha] .prd__rec__area {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
  overflow: hidden;
  max-height: 435rem;
  min-height: 435rem;
}
[temp=single-ocha] .prd__rec__area .card {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .prd__rec__area {
    max-height: 800rem;
    min-height: 800rem;
  }
}
[temp=single-ocha] .prd__rec__sorter {
  color: #fff;
  text-align: center;
  font-size: 18rem;
  margin-bottom: 28rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .prd__rec__sorter {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
[temp=single-ocha] .prd__rec__sorter > div {
  margin: 0 8rem;
  display: inline-block;
}
[temp=single-ocha] .prd__rec__sorter > div img {
  margin-left: 8rem;
  width: 30rem;
  height: 30rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .prd__rec__sorter > div img {
    width: 25rem;
    height: 25rem;
  }
}
[temp=single-ocha] .prd__rec__load {
  color: #fff;
  width: 190rem;
  height: 45rem;
  border: solid 1px #fff;
  border-radius: 22.5rem;
  position: relative;
  margin: 56rem auto 0;
  cursor: pointer;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
@media (hover: hover) and (pointer: fine) {
  [temp=single-ocha] .prd__rec__load:hover {
    background: #fff;
    color: #000;
    mix-blend-mode: screen;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp=single-ocha] .prd__rec__load:hover {
    background: #fff;
    color: #000;
    mix-blend-mode: screen;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .prd__rec__load {
    margin: 36rem auto 0rem;
  }
}
[temp=single-ocha] .prd__rec__load span {
  font-size: 16rem;
  line-height: 100%;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
[temp=single-ocha] [sortpop] {
  cursor: pointer;
}
[temp=single-ocha] .oc__other {
  height: 366rem;
  text-align: center;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__other {
    height: 510rem;
  }
}
[temp=single-ocha] .oc__other__box {
  width: 136rem;
  height: 159rem;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__other__box {
    width: 112rem;
    height: 130rem;
    margin-bottom: 8rem;
  }
}
[temp=single-ocha] .oc__other__box__img {
  width: 160rem;
  height: 160rem;
  position: absolute;
  top: 80rem;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__other__box__img {
    top: 60rem;
    width: 135rem;
    height: 135rem;
    width: 129rem;
    height: 129rem;
  }
}
[temp=single-ocha] .oc__other__box__title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
[temp=single-ocha] .oc__other h2 {
  color: #fff;
  font-size: 36rem;
  padding-top: 56rem;
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] .oc__other h2 {
    padding: 56rem 0 20rem;
    font-size: 31rem;
  }
}
[temp=single-ocha] .oc.c_matcha {
  background-color: #0f4036;
}
[temp=single-ocha] .oc.c_matcha .oc__comp__t,
[temp=single-ocha] .oc.c_matcha .oc__desc {
  background: #0a5046;
}
[temp=single-ocha] .oc.c_matcha .oc__comp__line {
  border-color: #0a5046;
}
[temp=single-ocha] .oc.c_gyokuro {
  background-color: #3a5f3f;
}
[temp=single-ocha] .oc.c_gyokuro .oc__comp__t,
[temp=single-ocha] .oc.c_gyokuro .oc__desc {
  background: #108151;
}
[temp=single-ocha] .oc.c_gyokuro .oc__comp__line {
  border-color: #108151;
}
[temp=single-ocha] .oc.c_sencha {
  background-color: #587e4a;
}
[temp=single-ocha] .oc.c_sencha .oc__comp__t,
[temp=single-ocha] .oc.c_sencha .oc__desc {
  background: #308c18;
}
[temp=single-ocha] .oc.c_sencha .oc__comp__line {
  border-color: #308c18;
}
[temp=single-ocha] .oc.c_hojicha {
  background-color: #784430;
}
[temp=single-ocha] .oc.c_hojicha .oc__comp__t,
[temp=single-ocha] .oc.c_hojicha .oc__desc {
  background: #800a00;
}
[temp=single-ocha] .oc.c_hojicha .oc__comp__line {
  border-color: #800a00;
}
[temp=single-ocha] .oc.c_genmaicha {
  background-color: #808020;
}
[temp=single-ocha] .oc.c_genmaicha .oc__comp__t,
[temp=single-ocha] .oc.c_genmaicha .oc__desc {
  background: #806e00;
}
[temp=single-ocha] .oc.c_genmaicha .oc__comp__line {
  border-color: #806e00;
}
[temp=single-ocha] .oc.c_other {
  background-color: #5d7545;
}
[temp=single-ocha] .oc.c_other .oc__comp__t,
[temp=single-ocha] .oc.c_other .oc__desc {
  background: #5f8000;
}
[temp=single-ocha] .oc.c_other .oc__comp__line {
  border-color: #5f8000;
}
[temp=single-ocha] .forsort {
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
[temp=single-ocha] .forsort.sorting {
  transition: opacity 0ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  opacity: 0;
}
@media screen and (min-width: 769px) {
  [temp=single-ocha] .matcha_br {
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  [temp=single-ocha] .c_matcha video {
    transform: translate(-50%, -50%) scale(1.12) translate(-1%, 0%);
  }
  [temp=single-ocha] .c_hojicha video {
    transform: translate(-50%, -50%) scale(1.3) translate(-8%, 3%);
  }
  [temp=single-ocha] .c_gyokuro video {
    transform: translate(-50%, -50%) scale(1.27) translate(-3%, -3%) rotate(8deg);
  }
  [temp=single-ocha] .c_genmaicha .oc__head__kiri {
    right: -90rem;
  }
  [temp=single-ocha] .c_genmaicha video {
    transform: translate(-50%, -50%) scale(1.38) translate(3.5%, -9%);
  }
  [temp=single-ocha] .c_sencha video {
    transform: translate(-50%, -50%) scale(1.275) translate(5%, -2%) rotate(11deg);
  }
  [temp=single-ocha] .c_other video {
    transform: translate(-50%, -50%) scale(1.2) translate(0%, -6%);
  }
}
@media screen and (max-width: 768px) {
  [temp=single-ocha] [data-pn_count="1"].card_slider {
    margin-left: 65rem;
  }
}

[temp=page-brands] .bra {
  overflow: hidden;
}
[temp=page-brands] .bra__in {
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
[temp=page-brands] .bra__h {
  padding-top: 105rem;
  color: #fff;
  font-size: 100rem;
  padding-left: 30rem;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  [temp=page-brands] .bra__h {
    padding-top: 83rem;
    font-size: 80rem;
    padding-left: 0rem;
  }
}
[temp=page-brands] .bra p {
  color: #fff;
  margin-top: -7rem;
  padding-left: 30rem;
  height: 82rem;
}
@media screen and (max-width: 768px) {
  [temp=page-brands] .bra p {
    height: 162rem;
    margin-top: -4rem;
    padding-left: 0rem;
  }
}
[temp=page-brands] .bra__cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100rem;
}
[temp=page-brands] .br__a {
  width: 25%;
  text-align: center;
  height: 173rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=page-brands] .br__a {
    width: 50%;
    height: 185rem;
  }
}
[temp=page-brands] .br__t {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14rem;
  padding: 0 5rem;
  bottom: 27rem;
  transform: translate(0, 50%);
}
[temp=page-brands] .br__th {
  position: absolute;
  top: 45rem;
  top: 25rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 150rem;
  height: 100rem;
}
@media screen and (max-width: 768px) {
  [temp=page-brands] .br__th {
    top: 20rem;
    width: 150rem;
    height: 110rem;
  }
}
[temp=page-brands] .br__th__bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
[temp=page-brands] .bra_top {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  transform-origin: center top;
  transform: scale(1.01);
}

[temp=archive-journal] .ara {
  position: relative;
  background: #557252;
}
[temp=archive-journal] .ara__in {
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
[temp=archive-journal] .ara__head {
  padding-top: 105rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__head {
    padding-top: 92rem;
  }
}
[temp=archive-journal] .ara__head__h {
  font-size: 100rem;
  color: #2f5b7e;
  margin-bottom: -8rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__head__h {
    font-size: 80rem;
    line-height: 61rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__head p {
    letter-spacing: -0.01em;
  }
}
[temp=archive-journal] .ara__map {
  margin-top: 12rem;
  width: 640rem;
  height: 372rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__map {
    margin-top: 16rem;
    width: 318rem;
    height: 344rem;
    margin-bottom: 51rem;
  }
}
[temp=archive-journal] .ara__fa {
  padding-top: 58rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__fa {
    padding-top: 51rem;
  }
}
[temp=archive-journal] .ara__fa__h {
  text-align: center;
  font-size: 30rem;
}
[temp=archive-journal] .ara__fa__cont {
  display: block;
  width: 480rem;
  position: relative;
  margin: 31rem auto 0;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__fa__cont {
    margin: 23rem auto 0;
    width: 100%;
  }
}
[temp=archive-journal] .ara__fa__th {
  position: relative;
  border-radius: 10rem;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  height: 312rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__fa__th {
    height: 197rem;
  }
}
[temp=archive-journal] .ara__fa__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 18.2rem;
  height: 32.5rem;
  padding: 9rem 15rem 0;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__fa__tag {
    font-size: 14rem;
    height: 25rem;
  }
}
[temp=archive-journal] .ara__fa__h2 {
  margin-top: 18rem;
  font-size: 16rem;
  line-height: 22rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__fa__h2 {
    font-size: 21rem;
    line-height: 27rem;
    height: 132rem;
  }
}
[temp=archive-journal] .ara__fa__de {
  color: #fff;
  margin-top: 0rem;
  font-size: 18rem;
}
[temp=archive-journal] .ara__fa__de img {
  width: 20rem;
  height: 20rem;
  display: inline-block;
  position: relative;
  left: 1rem;
  top: 2rem;
}
[temp=archive-journal] .ara__top__bg {
  background-position: center 30vw;
  background-size: contain;
  background-repeat: no-repeat;
}
[temp=archive-journal] .ara__top__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32vw;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__top__bg:before {
    height: 132vw;
  }
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__top__bg {
    background-position: center 130vw;
  }
}
[temp=archive-journal] .ara__ma__h3 {
  font-size: 30rem;
  color: #fff;
  text-align: center;
  padding: 65rem 0 33rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__ma__h3 {
    padding: 0rem 0 22rem;
  }
}
[temp=archive-journal] .ara__ma__area {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  padding-bottom: 125rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__ma__area {
    padding-bottom: 95rem;
  }
}
[temp=archive-journal] .ara__ma__box {
  width: 200rem;
  height: 232rem;
  display: block;
  background: #fff;
  border-radius: 10rem;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__ma__box {
    width: 100%;
    height: 110rem;
  }
}
[temp=archive-journal] .ara__ma__th {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  height: 140rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__ma__th {
    width: 50%;
    height: 100%;
  }
}
[temp=archive-journal] .ara__ma__tag {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 10rem;
  height: 20rem;
  padding: 6rem 20rem 0;
}
[temp=archive-journal] .ara__ma__h2 {
  font-size: 12rem;
  line-height: 18rem;
  color: #222222;
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__ma__h2 {
    position: absolute;
    padding: 8rem 10rem;
    right: 0;
    top: 0;
    width: 50%;
  }
}
[temp=archive-journal] .ara__ma__de {
  position: absolute;
  bottom: 10rem;
  right: 10rem;
  font-size: 10rem;
  color: #2f5b7e;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .ara__ma__de {
    bottom: 7rem;
    right: 13rem;
  }
}
[temp=archive-journal] .ara__ma__de:after {
  position: relative;
  top: -1rem;
  margin-left: 5rem;
  display: inline-block;
  content: "";
  width: 4rem;
  height: 4rem;
  border: solid 2px #2f5b7e;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  transition: all 400ms cubic-bezier(0.265, 0.045, 0.185, 0.94); /* custom */
}
@media (hover: hover) and (pointer: fine) {
  [temp=archive-journal] a:hover .ara__ma__de:after {
    transform: translate(20%, 0) rotate(45deg);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp=archive-journal] a:hover .ara__ma__de:after {
    transform: translate(20%, 0) rotate(45deg);
  }
}
[temp=archive-journal] .block__card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86rem;
  height: 86rem;
  cursor: pointer;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  [temp=archive-journal] .block__card__play {
    width: 78rem;
    height: 78rem;
  }
}
[temp=archive-journal] .ara__ma__area .block__card__play {
  width: 50rem;
  height: 50rem;
}
[temp=archive-journal] .ar_mov .ara__fa__th,
[temp=archive-journal] .ar_mov .ara__ma__th {
  background: #000;
}
[temp=archive-journal] .ar_mov .hov__zoom__in {
  opacity: 0.7;
}

[temp=single-journal] .ars {
  width: 100%;
  overflow: hidden;
  padding-top: 117rem;
  position: relative;
}
[temp=single-journal] .ars__bg {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  [temp=single-journal] .ars {
    padding-top: 96rem;
  }
}
[temp=single-journal] .ars__in {
  z-index: 4;
  position: relative;
  margin: 0 auto;
}
[temp=single-journal] .ars__h1 {
  font-size: 54rem;
  line-height: 46rem;
  color: #465050;
}
@media screen and (max-width: 768px) {
  [temp=single-journal] .ars__h1 {
    width: 340rem;
    font-size: 44rem;
    line-height: 38rem;
  }
}
[temp=single-journal] .ars__tag {
  background: #465050;
  display: inline-block;
  font-size: 17rem;
  line-height: 100%;
  color: #fff;
  margin-top: 21rem;
  height: 25rem;
  padding: 6rem 15rem 0rem;
}
@media screen and (max-width: 768px) {
  [temp=single-journal] .ars__tag {
    margin-top: 18rem;
  }
}
[temp=single-journal] .ars__kv {
  position: relative;
  width: 820rem;
  height: 320rem;
  margin: 40rem 0 37rem;
  border-radius: 10rem 0 0 10rem;
  background: #ccc;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  [temp=single-journal] .ars__kv {
    margin: 20rem 0 36rem;
    width: 350rem;
    height: 200rem;
  }
}
[temp=single-journal] .ars__cont {
  padding-bottom: 80rem;
}
[temp=single-journal] .ars__cont a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  [temp=single-journal] .ars__cont a:hover {
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp=single-journal] .ars__cont a:hover {
    opacity: 0.8;
  }
}
[temp=single-journal] .ars__cont__cap {
  width: 492rem;
  margin: -20rem auto 30rem;
  font-size: 10rem;
  text-align: center;
  line-height: 140%;
}
[temp=single-journal] .ars__cont__p {
  font-size: 16rem;
  line-height: 24rem;
  margin: 15rem auto;
}
[temp=single-journal] .ars__cont__h {
  font-size: 20rem;
  line-height: 24rem;
  margin-top: 40rem;
}
[temp=single-journal] .ars__cont__img {
  width: 492rem;
  height: auto;
  display: block;
  margin: 30rem auto;
  border-radius: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  [temp=single-journal] .ars__cont__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-journal] .ars__cont {
    padding-bottom: 50rem;
  }
}
[temp=single-journal] .prof {
  border-radius: 10rem;
  padding: 20rem;
  width: 492rem;
  margin: 40rem auto;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  [temp=single-journal] .prof {
    width: 100%;
  }
}
[temp=single-journal] .prof__img {
  width: 100%;
  height: auto;
  display: block;
  margin: 10rem 0;
}
[temp=single-journal] .prof__title {
  font-size: 20rem;
  line-height: 24rem;
}
[temp=single-journal] .prof__p {
  font-size: 12rem;
  line-height: 16rem;
}

[temp=page-experience] {
  /*2401*/
}
[temp=page-experience] .exp {
  padding-bottom: 95rem;
  background: #276448;
  background: #668080;
}
[temp=page-experience] .exp__bg {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
[temp=page-experience] .exp__head__kv {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -16rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__head__kv {
    margin-top: -29rem;
  }
}
[temp=page-experience] .exp__head h1 {
  padding-top: 103rem;
  font-size: 100rem;
  text-align: center;
  position: relative;
  z-index: 4;
  color: #ff7c3b;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__head h1 {
    padding-top: 93rem;
    text-align: left;
    font-size: 80rem;
    line-height: 61rem;
    padding-left: 40rem;
  }
}
[temp=page-experience] .exp__head h1 span {
  letter-spacing: 1rem;
}
[temp=page-experience] .exp__mid {
  position: relative;
  z-index: 10;
  margin-top: 25rem;
  height: 128rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__mid {
    margin-top: 15rem;
    height: 197rem;
    overflow: hidden;
    height: auto;
    padding-bottom: 70rem;
  }
}
[temp=page-experience] .exp__menu {
  display: flex;
  flex-wrap: wrap;
}
[temp=page-experience] .exp__menu__box {
  width: 50%;
  height: 295rem;
  position: relative;
}
[temp=page-experience] .exp__menu__box:nth-child(even) {
  padding-left: 10rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__menu__box:nth-child(even) {
    padding-left: 60rem;
  }
  [temp=page-experience] .exp__menu__box:nth-child(even) .exp__menu__text {
    left: -60rem;
  }
}
[temp=page-experience] .exp__menu__box:nth-child(odd) .exp__menu__img {
  left: -40rem;
}
[temp=page-experience] .exp__menu__box:first-child .exp__menu__text__in {
  color: #465050;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__menu__box {
    width: 100%;
    height: 280rem;
    height: auto;
  }
  [temp=page-experience] .exp__menu__box + .exp__menu__box {
    margin-top: -30rem;
  }
}
[temp=page-experience] .exp__menu__count {
  letter-spacing: 0.04em;
  font-size: 16rem;
  line-height: 100%;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__menu__count {
    margin-bottom: 2rem;
  }
}
[temp=page-experience] .exp__menu__h {
  letter-spacing: 0em;
  font-size: 32rem;
  line-height: 38rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__menu__h {
    font-size: 30rem;
    line-height: 34rem;
    margin-bottom: 10rem;
    white-space: nowrap;
  }
}
[temp=page-experience] .exp__menu__img {
  position: relative;
  border-radius: 10rem;
  overflow: hidden;
  z-index: 1;
  width: 280rem;
  height: 166rem;
  background: #ccc;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__menu__img {
    width: 290rem;
    height: 168rem;
  }
}
[temp=page-experience] .exp__menu__text {
  border-radius: 10rem;
  overflow: hidden;
  z-index: 3;
  width: 120rem;
  height: 80rem;
  position: relative;
  left: 190rem;
  bottom: 38rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__menu__text {
    bottom: 60rem;
  }
}
[temp=page-experience] .exp__menu__text__in {
  color: #fff;
  font-size: 12rem;
  line-height: 20rem;
  padding: 11rem 0 0 14rem;
}
[temp=page-experience] .exp__list {
  overflow: hidden;
  margin-top: 30rem;
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
@media screen and (min-width: 769px) {
  [temp=page-experience] .exp__list {
    max-height: 570rem;
  }
}
[temp=page-experience] .exp__list__head {
  font-size: 30rem;
  text-align: center;
  color: #fff;
  padding-top: 75rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__head {
    padding-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list {
    margin-top: 20rem;
  }
}
[temp=page-experience] .exp__list__box {
  position: relative;
  background: #fff;
  border-radius: 10rem;
  z-index: 1;
  overflow: hidden;
  width: 145rem;
  height: 269rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__box {
    width: 100%;
    height: auto;
    display: none;
    display: block;
  }
  [temp=page-experience] .exp__list__box:nth-child(-n+4) {
    display: block;
  }
}
[temp=page-experience] .exp__list__th {
  width: 100%;
  height: 80rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__th {
    height: 131rem;
  }
}
[temp=page-experience] .exp__list__th__in {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[temp=page-experience] .exp__list__th__in.exp__list__th__contain {
  transform: scale(0.8);
  background-size: contain;
}
[temp=page-experience] .exp__list__cont {
  padding: 10rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__cont {
    padding: 20rem;
  }
}
[temp=page-experience] .exp__list__title {
  height: 62rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__title {
    height: auto;
  }
}
[temp=page-experience] .exp__list__title__in {
  font-size: 16rem;
  line-height: 16rem;
}
@media screen and (min-width: 769px) {
  [temp=page-experience] .exp__list__title__in {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__title__in {
    font-size: 24rem;
    line-height: 26rem;
  }
}
[temp=page-experience] .exp__list__address {
  font-size: 10rem;
  line-height: 14rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__address {
    margin-top: 10rem;
    font-size: 12rem;
    line-height: 16rem;
  }
}
[temp=page-experience] .exp__list__phone {
  margin-top: 4rem;
  font-size: 12rem;
  line-height: 14rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__phone {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  [temp=page-experience] .exp__list__tags {
    position: absolute;
    bottom: 10rem;
    left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__tags {
    margin-top: 10rem;
  }
}
[temp=page-experience] .exp__list__tags__box {
  background-color: #b6c4be;
  height: 13rem;
  font-size: 9rem;
  line-height: 100%;
  display: inline-block;
  border-radius: 4rem;
  padding: 3rem 10rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list__tags__box {
    font-size: 12rem;
    height: 17rem;
  }
}
[temp=page-experience] .exp__load {
  color: #fff;
  width: 190rem;
  height: 45rem;
  border: solid 1px #fff;
  border-radius: 22.5rem;
  position: relative;
  margin: 29rem auto 0;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  [temp=page-experience] .exp__load:hover {
    background: #fff;
    color: #29634a;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp=page-experience] .exp__load:hover {
    background: #fff;
    color: #29634a;
  }
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__load {
    margin: 36rem auto 0rem;
  }
}
[temp=page-experience] .exp__load span {
  font-size: 16rem;
  line-height: 100%;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
[temp=page-experience] .exp__menu__text {
  visibility: hidden;
}
[temp=page-experience] .def__p_2 {
  font-size: 16rem;
  position: relative;
  text-align: center;
  line-height: 21rem;
  padding-top: 20rem;
  display: block;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .def__p_2 {
    padding-top: 15rem;
    padding-bottom: 5rem;
    font-size: 14rem;
    line-height: 18rem;
  }
}
[temp=page-experience] .exp__list {
  max-height: none;
  padding-bottom: 50rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list {
    max-height: none;
  }
}
[temp=page-experience] .exp__load {
  display: none;
}
[temp=page-experience] .def__p_3 {
  font-size: 16rem;
  position: relative;
  text-align: center;
  line-height: 21rem;
  padding-top: 20rem;
  display: block;
  margin-bottom: 40rem;
  color: #002c38;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .def__p_3 {
    padding-top: 5rem;
    font-size: 17rem;
    line-height: 24rem;
  }
}
[temp=page-experience] .exp__list2 {
  color: #002c38;
  display: flex;
  gap: 30rem 15rem;
  flex-wrap: wrap;
  padding-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list2 {
    gap: 20rem 0;
    padding-bottom: 5rem;
  }
}
[temp=page-experience] .exp__list2 a {
  display: block;
  width: calc(20% - 12rem);
  position: relative;
  transition: all 800ms cubic-bezier(0.265, 0.045, 0.185, 0.94);
}
@media (hover: hover) and (pointer: fine) {
  [temp=page-experience] .exp__list2 a:hover {
    transform: scale(0.95);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp=page-experience] .exp__list2 a:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list2 a {
    overflow: visible;
    width: 100%;
  }
}
[temp=page-experience] .exp__list2__th {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 5rem;
}
@media screen and (min-width: 769px) {
  [temp=page-experience] .exp__list2__th::before {
    content: "";
    display: block;
    padding-top: 55%;
  }
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list2__th {
    width: 138rem;
    height: 80rem;
    float: left;
  }
}
[temp=page-experience] .exp__list2__title {
  font-size: 12rem;
  line-height: 110%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list2__title {
    margin-bottom: 5rem;
    font-size: 15rem;
  }
}
[temp=page-experience] .exp__list2__cont {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list2__cont {
    height: 80rem;
    padding-top: 0rem;
    padding-left: 14rem;
    width: calc(100% - 138rem);
    float: left;
  }
}
[temp=page-experience] .exp__list2__t {
  font-size: 8rem;
  line-height: 11rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  [temp=page-experience] .exp__list2__t {
    margin-top: 2rem;
    font-size: 9rem;
    line-height: 12rem;
  }
}

[temp=page-program] .pro {
  background: #223d2a;
}
[temp=page-program] .pro__bg {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
[temp=page-program] .pro__in {
  position: relative;
  z-index: 2;
  padding-top: 118rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__in {
    padding-top: 96rem;
  }
}
[temp=page-program] .pro__in__h {
  font-size: 54rem;
  line-height: 46rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__in__h {
    font-size: 45rem;
    line-height: 38rem;
  }
  [temp=page-program] .pro__in__h br {
    display: none;
  }
}
[temp=page-program] .pro__in__h span {
  letter-spacing: 0.8rem;
}
[temp=page-program] .pro__in__kv {
  margin-top: 30rem;
  width: 820rem;
  height: auto;
  display: block;
  border-radius: 10rem 0 0 10rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__in__kv {
    width: 350rem;
    margin-top: 18rem;
  }
}
[temp=page-program] .pro__p1 {
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__p1 {
    margin-top: 35rem;
  }
}
[temp=page-program] .prof {
  width: 103%;
  margin-top: 26rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .prof {
    display: block;
    margin-top: 30rem;
  }
}
[temp=page-program] .prof__box {
  width: 34%;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .prof__box {
    width: 100%;
  }
}
[temp=page-program] .prof__box__head {
  position: relative;
}
[temp=page-program] .prof__box__th {
  width: 100rem;
  height: 100rem;
  background-size: cover;
  background-position: center center;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .prof__box__th {
    float: left;
  }
}
[temp=page-program] .prof__box__name {
  font-size: 18rem;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .prof__box__name {
    font-size: 20rem;
    position: absolute;
    left: 110rem;
    bottom: 15rem;
    white-space: nowrap;
  }
}
[temp=page-program] .prof__box__role {
  font-size: 12rem;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .prof__box__role {
    position: absolute;
    left: 110rem;
    bottom: 0;
  }
}
[temp=page-program] .prof__box__p {
  font-size: 12rem;
  line-height: 18rem;
  margin-top: 4rem;
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .prof__box__p {
    padding: 9rem 0 10rem;
  }
}
[temp=page-program] .prof__ochas__img {
  width: 640rem;
  height: 424rem;
  position: relative;
  left: 20rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .prof__ochas__img {
    width: 390rem;
    height: 1104rem;
    left: -40rem;
  }
}
[temp=page-program] .prof__ochas__img2 {
  margin-top: 34rem;
  width: 640rem;
  height: 161rem;
  position: relative;
}
[temp=page-program] .prof__ochas__note {
  margin-top: 4rem;
  font-size: 10rem;
  line-height: 165%;
  color: #fff;
}
[temp=page-program] .pro__h23 {
  color: #fff;
  margin: 49rem auto 0;
  text-align: center;
  font-size: 36rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__h23 {
    font-size: 30rem;
  }
}
[temp=page-program] .pro__h24 {
  color: #fff;
  margin: 11rem auto 0;
  text-align: center;
  font-size: 12rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__h24 {
    margin: 8rem auto 0;
    line-height: 20rem;
    text-align: left;
  }
}
[temp=page-program] .pro__ideas {
  margin-top: 33rem;
  display: flex;
  flex-wrap: wrap;
  gap: 18rem 102rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__ideas {
    margin-top: 30rem;
    gap: 18rem 20rem;
  }
}
[temp=page-program] .pro__ideas__box {
  width: 145rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  [temp=page-program] .pro__ideas__box:nth-child(-n+3) .pro__ideas__box__head {
    height: 62rem;
  }
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__ideas__box:nth-child(-n+2) .pro__ideas__box__head {
    height: 62rem;
  }
  [temp=page-program] .pro__ideas__box:nth-child(n+3):nth-child(-n+4) .pro__ideas__box__head {
    height: 21rem;
  }
}
[temp=page-program] .pro__ideas__box__head {
  padding-left: 1.1em;
  font-size: 12rem;
  line-height: 160%;
  text-indent: -1.1em;
  height: 40rem;
}
[temp=page-program] .pro__ideas__box__th {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 145rem;
  height: 241rem;
  background: #000;
  border-radius: 10rem;
}
[temp=page-program] .pro__ideas__box__th__in {
  background-position: center center;
  background-size: cover;
}
[temp=page-program] .pro__ideas__box__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35rem;
  height: 35rem;
  transform: translate(-50%, -50%);
}
[temp=page-program] .pro__h25 {
  color: #fff;
  margin: 55rem auto 0;
  text-align: center;
  font-size: 36rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__h25 {
    margin: 59rem auto 0;
    font-size: 30rem;
    line-height: 32rem;
  }
}
[temp=page-program] .pro__svh {
  margin-top: 29rem;
  display: flex;
  flex-wrap: wrap;
  gap: 30rem 20rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__svh {
    margin-top: 25rem;
    gap: 15rem 0rem;
  }
}
@media screen and (min-width: 769px) {
  [temp=page-program] .pro__svh__wrap {
    height: 788rem;
  }
}
[temp=page-program] .pro__svh__box {
  color: #fff;
  width: 310rem;
}
@media screen and (min-width: 769px) {
  [temp=page-program] .pro__svh__box:nth-child(-n+2) .pro__svh__box__title {
    height: 72rem;
  }
}
[temp=page-program] .pro__svh__box__title {
  font-size: 16rem;
  line-height: 22rem;
  text-indent: -1.1em;
  padding-left: 1.1em;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__svh__box__title {
    height: auto;
  }
}
[temp=page-program] .pro__svh__box__th {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 174rem;
  background: #000;
  border-radius: 10rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__svh__box__th {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
[temp=page-program] .pro__svh__box__th__in {
  background-position: center center;
  background-size: cover;
}
[temp=page-program] .pro__svh__box__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35rem;
  height: 35rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__svh__box__play {
    width: 40rem;
    height: 40rem;
  }
}
[temp=page-program] .pro__svh__box__text {
  margin-top: 18rem;
  font-size: 12rem;
  line-height: 20rem;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__svh__box__text {
    padding-left: 15rem;
    margin-top: 5rem;
  }
}
[temp=page-program] .bs {
  position: relative;
}
[temp=page-program] .pro__h26 {
  color: #fff;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 36rem;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__h26 {
    margin: 57rem auto 0;
    font-size: 30rem;
    line-height: 32rem;
  }
}
[temp=page-program] .bs__dl {
  position: relative;
}
[temp=page-program] .pro__h27 {
  color: #fff;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 12rem;
  margin-top: 10rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__h27 {
    margin: 1rem auto 0;
    font-size: 12rem;
    line-height: 22rem;
    text-align: left;
  }
}
[temp=page-program] .pro__dl__img {
  margin: 32rem auto 0;
  width: 384rem;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__dl__img {
    width: 100%;
  }
}
[temp=page-program] .pro__dl__a {
  border-radius: 23rem;
  display: block;
  width: 190rem;
  height: 45rem;
  border: solid 1px #fff;
  color: #fff;
  margin: 37rem auto 0;
  text-align: center;
  font-size: 16rem;
  padding-top: 15rem;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); /* easeOutExpo */
}
@media (hover: hover) and (pointer: fine) {
  [temp=page-program] .pro__dl__a:hover {
    background: #fff;
    color: #000;
    mix-blend-mode: screen;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp=page-program] .pro__dl__a:hover {
    background: #fff;
    color: #000;
    mix-blend-mode: screen;
  }
}
[temp=page-program] .pro__dl__p {
  padding-bottom: 84rem;
  margin: 42rem auto 0;
  color: #fff;
  font-size: 12rem;
  text-align: center;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  [temp=page-program] .pro__dl__p {
    padding-bottom: 94rem;
    margin: 35rem auto 0;
    text-align: left;
    line-height: 20rem;
  }
}

[temp=single-item] {
  /*profile*/
  /*recommend*/
  /*it3*/
  /*it3c*/
  /*shopnow*/
}
[temp=single-item] .it_head {
  padding: 56px 0 46px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_head {
    padding: 35px 0 34px;
  }
}
[temp=single-item] .it_head__in {
  width: 800px;
  max-width: 82%;
  position: relative;
  margin: 0 auto;
}
[temp=single-item] .it_head__th {
  float: left;
  width: 343px;
  position: relative;
  width: 240px;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_head__th {
    margin-right: 90px;
    margin-left: 11px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_head__th {
    width: 100%;
    width: 220px;
    padding-bottom: 30px;
    margin: 0 auto;
    float: none;
  }
}
[temp=single-item] .it_head__th__in {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_head__th__in {
    width: 220px;
    height: 220px;
  }
}
[temp=single-item] .it_head__info {
  float: left;
  width: calc(100% - 343px);
  color: #1e5501;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_head__info {
    width: 457px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_head__info {
    width: 100%;
    margin-top: 51px;
  }
}
[temp=single-item] .it_head__info__c {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_head__info__c {
    font-size: 16px;
  }
}
[temp=single-item] .it_head__info__h {
  margin-top: 17px;
  font-size: 40px;
  line-height: 48px;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_head__info__h {
    margin-top: 20px;
  }
}
[temp=single-item] .it_head__info__p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_head__info__p {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_head__info__p {
    font-size: 17px;
    line-height: 25px;
  }
}
[temp=single-item] .it_head__b {
  margin-top: 21px;
  width: 187px;
  height: 46px;
  border-radius: 23px;
  background: #fff;
  color: #fff;
  font-size: 15px;
  border: solid 1px #1e5501;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_head__b {
    margin-top: 32px;
    margin-top: 23px;
    width: 188px;
    height: 46px;
    border-radius: 23px;
    font-size: 15px;
  }
}
[temp=single-item] .it_head__b .trc {
  color: #1e5501;
  width: 100%;
  text-align: center;
}
[temp=single-item] .it_val {
  background: #e7e7e7;
  width: 100%;
  padding: 42px 0;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val {
    padding: 35px 0 5px;
  }
}
[temp=single-item] .it_val__in {
  width: 656px;
  margin: 0 auto;
  max-width: 82%;
}
[temp=single-item] .it_val__ins {
  width: 50%;
  float: left;
  min-height: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__ins {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__ins_1 {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_val__ins_2 {
    min-height: 280px;
    border-left: dashed 1px #fff;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__ins_2 {
    border-top: dashed 1px #fff;
    padding-top: 35px;
  }
}
[temp=single-item] .it_val__cont {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_val__cont {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__cont {
    width: 100%;
  }
}
[temp=single-item] .it_val__cont__h {
  font-size: 23px;
  color: #1e5501;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__cont__h {
    font-size: 30px;
  }
}
[temp=single-item] .it_val__mset__wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset__wrap {
    margin-top: 21px;
  }
}
[temp=single-item] .it_val__mset > div {
  float: left;
  min-height: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset > div {
    min-height: 39px;
  }
}
[temp=single-item] .it_val__mset > div span {
  display: inline-block;
  position: absolute;
}
[temp=single-item] .it_val__mset_1 {
  width: 35.3846153846%;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_val__mset_1 {
    width: 70px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset_1 {
    width: 100px;
  }
}
[temp=single-item] .it_val__mset_1 span {
  font-size: 10px;
  top: 50%;
  left: 0;
  transform-origin: left 50%;
  transform: translate(0, -50%) scale(0.8);
  transform: translate(0, -50%) scale(1);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset_1 span {
    font-size: 12px;
    transform: translate(0, -50%);
  }
}
[temp=single-item] .it_val__mset_2 {
  text-align: right;
  width: 15.3846153846%;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_val__mset_2 {
    width: 42px;
    width: 53px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset_2 {
    width: 59px;
  }
}
[temp=single-item] .it_val__mset_2 span {
  top: 50%;
  right: 0;
  padding-right: 9px;
  transform-origin: right 50%;
  transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.9);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset_2 span {
    padding-right: 11px;
    transform: translate(0, -50%) scale(0.9);
    transform: translate(0, -50%) scale(1);
  }
}
[temp=single-item] .it_val__mset_3 {
  width: 31.5384615385%;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_val__mset_3 {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset_3 {
    width: 110px;
  }
}
[temp=single-item] .it_val__mset_4 {
  width: 15.3846153846%;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_val__mset_4 {
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset_4 {
    width: auto;
  }
}
[temp=single-item] .it_val__mset_4 span {
  top: 50%;
  left: 0;
  padding-left: 7px;
  transform-origin: left 50%;
  transform: translate(0, -50%) scale(0.7);
  transform: translate(0, -50%) scale(0.9);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset_4 span {
    padding-left: 15px;
    transform: translate(0, -50%) scale(0.9);
    transform: translate(0, -50%) scale(1);
  }
}
[temp=single-item] .it_val__line {
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__line {
    height: 1.5px;
  }
}
[temp=single-item] .it_val__tate {
  width: 1px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__tate {
    width: 1.5px;
  }
}
[temp=single-item] .it_val__tate_1 {
  left: 25%;
}
[temp=single-item] .it_val__tate_2 {
  left: 50%;
}
[temp=single-item] .it_val__tate_3 {
  left: 85%;
}
[temp=single-item] .it_val__tate_4 {
  left: 80%;
  display: none;
}
[temp=single-item] .it_val__c {
  width: 6px;
  height: 6px;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  background: #2d530e;
  border-radius: 100%;
  top: 50%;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__c {
    width: 12px;
    height: 12px;
  }
}
[temp=single-item] .it_val__mset_nm4 .it_val__mset_3:after,
[temp=single-item] .it_val__mset_nm5 .it_val__mset_3:after {
  display: block;
  position: absolute;
  top: 25px;
  left: 50%;
  font-size: 10px;
  transform-origin: center top;
  transform: translate(-50%, 0) scale(0.6);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__mset_nm4 .it_val__mset_3:after,
  [temp=single-item] .it_val__mset_nm5 .it_val__mset_3:after {
    top: 31px;
    transform: translate(-50%, 0) scale(0.7);
  }
}
[temp=single-item] .it_val__mset_nm5 .it_val__mset_3:after {
  content: "Either";
}
[temp=single-item] .mset__allday .it_val__mset_nm4 .it_val__mset_3:after {
  content: "All day" !important;
}
[temp=single-item] .it_val__map {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_val__map {
    width: 240px;
    top: 14px;
    left: 55px;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_val__map {
    margin: 0 auto;
    width: 230px;
    top: -20px;
    left: 20px;
  }
}
[temp=single-item] .it_val__map:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
[temp=single-item] .it_val__map__dot {
  background: #1e5501;
  width: 9px;
  height: 9px;
  position: absolute;
  z-index: 10;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
[temp=single-item] .it_val__map__origin {
  font-size: 30px;
  position: absolute;
  left: -90px;
  bottom: calc(100% + 22px);
  display: none;
}
[temp=single-item] .it_val__map__name {
  font-size: 15px;
  position: absolute;
  left: 0px;
  top: 50px;
  width: 200px;
}
[temp=single-item] .it_me_photo {
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_photo {
    height: auto;
    /*aspect-ratio: 390/220;*/
  }
}
[temp=single-item] .it_me_cont {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont {
    padding: 40px 0 70px;
  }
}
[temp=single-item] .it_me_cont__th {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
}
[temp=single-item] .it_me_cont__p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  margin: 55px auto 0px;
  width: 800px;
  max-width: 82%;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont__p {
    margin: 35px auto 0px;
    font-size: 17px;
    line-height: 25px;
  }
}
[temp=single-item] .it_me_cont__b {
  margin: 60px auto 0;
  width: 300px;
  height: 58px;
  border-radius: 29px;
  color: #fff;
  font-size: 20px;
  border: solid 1px #fff;
  transition: all 1200ms cubic-bezier(0.71, 0.065, 0.145, 0.995);
  mix-blend-mode: screen;
}
@media screen and (min-width: 769px) {
  [temp=single-item] .it_me_cont__b {
    margin: 55px auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  [temp=single-item] .it_me_cont__b:hover {
    background: #fff;
  }
  [temp=single-item] .it_me_cont__b:hover img {
    filter: invert(100%);
  }
  [temp=single-item] .it_me_cont__b:hover .trc {
    color: #000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [temp=single-item] .it_me_cont__b:hover {
    background: #fff;
  }
  [temp=single-item] .it_me_cont__b:hover img {
    filter: invert(100%);
  }
  [temp=single-item] .it_me_cont__b:hover .trc {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont__b {
    margin-top: 32px;
    margin-top: 55px;
    width: 188px;
    height: 46px;
    border-radius: 23px;
    font-size: 15px;
  }
}
[temp=single-item] .it_me_cont__b .trc {
  color: #fff;
  letter-spacing: 0.02em;
  width: 100%;
  text-align: center;
  transition: all 1200ms cubic-bezier(0.71, 0.065, 0.145, 0.995);
}
[temp=single-item] .it_me_cont__b img {
  transition: all 1200ms cubic-bezier(0.71, 0.065, 0.145, 0.995);
  width: 17px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 73px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont__b img {
    width: 13px;
    margin-left: 58px;
  }
}
[temp=single-item] .it_head .slick-dots {
  bottom: -47px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_head .slick-dots {
    bottom: -14px;
  }
}
[temp=single-item] .it_head .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
[temp=single-item] .it_head .slick-dots button {
  background: #bdbdbd;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
[temp=single-item] .it_head .slick-dots button:before {
  display: none;
}
[temp=single-item] .it_head .slick-dots .slick-active button {
  background: #00c255;
}
[temp=single-item] .it_me_photo {
  display: none;
}
[temp=single-item] .it_me_cont__photo {
  display: block;
  margin: 55px auto 0px;
  max-width: 800px;
  max-height: 600px;
}
@media screen and (max-width: 975px) {
  [temp=single-item] .it_me_cont__photo {
    max-width: 82%;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont__photo {
    max-height: 300px;
  }
}
[temp=single-item] .no__circle {
  border-radius: 0 !important;
}
[temp=single-item] .rmd__head {
  padding: 33px 0 23px;
  text-align: center;
  font-size: 30px;
  color: #0f5046;
}
[temp=single-item] .rmd__area {
  width: 100%;
}
[temp=single-item] .rmd__items {
  text-align: center;
}
[temp=single-item] .rmd__items .card {
  background: none;
  margin: 0 15px;
  display: inline-block;
  height: 215px;
}
[temp=single-item] .rmd__items .card:nth-child(n+4) {
  display: none !important;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .rmd__items .card:nth-child(n+3) {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  [temp=single-item] .rmd__items .card {
    margin: 0 14px;
    width: 150px;
  }
}
[temp=single-item] .rmd__items .card__g, [temp=single-item] .rmd__items .card__b, [temp=single-item] .rmd__items .card__c {
  display: none;
}
[temp=single-item] .rmd__items .card__th {
  border-radius: 10px;
  width: 210px;
  height: 210px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .rmd__items .card__th {
    width: 214px;
    height: 214px;
  }
}
[temp=single-item] .rmd__items .card__h {
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .rmd__items .card__h {
    bottom: 54px;
  }
}
[temp=single-item] .rmd__items .card__h__in {
  font-size: 28px;
  line-height: 142%;
  color: #0f5046;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .rmd__items .card__h__in {
    font-size: 24px;
    line-height: 40px;
  }
}
[temp=single-item] .rmd__items .card__h {
  height: 145rem;
  bottom: 0rem;
  z-index: 50;
  height: 255px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .rmd__items .card__h {
    height: 168rem;
  }
}
[temp=single-item] .rmd__items .card__h__in {
  top: 0;
  transform: translate(0, 0);
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .rmd__items .card__h__in {
    font-size: 22px;
    line-height: 142%;
  }
}
[temp=single-item] .noradius .it_head__th__in {
  border-radius: 0 !important;
}
[temp=single-item] .it3__head {
  height: 50rem;
  width: 100%;
}
[temp=single-item] .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
[temp=single-item] .pan {
  display: none;
}
[temp=single-item] .it_me_cont {
  background-size: cover;
  background-position: center center;
}
[temp=single-item] .it_me_cont.bc_matcha {
  background-color: #1e5501 !important;
  background-image: url(./../img_23/itembg_matcha_pc.svg);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont.bc_matcha {
    background-image: url(./../img_23/itembg_matcha_pc.svg);
  }
}
[temp=single-item] .it_me_cont.bc_gyokuro {
  background-color: #00a200 !important;
  background-image: url(./../img_23/itembg_gyokuro_pc.svg);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont.bc_gyokuro {
    background-image: url(./../img_23/itembg_gyokuro_pc.svg);
  }
}
[temp=single-item] .it_me_cont.bc_sencha {
  background-color: #307518 !important;
  background-image: url(./../img_23/itembg_sencha_pc.svg);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont.bc_sencha {
    background-image: url(./../img_23/itembg_sencha_pc.svg);
  }
}
[temp=single-item] .it_me_cont.bc_hojicha {
  background-color: #9e0a00 !important;
  background-image: url(./../img_23/itembg_hojicha_pc.svg);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont.bc_hojicha {
    background-image: url(./../img_23/itembg_hojicha_pc.svg);
  }
}
[temp=single-item] .it_me_cont.bc_genmaicha {
  background-color: #946e01 !important;
  background-image: url(./../img_23/itembg_genmaicha_pc.svg);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont.bc_genmaicha {
    background-image: url(./../img_23/itembg_genmaicha_pc.svg);
  }
}
[temp=single-item] .it_me_cont.bc_other {
  background-color: #5fc500 !important;
  background-image: url(./../img_23/itembg_others_pc.svg);
}
@media screen and (max-width: 768px) {
  [temp=single-item] .it_me_cont.bc_other {
    background-image: url(./../img_23/itembg_others_pc.svg);
  }
}
[temp=single-item] .bc_matcha {
  background-color: #1e5501 !important;
}
[temp=single-item] .bc_gyokuro {
  background-color: #00a200 !important;
}
[temp=single-item] .bc_sencha {
  background-color: #307518 !important;
}
[temp=single-item] .bc_hojicha {
  background-color: #9e0a00 !important;
}
[temp=single-item] .bc_genmaicha {
  background-color: #946e01 !important;
}
[temp=single-item] .bc_other {
  background-color: #5fc500 !important;
}
[temp=single-item] .fc_matcha {
  color: #1e5501 !important;
}
[temp=single-item] .fc_gyokuro {
  color: #00a200 !important;
}
[temp=single-item] .fc_sencha {
  color: #307518 !important;
}
[temp=single-item] .fc_hojicha {
  color: #9e0a00 !important;
}
[temp=single-item] .fc_genmaicha {
  color: #946e01 !important;
}
[temp=single-item] .fc_other {
  color: #5fc500 !important;
}
[temp=single-item] a:hover .h_fc_matcha {
  color: #1e5501 !important;
}
[temp=single-item] a:hover .h_fc_gyokuro {
  color: #00a200 !important;
}
[temp=single-item] a:hover .h_fc_sencha {
  color: #307518 !important;
}
[temp=single-item] a:hover .h_fc_hojicha {
  color: #9e0a00 !important;
}
[temp=single-item] a:hover .h_fc_genmaicha {
  color: #946e01 !important;
}
[temp=single-item] a:hover .h_fc_other {
  color: #5fc500 !important;
}
[temp=single-item] .bdc_matcha {
  border-color: #1e5501 !important;
}
[temp=single-item] .bdc_gyokuro {
  border-color: #00a200 !important;
}
[temp=single-item] .bdc_sencha {
  border-color: #307518 !important;
}
[temp=single-item] .bdc_hojicha {
  border-color: #9e0a00 !important;
}
[temp=single-item] .bdc_genmaicha {
  border-color: #946e01 !important;
}
[temp=single-item] .bdc_other {
  border-color: #5fc500 !important;
}
[temp=single-item] .grdc_matcha {
  background-color: #1e5501 !important;
  background: linear-gradient(113.65deg, #1e5501 0%, #265c03 75.48%, #a4c528 126.28%);
}
[temp=single-item] .grdc_gyokuro {
  background-color: #00a200 !important;
  background: linear-gradient(117.91deg, #00a200 62.14%, #d1ff7f 134.45%);
}
[temp=single-item] .grdc_sencha {
  background-color: #307518 !important;
  background: linear-gradient(119.43deg, #307518 37.93%, #639329 78.51%, #ced14d 127.75%);
}
[temp=single-item] .grdc_hojicha {
  background-color: #9e0a00 !important;
  background: linear-gradient(118.48deg, #9e0a00 61.27%, #ffd127 130.29%);
}
[temp=single-item] .grdc_genmaicha {
  background-color: #946e01 !important;
  background: linear-gradient(120deg, #946e01 53.27%, #aa9401 81.39%, #d2d600 113.79%);
}
[temp=single-item] .grdc_other {
  background-color: #5fc500 !important;
  background: linear-gradient(115.6deg, #5fc500 36.7%, #51a50f 78.52%, #34662c 115.79%);
}
[temp=single-item] .shn {
  background: #ccc;
  margin-bottom: 100rem;
  width: 100%;
  overflow: hidden;
  height: 343rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .shn {
    height: 280rem;
  }
  [temp=single-item] .shn video {
    transform: scale(1.18);
  }
}
[temp=single-item] .by__text {
  font-size: 25rem;
}
@media screen and (max-width: 768px) {
  [temp=single-item] .by__text {
    font-size: 20rem;
  }
}
[temp=single-item] [bid="12"] {
  height: 188rem;
  text-align: center;
}
[temp=single-item] [bid="12"] .block__card__in {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0, -50%);
}
[temp=single-item] [bid="12"] .block__card__h3 {
  padding-top: 15rem;
  font-size: 52rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  [temp=single-item] [bid="12"] .block__card__h3 {
    padding-top: 21rem;
    font-size: 35rem;
  }
}
[temp=single-item] [bid="12"] a {
  margin-top: 19rem;
  width: 300rem;
  height: 58rem;
  border-radius: 29rem;
  background: #ff7c3b;
  display: inline-block;
  font-size: 21rem;
  color: #fff;
  padding-top: 20rem;
}
@media screen and (max-width: 768px) {
  [temp=single-item] [bid="12"] a {
    padding-top: 16rem;
    width: 235rem;
    height: 45rem;
    border-radius: 27rem;
    font-size: 16rem;
  }
}/*# sourceMappingURL=gt23.css.map */