@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@300;500&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Aboreto&display=swap");
:root {
  /*===================== Color =====================*/
  --color-main: #1F1F1F;
  --color-brand-site-base: #161616;
  --color-safety: #FF665E;
  --color-local: #558EDB;
  --color-fun: #FFBC07;
  --color-future: #33EE87;
  --color-rewarding: #A97FFB;
  --color-customer: #FFACD6;
  --color-cs: #FFACD6;
  /*===================== Font =====================*/
  --font-montserrat: "Montserrat", sans-serif;
  --font-unbounded: "Unbounded", sans-serif;
  --font-aboreto: "Aboreto", system-ui;
  /*===================== イージング =====================*/
  --ease-bounce-s:linear(0, 0.271 8.8%, 0.542 19.9%, 0.837 34.2%, 1 44.7%, 0.943 51.1%, 0.925 57.5%, 0.937 63.1%, 1 77.4%, 0.991 84.2%, 1);
  --ease-bounce:linear(0, 0.247 13.2%, 0.415 20.5%, 0.624 27.4%, 1 37.8%, 0.794 44.9%, 0.747 47.9%, 0.731 50.8%, 0.744 53.5%, 0.785 56.4%, 0.999 65.5%, 0.927 69.6%, 0.904 73.4%, 0.921 77%, 1 84.5%, 0.981 89.4%, 1);
}

/*======================= SP-VW =======================*/
/*======================= PC-VW =======================*/
/*------ 使用例 ------
.text {
	font-size: spvw(16);
}
*/
/*================================= アニメーション =================================*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate360-right {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate360-left {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fuwafuwa-up {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -70%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-down {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 70%);
  }
  100% {
    transform: translate(0, 0);
  }
}
body {
  width: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  color: #1F1F1F;
  font-weight: 400;
  font-size: 3.8vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

a[href*="tel:"] {
  color: #1F1F1F;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pcm-block {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pcm-block {
    display: block;
  }
}

button {
  cursor: pointer;
  font: inherit;
  color: #1F1F1F;
}

.ast {
  font-size: 0.6em;
  vertical-align: 0.44em;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

svg {
  display: block;
}

a {
  color: #1F1F1F;
}

main.is-active::after {
  opacity: 1;
  pointer-events: fill;
}
main::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}

#l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  z-index: 100;
  padding: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header {
    padding: calc(18 / 1366 * 100vw) calc(29 / 1366 * 100vw);
  }
}
#l-header.is-active div.pc-menu div.btn-wrap button {
  height: calc(55 / 375 * 100vw);
  border-radius: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) 0 0;
}
@media screen and (min-width: 768px) {
  #l-header.is-active div.pc-menu div.btn-wrap button {
    height: calc(62 / 1366 * 100vw);
    border-radius: calc(5 / 1366 * 100vw) calc(5 / 1366 * 100vw) 0 0;
  }
}
#l-header.is-active div.pc-menu div.btn-wrap button .line:nth-of-type(1) {
  top: 5vw;
  transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  #l-header.is-active div.pc-menu div.btn-wrap button .line:nth-of-type(1) {
    top: 1.6vw;
  }
}
#l-header.is-active div.pc-menu div.btn-wrap button .line:nth-of-type(2) {
  opacity: 0;
}
#l-header.is-active div.pc-menu div.btn-wrap button .line:nth-of-type(3) {
  top: 5vw;
  transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  #l-header.is-active div.pc-menu div.btn-wrap button .line:nth-of-type(3) {
    top: 1.6vw;
  }
}
#l-header.is-active div.open-menu {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: fill;
}
#l-header div.logo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: calc(214 / 375 * 100vw);
  padding-top: 2.6vw;
}
@media screen and (min-width: 768px) {
  #l-header div.logo-wrap {
    width: calc(308 / 1366 * 100vw);
    padding-top: 0.9vw;
  }
}
#l-header div.logo-wrap a.oktp-link {
  display: block;
  position: relative;
  border-right: 1px #000 solid;
  width: calc(138 / 375 * 100vw);
  padding-right: calc(8 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.logo-wrap a.oktp-link {
    width: calc(163 / 1366 * 100vw);
    padding-right: calc(30 / 1366 * 100vw);
  }
}
#l-header div.logo-wrap a.brand-link {
  font-family: var(--font-montserrat);
  line-height: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: calc(12 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.logo-wrap a.brand-link {
    font-size: calc(16 / 1366 * 100vw);
  }
}
#l-header div.pc-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu {
    width: calc(871 / 1366 * 100vw);
  }
}
#l-header div.pc-menu ul {
  display: none;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-montserrat);
    width: calc(573 / 1366 * 100vw);
    line-height: 1.2em;
    font-size: calc(15 / 1366 * 100vw);
    padding-top: 1vw;
  }
}
#l-header div.pc-menu ul a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu ul a {
    transition: all 0.3s;
  }
  #l-header div.pc-menu ul a:hover {
    transform: scale(0.9);
    opacity: 0.6;
  }
}
#l-header div.pc-menu div.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu div.btn-wrap {
    width: calc(256 / 1366 * 100vw);
  }
}
#l-header div.pc-menu div.btn-wrap a {
  display: none;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu div.btn-wrap a {
    box-sizing: border-box;
    display: block;
    border: solid 1px var(--color-main);
    font-family: var(--font-montserrat);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 55%;
    height: calc(43 / 1366 * 100vw);
    border-radius: calc(5 / 1366 * 100vw);
    font-size: calc(14 / 1366 * 100vw);
    padding: 0 calc(15 / 1366 * 100vw);
    transition: all 0.3s;
  }
  #l-header div.pc-menu div.btn-wrap a:hover {
    color: #fff;
    background-color: #3BB961;
  }
  #l-header div.pc-menu div.btn-wrap a:hover .arrow svg:nth-of-type(1) {
    transform: translate(100%, 0);
  }
  #l-header div.pc-menu div.btn-wrap a:hover .arrow svg:nth-of-type(2) {
    transform: translate(0%, 0);
  }
  #l-header div.pc-menu div.btn-wrap a:hover .arrow svg path {
    stroke: #fff;
  }
}
#l-header div.pc-menu div.btn-wrap a .arrow {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu div.btn-wrap a .arrow {
    width: calc(9 / 1366 * 100vw);
    overflow: hidden;
  }
}
#l-header div.pc-menu div.btn-wrap a .arrow svg {
  transition: all 0.3s;
}
#l-header div.pc-menu div.btn-wrap a .arrow svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-120%, 0);
}
#l-header div.pc-menu div.btn-wrap a .arrow svg path {
  transition: all 0.3s;
}
#l-header div.pc-menu div.btn-wrap button {
  background-color: var(--color-main);
  position: relative;
  width: calc(101 / 375 * 100vw);
  height: calc(40 / 375 * 100vw);
  border-radius: calc(5 / 375 * 100vw);
  box-sizing: border-box;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu div.btn-wrap button {
    border: solid 1px var(--color-main);
    width: 43%;
    height: calc(43 / 1366 * 100vw);
    border-radius: calc(5 / 1366 * 100vw);
    transition: all 0.3s;
  }
  #l-header div.pc-menu div.btn-wrap button:hover {
    background-color: #3BB961;
  }
}
#l-header div.pc-menu div.btn-wrap button .line {
  position: absolute;
  width: 36%;
  height: calc(1 / 375 * 100vw);
  background: #fff;
  right: 14%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu div.btn-wrap button .line {
    height: 1px;
    right: 18%;
  }
}
#l-header div.pc-menu div.btn-wrap button .line:nth-of-type(1) {
  top: 3vw;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu div.btn-wrap button .line:nth-of-type(1) {
    top: 1vw;
  }
}
#l-header div.pc-menu div.btn-wrap button .line:nth-of-type(2) {
  top: 5vw;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu div.btn-wrap button .line:nth-of-type(2) {
    top: 1.6vw;
  }
}
#l-header div.pc-menu div.btn-wrap button .line:nth-of-type(3) {
  top: 7vw;
}
@media screen and (min-width: 768px) {
  #l-header div.pc-menu div.btn-wrap button .line:nth-of-type(3) {
    top: 2.2vw;
  }
}
#l-header div.open-menu {
  background: #fff;
  box-sizing: border-box;
  overflow-y: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  pointer-events: none;
  transition: all 0.4s 0s;
  margin: 0 0 0 auto;
  border: solid calc(3 / 375 * 100vw) var(--color-main);
  border-radius: calc(5 / 375 * 100vw) 0 calc(5 / 375 * 100vw) calc(5 / 375 * 100vw);
  width: calc(287 / 375 * 100vw);
  max-height: calc(100vh - 21vw);
  padding: calc(34 / 375 * 100vw);
  position: absolute;
  top: 16.5vw;
  right: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu {
    border: solid calc(3 / 1366 * 100vw) var(--color-main);
    width: calc(484 / 1366 * 100vw);
    padding: calc(57 / 1366 * 100vw) calc(50 / 1366 * 100vw);
    max-height: calc(100vh - 7.2vw);
    border-radius: calc(5 / 1366 * 100vw) 0 calc(5 / 1366 * 100vw) calc(5 / 1366 * 100vw);
    top: 5.5vw;
    right: calc(29 / 1366 * 100vw);
  }
}
#l-header div.open-menu .main-list li {
  border-bottom: solid 1px #BCBCBC;
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .main-list li.local:hover path {
    stroke: var(--color-local);
  }
}
#l-header div.open-menu .main-list li.local .en {
  color: var(--color-local);
}
#l-header div.open-menu .main-list li.local .en .border {
  margin-left: 0.4em;
  color: #fff;
  text-shadow: 1px 1px 0 var(--color-local), -1px 1px 0 var(--color-local), -1px -1px 0 var(--color-local), 1px -1px 0 var(--color-local);
}
#l-header div.open-menu .main-list li.local .ja .color {
  color: var(--color-local);
}
#l-header div.open-menu .main-list li.fun .en {
  color: var(--color-fun);
}
#l-header div.open-menu .main-list li.fun .en .border {
  margin-left: 0.4em;
  color: #fff;
  text-shadow: 1px 1px 0 var(--color-fun), -1px 1px 0 var(--color-fun), -1px -1px 0 var(--color-fun), 1px -1px 0 var(--color-fun);
}
#l-header div.open-menu .main-list li.fun .ja .color {
  color: var(--color-fun);
}
#l-header div.open-menu .main-list li.future .en {
  color: var(--color-future);
}
#l-header div.open-menu .main-list li.future .en .border {
  margin-left: 0.4em;
  color: #fff;
  text-shadow: 1px 1px 0 var(--color-future), -1px 1px 0 var(--color-future), -1px -1px 0 var(--color-future), 1px -1px 0 var(--color-future);
}
#l-header div.open-menu .main-list li.future .ja .color {
  color: var(--color-future);
}
#l-header div.open-menu .main-list li.rewarding {
  margin-bottom: 0;
}
#l-header div.open-menu .main-list li.rewarding .en {
  color: var(--color-rewarding);
}
#l-header div.open-menu .main-list li.rewarding .en .border {
  margin-left: 0.4em;
  color: #fff;
  text-shadow: 1px 1px 0 var(--color-rewarding), -1px 1px 0 var(--color-rewarding), -1px -1px 0 var(--color-rewarding), 1px -1px 0 var(--color-rewarding);
}
#l-header div.open-menu .main-list li.rewarding .ja .color {
  color: var(--color-rewarding);
}
#l-header div.open-menu .main-list li.customer a {
  padding-top: 0;
}
#l-header div.open-menu .main-list li.customer .en {
  color: var(--color-customer);
}
#l-header div.open-menu .main-list li.customer .en .border {
  margin-left: 0.4em;
  color: #fff;
  text-shadow: 1px 1px 0 var(--color-customer), -1px 1px 0 var(--color-customer), -1px -1px 0 var(--color-customer), 1px -1px 0 var(--color-customer);
}
#l-header div.open-menu .main-list li.customer .ja .color {
  color: var(--color-customer);
}
#l-header div.open-menu .main-list li a {
  display: block;
  position: relative;
  padding: calc(10 / 375 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .main-list li a {
    padding: calc(20 / 1366 * 100vw) 0;
    transition: all 0.3s;
  }
  #l-header div.open-menu .main-list li a:hover {
    padding-left: calc(15 / 1366 * 100vw);
  }
  #l-header div.open-menu .main-list li a:hover .m-btn-arrow svg:nth-of-type(1) {
    transform: translate(120%, -120%);
  }
  #l-header div.open-menu .main-list li a:hover .m-btn-arrow svg:nth-of-type(2) {
    transform: translate(0, 0);
  }
}
#l-header div.open-menu .main-list li a .m-btn-arrow {
  height: calc(15 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .main-list li a .m-btn-arrow {
    height: calc(26 / 1366 * 100vw);
  }
}
#l-header div.open-menu .main-list li a .en {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: var(--font-unbounded);
  letter-spacing: 0.05em;
  color: var(--color-safety);
  font-size: calc(11 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .main-list li a .en {
    font-size: calc(14 / 1366 * 100vw);
  }
}
#l-header div.open-menu .main-list li a .en .icon {
  display: inline-block;
  width: 1.4em;
  margin-right: 0.6em;
}
#l-header div.open-menu .main-list li a .en .border {
  margin-left: 0.4em;
  color: #fff;
  text-shadow: 1px 1px 0 var(--color-safety), -1px 1px 0 var(--color-safety), -1px -1px 0 var(--color-safety), 1px -1px 0 var(--color-safety);
}
#l-header div.open-menu .main-list li a .ja {
  display: inline-block;
  line-height: 1em;
  font-weight: 500;
  position: relative;
  font-size: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .main-list li a .ja {
    font-size: calc(34 / 1366 * 100vw);
  }
}
#l-header div.open-menu .main-list li a .ja .color {
  color: var(--color-safety);
}
#l-header div.open-menu .main-list li a .m-btn-arrow {
  position: absolute;
  bottom: calc(15 / 375 * 100vw);
  right: 0;
  width: calc(15 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .main-list li a .m-btn-arrow {
    top: 30%;
    width: calc(26 / 1366 * 100vw);
  }
}
#l-header div.open-menu .sub-list {
  margin-top: calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .sub-list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: calc(28 / 1366 * 100vw);
         column-gap: calc(28 / 1366 * 100vw);
    margin-top: 1vw;
  }
}
#l-header div.open-menu .sub-list li {
  margin-top: 2vw;
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .sub-list li {
    margin-top: calc(20 / 1366 * 100vw);
  }
}
#l-header div.open-menu .sub-list li.w100 {
  width: 100%;
}
#l-header div.open-menu .sub-list a {
  line-height: 1.2em;
  font-size: calc(16 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .sub-list a {
    align-items: flex-start;
    font-size: calc(18 / 1366 * 100vw);
    transition: all 0.3s;
  }
  #l-header div.open-menu .sub-list a:hover .m-btn-arrow svg:nth-of-type(1) {
    transform: translate(120%, -120%);
  }
  #l-header div.open-menu .sub-list a:hover .m-btn-arrow svg:nth-of-type(2) {
    transform: translate(0, 0);
  }
  #l-header div.open-menu .sub-list a:hover {
    color: #3BB961;
  }
}
#l-header div.open-menu .sub-list a .txt-wrap {
  display: inline-block;
}
#l-header div.open-menu .sub-list a .txt-wrap span {
  display: block;
}
#l-header div.open-menu .sub-list a .txt-wrap .en {
  font-family: var(--font-unbounded);
}
#l-header div.open-menu .sub-list a .txt-wrap .en .m-btn-arrow {
  display: inline-block;
  margin-top: 0.2em;
  margin-left: 0.4em;
  width: 0.8em;
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .sub-list a .txt-wrap .en .m-btn-arrow {
    width: 1em;
  }
}
#l-header div.open-menu .sub-list a .txt-wrap .ja {
  font-weight: 400;
  font-size: calc(10 / 375 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #l-header div.open-menu .sub-list a .txt-wrap .ja {
    font-weight: 400;
    font-size: clamp(10px, 13 / 1366 * 100vw, 18px);
    line-height: 1.76em;
    letter-spacing: 0.02em;
  }
}

.m-btn-arrow {
  display: block;
  overflow: hidden;
  position: relative;
  width: 1em;
}
.m-btn-arrow svg {
  transition: all 0.3s;
}
.m-btn-arrow svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-120%, 120%);
}
.m-btn-arrow svg path {
  transition: all 0.3s;
}

#l-footer {
  background-color: var(--color-brand-site-base);
  color: #fff;
  box-sizing: border-box;
  padding: calc(56 / 375 * 100vw) calc(27 / 375 * 100vw);
  margin-top: calc(89 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-footer {
    padding: calc(70 / 1366 * 100vw) calc(93 / 1366 * 100vw);
    margin-top: calc(196 / 1366 * 100vw);
  }
}
#l-footer div.l-footer-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #l-footer div.l-footer-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#l-footer div.ft-left-box {
  display: contents;
}
@media screen and (min-width: 768px) {
  #l-footer div.ft-left-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#l-footer div.logo-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(35 / 375 * 100vw);
  order: 1;
}
@media screen and (min-width: 768px) {
  #l-footer div.logo-wrap {
    width: calc(234 / 1366 * 100vw);
  }
}
#l-footer div.logo-wrap a {
  color: #fff;
  display: block;
}
#l-footer div.logo-wrap a.oktp {
  width: calc(165 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-footer div.logo-wrap a.oktp {
    width: auto;
  }
}
#l-footer div.logo-wrap a.brand {
  display: inline-block;
  font-size: calc(16 / 375 * 100vw);
  font-weight: 500;
  font-family: var(--font-montserrat);
  margin-left: 1.4em;
  line-height: 1em;
  transform: translate(0, 0.5em);
}
@media screen and (min-width: 768px) {
  #l-footer div.logo-wrap a.brand {
    font-size: calc(16 / 1366 * 100vw);
    transform: translate(0);
    margin-left: 0;
    margin-top: 1em;
  }
}
#l-footer div.maru-c-box {
  order: 3;
  margin-top: calc(35 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-footer div.maru-c-box {
    margin-top: auto;
  }
}
#l-footer div.maru-c-box p {
  margin-bottom: 0.8em;
  font-weight: 400;
  font-size: calc(10 / 375 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  #l-footer div.maru-c-box p {
    font-weight: 400;
    font-size: clamp(10px, 10 / 1366 * 100vw, 100px);
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
#l-footer div.maru-c-box p:last-child {
  margin-bottom: 0;
}
#l-footer div.ft-right-box {
  order: 2;
}
@media screen and (min-width: 768px) {
  #l-footer div.ft-right-box {
    width: calc(400 / 1366 * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  #l-footer div.ft-right-box {
    width: calc(380 / 1366 * 100vw);
  }
}
#l-footer div.ft-right-box a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  #l-footer div.ft-right-box a {
    transition: all 0.3s;
  }
  #l-footer div.ft-right-box a:hover {
    color: #3BB961;
  }
}
#l-footer div.ft-right-box ul.main-list {
  line-height: 1.2em;
  display: flex;
  flex-wrap: wrap;
  font-size: calc(15 / 375 * 100vw);
  font-size: calc(15 / 375 * 100vw);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #l-footer div.ft-right-box ul.main-list {
    font-size: calc(18 / 1366 * 100vw);
  }
}
#l-footer div.ft-right-box ul.main-list li {
  margin-bottom: 1em;
}
#l-footer div.ft-right-box ul.main-list li:nth-of-type(odd) {
  width: 40%;
}
#l-footer div.ft-right-box ul.main-list li:nth-of-type(even) {
  width: 40%;
}
#l-footer div.ft-right-box ul.sub-list {
  line-height: 1.2em;
  font-size: calc(14 / 375 * 100vw);
  margin-top: calc(35 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  #l-footer div.ft-right-box ul.sub-list {
    font-size: calc(16 / 1366 * 100vw);
    margin-top: calc(20 / 1366 * 100vw);
  }
}
#l-footer div.ft-right-box ul.sub-list li {
  margin-bottom: 0.4em;
}
#l-footer div.ft-right-box ul.sub-list li:last-child {
  margin-bottom: 0;
}
#l-footer div.ft-right-box ul.sub-list .en {
  font-weight: 500;
  font-family: var(--font-unbounded);
}
#l-footer div.ft-right-box ul.sub-list .ja {
  font-weight: 400;
  font-size: calc(10 / 375 * 100vw);
  line-height: 1.5em;
  letter-spacing: 0.04em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  #l-footer div.ft-right-box ul.sub-list .ja {
    font-weight: 400;
    font-size: clamp(10px, 13 / 1366 * 100vw, 18px);
    line-height: 1.76em;
    letter-spacing: 0.02em;
  }
}

.sec-initiative {
  padding-top: calc(95 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec-initiative {
    padding-top: calc(150 / 1366 * 100vw);
  }
}
.sec-initiative .initiative__title {
  width: 86%;
  margin-bottom: calc(15 / 375 * 100vw);
  margin-inline: auto;
  font-weight: 500;
  font-size: calc(30 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec-initiative .initiative__title {
    width: 100%;
    padding: 0 6vw;
    margin-bottom: calc(28 / 1366 * 100vw);
    font-size: calc(47 / 1366 * 100vw);
  }
}

.initiative-slide .m-btn-square-slide-wrap {
  display: flex;
  gap: calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .initiative-slide .m-btn-square-slide-wrap {
    gap: calc(20 / 1366 * 100vw);
  }
}
.initiative-slide .slick-slide {
  margin: 0 4px;
}
.initiative-slide .slick-list {
  margin: 0 -4px;
  overflow: visible;
}
.initiative-slide .splide {
  position: relative;
}
.initiative-slide .splide__arrows {
  position: absolute;
  top: calc(-13 / 375 * 100vw);
  right: calc(23 / 375 * 100vw);
  translate: 0 -100%;
}
@media screen and (min-width: 768px) {
  .initiative-slide .splide__arrows {
    top: calc(-21 / 1366 * 100vw);
    right: calc(95 / 1366 * 100vw);
  }
}
.initiative-slide .splide__track {
  padding-block: calc(29 / 375 * 100vw);
  border-top: 1px solid var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
@media screen and (min-width: 768px) {
  .initiative-slide .splide__track {
    padding-block: calc(50 / 1366 * 100vw);
  }
}
.initiative-slide .splide__slide {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .initiative-slide .splide__slide {
    width: 20%;
  }
}
.initiative-slide .initiative-post {
  display: block;
}
@media screen and (min-width: 768px) {
  .initiative-slide .initiative-post:hover img {
    transform: scale(0.92);
  }
}
.initiative-slide .initiative-post .tag {
  display: flex;
  justify-content: flex-start;
  gap: 3vw;
  margin-block: calc(18 / 375 * 100vw) calc(15 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .initiative-slide .initiative-post .tag {
    margin-block: calc(18 / 1366 * 100vw) calc(15 / 1366 * 100vw);
  }
}
.initiative-slide .initiative-post .tag li {
  padding: 0.4em;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: calc(11 / 375 * 100vw);
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .initiative-slide .initiative-post .tag li {
    font-size: max(10px, 11 / 1366 * 100vw);
  }
}
.initiative-slide .initiative-post .tag li::before {
  content: "";
  display: inline-block;
  margin-right: 0.3em;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}
.initiative-slide .initiative-post .tag li.brand-safety {
  color: var(--color-safety);
  border-color: var(--color-safety);
}
.initiative-slide .initiative-post .tag li.brand-safety::before {
  background-image: url(../../myimg/top/motto-icon-safety.svg);
}
.initiative-slide .initiative-post .tag li.brand-local {
  color: var(--color-local);
  border-color: var(--color-local);
}
.initiative-slide .initiative-post .tag li.brand-local::before {
  background-image: url(../../myimg/top/motto-icon-local.svg);
}
.initiative-slide .initiative-post .tag li.brand-fun {
  color: var(--color-fun);
  border-color: var(--color-fun);
}
.initiative-slide .initiative-post .tag li.brand-fun::before {
  background-image: url(../../myimg/top/motto-icon-fun.svg);
}
.initiative-slide .initiative-post .tag li.brand-future {
  color: var(--color-future);
  border-color: var(--color-future);
}
.initiative-slide .initiative-post .tag li.brand-future::before {
  background-image: url(../../myimg/top/motto-icon-future.svg);
}
.initiative-slide .initiative-post .tag li.brand-rewarding {
  color: var(--color-rewarding);
  border-color: var(--color-rewarding);
}
.initiative-slide .initiative-post .tag li.brand-rewarding::before {
  background-image: url(../../myimg/top/motto-icon-rewarding.svg);
}
.initiative-slide .initiative-post .tag li.brand-customer {
  color: var(--color-customer);
  border-color: var(--color-customer);
}
.initiative-slide .initiative-post .tag li.brand-customer::before {
  background-image: url(../../myimg/top/motto-icon-customer.svg);
}
.initiative-slide .initiative-post .title {
  font-weight: 500;
  font-size: calc(14 / 375 * 100vw);
  line-height: 1.57;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .initiative-slide .initiative-post .title {
    font-size: max(10px, 14 / 1366 * 100vw);
  }
}
.initiative-slide .initiative-post .time {
  color: #ABAAAA;
  font-weight: 500;
  font-size: calc(11 / 375 * 100vw);
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .initiative-slide .initiative-post .time {
    font-size: max(10px, 11 / 1366 * 100vw);
  }
}
.initiative-slide .initiative-post img {
  transition: all 0.3s;
}

.m-btm-square, button.m-btm-square, span.m-btm-square {
  width: calc(30 / 375 * 100vw);
  height: calc(30 / 375 * 100vw);
  border-radius: calc(5 / 375 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-btm-square, button.m-btm-square, span.m-btm-square {
    border-radius: 5px;
    width: clamp(0px, 40 / 1366 * 100vw, 1000px);
    height: clamp(0px, 40 / 1366 * 100vw, 1000px);
    opacity: 1;
  }
}
.m-btm-square.black, button.m-btm-square.black, span.m-btm-square.black {
  background-color: #353535;
}
.m-btm-square.white, button.m-btm-square.white, span.m-btm-square.white {
  background-color: #fff;
}
.m-btm-square.splide__arrow, button.m-btm-square.splide__arrow, span.m-btm-square.splide__arrow {
  transform: translate(0);
  top: 0;
  left: 0;
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .m-btm-square.splide__arrow, button.m-btm-square.splide__arrow, span.m-btm-square.splide__arrow {
    border-radius: 5px;
    width: clamp(0px, 42 / 1366 * 100vw, 1000px);
    height: clamp(0px, 42 / 1366 * 100vw, 1000px);
    opacity: 1;
  }
}
.m-btm-square.prev, button.m-btm-square.prev, span.m-btm-square.prev {
  transform: rotate(180deg);
  /*.arrow{
  	svg{
  		&:nth-of-type(2){
  			left: auto;
  			right: 0;
  			transform: translate(120%, -50%);
  		}
  	}
  }*/
}
.m-btm-square .arrow, button.m-btm-square .arrow, span.m-btm-square .arrow {
  display: block;
  width: 33%;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  transition: 0.3s ease all;
}
.m-btm-square .arrow svg, button.m-btm-square .arrow svg, span.m-btm-square .arrow svg {
  transition: all 0.3s;
}
.m-btm-square .arrow svg:nth-of-type(2), button.m-btm-square .arrow svg:nth-of-type(2), span.m-btm-square .arrow svg:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-120%, -50%);
}
.m-btm-square .arrow svg path, button.m-btm-square .arrow svg path, span.m-btm-square .arrow svg path {
  transition: all 0.3s;
}
.m-btm-square svg, button.m-btm-square svg, span.m-btm-square svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  transform: scaleX(1);
}
.m-btm-square:hover svg:nth-of-type(1), button.m-btm-square:hover svg:nth-of-type(1), span.m-btm-square:hover svg:nth-of-type(1) {
  transform: translate(100%, 0);
}
.m-btm-square:hover svg:nth-of-type(2), button.m-btm-square:hover svg:nth-of-type(2), span.m-btm-square:hover svg:nth-of-type(2) {
  transform: translate(0%, -50%);
}
.m-btm-square:hover, button.m-btm-square:hover, span.m-btm-square:hover {
  /*.arrow{
  	svg{
  		&:nth-of-type(1){
  			transform: translate(100%,0);
  		}
  		&:nth-of-type(2){
  			transform: translate(0%,-50%);
  		}
  	}
  }

  &.prev {
  	.arrow{
  		svg{
  			&:nth-of-type(1){
  				transform: translate(-100%,0);
  			}
  			&:nth-of-type(2){
  				left: auto;
  				right: 0;
  				transform: translate(0%, -50%);
  			}
  		}
  	}
  }*/
}/*# sourceMappingURL=common.css.map */