@charset "utf-8";

:root {
  --fontPoppins: "Poppins", sans-serif;
  --fontYoung: "Young Serif", serif;
  --colorMain: #00559D;
}

/*-----------------------------------------
  layout
-----------------------------------------*/
#shopopenguide {
  width: 100%;
  color: #000000;
}
#shopopenguide h1,
#shopopenguide h2,
#shopopenguide h3,
#shopopenguide h4 {
  padding: 0;
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
#shopopenguide section {
  margin-top: 130px;
}
#shopopenguide a {
  color: inherit;
  transition: all .3s;
}
#shopopenguide a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#shopopenguide img {
  display: inline-block;
  vertical-align: bottom;
}
#shopopenguide sup {
  font-size: 0.6em !important;
  line-height: 1 !important;
  vertical-align: super !important;
}
#shopopenguide button {
  margin: 0;
  padding: 0;
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 835px) {
  #shopopenguide .for-sp {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  #shopopenguide .for-pc {
    display: none;
  }
  #shopopenguide section {
    margin-top: 35px;
  }
}

/*-----------------------------------------
  common
-----------------------------------------*/
#shopopenguide .common-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}
#shopopenguide .common-title {
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--colorMain);
}
#shopopenguide .js-anime.is-fadeIn {
  opacity: 0;
  transform: translateY(30px);
}
#shopopenguide .js-anime.is-fadeIn.active {
  animation: fadeIn 0.8s ease-in forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 834px) {
  #shopopenguide .common-title {
    margin: 0 0 20px;
    font-size: 18px;
  }
}

/*-----------------------------------------
  top
-----------------------------------------*/
#shopopenguide .sec-top {
  position: relative;
  margin-top: 0;
  padding: 0 0 60px;
  overflow: hidden;
}
#shopopenguide .sec-top .scroll-down {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1200px /2);
  width: 98px;
  margin: -30px 0 0;
}
#shopopenguide .sec-top .scroll-down .scroll-down-bg {
  animation: scrollDownBg 8s linear infinite;
}
#shopopenguide .sec-top .scroll-down .scroll-down-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 24px;
  margin: auto;
  animation: scrollDownArrow 1.5s linear infinite;
}
@keyframes scrollDownBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scrollDownArrow {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}

/* @media only screen and (max-width: 1641px) and (min-width: 835px) {
  #shopopenguide .sec-top .top-mv {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 30.66%;
    overflow: hidden;
  }
  #shopopenguide .sec-top .top-mv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
} */
@media only screen and (min-width: 1250px) {
  #shopopenguide .sec-top .top-mv {
    max-width: 1250px;
    margin: 0 auto;
  }
  #shopopenguide .sec-top .top-mv img {
    width: 1641px;
    max-width: unset;
  }
}
@media only screen and (max-width: 834px) {
  #shopopenguide .sec-top {
    padding: 0 0 24px;
  }
  #shopopenguide .sec-top .top-head {
    max-width: 450px;
    margin: 18px auto 0;
    padding: 0 40px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: var(--colorMain);
  }
  #shopopenguide .sec-top .top-head span {
    margin-left: -15px;
  }
  #shopopenguide .sec-top .top-head sup {
    font-family: var(--fontYoung);
    font-weight: 400;
    font-size: 32px;
    color: #A2D6ED;
    vertical-align: text-top !important;
  }
  #shopopenguide .sec-top .top-head strong {
    font-size: 37px;
  }
  #shopopenguide .sec-top .top-text {
    max-width: 450px;
    margin: 13px auto 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #shopopenguide .sec-top .scroll-down {
    bottom: 40px;
    left: auto;
    right: 40px;
    width: 77px;
    margin: 0;
  }
  #shopopenguide .sec-top .scroll-down .scroll-down-arrow {
    width: 4px;
    height: 19px;
  }
}

/*-----------------------------------------
  worry
-----------------------------------------*/
#shopopenguide .sec-worry {
  margin-top: 0;
  padding: 80px 0 0;
  background: linear-gradient(180deg, #EBECF9 0, #EBECF9 50%, transparent 100%);
  overflow: hidden;
}
#shopopenguide .sec-worry .common-title {
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px;
  color: #4D5299;
}
#shopopenguide .sec-worry .common-title::before,
#shopopenguide .sec-worry .common-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 50px;
  margin: auto;
  background: url(/cms/img/usr/shopopenguide/icon_kakko.png) no-repeat center / contain;
}
#shopopenguide .sec-worry .common-title::after {
  left: auto;
  right: 0;
  transform: scale(-1,1);
}
#shopopenguide .sec-worry .worry-list {
  display: flex;
  justify-content: center;
  /* margin: 0 -45px; */
}
#shopopenguide .sec-worry .worry-list-box {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
#shopopenguide .sec-worry .worry-list-title {
  width: fit-content;
  margin: -5px 0 0 45px;
  font-size: 31px;
  line-height: 2;
  letter-spacing: 0.4em;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}
#shopopenguide .sec-worry .worry-list-text {
  position: relative;
  width: fit-content;
  margin: 0;
  padding: 40px 50px 35px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  border-radius: 30px;
}
#shopopenguide .sec-worry .worry-list-text::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(/cms/img/usr/shopopenguide/icon_fukidashi.png) no-repeat center / contain;
}
#shopopenguide .sec-worry .worry-list-img {
  position: absolute;
}
#shopopenguide .sec-worry .guest {
  color: #93658D;
}
#shopopenguide .sec-worry .guest .worry-list-title {
  background-image: radial-gradient(circle, #93658D 1px, transparent 1px);
}
#shopopenguide .sec-worry .guest .worry-list-text.text01 {
  margin: 33px 135px 0 auto;
}
#shopopenguide .sec-worry .guest .worry-list-text.text01::after {
  bottom: -54px;
  right: 48px;
  transform: rotate(45deg);
}
#shopopenguide .sec-worry .guest .worry-list-text.text02 {
  margin: 48px auto 0 0;
}
#shopopenguide .sec-worry .guest .worry-list-text.text02::after {
  bottom: 65px;
  right: -60px;
}
#shopopenguide .sec-worry .guest .worry-list-img {
  bottom: 40px;
  right: -6px;
}
#shopopenguide .sec-worry .guest .worry-list-img img {
  width: 225px;
}
#shopopenguide .sec-worry .salon {
  color: #416396;
}
#shopopenguide .sec-worry .salon .worry-list-title {
  order: 5;
  margin: 53px 35px 0 auto;
  background-image: radial-gradient(circle, #416396 1px, transparent 1px);
}
#shopopenguide .sec-worry .salon .worry-list-text.text01 {
  margin: 63px auto 0 110px;
}
#shopopenguide .sec-worry .salon .worry-list-text.text01::after {
  bottom: -55px;
  left: 92px;
  transform: rotate(145deg);
}
#shopopenguide .sec-worry .salon .worry-list-text.text02 {
  margin: 44px 10px 0 auto;
}
#shopopenguide .sec-worry .salon .worry-list-text.text02::after {
  bottom: 48px;
  left: -65px;
  transform: rotate(180deg);
}
#shopopenguide .sec-worry .salon .worry-list-img {
  bottom: 44px;
  left: 14px;
}
#shopopenguide .sec-worry .salon .worry-list-img img {
  width: 216px;
}
#shopopenguide .sec-worry .worry-lead {
  position: relative;
  margin: 50px auto 20px;
  font-weight: bold;
  font-size: 43px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--colorMain);
}
#shopopenguide .sec-worry .worry-lead-fukidashi {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 24px;
  padding: 10px 60px 8px;
  font-weight: bold;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--colorMain);
  border-radius: 50px;
}
#shopopenguide .sec-worry .worry-lead-fukidashi::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 19px;
  height: 14px;
  margin: auto;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#shopopenguide .sec-worry .worry-lead-en {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  margin: 0 -80px;
  font-family: var(--fontPoppins);
  font-weight: 100;
  font-size: 118px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #EBECF9;
  opacity: 0.6;
  white-space: nowrap;
  z-index: -1;
}
@media only screen and (max-width: 1320px) and (min-width: 835px) {
  #shopopenguide .sec-worry {
    padding: 6.061vw 0 0;
  }
  #shopopenguide .sec-worry .common-title {
    padding: 0 3.788vw;
  }
  #shopopenguide .sec-worry .common-title::before,
  #shopopenguide .sec-worry .common-title::after {
    width: 0.53vw;
    height: 3.788vw;
  }
  #shopopenguide .sec-worry .worry-list-title {
    margin: -0.379vw 0 0 3.409vw;
    font-size: 2.348vw;
    background-size: 0.758vw 0.152vw;
  }
  #shopopenguide .sec-worry .worry-list-text {
    padding: 3.03vw 3.788vw 2.652vw;
    font-size: 1.515vw;
    border-radius: 2.273vw;
  }
  #shopopenguide .sec-worry .worry-list-text::after {
    width: 3.258vw;
    height: 3.258vw;
  }
  #shopopenguide .sec-worry .guest .worry-list-text.text01 {
    margin: 2.5vw 10.227vw 0 auto;
  }
  #shopopenguide .sec-worry .guest .worry-list-text.text01::after {
    bottom: -4.091vw;
    right: 3.636vw;
  }
  #shopopenguide .sec-worry .guest .worry-list-text.text02 {
    margin: 3.636vw auto 0 0;
  }
  #shopopenguide .sec-worry .guest .worry-list-text.text02::after {
    bottom: 4.924vw;
    right: -4.545vw;
  }
  #shopopenguide .sec-worry .guest .worry-list-img {
    bottom: 3.03vw;
    right: -0.455vw;
  }
  #shopopenguide .sec-worry .guest .worry-list-img img {
    width: 17.05vw;
  }
  #shopopenguide .sec-worry .salon .worry-list-title {
    margin: 4.015vw 2.652vw 0 auto;
  }
  #shopopenguide .sec-worry .salon .worry-list-text.text01 {
    margin: 4.773vw auto 0 8.333vw;
  }
  #shopopenguide .sec-worry .salon .worry-list-text.text01::after {
    bottom: -4.167vw;
    left: 6.97vw;
  }
  #shopopenguide .sec-worry .salon .worry-list-text.text02 {
    margin: 3.333vw 0.758vw 0 auto;
  }
  #shopopenguide .sec-worry .salon .worry-list-text.text02::after {
    bottom: 3.636vw;
    left: -4.924vw;
  }
  #shopopenguide .sec-worry .salon .worry-list-img {
    bottom: 3.333vw;
    left: 1.061vw;
  }
  #shopopenguide .sec-worry .salon .worry-list-img img {
    width: 16.37vw;
  }
  #shopopenguide .sec-worry .worry-lead {
    margin: 3.788vw auto 1.515vw;
    font-size: 3.258vw;
  }
  #shopopenguide .sec-worry .worry-lead-fukidashi {
    margin: 0 auto 1.818vw;
    padding: 0.758vw 4.545vw 0.606vw;
    font-size: 2.045vw;
    border-radius: 3.788vw;
  }
  #shopopenguide .sec-worry .worry-lead-fukidashi::after {
    bottom: -0.606vw;
    width: 1.439vw;
    height: 1.061vw;
  }
  #shopopenguide .sec-worry .worry-lead-en {
    bottom: -1.818vw;
    margin: 0 -6.061vw;
    font-size: 8.939vw;
  }
}
@media only screen and (max-width: 834px) {
  #shopopenguide .sec-worry {
    padding: 46px 0 0;
  }
  #shopopenguide .sec-worry .common-title {
    padding: 0 24px;
    letter-spacing: 0.03em;
  }
  #shopopenguide .sec-worry .common-title::before,
  #shopopenguide .sec-worry .common-title::after {
    width: 5px;
    height: 29px;
  }
  #shopopenguide .sec-worry .worry-list {
    flex-direction: column-reverse;
    gap: 33px;
    max-width: 400px;
    margin: 0 auto;
  }
  #shopopenguide .sec-worry .worry-list-title {
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.74;
    letter-spacing: 0.4em;
    background-size: 5px 2px;
  }
  #shopopenguide .sec-worry .worry-list-text {
    padding: 20px 20px 15px;
    font-size: 15px;
    border-radius: 15px;
  }
  #shopopenguide .sec-worry .worry-list-text::after {
    width: 15px;
    height: 19px;
    background-image: url(/cms/img/usr/shopopenguide/icon_fukidashi_sp.png);
  }
  #shopopenguide .sec-worry .guest .worry-list-text.text01 {
    margin: 12px 55px 0 auto;
  }
  #shopopenguide .sec-worry .guest .worry-list-text.text01::after {
    bottom: -30px;
    right: 20px;
    transform: rotate(0deg) scale(-1,1);
  }
  #shopopenguide .sec-worry .guest .worry-list-text.text02 {
    margin: 5px auto 0 1vw;
  }
  #shopopenguide .sec-worry .guest .worry-list-text.text02::after {
    content: none;
  }
  #shopopenguide .sec-worry .guest .worry-list-img {
    bottom: -28px;
    right: 6px;
    width: 111px;
  }
  #shopopenguide .sec-worry .salon .worry-list-title {
    order: 0;
    margin: 0 auto;
  }
  #shopopenguide .sec-worry .salon .worry-list-text.text01 {
    margin: 12px auto 0 35px;
  }
  #shopopenguide .sec-worry .salon .worry-list-text.text01::after {
    bottom: -30px;
    left: 20px;
    transform: rotate(0deg);
  }
  #shopopenguide .sec-worry .salon .worry-list-text.text02 {
    margin: 5px 15px 0 auto;
  }
  #shopopenguide .sec-worry .salon .worry-list-text.text02::after {
    content: none;
  }
  #shopopenguide .sec-worry .salon .worry-list-img {
    bottom: -24px;
    left: 14px;
    width: 113px;
  }
  #shopopenguide .sec-worry .worry-lead {
    margin: 93px auto 0;
    font-size: 25px;
  }
  #shopopenguide .sec-worry .worry-lead-fukidashi {
    margin: 0 auto 12px;
    padding: 7px 36px 5px;
    font-size: 16px;
  }
  #shopopenguide .sec-worry .worry-lead-fukidashi::after {
    bottom: -5px;
    width: 12px;
    height: 9px;
  }
  #shopopenguide .sec-worry .worry-lead-en {
    bottom: 14px;
    margin: 0 -20px;
    font-size: 36px;
    letter-spacing: 0.06em;
  }
}

/*-----------------------------------------
  data
-----------------------------------------*/
#shopopenguide .sec-data {
  position: relative;
  margin-top: 65px;
  padding: 102px 0 0;
}
#shopopenguide .sec-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 42px;
  margin: auto;
  background-image: radial-gradient(circle, var(--colorMain) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 10px;
}
#shopopenguide .sec-data .data-list {
  display: flex;
}
#shopopenguide .sec-data .data-list-box {
  flex: 1;
  display: flex;
  padding: 86px 100px 30px;
}
#shopopenguide .sec-data .data-list-box-inner {
  position: relative;
  max-width: 531px;
  padding-bottom: 80px;
}
#shopopenguide .sec-data .data-list-title {
  width: fit-content;
  padding: 0 44px 0 0;
  font-weight: bold;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.03em;
  color: var(--colorMain);
  background: url(/cms/img/usr/shopopenguide/icon_cart.png) no-repeat top right / 28px;
}
#shopopenguide .sec-data .data-list-value {
  width: fit-content;
  margin: 2px 0 0;
  font-weight: bold;
  font-size: 54px;
  line-height: 1.2;
  color: var(--colorMain);
  background: linear-gradient(transparent 65%, #F2E17E 65%);
}
#shopopenguide .sec-data .data-list-value span {
  font-family: var(--fontPoppins);
  font-weight: 700;
  font-size: 81px;
  letter-spacing: 0.05em;
}
#shopopenguide .sec-data .data-list-value span small {
  font-size: 60px;
}
#shopopenguide .sec-data .data-list-text {
  margin: 28px 0 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
#shopopenguide .sec-data .data-list-notice {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  letter-spacing: 0;
  color: #8F8F8F;
}
#shopopenguide .sec-data .amount {
  background: #DFF4FD url(/cms/img/usr/shopopenguide/bg_data_01.png) no-repeat left -72px bottom 52px / 634px;
}
#shopopenguide .sec-data .amount .data-list-box-inner {
  margin: 0 0 0 auto;
}
#shopopenguide .sec-data .amount .data-list-img {
  margin: 68px 0 0;
}
#shopopenguide .sec-data .ratio {
  background: #F0F1FF url(/cms/img/usr/shopopenguide/bg_data_02.png) no-repeat right -72px top -77px / 597px;
}
#shopopenguide .sec-data .ratio .data-list-img {
  margin: 45px 0 0 28px;
}
@media only screen and (max-width: 1320px) and (min-width: 835px) {
  #shopopenguide .sec-data .data-list-box {
    padding: 6.515vw 7.576vw 2.273vw;
  }
  #shopopenguide .sec-data .data-list-title {
    padding: 0 3.333vw 0 0;
    font-size: 2.879vw;
    line-height: 3.788vw;
    background-size: 2.121vw;
  }
  #shopopenguide .sec-data .data-list-value {
    margin: 0.152vw 0 0;
    font-size: 4.091vw;
  }
  #shopopenguide .sec-data .data-list-value span {
    font-size: 6.136vw;
  }
  #shopopenguide .sec-data .data-list-value span small {
    font-size: 4.545vw;
  }
  #shopopenguide .sec-data .amount {
    background-position: left -5.455vw bottom  3.939vw;
    background-size: 48.03vw;
  }
  #shopopenguide .sec-data .amount .data-list-img {
    margin: 5.152vw 0 0;
  }
  #shopopenguide .sec-data .ratio {
    background-position: right -5.455vw top -5.833vw;
    background-size: 45.227vw;
  }
  #shopopenguide .sec-data .ratio .data-list-img {
    margin: 3.409vw 0 0 2.121vw;
  }
}
@media only screen and (max-width: 834px) {
  #shopopenguide .sec-data {
    margin-top: 25px;
    padding: 36px 0 0;
  }
  #shopopenguide .sec-data::before {
    width: 2px;
    height: 20px;
    background-size: 2px 5px;
  }
  #shopopenguide .sec-data .data-list {
    flex-direction: column;
  }
  #shopopenguide .sec-data .data-list-box {
    padding: 27px 16px 20px;
  }
  #shopopenguide .sec-data .data-list-box-inner {
    max-width: unset;
  }
  #shopopenguide .sec-data .data-list-title {
    margin: 0 auto;
    padding: 0 30px 0 0;
    font-size: 24px;
    line-height: 36px;
    background-size: 22px;
  }
  #shopopenguide .sec-data .data-list-value {
    margin: -4px auto 0;
    font-size: 41px;
    background: linear-gradient(transparent 70%, #F2E17E 70%);
  }
  #shopopenguide .sec-data .data-list-value span {
    font-size: 62px;
  }
  #shopopenguide .sec-data .data-list-value span small {
    font-size: 47px;
  }
  #shopopenguide .sec-data .data-list-text {
    margin: 19px 0 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.8;
  }
  #shopopenguide .sec-data .data-list-notice {
    margin: 20px 0 0;
    font-size: 12px;
    text-align: center;
  }
  #shopopenguide .sec-data .amount {
    background-position: center top 120px;
    background-size: 433px;
  }
  #shopopenguide .sec-data .amount .data-list-img {
    margin: 15px 0 0;
    text-align: center;
  }
  #shopopenguide .sec-data .amount .data-list-img img {
    width: 351px;
  }
  #shopopenguide .sec-data .ratio {
    background-position: center top 74px;
    background-size: 430px;
  }
  #shopopenguide .sec-data .ratio .data-list-img {
    margin: 6px 0 0 0;
    text-align: center;
  }
  #shopopenguide .sec-data .ratio .data-list-img img {
    width: 286px;
  }
}

/*-----------------------------------------
  point
-----------------------------------------*/
#shopopenguide .sec-point {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0 70px;
  background: #DFF4FD;
  border-radius: 50px;
}
#shopopenguide .sec-point .point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#shopopenguide .sec-point .point-list li {
  width: calc((100% - 80px)/3);
  position: relative;
  padding: 30px 27px;
  background: #fff;
  z-index: 1;
}
#shopopenguide .sec-point .point-list-num {
  position: absolute;
  top: 8px;
  right: 30px;
  font-family: var(--fontPoppins);
  font-weight: 100;
  font-size: 92px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #DFF4FD;
  z-index: -1;
}
#shopopenguide .sec-point .point-list-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
#shopopenguide .sec-point .point-list li:nth-child(-n+3) .point-list-title {
  min-height: calc(2em*1.3);
}
#shopopenguide .sec-point .point-list-img {
  margin: 16px 0 0;
  text-align: center;
}
#shopopenguide .sec-point .point-list-text {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 1320px) and (min-width: 835px) {
  #shopopenguide .sec-point .point-list {
    gap: 3.03vw;
  }
  #shopopenguide .sec-point .point-list li {
    width: calc((100% - 6.06vw)/3);
    padding: 2.273vw 2.045vw;
  }
  #shopopenguide .sec-point .point-list-num {
    top: 0.606vw;
    right: 2.273vw;
    font-size: 6.97vw;
  }
  #shopopenguide .sec-point .point-list-title {
    font-size: clamp(18px,1.667vw,22px);
  }
  #shopopenguide .sec-point .point-list-text {
    font-size: clamp(15px,1.288vw,17px);
  }
}
@media only screen and (max-width: 834px) {
  #shopopenguide .sec-point {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 0 30px;
    border-radius: 20px;
  }
  #shopopenguide .sec-point .point-list {
    gap: 10px;
  }
  #shopopenguide .sec-point .point-list li {
    width: calc((100% - 10px)/2);
    padding: 12px 10px 18px;
  }
  #shopopenguide .sec-point .point-list-num {
    top: 8px;
    right: 10px;
    font-size: 44px;
    letter-spacing: 0;
  }
  #shopopenguide .sec-point .point-list-title {
    font-size: 14px;
  }
  #shopopenguide .sec-point .point-list-img {
    margin: 6px 0 0;
  }
  #shopopenguide .sec-point .point-list-img img {
    width: 84px;
  }
  #shopopenguide .sec-point .point-list-text {
    margin: 6px 0 0;
    font-size: 12px;
  }
}

/*-----------------------------------------
  flow
-----------------------------------------*/
#shopopenguide .sec-flow .flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}
#shopopenguide .sec-flow .flow-list li {
  position: relative;
  width: 210px;
  height: 210px;
  padding: 40px 0 0;
  text-align: center;
  background: var(--colorMain);
  border-radius: 50%;
}
#shopopenguide .sec-flow .flow-list li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -27px;
  width: 14px;
  height: 22px;
  margin: auto;
  background: inherit;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#shopopenguide .sec-flow .flow-list-num {
  font-family: var(--fontPoppins);
  font-weight: 200;
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #DFF4FD;
}
#shopopenguide .sec-flow .flow-list-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(2em*1.2);
  margin: 14px 0 0;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}
@media only screen and (max-width: 834px) {
  #shopopenguide .sec-flow .flow-list {
    gap: 0 3.59vw;
  }
  #shopopenguide .sec-flow .flow-list li {
    width: min(28.2vw,110px);
    height: min(28.2vw,110px);
    padding: 22px 0 0;
  }
  #shopopenguide .sec-flow .flow-list li:not(:first-child):before {
    left: -10px;
    width: 7px;
    height: 12px;
  }
  #shopopenguide .sec-flow .flow-list-num {
    font-size: 20px;
  }
  #shopopenguide .sec-flow .flow-list-text {
    margin: 7px 0 0;
    font-size: 11px;
  }
}

/*-----------------------------------------
  faq
-----------------------------------------*/
#shopopenguide .sec-faq .faq-contents {
  display: flex;
  align-items: start;
  gap: 30px;
  margin: 50px 0 0;
}
#shopopenguide .sec-faq .faq-tab-box {
  position: sticky;
  top: 30px;
  width: 300px;
}
#shopopenguide .sec-faq .faq-tab button {
  width: 100%;
  padding: 25px 35px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: left;
  background: #fff;
  border-radius: 10px;
}
#shopopenguide .sec-faq .faq-tab.active button {
  color: #fff;
  background: var(--colorMain);
}
#shopopenguide .sec-faq .faq-panel-box {
  flex: 1;
  width: 100%;
}
#shopopenguide .sec-faq .faq-panel {
  display: none;
}
#shopopenguide .sec-faq .faq-panel.active {
  display: block;
  transform-origin: top center;
  animation: faqPanel 0.2s 0.2s ease-out both;
}
@keyframes faqPanel {
  0% {
    opacity: 0;
    transform: rotateX(-15deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
#shopopenguide .sec-faq .faq-panel-toggle {
  background: #F8F8F8;
  border-radius: 10px;
}
#shopopenguide .sec-faq .faq-panel-toggle + .faq-panel-toggle {
  margin-top: 15px;
}
#shopopenguide .sec-faq .faq-panel-title {
  position: relative;
}
#shopopenguide .sec-faq .faq-panel-title::before,
#shopopenguide .sec-faq .faq-panel-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  width: 16px;
  height: 2px;
  margin: auto;
  background: #3D3A39;
  transition: all .3s;
}
#shopopenguide .sec-faq .faq-panel-title::after {
  transform: rotate(90deg);
}
#shopopenguide .sec-faq .faq-panel-title.active::before {
  transform: rotate(90deg);
  opacity: 0;
}
#shopopenguide .sec-faq .faq-panel-title.active::after {
  transform: rotate(180deg);
}
#shopopenguide .sec-faq .faq-panel-title button {
  position: relative;
  width: 100%;
  padding: 30px 70px 24px 60px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: left;
}
#shopopenguide .sec-faq .faq-panel-title button::before {
  content: "Q";
  position: absolute;
  top: 24px;
  left: 30px;
  display: block;
  font-family: var(--fontPoppins);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  color: var(--colorMain);
}
#shopopenguide .sec-faq .faq-panel-contents {
  display: none;
}
#shopopenguide .sec-faq .faq-panel-contents p {
  position: relative;
  margin: 0 30px;
  padding: 25px 0 25px 30px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-top: 1px solid #8F8F8F;
}
#shopopenguide .sec-faq .faq-panel-contents p::before {
  content: "A";
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  font-family: var(--fontPoppins);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  color: #A36FBA;
}
@media only screen and (max-width: 834px) {
  #shopopenguide .sec-faq {
    margin-top: 50px;
  }
  #shopopenguide .sec-faq .faq-contents {
    flex-direction: column;
    gap: 15px;
    margin: 20px 0 0;
  }
  #shopopenguide .sec-faq .faq-tab-box {
    position: static;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #shopopenguide .sec-faq .faq-tab {
    width: 50%;
  }
  #shopopenguide .sec-faq .faq-tab button {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
  }
  #shopopenguide .sec-faq .faq-panel-toggle + .faq-panel-toggle {
    margin-top: 10px;
  }
  #shopopenguide .sec-faq .faq-panel-title::before,
  #shopopenguide .sec-faq .faq-panel-title::after {
    right: 20px;
    width: 12px;
  }
  #shopopenguide .sec-faq .faq-panel-title button {
    padding: 25px 40px 22px 45px;
    font-size: 14px;
  }
  #shopopenguide .sec-faq .faq-panel-title button::before {
    top: 22px;
    left: 20px;
    font-size: 19px;
  }
  #shopopenguide .sec-faq .faq-panel-contents p {
    margin: 0 15px;
    padding: 20px 0 20px 30px;
    font-size: 13px;
  }
  #shopopenguide .sec-faq .faq-panel-contents p::before {
    top: 10px;
    left: 5px;
    font-size: 19px;
  }
}

/*-----------------------------------------
  bottom
-----------------------------------------*/
#shopopenguide .sec-bottom {
  background: #DFF4FD;
}
#shopopenguide .sec-bottom .bottom-text {
  padding: 75px 0 68px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  #shopopenguide .sec-bottom {
    margin-top: 50px;
  }
  #shopopenguide .sec-bottom .bottom-text {
    padding: 35px 0 30px;
    font-size: 15px;
  }
}