@charset "UTF-8";
 /* --------------------------------------------------
Reset CSS
-------------------------------------------------- */
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;
  background: transparent;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

ul,
li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

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

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

a, p, th, td, dt, dd, li, b {
  font-size: 18px;
}
@media (max-width: 959px) {
  a, p, th, td, dt, dd, li, b {
    font-size: 16px;
  }
}

a:hover {
  opacity: 0.8;
}

p > a {
  font-size: inherit;
}

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

img {
  width: 100%;
}

ul {
  list-style: none;
}

div, h1, h2, h3, p, li, td, dd, span, b {
  color: #2e1706;
}

h1, h2, h3, b {
  font-weight: bold;
}

body {
  background: #fff8f2;
}

.text-color-orange {
  color: #dc6910;
}

.text-color-link {
  color: #2b69e5;
}

.logo > img {
  height: auto;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.8;
}

.btn-arrow {
  position: relative;
  gap: 8px;
  padding: 0 10px;
}

.btn-arrow::after {
  content: "";
  width: 26px;
  height: 26px;
}

.btn-color-white {
  border: solid 2px #dc6910;
  background-color: #fff;
  color: #dc6910;
}

.btn-color-black {
  border: solid 2px #000;
}

.btn-arrow.btn-color-white::after {
  background: url("/assets/img/pochilogi/right_arrow_orange.svg") no-repeat center/cover;
}

.btn-color-orange {
  border-top: 2px solid #dc6910;
  border-bottom: 2px solid #dc6910;
  background-color: #dc6910;
  color: #fff;
}

.btn-arrow.btn-color-orange::after {
  background: url("/assets/img/pochilogi/right_arrow.svg") no-repeat center/cover;
}

.btn-shadow {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* --------------------------------------------------
 main
 -------------------------------------------------- */
article {
  max-width: 1440px;
  margin: 0 auto;
}
article h2 {
  font-size: 48px;
}
@media (max-width: 959px) {
  article h2 {
    font-size: 30px;
  }
}

.headline {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 959px) {
  .headline {
    line-height: 1.4;
    margin: 0 16px 40px;
  }
}
.headline h2 {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .headline h2 {
    font-size: 20px;
  }
}
.headline h2 span {
  font-size: 48px;
}
@media (max-width: 959px) {
  .headline h2 span {
    font-size: 30px;
  }
}
.headline p {
  margin-top: 20px;
  font-weight: bold;
}

.sp-view {
  display: none;
}

@media (max-width: 959px) {
  .pc-view {
    display: none;
  }

  .sp-view {
    display: block;
  }
}
.new-line {
  display: none;
}
@media (max-width: 546px) {
  .new-line {
    display: block;
  }
}

.marker {
  background-position: left -100% center;
  background-size: 200% 14px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, transparent 50%, #f5e86d 50%);
  padding: 0 4px 36px;
}

.orange {
  color: #dc6910;
}

.white {
  color: #fff;
}

/**  air/lcl LPのTOP  **/
/**  バナーエリア  **/
.banner-area {
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 959px) {
  .banner-area {
    margin-bottom: 60px;
  }
}
.banner-area .inner-btn {
  position: absolute;
  bottom: 22.7%;
  left: 4.5%;
  width: 264px;
  max-width: 18.3%;
  height: 8.5%;
}
.banner-area .inner-btn:hover {
  background: #ff9b4e4D;
  transition: all 0.2s ease-in-out;
}
.banner-area .desc {
  padding-top: 60px;
  background: #bccfd7;
}
.banner-area .desc .headline {
  margin: 0 16px 15px;
}
.banner-area .desc .marker {
  background-size: 200% 10px;
  padding: 0 4px 24px;
}
.banner-area .desc p {
  text-align: left;
  font-weight: normal;
}

/**  ポチロジで出来ること  **/
.ability {
  padding: 120px 64px 110px;
  max-width: none;
  background: #ffe8d7;
}
@media (max-width: 959px) {
  .ability {
    padding: 70px 16px 30px;
  }
}
.ability .inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .ability .inner {
    margin: 0;
  }
}
.ability .headline {
  margin-bottom: 80px;
}
@media (max-width: 959px) {
  .ability .headline {
    margin: 0 0 40px;
  }
}
.ability .headline h2 {
  margin-bottom: 20px;
  font-size: 48px;
}
@media (max-width: 959px) {
  .ability .headline h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.ability .headline img {
  width: 46px;
  padding-bottom: 5px;
}
@media (max-width: 959px) {
  .ability .headline img {
    padding: 0;
  }
}
.ability .headline p {
  font-weight: bold;
}
@media (max-width: 959px) {
  .ability .headline p {
    margin-top: 15px;
  }
}
.ability ul {
  display: flex;
}
@media (max-width: 959px) {
  .ability ul {
    flex-wrap: wrap;
  }
}
.ability li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% / 3);
  margin-right: 5.9%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 959px) {
  .ability li {
    width: 100%;
    margin: 0 0 30px;
  }
}
.ability li:last-child {
  margin-right: 0;
}
.ability li dl {
  padding: 12px 10px 6px;
}
.ability li dt {
  margin-bottom: 5px;
}
.ability li dt img {
  width: 30px;
  margin-right: 5px;
}
.ability li dt span {
  color: #dc6910;
  vertical-align: 3px;
  font-size: 16px;
  font-weight: bold;
}
.ability li dd {
  color: #dc6910;
  font-size: 30px;
  font-weight: bold;
  word-break: keep-all;
}
.ability li img {
  border-radius: 0 0 10px 10px;
}

small {
  font-size: 16px;
}
@media (max-width: 959px) {
  small {
    font-size: 14px;
  }
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.cookie-permission {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.cookie-permission .cookie-permission-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 40px;
}
@media (max-width: 767px) {
  .cookie-permission .cookie-permission-wrap {
    align-items: initial;
    width: auto;
    padding: 10px;
  }
}
.cookie-permission .cookie-permission-wrap .text-area {
  display: flex;
  align-items: center;
  margin-right: 42px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
}
@media (max-width: 767px) {
  .cookie-permission .cookie-permission-wrap .text-area {
    align-items: baseline;
    margin-right: 16px;
  }
}
.cookie-permission .cookie-permission-wrap .text-area p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .cookie-permission .cookie-permission-wrap .text-area p {
    font-size: 12px;
  }
}
.cookie-permission .cookie-permission-wrap .text-area p a {
  color: #e66b00;
  font-size: 14px;
  text-decoration: none;
}
.cookie-permission .cookie-permission-wrap .text-area p a:hover {
  opacity: 0.7;
  font-size: 12px;
}
.cookie-permission .button-area {
  height: 32px;
}
.cookie-permission .button-area a {
  display: inline-block;
  width: 122px;
  padding: 6px 0;
  border-radius: 4px;
  background-color: #dc6910;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cookie-permission .button-area a:hover {
  background-color: #e48e4b;
}
@media (max-width: 767px) {
  .cookie-permission .button-area a {
    width: 58px;
    padding: 6px 5px;
  }
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px #00000029;
}
@media (max-width: 959px) {
  .header {
    height: 60px;
  }
}
@media (min-width: 960px) {
  .header {
    height: 90px;
  }
}
@media (min-width: 1440px) {
  .header {
    height: 90px;
  }
}
.header__inner {
  display: grid;
  align-items: center;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .header__inner {
    position: relative;
    grid-template-rows: auto 0px;
    grid-template-columns: 92px auto;
    height: 60px;
    padding: 0 16px;
  }
}
@media (min-width: 960px) {
  .header__inner {
    grid-template-columns: auto auto 1fr;
    height: 90px;
    padding: 0 20rem;
  }
}
@media (min-width: 1440px) {
  .header__inner {
    height: 90px;
    padding: 0 20px;
  }
}
@media (max-width: 959px) {
  .header__logo {
    width: 93px;
  }
}
@media (min-width: 960px) {
  .header__logo {
    width: 160rem;
  }
}
@media (min-width: 1440px) {
  .header__logo {
    width: 160px;
  }
}
.header__logo > img {
  width: 100%;
  height: auto;
}
.header__title {
  font-weight: bold;
}
@media (max-width: 959px) {
  .header__title {
    margin-left: 15px;
  }
}
@media (min-width: 960px) {
  .header__title {
    margin: 0 0 0 20rem;
    font-size: clamp(12px, 15px, 15rem);
  }
}
@media (min-width: 1440px) {
  .header__title {
    margin: 0 0 0 20px;
    font-size: 12px;
  }
}
.header__title--strong {
  display: block;
  color: #dc6910;
}
@media (max-width: 959px) {
  .header__title--strong {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .header__title--strong {
    font-size: 16rem;
    font-size: clamp(16px, 16px, 16rem);
  }
}
@media (min-width: 1440px) {
  .header__title--strong {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .header__menu {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-height: 0;
    background: #fff;
    transition: max-height 0.4s ease;
  }
}
@media (min-width: 960px) {
  .header__menu {
    display: flex;
    align-items: center;
    justify-self: end;
  }
}
.header__menu.is-active {
  max-height: 100vh;
  pointer-events: auto;
}
@media (min-width: 960px) {
  .header__menu-list {
    display: grid;
    justify-content: end;
    grid-template-columns: 1fr auto auto auto auto;
    gap: 40rem;
  }
}
@media (min-width: 1440px) {
  .header__menu-list {
    gap: 40px;
  }
}
.header__menu-item {
  position: relative;
}
@media (max-width: 959px) {
  .header__menu-item {
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .header__menu-item {
    font-size: 16rem;
  }
}
@media (min-width: 1440px) {
  .header__menu-item {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .header__menu-item:first-child {
    border-top: 1px solid #e8e8e8;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .header__menu-item:first-child {
    justify-self: end;
    font-size: 16rem;
  }
}
@media (min-width: 1440px) {
  .header__menu-item:first-child {
    justify-self: end;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .header__menu-item--has-submenu:hover .header__submenu-list {
    opacity: 1;
    pointer-events: all;
  }
}
.header__menu-link {
  position: relative;
  font-weight: bold;
  display: block;
  color: #2e1706;
}
@media (max-width: 959px) {
  .header__menu-link {
    padding: 14px 0 14px 2em;
  }
}
@media (min-width: 960px) {
  .header__menu-link {
    font-size: clamp(13px, 16px, 16rem);
    padding: 20rem 0;
  }
}
@media (min-width: 1440px) {
  .header__menu-link {
    font-size: 16px;
    padding: 20px 0;
  }
}
@media (max-width: 959px) {
  .header__menu-link.is-active {
    color: #dc6910;
  }
}
@media (min-width: 960px) {
  .header__menu-link.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dc6910;
    bottom: 13rem;
  }
}
@media (min-width: 1440px) {
  .header__menu-link.is-active::before {
    bottom: 13px;
  }
}
.header__menu-link--has-submenu {
  position: relative;
}
@media (min-width: 960px) {
  .header__menu-link--has-submenu {
    padding-right: 18rem;
  }
}
@media (min-width: 1440px) {
  .header__menu-link--has-submenu {
    padding-right: 18px;
  }
}
@media (min-width: 960px) {
  .header__menu-link--has-submenu:hover + .header__submenu-list {
    opacity: 1;
    pointer-events: all;
  }
}
.header__menu-link.is-open .header__menu-arrow {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 959px) {
  .header__menu-trigger {
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 2;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
@media (min-width: 960px) {
  .header__menu-trigger {
    display: none;
  }
}
.header__menu-arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
@media (max-width: 959px) {
  .header__menu-arrow {
    right: 24px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #f5f5f5;
  }
}
@media (min-width: 960px) {
  .header__menu-arrow {
    right: 0;
    width: 10.5rem;
    height: 6.2rem;
  }
}
@media (min-width: 1440px) {
  .header__menu-arrow {
    width: 10.5px;
    height: 6.2px;
  }
}
.header__menu-arrow::before, .header__menu-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-radius: 9999px;
  background-color: #2e1706;
}
@media (max-width: 959px) {
  .header__menu-arrow::before, .header__menu-arrow::after {
    top: 8px;
    left: calc(50% - 1px);
    transform-origin: 50% calc(100% - 1px);
    width: 2px;
    height: 8px;
  }
}
@media (min-width: 960px) {
  .header__menu-arrow::before, .header__menu-arrow::after {
    left: calc(50% - 1rem);
    transform-origin: 50% calc(100% - 1rem);
    width: 2rem;
    height: 8rem;
  }
}
@media (min-width: 1440px) {
  .header__menu-arrow::before, .header__menu-arrow::after {
    left: calc(50% - 1px);
    transform-origin: 50% calc(100% - 1px);
    width: 2px;
    height: 8px;
  }
}
.header__menu-arrow::before {
  transform: rotate(47.5deg);
}
.header__menu-arrow::after {
  transform: rotate(-47.5deg);
}
.header__submenu-list {
  background: #fff;
}
@media (min-width: 960px) {
  .header__submenu-list {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    border-radius: 10rem;
    padding: 14rem 20rem;
    box-shadow: 0rem 1rem 4rem rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1440px) {
  .header__submenu-list {
    border-radius: 10px;
    padding: 14px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 959px) {
  .header__submenu-item {
    border-top: 1px solid #e8e8e8;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .header__submenu-item {
    font-size: 16rem;
  }
}
@media (min-width: 1440px) {
  .header__submenu-item {
    font-size: 16px;
  }
}
.header__submenu-link {
  font-weight: bold;
}
@media (max-width: 959px) {
  .header__submenu-link {
    display: block;
    padding: 14px 0 14px 3em;
  }
}
@media (min-width: 960px) {
  .header__submenu-link {
    font-size: clamp(13px, 16px, 16rem);
  }
}
@media (min-width: 1440px) {
  .header__submenu-link {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .header__submenu-link.is-active {
    color: #dc6910;
  }
}
.header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dc6910;
  color: white;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 959px) {
  .header__button {
    display: none;
  }
}
@media (min-width: 960px) {
  .header__button {
    min-width: 108rem;
    min-height: 38rem;
    font-size: clamp(12px, 16px, 18rem);
    margin: 0 0 0 28rem;
  }
}
@media (min-width: 1440px) {
  .header__button {
    min-width: 108px;
    min-height: 38px;
    font-size: 16px;
    margin: 0 0 0 28px;
  }
}
@media (max-width: 959px) {
  .header__languageSwitcher {
    border-bottom: 1px solid #e8e8e8;
  }
}
@media (min-width: 960px) {
  .header__languageSwitcher {
    position: relative;
    padding: 20px 0rem;
    margin: 0 0 0 28rem;
  }
}
@media (min-width: 1440px) {
  .header__languageSwitcher {
    padding: 20px 0px;
    margin: 0 0 0 28px;
  }
}
@media (min-width: 960px) {
  .header__languageSwitcher:hover .header__languageSwitcher-list {
    opacity: 1;
    pointer-events: all;
  }
}
.header__languageSwitcher-button {
  display: flex;
  align-items: center;
  color: #2e1706;
}
@media (max-width: 959px) {
  .header__languageSwitcher-button {
    position: relative;
    padding: 14px 0 14px 2em;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .header__languageSwitcher-button {
    justify-content: center;
    box-sizing: border-box;
    min-height: 36rem;
    min-width: 83rem;
    border: 1px solid #e8e8e8;
    border-radius: 4rem;
    padding: 0 4rem;
    font-size: clamp(12px, 16px, 14rem);
  }
}
@media (min-width: 1440px) {
  .header__languageSwitcher-button {
    min-height: 36px;
    min-width: 83px;
    border-radius: 4px;
    padding: 0 4px;
    font-size: 14px;
  }
}
.header__languageSwitcher-button::before {
  content: "";
  background: url(/assets/img/pochilogi/icon-language.png) no-repeat center/cover;
}
@media (max-width: 959px) {
  .header__languageSwitcher-button::before {
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
  }
}
@media (min-width: 960px) {
  .header__languageSwitcher-button::before {
    width: 14rem;
    height: 14rem;
    margin: 0 6rem 0 0;
  }
}
@media (min-width: 1440px) {
  .header__languageSwitcher-button::before {
    width: 14px;
    height: 14px;
    margin: 0 6px 0 0;
  }
}
.header__languageSwitcher-button.is-open .header__menu-arrow {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 959px) {
  .header__languageSwitcher-item {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .header__languageSwitcher-item {
    font-size: clamp(12px, 16px, 14rem);
  }
}
@media (min-width: 1440px) {
  .header__languageSwitcher-item {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .header__languageSwitcher-item:nth-child(n + 2) {
    margin: 10rem 0 0;
  }
}
@media (min-width: 1440px) {
  .header__languageSwitcher-item:nth-child(n + 2) {
    margin: 10px 0 0;
  }
}
.header__languageSwitcher-link {
  font-weight: normal;
  font-size: inherit;
}
@media (max-width: 959px) {
  .header__languageSwitcher-link {
    padding: 14px 0 14px 3.3em;
  }
}
.header__languageSwitcher-link.is-active {
  color: inherit;
}
@media (min-width: 960px) {
  .header__languageSwitcher-arrow {
    display: none;
  }
}

@media (max-width: 959px) {
  .hamburger {
    position: fixed;
    cursor: pointer;
    top: 2.9%;
    right: 20px;
    width: 20px;
    height: 18px;
  }
}
@media (min-width: 960px) {
  .hamburger {
    display: none;
  }
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 959px) {
  .hamburger__line {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #2e1706;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
}
@media (max-width: 959px) {
  .hamburger__line:nth-child(1) {
    top: 0;
  }
}
@media (max-width: 959px) {
  .hamburger__line:nth-child(2) {
    top: 7px;
  }
}
@media (max-width: 959px) {
  .hamburger__line:nth-child(3) {
    top: 14px;
  }
}

@media (min-width: 960px) {
  .lang-en .header__menu-list {
    grid-template-columns: 1fr auto auto auto;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .lang-en .header__menu-list {
    gap: 40px;
  }
}

.footer {
  background: #fff;
}
.footer__bg {
  background: #fff8f2;
}
@media (max-width: 959px) {
  .footer__bg {
    padding: 24px 0 100px;
  }
}
@media (min-width: 960px) {
  .footer__bg {
    padding: 36rem 0 20rem;
  }
}
@media (min-width: 1440px) {
  .footer__bg {
    padding: 36px 0 20px;
  }
}
.footer__inner {
  display: grid;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .footer__inner {
    padding: 0 15px;
  }
}
@media (min-width: 960px) {
  .footer__inner {
    align-items: center;
    justify-content: space-between;
    grid-template-rows: auto auto 1fr auto;
    max-width: 1440rem;
    padding: 0 40rem;
  }
}
@media (min-width: 1440px) {
  .footer__inner {
    max-width: 1440px;
    padding: 0 40px;
  }
}
@media (max-width: 959px) {
  .footer__logo {
    justify-self: center;
    width: 196px;
  }
}
@media (min-width: 960px) {
  .footer__logo {
    grid-area: 1 / 1 / 2 / 2;
    width: 196rem;
  }
}
@media (min-width: 1440px) {
  .footer__logo {
    width: 196px;
  }
}
@media (max-width: 959px) {
  .footer__form {
    justify-self: center;
    margin: 20px 0 0;
  }
}
@media (min-width: 960px) {
  .footer__form {
    grid-area: 2 / 1 / 3 / 2;
    max-width: 414rem;
    margin: 30rem 0 0;
  }
}
@media (min-width: 1440px) {
  .footer__form {
    max-width: 380px;
    margin: 30px 0 0;
  }
}
.footer__form-title {
  font-weight: bold;
}
@media (max-width: 959px) {
  .footer__form-title {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .footer__form-title {
    font-size: clamp(13px, 16px, 16rem);
  }
}
@media (min-width: 1440px) {
  .footer__form-title {
    font-size: 16px;
  }
}
.footer__form-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 959px) {
  .footer__form-body {
    gap: 12px 15px;
    margin: 16px 0 0;
  }
}
@media (min-width: 960px) {
  .footer__form-body {
    gap: 10rem;
    max-width: 322rem;
    margin: 12rem 0 0;
  }
}
@media (min-width: 1440px) {
  .footer__form-body {
    gap: 10px;
    max-width: 322px;
    margin: 10px 0 0;
  }
}
.footer__form-filed--last-name {
  grid-area: 1 / 1 / 2 / 2;
}
.footer__form-filed--first-name {
  grid-area: 1 / 2 / 2 / 3;
}
.footer__form-filed--email {
  position: relative;
  grid-area: 2 / 1 / 3 / 3;
}
.footer__form-filed--submit {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 959px) {
  .footer__form-filed--submit {
    width: 72px;
    height: 40px;
  }
}
@media (min-width: 960px) {
  .footer__form-filed--submit {
    width: 72rem;
    height: 40rem;
  }
}
@media (min-width: 1440px) {
  .footer__form-filed--submit {
    width: 72px;
    height: 40px;
  }
}
.footer__form-label {
  display: block;
}
.footer__form-label--submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.footer__form-label--submit:hover .footer__form-input--submit {
  opacity: 0;
}
.footer__form-label--submit:hover .footer__form-button {
  opacity: 0.7;
}
.footer__form-label-name {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.footer__form-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dc6910;
  padding-block: 0;
  padding-inline: 0;
  padding: 0;
}
@media (max-width: 959px) {
  .footer__form-input {
    height: 36px;
    border-radius: 4px !important;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .footer__form-input {
    height: 32rem;
    border-radius: 4rem !important;
    font-size: clamp(10px, 14px, 14rem);
  }
}
@media (min-width: 1440px) {
  .footer__form-input {
    height: 32px;
    border-radius: 4px !important;
    font-size: 14px;
  }
}
.footer__form-input:focus {
  outline: 1px solid #dc6910;
}
.footer__form-input::placeholder, .footer__form-input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.footer__form-input[aria-invalid="true"] {
  border-color: #d93025;
  box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.15);
  outline: none;
}
@media (max-width: 959px) {
  .footer__form-input--last-name {
    padding: 4px 10px;
  }
}
@media (min-width: 960px) {
  .footer__form-input--last-name {
    padding: 4rem 10rem;
  }
}
@media (min-width: 1440px) {
  .footer__form-input--last-name {
    padding: 4px 10px;
  }
}
@media (max-width: 959px) {
  .footer__form-input--first-name {
    padding: 4px 10px;
  }
}
@media (min-width: 960px) {
  .footer__form-input--first-name {
    padding: 4rem 10rem;
  }
}
@media (min-width: 1440px) {
  .footer__form-input--first-name {
    padding: 4px 10px;
  }
}
@media (max-width: 959px) {
  .footer__form-input--email {
    padding: 4px 50px 4px 10px;
  }
}
@media (min-width: 960px) {
  .footer__form-input--email {
    padding: 4rem 82rem 4rem 10rem;
  }
}
@media (min-width: 1440px) {
  .footer__form-input--email {
    padding: 4px 82px 4px 10px;
  }
}
.footer__form-input--submit {
  border: none;
  background: transparent;
}
.footer__form-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  aspect-ratio: 1 / 1;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: #dc6910;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 959px) {
  .footer__form-button {
    width: 72px;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
  }
}
@media (min-width: 960px) {
  .footer__form-button {
    width: 72rem;
    font-size: clamp(11px, 16px, 16rem);
    border-radius: 0 4rem 4rem 0;
  }
}
@media (min-width: 1440px) {
  .footer__form-button {
    width: 72px;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
  }
}
.footer__form-error {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #d93025;
}
@media (max-width: 959px) {
  .footer__sns {
    justify-self: center;
    margin: 60px 0 0;
  }
}
@media (min-width: 960px) {
  .footer__sns {
    align-self: start;
    grid-area: 3 / 1 / 4 / 2;
    margin: 30rem 0 0;
  }
}
@media (min-width: 1440px) {
  .footer__sns {
    margin: 30px 0 0;
  }
}
.footer__sns-title {
  font-weight: bold;
}
@media (max-width: 959px) {
  .footer__sns-title {
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .footer__sns-title {
    font-size: clamp(13px, 16px, 16rem);
  }
}
@media (min-width: 1440px) {
  .footer__sns-title {
    font-size: 16px;
  }
}
.footer__sns-list {
  display: grid;
}
@media (max-width: 959px) {
  .footer__sns-list {
    grid-template-columns: repeat(4, 40px);
    gap: 24px;
    margin: 16px 0 0;
  }
}
@media (min-width: 960px) {
  .footer__sns-list {
    grid-template-columns: repeat(4, 40rem);
    gap: 28rem;
    margin: 14rem 0 0;
  }
}
@media (min-width: 1440px) {
  .footer__sns-list {
    grid-template-columns: repeat(4, 40px);
    gap: 28px;
    margin: 14px 0 0;
  }
}
.footer__sns-link {
  display: inline-block;
}
@media (min-width: 960px) {
  .footer__sns-link {
    width: 40rem;
  }
}
@media (min-width: 1440px) {
  .footer__sns-link {
    width: 40px;
  }
}
.footer__sns-link > img {
  width: 100%;
  height: auto;
}
.footer__sitemap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 959px) {
  .footer__sitemap {
    gap: 28px 0;
    width: 100%;
    max-width: 400px;
    max-height: 400px;
    margin: 40px auto 0;
    line-height: 1.8;
  }
}
@media (min-width: 960px) {
  .footer__sitemap {
    grid-area: 1 / 2 / 4 / 3;
    gap: 28rem 80rem;
    height: 332rem;
    min-width: 705rem;
    align-items: last baseline;
  }
}
@media (min-width: 1440px) {
  .footer__sitemap {
    gap: 28px 80px;
    height: 306px;
    min-width: 600px;
  }
}
@media (max-width: 959px) {
  .footer__sitemap-group {
    width: 50%;
  }
}
.footer__sitemap-title {
  font-weight: bold;
}
@media (max-width: 959px) {
  .footer__sitemap-title {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .footer__sitemap-title {
    font-size: clamp(13px, 16px, 16rem);
  }
}
@media (min-width: 1440px) {
  .footer__sitemap-title {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .footer__sitemap-list {
    margin: 4rem 0 0;
  }
}
@media (min-width: 1440px) {
  .footer__sitemap-list {
    margin: 4px 0 0;
  }
}
@media (max-width: 959px) {
  .footer__sitemap-item {
    line-height: 1.8;
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .footer__sitemap-item {
    line-height: 1.7;
    font-size: clamp(13px, 16px, 16rem);
  }
}
@media (min-width: 1440px) {
  .footer__sitemap-item {
    font-size: 16px;
  }
}
.footer__sitemap-link {
  color: #2e1706;
  font-size: inherit;
}
.footer__sitemap-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer__bottom {
  display: flex;
  border-top: 1px solid #000;
}
@media (max-width: 959px) {
  .footer__bottom {
    justify-self: center;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 400px;
    margin: 60px auto 0;
    padding: 23px 0 0;
  }
}
@media (min-width: 960px) {
  .footer__bottom {
    align-items: center;
    justify-content: space-between;
    grid-area: 4 / 1 / 5 / 3;
    padding: 20rem 0 0;
    margin: 48rem 0 0;
  }
}
@media (min-width: 1440px) {
  .footer__bottom {
    padding: 20px 0 0;
    margin: 48px 0 0;
  }
}
@media (max-width: 959px) {
  .footer__copyright {
    font-size: 14px;
    text-align: center;
    margin: 24px 0 0;
  }
}
@media (min-width: 960px) {
  .footer__copyright {
    font-size: clamp(13px, 16px, 16rem);
  }
}
@media (min-width: 1440px) {
  .footer__copyright {
    font-size: 16px;
  }
}
.footer__copyright small {
  font-size: inherit;
}
.footer__terms-list {
  display: grid;
}
@media (min-width: 960px) {
  .footer__terms-list {
    grid-template-columns: repeat(3, auto);
    gap: 40rem;
  }
}
@media (min-width: 1440px) {
  .footer__terms-list {
    gap: 40px;
  }
}
@media (max-width: 959px) {
  .footer__terms-item {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .footer__terms-item {
    font-size: clamp(13px, 16px, 16rem);
  }
}
@media (min-width: 1440px) {
  .footer__terms-item {
    font-size: 16px;
  }
}
.footer__terms-link {
  color: #2e1706;
  font-size: inherit;
}
.footer__terms-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .formError,
.footer .formErrorContent {
  min-width: auto;
}

.subscribePopup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.subscribePopup__content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 260px;
  border-radius: 4px;
  padding: 36px 20px 20px;
  margin: 20px;
  background: #fff;
  text-align: center;
}
.subscribePopup__icon {
  width: 80px;
}
.subscribePopup__icon > img {
  width: 100%;
  height: auto;
}
.subscribePopup__text {
  margin: 20px 0 0;
  color: #2e1706;
  font-size: 16px;
}
.subscribePopup__close-button {
  cursor: pointer;
}
.subscribePopup__close-button--icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: transparent;
}
.subscribePopup__close-button--icon::before, .subscribePopup__close-button--icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #444;
  transform-origin: center;
}
.subscribePopup__close-button--icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.subscribePopup__close-button--icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.subscribePopup__close-button--text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  margin: 34px auto 0;
  background: #dc6910;
  color: white;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 960px) {
  .has-cookie-permission .footer__bg {
    padding: 36rem 0 86rem;
  }
}
@media (min-width: 1440px) {
  .has-cookie-permission .footer__bg {
    padding: 36px 0 86px;
  }
}

@media (max-width: 959px) {
  .lang-en .footer__form-button {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .lang-en .footer__form-button {
    font-size: clamp(10px, 12px, 12rem);
  }
}
@media (min-width: 1440px) {
  .lang-en .footer__form-button {
    font-size: 12px;
  }
}
@media (max-width: 959px) {
  .lang-en .footer__sitemap {
    max-height: 384px;
  }
}
@media (min-width: 960px) {
  .lang-en .footer__sitemap {
    min-width: 878rem;
  }
}
@media (min-width: 1440px) {
  .lang-en .footer__sitemap {
    min-width: 752px;
  }
}

#btn-fixed-bottom {
  display: none;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
@media (max-width: 959px) {
  #btn-fixed-bottom {
    display: flex;
    opacity: 1;
    font-size: 18px;
    pointer-events: auto;
  }
}

.sp-fixed-buttons {
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  background-color: #00000066;
  gap: 17px;
}

.btn-fixed-bottom {
  display: flex;
  flex: 1;
  justify-content: center;
  width: auto;
  height: 46px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 16px;
}

.lang-en .sp-fixed-buttons {
  gap: 8px;
}
.lang-en .btn-fixed-bottom {
  padding: 0 5px;
}

.slider {
  padding: 0 64px;
  margin: 0 auto 50px;
}
@media (max-width: 959px) {
  .slider {
    padding: 0 15px;
  }
}
.slider.slick-slider {
  margin: 0 auto 50px;
}
@media (max-width: 959px) {
  .slider.slick-slider {
    margin: 0 auto 30px;
  }
}
.slider .slick-track {
  top: -2px;
}
.slider .slide-item {
  margin: 0 9px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
.slider .slide-item .img-wrap {
  margin: 30px;
}
@media (max-width: 959px) {
  .slider .slide-item .img-wrap {
    margin: 20px;
  }
}
.slider .slide-item .img-wrap img {
  border-radius: 10px;
}
.slider .slide-item svg {
  margin: -10px 0 30px;
  border: solid 1px #ddd;
}
@media (max-width: 959px) {
  .slider .slide-item svg {
    margin: -10px 0 20px;
  }
}
.slider .slide-item span {
  display: block;
  line-height: 1.3;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 959px) {
  .slider .slide-item span {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.slider .slick-dots {
  bottom: -55px;
  left: 0;
}
@media (max-width: 959px) {
  .slider .slick-dots {
    bottom: -45px;
  }
}
.slider .slick-dots li button:before {
  font-size: 25px;
}
.slider .slick-dots li button:hover:before {
  color: #f5a96d;
}
.slider .slick-dots li.slick-active button:before {
  color: #f5a96d;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 959px) {
  .slide-arrow {
    top: 45%;
  }
}

.prev-arrow {
  left: 0;
}
@media (max-width: 959px) {
  .prev-arrow {
    left: -15px;
  }
}

.next-arrow {
  right: 0;
}
@media (max-width: 959px) {
  .next-arrow {
    right: -15px;
  }
}

.prev-arrow::before {
  content: url(/assets/img/pochilogi/arrow_prev.png);
}

.next-arrow::before {
  content: url(/assets/img/pochilogi/arrow_next.png);
}

.faq {
  max-width: 800px;
  margin: 0 auto 110px;
}

.faq-title {
  margin: 0 0 70px;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 20px;
}

.faq-list-title {
  border-radius: 10px;
  padding: 11px 20px;
  background: #ffe8d7;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
}

.l-faq-item-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.l-faq-item-text::before {
  content: "";
  flex: 0 0 45px;
  height: 45px;
}

.l-faq-item-text-question {
  position: relative;
  padding: 20px 65px 20px 20px;
  cursor: pointer;
}

.l-faq-item-text-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(135deg);
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.l-faq-item-text-question.is-active::after {
  transform: translateY(-50%) rotate(-45deg);
}

.l-faq-item-text-question::before {
  background-image: url("/assets/img/pochilogi/icon_question.svg");
}

.l-faq-item-text-answer {
  padding: 0 65px 20px 20px;
}

.l-faq-item-text-answer::before {
  background-image: url("/assets/img/pochilogi/icon_answer.svg");
}

.faq-item-text {
  line-height: 1.4;
}

.faq-item-text-question {
  font-weight: bold;
}

.faq-item-text-answer {
  display: grid;
  align-items: center;
  min-height: 45px;
}

.faq-item-text-answer a {
  display: contents;
  color: #3366cc;
  text-decoration: none;
}

.mt-10 {
  display: block;
  margin: 10px 0 0 0;
}

.bold {
  font-weight: bold;
}

@media (max-width: 959px) {
  .faq {
    max-width: none;
    margin: 0 16px 60px;
  }

  .faq-title {
    margin: 0 0 30px;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-list-title {
    font-size: 24px;
  }

  .l-faq-item-text {
    gap: 10px;
  }

  .l-faq-item-text-question {
    padding: 15px 48px 15px 15px;
  }

  .l-faq-item-text-question::after {
    right: 20px;
  }

  .l-faq-item-text-answer {
    align-items: start;
    padding: 0 48px 15px 15px;
  }
}
.modal-trigger {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-list-of-item .pochita-02 {
  position: absolute;
  aspect-ratio: 2259 / 3334;
  height: auto;
}
@media (max-width: 959px) {
  .modal-list-of-item .pochita-02 {
    top: 31%;
    left: 58%;
    width: 29%;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .pochita-02 {
    top: 130rem;
    right: 150rem;
    width: 140rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .pochita-02 {
    top: 130px;
    right: 150px;
    width: 140px;
  }
}
.modal-list-of-item .l-modal {
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .modal-list-of-item .l-modal {
    max-width: 412px;
    height: 500px;
    padding: 0 14px;
  }
}
.modal-list-of-item .modal {
  position: relative;
  box-sizing: border-box;
  overflow: auto;
  scrollbar-width: none;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 959px) {
  .modal-list-of-item .modal {
    width: 100%;
    height: 500px;
    padding: 50px 0 14px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal {
    width: 900rem;
    height: 600rem;
    padding: 64rem 0 20rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal {
    width: 900px;
    height: 600px;
    padding: 64px 0 20px;
  }
}
.modal-list-of-item .modal::-webkit-scrollbar {
  display: none;
}
.modal-list-of-item .modal-close {
  display: block;
  cursor: pointer;
  border: none;
  background: #444;
  color: #fff;
}
.modal-list-of-item .modal-close-btn {
  border-radius: 4px;
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-close-btn {
    width: 160px;
    height: 34px;
    margin: 34px auto 0;
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-close-btn {
    width: 200rem;
    height: 40rem;
    margin: 40rem auto 0;
    font-size: 16rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-close-btn {
    width: 200px;
    height: 40px;
    margin: 40px auto 0;
    font-size: 16px;
  }
}
.modal-list-of-item .modal-close-icon {
  position: absolute;
  border-radius: 999px;
  aspect-ratio: 1/1;
  height: auto;
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-close-icon {
    top: -8px;
    right: 4px;
    width: 30px;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-close-icon {
    top: -8rem;
    right: -8rem;
    width: 30rem;
    font-size: 22rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-close-icon {
    top: -8px;
    right: -8px;
    width: 30px;
    font-size: 22px;
  }
}
.modal-list-of-item .modal-close-icon::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-close-icon::before {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-close-icon::before {
    font-size: 22rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-close-icon::before {
    font-size: 22px;
  }
}
.modal-list-of-item .modal-title {
  position: absolute;
  top: -1px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: #dc6910;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 374px) {
  .modal-list-of-item .modal-title {
    padding: 10px 5px;
    font-size: 17px;
  }
}
@media (min-width: 375px) {
  .modal-list-of-item .modal-title {
    padding: 10px 5px;
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-title {
    padding: 14rem 7rem;
    font-size: 24rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-title {
    padding: 14px 7px;
    font-size: 24px;
  }
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-text {
    width: 90%;
    margin: 20px auto 0;
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-text {
    width: 80%;
    margin: 20rem auto 0;
    font-size: 16rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-text {
    margin: 20px auto 0;
    font-size: 16px;
  }
}
.modal-list-of-item .modal-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-list {
    width: 95%;
    gap: 10px;
    margin: 30px auto 0;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-list {
    width: 90%;
    gap: 20rem;
    margin: 40rem auto 0;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-list {
    gap: 20px;
    margin: 40px auto 0;
  }
}
.modal-list-of-item .modal-item {
  border: 2px solid #2d1707;
  text-align: center;
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-item {
    padding: 12px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-item {
    padding: 20rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-item {
    padding: 20px;
  }
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-item-text {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-item-text {
    font-size: 15rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-item-text {
    font-size: 15px;
  }
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-item-img {
    margin: 14px 0 0;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-item-img {
    margin: 14rem 0 0;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-item-img {
    margin: 14px 0 0;
  }
}
@media (max-width: 959px) {
  .modal-list-of-item .modal-note {
    width: 90%;
    margin: 20px auto 0;
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .modal-list-of-item .modal-note {
    width: 80%;
    margin: 30rem auto 0;
    font-size: 16rem;
  }
}
@media (min-width: 1440px) {
  .modal-list-of-item .modal-note {
    margin: 30px auto 0;
    font-size: 16px;
  }
}

@media (max-width: 959px) {
  .lang-en .modal-list-of-item .pochita-02 {
    top: unset;
    left: unset;
    right: 6%;
    bottom: 21%;
    width: 27%;
  }
}
@media (max-width: 959px) {
  .lang-en .modal-list-of-item .modal-text {
    margin: 40px auto 0;
  }
}

@media (max-width: 959px) {
  .grecaptcha-badge {
    bottom: 80px !important;
    z-index: 9999;
  }
}

@media (min-width: 960px) {
  html {
    font-size: calc(100vw * 1 / 1440);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 12px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

svg,
image {
  width: auto;
  height: 100%;
}

#btn-fixed-bottom {
  max-width: 412px;
}

.btn-arrow::after {
  aspect-ratio: 1/1;
  height: auto;
  width: 26px;
}

.marker:not(.firstView .marker) {
  display: inline;
  background: linear-gradient(transparent 70%, #f6a96e 50%);
  padding: 0;
}

@media (max-width: 959px) {
  .sec {
    padding: 50px 0;
  }
}
@media (min-width: 960px) {
  .sec {
    padding: 100rem 0;
  }
}
@media (min-width: 1440px) {
  .sec {
    padding: 100px 0;
  }
}

.sec-inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 412px;
  padding: 0 14px;
}
@media (min-width: 960px) {
  .sec-inner {
    max-width: 1440px;
    padding: 0 4.4%;
    padding: 0 64rem;
  }
}
@media (min-width: 1440px) {
  .sec-inner {
    padding: 0 64px;
  }
}

.sec-title {
  text-align: center;
}
@media (max-width: 959px) {
  .sec-title {
    font-size: 30px;
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .sec-title {
    font-size: 48rem;
    margin: 0 0 60rem;
  }
}
@media (min-width: 1440px) {
  .sec-title {
    font-size: 48px;
    margin: 0 0 60px;
  }
}
@media (max-width: 959px) {
  .sec-title .strong {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .sec-title .strong {
    font-size: 48rem;
  }
}
@media (min-width: 1440px) {
  .sec-title .strong {
    font-size: 48px;
  }
}
.sec-title .tight {
  letter-spacing: -0.06em;
}

.firstView {
  overflow: hidden;
  max-width: none;
  background: #fff;
}
.firstView .firstView-inner {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  text-align: center;
}
@media (max-width: 959px) {
  .firstView .firstView-inner {
    flex-wrap: wrap;
    max-width: 412px;
    gap: 140px;
    padding: 14px;
    margin: 72px auto 0;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-inner {
    text-align: left;
    max-width: 1440px;
    gap: 0 50rem;
    padding: 20rem 60rem 0;
    margin: 90px auto 0;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-inner {
    gap: 0 50px;
    padding: 20px 60px 0;
  }
}
@media (max-width: 959px) {
  .firstView .firstView-text-wrap {
    flex: 0 0 100%;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-text-wrap {
    flex: 0 0 680rem;
    padding: 0 0 60rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-text-wrap {
    flex: 0 0 680px;
    padding: 0 0 60px;
  }
}
.firstView .firstView-img-wrap {
  position: relative;
}
@media (max-width: 959px) {
  .firstView .firstView-img-wrap {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 300px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-img-wrap {
    width: auto;
    height: 416rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-img-wrap {
    height: 416px;
  }
}
.firstView .firstView-title {
  letter-spacing: 0.02em;
}
@media (max-width: 959px) {
  .firstView .firstView-title {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-title {
    font-size: 40rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-title {
    font-size: 40px;
  }
}
.firstView .firstView-title .strong {
  color: #dc6910;
}
.firstView .firstView-title .tight {
  letter-spacing: -0.06em;
}
.firstView .firstView-title .large {
  font-size: 38px;
}
@media (min-width: 960px) {
  .firstView .firstView-title .large {
    font-size: 56rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-title .large {
    font-size: 56px;
  }
}
@media (max-width: 959px) {
  .firstView .firstView-title .marker {
    background-size: 200% 12px;
    padding: 0px 0 30px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-title .marker {
    background-size: 200% 20rem;
    padding: 0 0 53rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-title .marker {
    background-size: 200% 20px;
    padding: 0 0 53px;
  }
}
.firstView .firstView-title .flag {
  display: inline-block;
  aspect-ratio: 65 / 44;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 959px) {
  .firstView .firstView-title .flag {
    width: 36px;
    margin-left: 7px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-title .flag {
    width: 65rem;
    margin-left: 14rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-title .flag {
    width: 65px;
    margin-left: 14px;
  }
}
.firstView .firstView-title .flag-usa {
  background: url(/assets/img/pochilogi/icon-usa.png) no-repeat center/cover;
}
.firstView .firstView-title .flag-canada {
  background: url(/assets/img/pochilogi/icon-canada.png) no-repeat center/cover;
  margin-right: 7px;
}
@media (max-width: 959px) {
  .firstView .firstView-reason {
    margin: 7px auto 0;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-reason {
    width: 540rem;
    margin: 14rem 0 0;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-reason {
    width: 540px;
    margin: 14px 0 0;
  }
}
.firstView .firstView-note {
  font-size: 13px;
  text-align: left;
}
@media (max-width: 959px) {
  .firstView .firstView-note {
    margin: 12px 0 0;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-note {
    margin: 16rem 0 0;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-note {
    margin: 16px 0 0;
  }
}
@media (max-width: 959px) {
  .firstView .firstView-btn {
    width: 100%;
    height: 50px;
    margin: 19px auto 0;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-btn {
    width: 314rem;
    height: 62rem;
    margin: 32rem 0 0;
    font-size: clamp(15px, 18rem, 100px);
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-btn {
    width: 260px;
    height: 52px;
    margin: 32px 0 0;
    font-size: 18px;
  }
}
.firstView .firstView-flag {
  position: absolute;
  aspect-ratio: 570 / 254;
  height: auto;
}
@media (max-width: 959px) {
  .firstView .firstView-flag {
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
    width: 303px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-flag {
    top: -230rem;
    left: 23rem;
    width: 540rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-flag {
    top: -230px;
    left: 23px;
    width: 540px;
  }
}
.firstView .firstView-slide {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 959px) {
  .firstView .firstView-slide {
    width: 240px !important;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-slide {
    width: 372rem !important;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-slide {
    width: 372px !important;
  }
}
.firstView .firstView-slide:not(:first-child) {
  display: none;
}
.firstView .firstView-slide-img {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 959px) {
  .firstView .firstView-slide-img {
    height: 181px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-slide-img {
    height: 280rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-slide-img {
    height: 280px;
  }
}
.firstView .firstView-slide-img > img {
  object-fit: contain;
  height: 100%;
  border-radius: 10px 10px 0 0;
}
.firstView .firstView-slide-text-wrap {
  text-align: center;
}
@media (max-width: 959px) {
  .firstView .firstView-slide-text-wrap {
    padding: 11px 0 15px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-slide-text-wrap {
    padding: 12rem 0 20rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-slide-text-wrap {
    padding: 12px 0 20px;
  }
}
@media (max-width: 959px) {
  .firstView .firstView-slide-text {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-slide-text {
    font-size: clamp(15px, 16rem, 100px);
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-slide-text {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .firstView .firstView-slide-text:nth-child(n + 2) {
    margin: 6px 0 0;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-slide-text:nth-child(n + 2) {
    margin: 6rem 0 0;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-slide-text:nth-child(n + 2) {
    margin: 6px 0 0;
  }
}
.firstView .firstView-slide-text.country {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959px) {
  .firstView .firstView-slide-text.country {
    gap: 4px;
  }
}
@media (min-width: 960px) {
  .firstView .firstView-slide-text.country {
    gap: 4rem;
  }
}
@media (min-width: 1440px) {
  .firstView .firstView-slide-text.country {
    gap: 4px;
  }
}
.firstView .firstView-slide-text.country .flag {
  width: 36px;
  height: 18px;
}
.firstView .firstView-slide-text.country .flag > img {
  vertical-align: middle;
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
}
@media (max-width: 959px) {
  .firstView .slick-list {
    padding: 5px;
  }
}
@media (min-width: 960px) {
  .firstView .slick-list {
    padding: 10rem;
  }
}
@media (min-width: 1440px) {
  .firstView .slick-list {
    padding: 10px;
  }
}
.firstView .slick-track {
  display: flex;
}
@media (max-width: 959px) {
  .firstView .slick-track {
    gap: 0 18px;
  }
}
@media (min-width: 960px) {
  .firstView .slick-track {
    gap: 0 28rem;
  }
}
@media (min-width: 1440px) {
  .firstView .slick-track {
    gap: 0 28px;
  }
}

@media (min-width: 960px) {
  .reason .reason-title {
    font-size: 36rem;
  }
}
@media (min-width: 1440px) {
  .reason .reason-title {
    font-size: 36px;
  }
}
.reason .reason-title .strong {
  color: #dc6910;
}
.reason .reason-list {
  display: grid;
}
@media (max-width: 959px) {
  .reason .reason-list {
    gap: 12px;
    margin: 47px auto 0;
  }
}
@media (min-width: 960px) {
  .reason .reason-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32rem;
    margin: 47rem auto 0;
  }
}
@media (min-width: 1440px) {
  .reason .reason-list {
    gap: 32px;
    margin: 47px auto 0;
  }
}
.reason .reason-item {
  position: relative;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(17, 17, 26, 0.08);
}
@media (max-width: 959px) {
  .reason .reason-item {
    padding: 20px 5px 20px 38px;
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  .reason .reason-item {
    padding: 37rem 10rem 37rem 86rem;
    font-size: 22rem;
  }
}
@media (min-width: 1440px) {
  .reason .reason-item {
    padding: 37px 10px 37px 86px;
    font-size: 22px;
  }
}
.reason .reason-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 22 / 21;
  height: auto;
  background: url(/assets/img/pochilogi/icon-check.png) no-repeat center/cover;
}
@media (max-width: 959px) {
  .reason .reason-item::before {
    left: 12px;
    width: 20px;
  }
}
@media (min-width: 960px) {
  .reason .reason-item::before {
    left: 22rem;
    width: 52rem;
    height: 51rem;
  }
}
@media (min-width: 1440px) {
  .reason .reason-item::before {
    left: 22px;
    width: 52px;
    height: 51px;
  }
}
.reason .reason-item .strong {
  color: #dc6910;
  font-weight: bold;
}

.shippingMethod {
  background: #fff;
}
.shippingMethod .sticky-col {
  position: sticky;
  left: -1px;
  z-index: 1;
  background: #fff;
}
@media (max-width: 959px) {
  .shippingMethod .l-shippingMethod-table {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: auto;
    scrollbar-color: #ccc transparent;
    padding: 0 0 10px;
  }
  .shippingMethod .l-shippingMethod-table::-webkit-scrollbar {
    display: block;
    height: 8px;
  }
  .shippingMethod .l-shippingMethod-table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
  .shippingMethod .l-shippingMethod-table::-webkit-scrollbar-track {
    background: transparent;
  }
}
.shippingMethod .shippingMethod-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #2d1707;
}
@media (max-width: 959px) {
  .shippingMethod .shippingMethod-table {
    min-width: 1040px;
  }
}
.shippingMethod .shippingMethod-table-cell {
  box-sizing: border-box;
  border: 2px solid #2d1707;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
@media (max-width: 959px) {
  .shippingMethod .shippingMethod-table-cell {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .shippingMethod .shippingMethod-table-cell {
    font-size: 20rem;
  }
}
@media (min-width: 1440px) {
  .shippingMethod .shippingMethod-table-cell {
    font-size: 20px;
  }
}
.shippingMethod .shippingMethod-table-cell .small {
  font-size: 13px;
  font-weight: 400;
}
.shippingMethod .shippingMethod-table-cell a {
  color: #2b69e5;
  font-size: inherit;
}
.shippingMethod .shippingMethod-table-head .shippingMethod-table-cell {
  background: #fef8f2;
  color: #2d1707;
  font-weight: bold;
}
@media (max-width: 959px) {
  .shippingMethod .shippingMethod-table-head .shippingMethod-table-cell {
    height: 70px;
  }
}
@media (min-width: 960px) {
  .shippingMethod .shippingMethod-table-head .shippingMethod-table-cell {
    height: 90rem;
  }
}
@media (min-width: 1440px) {
  .shippingMethod .shippingMethod-table-head .shippingMethod-table-cell {
    height: 90px;
  }
}
@media (max-width: 959px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-cell {
    height: 100px;
  }
}
@media (min-width: 960px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-cell {
    height: 120rem;
  }
}
@media (min-width: 1440px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-cell {
    height: 120px;
  }
}
@media (max-width: 959px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-tr:first-child .shippingMethod-table-cell:first-child {
    padding-left: 36px;
  }
}
@media (min-width: 960px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-tr:first-child .shippingMethod-table-cell:first-child {
    padding-left: 40rem;
  }
}
@media (min-width: 1440px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-tr:first-child .shippingMethod-table-cell:first-child {
    padding-left: 40px;
  }
}
.shippingMethod .shippingMethod-table-body .shippingMethod-table-tr:first-child .shippingMethod-table-cell:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1 / 1;
  height: auto;
  background: url(/assets/img/pochilogi/icon-recommend.png) no-repeat center/cover;
}
@media (max-width: 959px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-tr:first-child .shippingMethod-table-cell:first-child::before {
    left: 20px;
    width: 42px;
  }
}
@media (min-width: 960px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-tr:first-child .shippingMethod-table-cell:first-child::before {
    left: 20rem;
    width: 54rem;
  }
}
@media (min-width: 1440px) {
  .shippingMethod .shippingMethod-table-body .shippingMethod-table-tr:first-child .shippingMethod-table-cell:first-child::before {
    left: 20px;
    width: 54px;
  }
}
.shippingMethod .shippingMethod-note {
  font-size: 13px;
}
@media (max-width: 959px) {
  .shippingMethod .shippingMethod-note {
    margin: 20px 0 0;
  }
}
@media (min-width: 960px) {
  .shippingMethod .shippingMethod-note {
    margin: 20rem 0 0;
  }
}
@media (min-width: 1440px) {
  .shippingMethod .shippingMethod-note {
    margin: 20px 0 0;
  }
}
.shippingMethod .shippingMethod-note a {
  color: #2b69e5;
}

@media (max-width: 959px) {
  .review .review-btn {
    width: 283px;
    height: 52px;
    margin: 80px auto 0;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .review .review-btn {
    width: 314rem;
    height: 60rem;
    margin: 90rem auto 0;
    font-size: clamp(15px, 18rem, 100px);
  }
}
@media (min-width: 1440px) {
  .review .review-btn {
    width: 283px;
    height: 52px;
    margin: 90px auto 0;
    font-size: 18px;
  }
}
.review .review-slide-item {
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 412px;
}
@media (max-width: 959px) {
  .review .review-slide-item {
    padding: 14px 0;
    margin: 0 8px;
  }
}
@media (min-width: 960px) {
  .review .review-slide-item {
    padding: 16rem 0;
    margin: 0 10rem;
  }
}
@media (min-width: 1440px) {
  .review .review-slide-item {
    padding: 16px 0;
    margin: 0 10px;
  }
}
.review .review-slide-item:not(:first-child) {
  display: none;
}
.review .review-slide-item-img {
  overflow: hidden;
  width: auto;
  border-radius: 10px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .review .review-slide-item-img {
    height: 255px;
  }
}
@media (min-width: 960px) {
  .review .review-slide-item-img {
    height: 282rem;
  }
}
@media (min-width: 1440px) {
  .review .review-slide-item-img {
    height: 282px;
  }
}
.review .review-slide-item-img > img {
  object-fit: contain;
  width: auto;
  height: 100%;
  border-radius: 10px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .review .review-slide-item-list {
    padding: 0 14px;
    margin: 14px 0 0;
  }
}
@media (min-width: 960px) {
  .review .review-slide-item-list {
    padding: 0 16rem;
    margin: 20rem 0 0;
  }
}
@media (min-width: 1440px) {
  .review .review-slide-item-list {
    padding: 0 16px;
    margin: 20px 0 0;
  }
}
.review .review-slide-item-item {
  display: flex;
}
@media (max-width: 959px) {
  .review .review-slide-item-item {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .review .review-slide-item-item {
    font-size: clamp(14px, 16rem, 100px);
  }
}
@media (min-width: 1440px) {
  .review .review-slide-item-item {
    font-size: 16px;
  }
}
.review .review-slide-item-item:nth-child(n + 2) {
  margin: 4px 0 0;
}
.review .review-slide-item-item-title {
  font-weight: bold;
}
@media (max-width: 959px) {
  .review .review-slide-item-item-title {
    flex: 0 0 90px;
  }
}
@media (min-width: 960px) {
  .review .review-slide-item-item-title {
    flex: 0 0 100rem;
  }
}
@media (min-width: 1440px) {
  .review .review-slide-item-item-title {
    flex: 0 0 100px;
  }
}
.review .review-slide-item-item-desc > a {
  padding: 10px 0;
}
@media (max-width: 959px) {
  .review .review-slide-item-item-desc > a {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .review .review-slide-item-item-desc > a {
    font-size: clamp(15px, 16rem, 100px);
  }
}
@media (min-width: 1440px) {
  .review .review-slide-item-item-desc > a {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  .review .review-slide-item-text {
    padding: 0 14px;
    margin: 14px 0 0;
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .review .review-slide-item-text {
    padding: 0 16rem;
    margin: 20rem 0 0;
    font-size: clamp(14px, 16rem, 100px);
  }
}
@media (min-width: 1440px) {
  .review .review-slide-item-text {
    padding: 0 16px;
    margin: 20px 0 0;
    font-size: 16px;
  }
}
.review .slick-dotted.slick-slider {
  margin: 0 auto;
}
@media (max-width: 959px) {
  .review .slick-list {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .review .slick-list {
    padding: 10rem 8rem;
  }
}
@media (min-width: 1440px) {
  .review .slick-list {
    padding: 10px 8px;
  }
}
.review .slick-track {
  display: flex;
}
.review .slide-arrow {
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1 / 1;
}
@media (max-width: 959px) {
  .review .slide-arrow {
    width: 32px;
  }
}
@media (min-width: 960px) {
  .review .slide-arrow {
    width: 44rem;
  }
}
@media (min-width: 1440px) {
  .review .slide-arrow {
    width: 44px;
  }
}
@media (max-width: 959px) {
  .review .prev-arrow {
    left: -14px;
  }
}
@media (min-width: 960px) {
  .review .prev-arrow {
    left: -34rem;
  }
}
@media (min-width: 1440px) {
  .review .prev-arrow {
    left: -34px;
  }
}
@media (max-width: 959px) {
  .review .next-arrow {
    right: -14px;
  }
}
@media (min-width: 960px) {
  .review .next-arrow {
    right: -34rem;
  }
}
@media (min-width: 1440px) {
  .review .next-arrow {
    right: -34px;
  }
}
.review .prev-arrow::before,
.review .next-arrow::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.review .prev-arrow::before {
  background: url(/assets/img/pochilogi/arrow_prev.png) no-repeat center/cover;
}
.review .next-arrow::before {
  background: url(/assets/img/pochilogi/arrow_next.png) no-repeat center/cover;
}
.review .slick-dots {
  display: flex;
  justify-content: center;
}
@media (max-width: 959px) {
  .review .slick-dots {
    gap: 18px;
    bottom: -30px;
  }
}
@media (min-width: 960px) {
  .review .slick-dots {
    gap: 18rem;
    bottom: -30rem;
  }
}
@media (min-width: 1440px) {
  .review .slick-dots {
    gap: 18px;
    bottom: -30px;
  }
}
.review .slick-dots li {
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}
@media (max-width: 959px) {
  .review .slick-dots li {
    width: 7px;
  }
}
@media (min-width: 960px) {
  .review .slick-dots li {
    width: 10px;
  }
}
.review .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.review .slick-dots li button:before {
  background: #000;
  color: transparent;
  line-height: unset;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.review .slick-dots li:hover button:before,
.review .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #f5a96d;
}
.review .slick-dots li.slick-active button:before {
  color: transparent;
}
.review .transport-examples-slider-img-wrap {
  position: relative;
}
.review .transport-examples-slider-img-wrap .slick-slide {
  margin: 0 10px;
}
.review .transport-examples-slider-images img {
  object-fit: contain;
  width: 100%;
  height: 282px;
  margin: 0 auto;
}
@media (max-width: 959px) {
  .review .transport-examples-slider-images img {
    height: 255px;
  }
}
@media (min-width: 960px) {
  .review .transport-examples-slider-images img {
    height: 282rem;
  }
}
@media (min-width: 1440px) {
  .review .transport-examples-slider-images img {
    height: 282px;
  }
}
.review .transport-examples-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.review .transport-examples-slider-arrow:hover {
  cursor: pointer;
}
@media (max-width: 959px) {
  .review .transport-examples-slider-prev {
    left: 5px;
  }
}
@media (min-width: 960px) {
  .review .transport-examples-slider-prev {
    left: 5rem;
  }
}
@media (min-width: 1440px) {
  .review .transport-examples-slider-prev {
    left: 5px;
  }
}
@media (max-width: 959px) {
  .review .transport-examples-slider-next {
    right: 5px;
  }
}
@media (min-width: 960px) {
  .review .transport-examples-slider-next {
    right: 5rem;
  }
}
@media (min-width: 1440px) {
  .review .transport-examples-slider-next {
    right: 5px;
  }
}

.airShippingFlow {
  background: #fff;
}
.airShippingFlow .airShippingFlow-list {
  display: grid;
}
@media (max-width: 959px) {
  .airShippingFlow .airShippingFlow-list {
    gap: 62px 0;
  }
}
@media (min-width: 960px) {
  .airShippingFlow .airShippingFlow-list {
    gap: 82rem 0;
  }
}
@media (min-width: 1440px) {
  .airShippingFlow .airShippingFlow-list {
    gap: 82px 0;
  }
}
.airShippingFlow .airShippingFlow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background: #fff8f2;
}
@media (max-width: 959px) {
  .airShippingFlow .airShippingFlow-item {
    gap: 12px 0;
    padding: 20px;
  }
}
@media (min-width: 960px) {
  .airShippingFlow .airShippingFlow-item {
    flex-direction: row;
    gap: 0 24rem;
    padding: 20rem;
  }
}
@media (min-width: 1440px) {
  .airShippingFlow .airShippingFlow-item {
    gap: 0 24px;
    padding: 20px;
  }
}
.airShippingFlow .airShippingFlow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background: url(/assets/img/pochilogi/icon-arrow.png) no-repeat center/cover;
}
@media (max-width: 959px) {
  .airShippingFlow .airShippingFlow-item:not(:last-child)::before {
    bottom: -46px;
    width: 60px;
    height: 30px;
  }
}
@media (min-width: 960px) {
  .airShippingFlow .airShippingFlow-item:not(:last-child)::before {
    bottom: -60rem;
    width: 76rem;
    height: 38rem;
  }
}
@media (min-width: 1440px) {
  .airShippingFlow .airShippingFlow-item:not(:last-child)::before {
    bottom: -60px;
    width: 76px;
    height: 38px;
  }
}
.airShippingFlow .airShippingFlow-item-title {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media (max-width: 959px) {
  .airShippingFlow .airShippingFlow-item-title {
    gap: 0 8px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .airShippingFlow .airShippingFlow-item-title {
    gap: 0 14rem;
    font-size: 36rem;
  }
}
@media (min-width: 1440px) {
  .airShippingFlow .airShippingFlow-item-title {
    gap: 0 14px;
    font-size: 36px;
  }
}
@media (max-width: 959px) {
  .airShippingFlow .airShippingFlow-item-title-number {
    flex: 0 0 64px;
  }
}
@media (min-width: 960px) {
  .airShippingFlow .airShippingFlow-item-title-number {
    flex: 0 0 100rem;
  }
}
@media (min-width: 1440px) {
  .airShippingFlow .airShippingFlow-item-title-number {
    flex: 0 0 100px;
  }
}
.airShippingFlow .airShippingFlow-item-title-note {
  font-weight: normal;
}
@media (max-width: 959px) {
  .airShippingFlow .airShippingFlow-item-title-note {
    margin: 10px 0 0;
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  .airShippingFlow .airShippingFlow-item-title-note {
    margin: 10rem 0 0;
    font-size: clamp(15px, 18rem, 100px);
  }
}
@media (min-width: 1440px) {
  .airShippingFlow .airShippingFlow-item-title-note {
    margin: 10px 0 0;
    font-size: 18px;
  }
}
@media (max-width: 959px) {
  .airShippingFlow .airShippingFlow-item-text {
    margin: 12px 0 0;
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .airShippingFlow .airShippingFlow-item-text {
    margin: 24rem 0 0;
    font-size: clamp(15px, 18rem, 100px);
  }
}
@media (min-width: 1440px) {
  .airShippingFlow .airShippingFlow-item-text {
    margin: 24px 0 0;
    font-size: 18px;
  }
}
.airShippingFlow .airShippingFlow-item-text .asterisk {
  display: inline;
  vertical-align: text-top;
  font-size: 13px;
}
.airShippingFlow .airShippingFlow-item-text .small {
  display: block;
  font-size: 13px;
}
.airShippingFlow .airShippingFlow-item-img {
  border-radius: 16px;
}
@media (min-width: 960px) {
  .airShippingFlow .airShippingFlow-item-img {
    flex: 0 0 350rem;
  }
}
@media (min-width: 1440px) {
  .airShippingFlow .airShippingFlow-item-img {
    flex: 0 0 350px;
  }
}
.airShippingFlow .airShippingFlow-item-img img {
  border-radius: 16px;
}

.restricted .restricted-title .strong {
  color: #dc6910;
}
@media (max-width: 959px) {
  .restricted .restricted-category:nth-of-type(n + 2) {
    margin: 100px 0 0;
  }
}
@media (min-width: 960px) {
  .restricted .restricted-category:nth-of-type(n + 2) {
    margin: 100rem 0 0;
  }
}
@media (min-width: 1440px) {
  .restricted .restricted-category:nth-of-type(n + 2) {
    margin: 100px 0 0;
  }
}
.restricted .restricted-category-title {
  text-align: center;
}
@media (max-width: 959px) {
  .restricted .restricted-category-title {
    margin: 0 0 36px;
    font-size: 26px;
  }
}
@media (min-width: 960px) {
  .restricted .restricted-category-title {
    margin: 0 0 36rem;
    font-size: 36rem;
  }
}
@media (min-width: 1440px) {
  .restricted .restricted-category-title {
    margin: 0 0 36px;
    font-size: 36px;
  }
}
@media (max-width: 959px) {
  .restricted .restricted-category-text {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .restricted .restricted-category-text {
    font-size: 18rem;
  }
}
@media (min-width: 1440px) {
  .restricted .restricted-category-text {
    font-size: 18px;
  }
}
@media (max-width: 959px) {
  .restricted .restricted-category-text:nth-of-type(n + 2) {
    margin: 32px 0 0;
  }
}
@media (min-width: 960px) {
  .restricted .restricted-category-text:nth-of-type(n + 2) {
    margin: 32rem 0 0;
  }
}
@media (min-width: 1440px) {
  .restricted .restricted-category-text:nth-of-type(n + 2) {
    margin: 32px 0 0;
  }
}
.restricted .restricted-category-list {
  display: grid;
}
@media (max-width: 959px) {
  .restricted .restricted-category-list {
    gap: 32px;
    margin: 46px 0 0;
  }
}
@media (min-width: 960px) {
  .restricted .restricted-category-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32rem;
    margin: 46rem 0 0;
  }
}
@media (min-width: 1440px) {
  .restricted .restricted-category-list {
    gap: 32px;
    margin: 46px 0 0;
  }
}
.restricted .restricted-category-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px rgba(17, 17, 26, 0.08);
  background: #fff;
}
.restricted .restricted-category-item-text {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 959px) {
  .restricted .restricted-category-item-text {
    padding: 14px;
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .restricted .restricted-category-item-text {
    padding: 14rem;
    font-size: 24rem;
  }
}
@media (min-width: 1440px) {
  .restricted .restricted-category-item-text {
    padding: 14px;
    font-size: 24px;
  }
}

.faq {
  margin: 0 auto;
}
@media (min-width: 960px) {
  .faq .faq-inner {
    padding: 0px;
  }
}
@media (max-width: 959px) {
  .faq .faq-title .small {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .faq .faq-title .small {
    font-size: 36rem;
  }
}
@media (min-width: 1440px) {
  .faq .faq-title .small {
    font-size: 36px;
  }
}
@media (max-width: 959px) {
  .faq .faq-list-title {
    margin: 30px 0 0;
  }
}
@media (min-width: 960px) {
  .faq .faq-list-title {
    margin: 36rem 0 0;
  }
}
@media (min-width: 1440px) {
  .faq .faq-list-title {
    margin: 36px 0 0;
  }
}

.shipping-areas {
  background: #fff;
}
.shipping-areas-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.shipping-areas-list {
  display: flex;
  justify-content: space-between;
  column-gap: 34px;
}
@media (max-width: 959px) {
  .shipping-areas-list {
    flex-direction: column;
  }
}
@media (max-width: 959px) {
  .shipping-areas-list.pc-view {
    display: none;
  }
}
.shipping-areas-list.sp-view {
  display: none;
}
@media (max-width: 959px) {
  .shipping-areas-list.sp-view {
    display: block;
  }
  .shipping-areas-list.sp-view h3 {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2e1706;
    margin-top: 26px;
    margin-bottom: 10px;
  }
}
.shipping-areas-list li {
  font-size: 14px;
}

.shipping-areas .review-top-nav ul {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  white-space: nowrap;
  overflow-x: auto;
}

.shipping-areas .review-top-nav-item {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #dc6910;
  padding: 5px 8px;
  color: #dc6910;
}

@media (min-width: 1440px) {
  .lang-en .firstView .firstView-inner {
    padding: 100px 60px 0;
  }
}
