@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html, body {
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
}

main {
  background-color: #E5F1F7;
}
@media (max-width: 998px) {
  main {
    margin-top: 1.5rem;
  }
}

.pc-only {
  display: block !important;
}
.pc-only-fl {
  display: flex !important;
}
@media (max-width: 998px) {
  .pc-only,
  .pc-only-fl {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 998px) {
  .sp-only {
    display: block !important;
  }
}

.header {
  overflow-x: hidden;
  background-color:#fff;
}
.header-top {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
.header-top-left {
  margin-top: 1rem;
}
.header-top-left img {
  width: 19.8rem;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .header-top-left img {
    width: 14rem;
  }
}
.header-top-middle img {
  width: 34.25rem;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .header-top-middle img {
    width: 22rem;
  }
}
.header-top-right {
  display: flex;
  align-items: flex-start;
  gap: 3.625rem;
  white-space: nowrap;
}
.header-top-right-item-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #333333;
  text-decoration: none;
}
.header-top-right-item-top img {
  margin-right: 0.5rem;
}
.header-top-right-item-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 0.75rem;
  color: #333333;
  text-decoration: none;
  margin-top: 1rem;
}
.header-top-right-item-bottom img {
  margin-bottom: 0.3rem;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .header-top-right {
    gap: 1.5rem;
  }
  .header-top-right-item-top img {
    width: 0.8rem;
  }
  .header-top-right-item-bottom img {
    width: 1.2rem;
  }
}
.header-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #070F38;
  padding: 1rem;
  white-space: nowrap;
}
.header-bottom-left {
  display: flex;
  gap: 5rem;
}
.header-bottom-left-item {
  text-decoration: none;
  color: #fff;
}
.header-bottom-left-item:hover {
  color:#fff;
}
.header-bottom-right {
  display: flex;
  align-items: center;
  margin-left: 4rem;
}
.header-bottom-right select {
  /* padding: 0.3rem 2rem; */
  padding: 0.3rem 1rem;
  height: 2.8rem;
  border: 1px solid #ccc;
  color: #333333;
  /* width:120px; */
  min-width:120px;
  border-radius:0;
}
.header-bottom-right input[type='text'] {
  /* height: 2.55rem; */
  height:2.8rem;
  border: 1px solid #ccc;
  color: #333333;
  width: 40vw;
  max-width:40vw;
  border-radius:0;
}
.header-bottom-right button {
  cursor: pointer;
  background-color: #fff;
  height: 2.8rem;
  border: 1px solid #ccc;
  color: #333333;
  width: 6vw;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  align-items: center;
  border-radius:0;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .header-bottom-left {
    gap: 2rem;
  }
  .header-bottom-left-item {
    font-size: 0.8rem;
  }
  .header-bottom-right {
    margin-left: 2rem;
  }
  .header-bottom-right select {
    height: 2.6rem;
  }
  .header-bottom-right input {
    /* height: 2.35rem; */
    height:2.6rem;
    width: 30vw;
  }
  .header-bottom-right button {
    height: 2.6rem;
  }
}
@media (max-width: 1024px) {
  .header-top-left img {
    width: 14rem;
  }
  .header-top-middle img {
    width: 22rem;
  }
  .header-top-right {
    gap: 1.5rem;
  }
  .header-top-right-item-top img {
    width: 0.8rem;
  }
  .header-top-right-item-bottom img {
    width: 1.2rem;
  }
  .header-bottom-left {
    gap: 2rem;
  }
  .header-bottom-left-item {
    font-size: 0.8rem;
  }
  .header-bottom-right {
    margin-left: 2rem;
  }
  .header-bottom-right select {
    height: 2.6rem;
  }
  .header-bottom-right input {
    /* height: 2.35rem; */
    height:2.6rem;
    width: 30vw;
  }
  .header-bottom-right button {
    height: 2.6rem;
  }
}
@media (max-width: 998px) {
  .header-top {
    width: 100%;
    padding: 0;
    flex-flow: column;
    align-items: center;
  }
  .header-top-left {
    margin-top: 0;
    background-color: #070F38;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1.2rem;
  }
  .header-top-left img {
    width: 16rem;
  }
  .header-top-middle {
    padding: 1.5rem 0;
  }
  .header-top-middle img {
    width: 15rem;
  }
  .header-top-right {
    display: none;
  }
  .header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 0;
  }
  .header-bottom-left {
    display: none;
  }
  .header-bottom-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    width: 100%;
    padding: 0 0.5rem;
  }
  .header-bottom-right select {
    padding: initial;
    height: 2.8rem;
    width: 25%;
  }
  .header-bottom-right input {
    /* height: 2.55rem; */
    height:2.8rem;
    border: 0.5px solid #ccc;
    color: #333333;
    width: 60%;
  }
  .header-bottom-right button {
    width: 15%;
    height: 2.8rem;
    border: 0.5px solid #ccc;
  }
}

.footer {
  overflow-x: hidden;
  background-color: #070F38;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding:20px 0 0;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.footer-top-left img {
  width: 20rem;
}
.footer-top-middle {
  display: flex;
  gap: 3rem;
}
.footer-top-middle-item {
  display: flex;
  flex-flow: column;
  color: #fff;
}
.footer-top-middle-item p {
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem 0;
  margin-bottom: 0;
}
.footer-top-middle-item a {
  font-size: 0.7rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.3rem;
}
.footer-top-middle-item-line {
  width: 10rem;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3rem;
}
.footer-top-right {
  display: flex;
  gap: 0.8rem;
}
.footer-top-right a {
  display: inline-block;
}
.footer-top-right a img {
  width: 2.5rem;
}
.footer-bottom {
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  margin: 2.5rem 0;
}
@media (max-width: 1200px) {
  .footer-top {
    gap: 2rem;
  }
  .footer-top-left img {
    width: 17rem;
  }
  .footer-top-middle {
    gap: 1.5rem;
  }
  .footer-top-right {
    gap: 0.6rem;
  }
  .footer-top-right a img {
    width: 2.3rem;
  }
}
@media (max-width: 998px) {
  .footer {
    background-color: #fff;
    display: block;
    margin-bottom: 4rem;
  }
  .footer-top {
    background-color: #fff;
    flex-flow: column;
    gap: 0;
  }
  .footer-top a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    text-decoration: none;
    color: #070F38;
    border-top: 1px solid #CCE3EF;
    padding: 1.5rem 0;
  }
  .footer-bottom {
    text-align: center;
    margin: 0;
    border-top: 1px solid #CCE3EF;
    background-color: #fff;
    color: #817183;
    padding: 1.5rem 0;
    font-size: 0.6rem;
  }
}

.footer-menu {
  display: none;
}
@media (max-width: 998px) {
  .footer-menu {
    position: fixed;
    z-index: 100000;
    bottom: 0;
    width: 100%;
    background-color: #070F38;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    padding: 1rem 0;
  }
  .footer-menu .footer-menu-item {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.7rem;
    text-decoration: none;
    gap: 0.2rem;
  }
  .footer-menu .footer-menu-item img {
    width: 1.8rem;
  }
}

.bread-crumbs {
  padding: 1.2rem 2rem;
  width: 100%;
  display: flex;
  text-align: left;
}
.bread-crumbs .bread-crumbs-link {
  text-decoration: none;
  color: #0580B7;
}
.bread-crumbs span {
  color: #817183;
}
.bread-crumbs .bread-crumbs-text {
  color: #070F38;
}
.page-top-title {
  padding: 1.2rem 1rem;
  color: #685972;
  font-size: 0.6rem;
  text-align: left;
}

/* 20250711 korenaga */
.bctop {
  white-space:nowrap;
}
/* //20250711 korenaga */

.main {
  display: flex;
}

.content {
  width: 100%;
  display: block;
  overflow-x: hidden;
}

.page-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.page-title-main {
  color: #070F38;
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1px solid #817183;
}
.page-title-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  color: #817183;
  margin-top: 0.4rem;
}
@media (max-width: 998px) {
  .page-title-main {
    font-size: 2.2rem;
  }
  .page-title-sub {
    font-size: 0.8rem;
    margin-top: 0.2rem;
  }
}

.paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  margin-top: 2rem;
  /* height: 0.2rem; */
}
.paginate-item {
  text-decoration: none;
  color: #685972;
  margin-bottom: 0.25rem;
}
.paginate-item-first {
  margin: 0;
}
.paginate-item-last {
  margin: 0;
}

.top-image {
  width: 100%;
}
.top-image img {
  width: 100%;
}

.recommend {
  display: flex;
  justify-content: center;
  padding: 1.2rem 2rem;
}
.recommend-item {
  width: 16.6%;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}
.recommend-item-img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.recommend-item-img img {
  border: 1px solid #817183;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.recommend-item-img-good {
  position: absolute;
  top: 3%;
  left: 3%;
}
.recommend-item-img-good img {
  border: none;
}
.recommend-item-bottom {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0.8rem;
  border-left: 1px solid #817183;
  border-right: 1px solid #817183;
  border-bottom: 1px solid #817183;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.recommend-item-bottom-top {
  color: #070F38;
}
.recommend-item-bottom-bottom {
  color: #070F38;
  text-align: right;
  margin-top: 2rem;
}
.recommend-item-bottom-bottom span {
  font-size: 0.7rem;
}
@media (max-width: 998px) {
  .paginate {
    gap: 1.2rem;
  }

  .recommend {
    flex-wrap: wrap;
    padding: 0 0 0 0;
    margin-bottom: 1.2rem;
  }
  .recommend-item {
    width: 33.3%;
  }
  .recommend-item-img-good {
    top: 5%;
    left: 5%;
  }
  .recommend-item-img-good img {
    width: 2rem;
  }
  .recommend-item-bottom {
    padding: 0.5rem;
  }
  .recommend-item-bottom-top {
    font-size: 0.8rem;
    color: #070F38;
    text-align: left;
  }
  .recommend-item-bottom-bottom {
    font-size: 0.8rem;
  }
  .recommend-item-bottom-bottom span {
    font-size: 0.5rem;
  }
}

@media (max-width: 500px) {
  .paginate {
    gap: 0.9rem;
  }

}

.wrap {
  flex-wrap: wrap;
}

.flex-start {
  justify-content: flex-start;
}

.swiper-button-prev::before {
  content: "" !important;
  display: block;
  background-size: contain;
  background-image: url(../img/icon/slider-arrow-before.png);
  position: absolute;
  left: -0.6rem;
  width: 2rem;
  height: 2rem;
  transform: unset !important;
}

.swiper-button-prev::after {
  content: "" !important;
  display: none;
}

.swiper-button-next::before {
  content: "" !important;
  display: block;
  background-size: contain;
  background-image: url(../img/icon/slider-arrow-after.png);
  position: absolute;
  right: -0.6rem;
  width: 2rem;
  height: 2rem;
  transform: unset !important;
}

.swiper-button-next::after {
  content: "" !important;
  display: none;
}

.no-scroll {
  overflow: hidden !important;
}

.blue-bg-title {
  margin: 3rem 2rem 0 2rem;
  text-align: left;
  background-color: #B3D5E7;
  font-size: 1.5rem;
  color: #504462;
  padding: 0.5rem 1rem;
}

.form-input {
  display: flex;
  align-items: center;
  gap: 1%;
  margin-bottom: 1rem;
}
.form-input label {
  font-size: 0.9rem;
  font-weight: bold;
  width: 50%;
  text-align: right;
}
.form-input label .required {
  color: #FE330A;
}
.form-input input, .form-input select {
  width: 50%;
  border: none;
  padding: 0.5rem;
}
.form-input-group {
  width: 50%;
  display: flex;
  gap: 2%;
  box-sizing: border-box;
  align-items:center;
  color:#000;
}
.form-input-group input, .form-input-group select {
  width: 48%;
  border: none;
  padding: 0.5rem;
  box-sizing: border-box;
}
.form-input .full {
  width: 100%;
}
.form-input .w-25 {
  width: 25%;
}
.form-input .w-35 {
  width: 35%;
}
.form-input .gap-0 {
  gap: 0;
}
/* .form-input .checkbox { */
.form-input input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
}
.form-input input[type='checkbox']:checked {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
}
.form-input .checkbox-group {
  display: flex;
  gap: 2%;
  justify-content: flex-start;
}
.form-input .checkbox-group label {
  width: auto;
  display: flex;
  gap: 1%;
  white-space: nowrap;
}
.form-input .radio-group {
  gap: 0;
  justify-content: flex-start;
}
.form-input .radio-group label {
  width: initial;
  display: flex;
  gap: 0;
}
.form-input .radio-group input {
  width: 2rem;
}
@media (max-width: 998px) {
  .form-input {
    flex-flow: column;
    justify-content: flex-start;
    gap: 2%;
    margin-bottom: 1rem;
  }
  .form-input label {
    text-align: left;
    width: 100%;
  }
  .form-input input, .form-input select {
    width: 100%;
    margin-top: 0.3rem;
  }
  .form-input-group {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
    box-sizing: border-box;
  }
  .form-input-group input, .form-input-group select {
    width: 100% !important;
  }
  .form-input .checkbox {
    width: 1rem !important;
    height: 1rem !important;
  }
  .form-input .checkbox-group {
    flex-flow: row;
    flex-wrap: wrap;
  }
  .form-input .checkbox-group label {
    align-items: center;
  }
  .form-input .postcode {
    flex-flow: row;
    align-items: center;
  }
  .form-input .radio-group {
    gap: 0;
    flex-flow: row;
    justify-content: flex-start;
  }
  .form-input .radio-group label {
    display: flex;
    align-items: center;
    gap: 0;
    width: auto !important;
  }
  .form-input .radio-group input {
    width: initial !important;
    margin-top: 0;
  }
}

.form-submit-button {
  text-align: center;
  margin: 2.5rem auto 0 auto;
  background-color: #070F38;
  color: #fff;
  padding: 0.5rem;
  width: 30%;
  max-width: 250px;
  border: none;
  cursor: pointer;
}
@media (max-width: 998px) {
  .form-submit-button {
    margin: 2rem auto 0 auto;
    font-size: 0.9rem;
    width: 40%;
  }
}

.ml-1 {
  margin-left: 1rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 998px) {
  .form-radio-1 {
    flex-flow: row !important;
  }
  .form-radio-1 label {
    white-space: nowrap;
    width: auto !important;
  }
}

@media (max-width: 998px) {
  .form-radio-2 {
    flex-flow: row !important;
  }
  .form-radio-2 label {
    white-space: nowrap;
    width: auto !important;
  }
}

.terms-links {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 0 0 15%;
}
.terms-links-item {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.terms-links-item::before {
  content: url(../img/icon/terms-arrow-icon.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 998px) {
  .terms-links {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

.sp-page-title {
  display: none;
}
@media (max-width: 998px) {
  .sp-page-title {
    display: block;
    font-size: 1.5rem;
    color: #504462;
    font-weight: bold;
    margin-top: 2rem;
  }
}

.mypage-links {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 0 0 15%;
}
.mypage-links-item {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.mypage-links-item-1::before {
  content: url(/common/img/icon/mypage-mypage.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mypage-links-item-2::before {
  content: url(/common/img/icon/mypage-history.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mypage-links-item-3::before {
  content: url(/common/img/icon/mypage-regist-logo.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mypage-links-item-4::before {
  content: url(/common/img/icon/mypage-withdrawal.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 998px) {
  .mypage-links {
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

.side-menu-pc {
  width: 15rem;
  background-color: #fff;
}
.side-menu-pc-item {
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  padding: 1.5rem 1rem;
  border-top: 1.5px solid #CCE3EF;
}
.side-menu-pc-item:last-of-type {
  border-bottom: 1.5px solid #CCE3EF;
}
.side-menu-pc-item img {
  width: 2.4rem;
  height: 2.4rem;
}
.side-menu-pc-item-txt {
  display: flex;
  flex-flow: column;
  color: #070F38;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  white-space: nowrap;
}
.side-menu-pc-item-txt span {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 0.7rem;
  color: #7E6E81;
}
@media (max-width: 998px) {
  .side-menu-pc {
    display: none;
  }
}

.top {
  text-align: center;
}
.top .recommend-item {
  flex: 0 0 16.6666666667% !important;
  width: initial;
}

.main-visual {
  width: 100%;
}

.main-visual-inner {
  position: relative;
}

.main-visual-bg {
  width: 100%;
  height: 100%;
}

.main-visual-bg img {
  width: 100%;
  height: auto;
}

.mv-link img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.mv-link a {
  display: inline-block;
}

.mv-link-signboard {
  width: 22.5vw;
  position: absolute;
  top: 18%;
  left: 2%;
}

.mv-link-interior {
  width: 23vw;
  position: absolute;
  top: 1%;
  left: 57%;
}

.mv-link-parking {
  width: 28vw;
  position: absolute;
  top: 16.3%;
  right: 37%;
}

.mv-link-tableware {
  width: 16.5vw;
  position: absolute;
  top: 28%;
  left: 24%;
}

.mv-link-menu {
  width: 12vw;
  position: absolute;
  bottom: 17%;
  left: 37.6%;
}

.mv-link-storage {
  width: 17vw;
  position: absolute;
  bottom: 23%;
  left: 59%;
}

.mv-link-goods {
  width: 15.5vw;
  position: absolute;
  bottom: 4%;
  right: 30%;
}

.mv-link-fasion {
  width: 15.5vw;
  position: absolute;
  bottom: 37%;
  left: 81%;
}

.mv-img {
  position: absolute;
}

.mv-img img {
  width: 100%;
  height: auto;
}

.mv-img01 {
  width: 0.8vw;
  top: 53%;
  left: 31%;
}

.mv-img02 {
  width: 1.6vw;
  top: 56.5%;
  left: 33%;
}

.mv-img03 {
  width: 1.6vw;
  top: 53%;
  left: 49.7%;
}

.mv-img04 {
  width: 5vw;
  bottom: 7%;
  left: 53%;
  z-index: 2;
}

.mv-img05 {
  width: 0.8vw;
  bottom: 4.2%;
  left: 69.3%;
}

.mv-img06 {
  width: 17vw;
  top: 52.4%;
  left: 77%;
}

.mv-img07 {
  width: 0.9vw;
  top: 46.4%;
  left: 67%;
}

.mv-img08 {
  width: 2.5vw;
  top: 36%;
  left: 63.8%;
}

.mv-img09 {
  width: 8vw;
  top: 72%;
  left: 33%;
}

.mv-img10 {
  width: 7.5vw;
  top: 78%;
  left: 46.5%;
}

@media (any-hover: hover) {
  .mv-link a:hover img {
    transform: scale(1.05);
  }
}
@media (max-width: 767px) {
  .main-visual {
    width: 100%;
    height: 700px;
    overflow-x: auto;
  }
  .main-visual-bg {
    height: 700px;
  }
  .main-visual-bg img {
    width: auto;
    height: 100%;
  }
  .mv-link-signboard {
    width: 260px;
    top: 146px;
    left: 43px;
  }
  .mv-link-interior {
    width: 280px;
    top: 17px;
    left: 715px;
  }
  .mv-link-parking {
    width: 348px;
    top: 123px;
    right: initial;
    left: 452px;
  }
  .mv-link-tableware {
    width: 211px;
    top: 195px;
    left: 302px;
  }
  .mv-link-menu {
    width: 137px;
    bottom: 138px;
    left: 474px;
  }
  .mv-link-storage {
    width: 200px;
    bottom: 173px;
    left: 725px;
  }
  .mv-link-goods {
    width: 182px;
    bottom: 26px;
    left: 680px;
  }
  .mv-link-fasion {
    width: 186px;
    bottom: 271px;
    left: 1026px;
  }
  .mv-img {
    position: absolute;
  }
  .mv-img img {
    width: 100%;
    height: auto;
  }
  .mv-img01 {
    width: 10px;
    top: 394px;
    left: 379px;
  }
  .mv-img02 {
    width: 20px;
    top: 412px;
    left: 408px;
  }
  .mv-img03 {
    width: 20px;
    top: 368px;
    left: 629px;
  }
  .mv-img04 {
    width: 72px;
    bottom: 50px;
    left: 650px;
  }
  .mv-img05 {
    width: 10px;
    bottom: 29px;
    left: 855px;
  }
  .mv-img06 {
    width: 222px;
    top: 357px;
    right: initial;
    left: 967px;
  }
  .mv-img07 {
    width: 11px;
    top: 332px;
    right: initial;
    left: 825px;
  }
  .mv-img08 {
    width: 30px;
    top: 263px;
    left: 800px;
  }
  .mv-img09 {
    width: 108px;
    top: 489px;
    left: 411px;
  }
  .mv-img10 {
    width: 100px;
    top: 542px;
    left: 575px;
  }
}
.all-items {
  padding: 1.2rem 2rem;
}
.all-items-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.all-items-top-left {
  color: #685972;
  font-size: 0.8rem;
}
.all-items-top-left span {
  color: #67AED1;
}
.all-items-top-right select {
  padding: 0.5rem;
  color: #685972;
  border-color: #685972;
  border-radius: 0.3rem;
}
.all-items-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.all-items-box-item {
  width: 16.6%;
  display: flex;
  flex-flow: column;
  align-items: center;
  background-color: #fff;
  text-decoration: none;
}
.all-items-box-item img {
  width: 100%;
  border: 1px solid #817183;
  box-sizing: border-box;
}
.all-items-box-item-bottom {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
  border-left: 1px solid #817183;
  border-right: 1px solid #817183;
  border-bottom: 1px solid #817183;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.all-items-box-item-bottom-txt1 {
  color: #070F38;
  font-weight: bold;
  flex-grow: 1;
}
.all-items-box-item-bottom-txt2 {
  text-align: right;
  color: #070F38;
}
.all-items-box-item-bottom-txt2 span {
  font-size: 0.7rem;
}
@media (max-width: 998px) {
  .all-items {
    padding: 1.2rem 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .all-items-top {
    flex-flow: column;
    align-items: flex-start;
    gap: 0.2rem;
    width: 90%;
  }
  .all-items-top-right {
    width: 100%;
  }
  .all-items-top-right select {
    width: 100%;
  }
  .all-items-box-item {
    width: 33%;
  }
  .all-items-box-item img {
    width: 100%;
    border: 1px solid #817183;
    box-sizing: border-box;
  }
  .all-items-box-item-bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    border-left: 1px solid #817183;
    border-right: 1px solid #817183;
    border-bottom: 1px solid #817183;
  }
  .all-items-box-item-bottom-txt1 {
    color: #070F38;
    font-weight: bold;
  }
  .all-items-box-item-bottom-txt2 {
    text-align: right;
    color: #070F38;
  }
  .all-items-box-item-bottom-txt2 span {
    font-size: 0.7rem;
  }
}

.menu-book {
  padding: 1.2rem 2rem;
}
.menu-book-top {
  background-color: #B3D5E7;
  padding: 1rem 1.5rem;
}
.menu-book-content {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
}
.menu-book-content-box {
  flex: 1;
  width: 50%;
}
.menu-book-content-box-img {
  width: 100%;
  cursor: pointer;
}
.menu-book-content-box-images {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.menu-book-content-box-images-item {
  cursor: pointer;
  width: 90%;
}
.menu-book-content-box-txt1 {
  margin-top: 0.5rem;
  color: #070F38;
  font-size: 1.5rem;
  font-weight: bold;
}
.menu-book-content-box-txt2 {
  margin-top: 1rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: bold;
}
.menu-book-content-box-txt3 {
  margin-top: 1.8rem;
  color: #070F38;
  font-size: 2rem;
}
.menu-book-content-box-txt3 span {
  font-size: 1.4rem;
}
.menu-book-content-box-txt4 {
  margin-top: 0.5rem;
  border-top: 1px solid #817183;
  padding-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
}
.menu-book-content-box-select {
  background-color: #CCE3EF;
  padding: 2.2rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 2rem;
}
.menu-book-content-box-select-item {
  width: 100%;
  display: flex;
  align-items:center;
  margin-bottom:10px;
}
.menu-book-content-box-select-item-label {
  width: 25%;
  font-size: 1rem;
  font-weight: bold;
}
.menu-book-content-box-select-item select {
  width: 75%;
  border: none;
  padding: 0.5rem;
}
.menu-book-content-box-select-item input {
  width: 10%;
  border: none;
  padding: 0.5rem;
}
.menu-book-content-box-select-item-2 {
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.menu-book-content-box-select-item-2-txt {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
}
.menu-book-content-box-select-item-2-box {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.menu-book-content-box-select-item-2-box-btn-1 {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  background-color: #070F38;
  border: none;
  padding: 0.4rem 0.8rem;
  text-align: center;
  white-space: nowrap;
}
.menu-book-content-box-select-item-2-box-btn-1 img {
  width: 1rem;
}
.menu-book-content-box-select-item-2-box-btn-2 {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #0580B7;
  border: none;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
}
.menu-book-details-top {
  border-top: 1px solid #817183;
  border-bottom: 1px solid #817183;
  text-align: center;
  padding: 0.5rem 0;
  margin-top: 3rem;
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.menu-book-details-content {
  display: flex;
  flex-flow: column;
}
.menu-book-details-content-item {
  display: flex;
  gap: 3rem;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .menu-book-content-box-txt1 {
    font-size: 1.2rem;
  }
  .menu-book-content-box-txt2 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .menu-book-content-box-txt3 {
    margin-top: 1.4rem;
    font-size: 1.5rem;
  }
  .menu-book-content-box-txt3 span {
    font-size: 1.2rem;
  }
  .menu-book-content-box-txt4 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .menu-book-content-box-select {
    padding: 2rem;
    margin-top: 1.2rem;
  }
  .menu-book-content-box-select-item-label {
    font-size: 0.8rem;
  }
  .menu-book-content-box-select-item-2 {
    margin-top: 1rem;
  }
  .menu-book-content-box-select-item-2-txt {
    font-size: 0.8rem;
  }
  .menu-book-content-box-select-item-2-box-btn-1 {
    font-size: 0.8rem;
  }
  .menu-book-content-box-select-item-2-box-btn-2 {
    font-size: 0.8rem;
  }
}
@media (max-width: 998px) {
  .menu-book {
    padding: 1.2rem 0;
  }
  .menu-book-top {
    padding: 1rem;
  }
  .menu-book-content {
    width: 100%;
    flex-flow: column;
    align-items: center;
  }
  .menu-book-content-box {
    width: 90%;
  }
  .menu-book-content-box-img {
    width: 100%;
  }
  .menu-book-content-box-images {
    width: 100%;
  }
  .menu-book-content-box-images-item {
    cursor: pointer;
    width: 90%;
  }
  .menu-book-content-box-txt1 {
    margin-top: 1rem;
    margin-left: 5%;
    font-size: 1.2rem;
    text-align: left;
  }
  .menu-book-content-box-txt2 {
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: left;
  }
  .menu-book-content-box-txt3 {
    margin-top: 1.2rem;
    color: #070F38;
    font-size: 1.6rem;
    text-align: left;
  }
  .menu-book-content-box-txt3 span {
    font-size: 1rem;
  }
  .menu-book-content-box-txt4 {
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
  }
  .menu-book-content-box-select {
    padding: 0.8rem;
    margin-top: 1.5rem;
    text-align: left;
  }
  .menu-book-content-box-select-item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .menu-book-content-box-select-item-label {
    font-size: 0.7rem;
  }
  .menu-book-content-box-select-item-2 {
    margin-top: 1.2rem;
  }
  .menu-book-content-box-select-item-2-txt {
    font-size: 0.7rem;
  }
  .menu-book-content-box-select-item-2-box-btn-1 {
    font-size: 0.8rem;
  }
  .menu-book-content-box-select-item-2-box-btn-2 {
    font-size: 0.8rem;
  }
  .menu-book-details {
    display: flex;
    flex-flow: column;
    padding: 0 5%;
  }
  .menu-book-details-top {
    width: 100%;
  }
  .menu-book-details-content {
    width: 100%;
    align-items: flex-start;
  }
  .menu-book-details-content-item {
    gap: 3rem;
    font-size: 0.8rem;
    text-align: left;
  }
  .menu-book-details-content-item span {
    white-space: nowrap;
  }
}

.marche-select {
  padding: 1.2rem 2rem;
}
.marche-select-title {
  font-size: 1.8rem;
  color: #504462;
  text-align: left;
}
.marche-select-banner {
  width: 100%;
  margin-top: 0.8rem;
}
.marche-select-top {
  background-color: #B3D5E7;
  padding: 0.8rem;
  text-align: left;
  color: #070F38;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.marche-select-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1%;
  margin-top: 1%;
}
.marche-select-content-box {
  width: 69%;
  display: flex;
  flex-flow: column;
  background-color: #fff;
  padding: 1rem 0.5rem;
}
.marche-select-content-box-left-title {
  font-size: 1.8rem;
  text-align: left;
  width: 100%;
  font-weight: bold;
}
.marche-select-content-box-left-item {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #817183;
  margin-top: 0.5rem;
  padding: 1rem 0.5rem;
}
.marche-select-content-box-left-item-name {
  color: #070F38;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.marche-select-content-box-left-item-box {
  display: flex;
  /* align-items: flex-end; */
  align-items:flex-start;
  justify-content: space-between;
  margin-top: 0.8rem;
}
.marche-select-content-box-left-item-box-left {
  width: 25%;
}
.marche-select-content-box-left-item-box-right {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
}
.marche-select-content-box-left-item-box-right-top {
  font-size: 1rem;
  color: #070F38;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.marche-select-content-box-left-item-box-right-bottom {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 95%;
  background-color: #CCE3EF;
  padding: 1rem;
}
.marche-select-content-box-left-item-box-right-bottom-item-1 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.marche-select-content-box-left-item-box-right-bottom-item-1 form[name='detail_form'] {
  width:100%;
  display:flex;
  gap:10px;
  align-items:end;
}
.marche-select-content-box-left-item-box-right-bottom-item-1-label {
  font-size: 1rem;
}
.marche-select-content-box-left-item-box-right-bottom-item-1-input {
  border: none;
  padding: 0.5rem;
  width: 3rem;
}
.marche-select-content-box-left-item-box-right-bottom-item-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.marche-select-content-box-left-item-box-right-bottom-item-2-label {
  font-size: 1rem;
}
.marche-select-content-box-left-item-box-right-bottom-item-2-btn {
  border: none;
  text-decoration: none;
  color: #fff;
  background-color: #0580B7;
  padding: 0.5rem 1rem;
}
.marche-select-content-box-left-item-detail {
  margin-top: 1.5rem;
}
.marche-select-content-box-left-item-detail-top {
  border-top: 1px solid #817183;
  border-bottom: 1px solid #817183;
  padding: 0.5rem 0;
}
.marche-select-content-box-left-item-detail-content {
  margin-top: 1.5rem;
  display: flex;
  gap: 5rem;
}
.marche-select-content-box-left-item-detail-content-left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60%;
}
.marche-select-content-box-left-item-detail-content-right-btn {
  cursor: pointer;
  color: #fff;
  background-color: #998A97;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  border: none;
  width: 100%;
  max-width: 140px;
  font-weight: bold;
}
.marche-select-content-box-right {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.marche-select-content-box-right-top {
  text-align: left;
  color: #070F38;
  font-weight: bold;
  font-size: 1.6rem;
}
.marche-select-content-box-right-box {
  width: 100%;
  margin-top: 1rem;
  padding: 1.5rem 1rem;
  background-color: #CCE3EF;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.marche-select-content-box-right-box-price {
  display: flex;
  justify-content: space-between;
}
.marche-select-content-box-right-box-price-label {
  color: #504462;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
.marche-select-content-box-right-box-price-txt {
  font-size: 1rem;
  font-weight: bold;
  color: #070F38;
}
.marche-select-content-box-right-box-price-txt span {
  font-size: 0.8rem;
}
.marche-select-content-box-right-box-btn {
  text-align: center;
  margin: 1rem auto 0 auto;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #070F38;
  padding: 0.5rem;
  width: 80%;
  max-width: 200px;
  font-size: 0.8rem;
  border:0;
}
.marche-select-content-box-right-link {
  color: #685972;
  text-decoration: none;
  text-align: left;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.marche-select-content .box-2 {
  width: 29%;
  padding: 1rem;
  box-sizing: border-box;
}
@media (max-width: 998px) {
  .marche-select {
    padding: 1.2rem 0;
  }
  .marche-select-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .marche-select-banner {
    width: 90%;
  }
  .marche-select-top {
    font-size: 1rem;
    margin-top: 0.3rem;
  }
  .marche-select-content {
    flex-flow: column;
    align-items: center;
    margin-top: 2rem;
  }
  .marche-select-content-box {
    width: 100%;
    align-items: center;
  }
  .marche-select-content-box-left-title {
    font-size: 1.4rem;
    text-align: center;
  }
  .marche-select-content-box-left-item-name {
    font-size: 1rem;
  }
  .marche-select-content-box-left-item-box {
    margin-top: 0.8rem;
  }
  .marche-select-content-box-left-item-box-left {
    width: 35%;
  }
  .marche-select-content-box-left-item-box-right {
    width: 55%;
  }
  .marche-select-content-box-left-item-box-right-top {
    font-size: 1rem;
  }

  /* korenaga */
  .marche-select-content-box-left-item-box-right-bottom {
    width:initial;
    max-width:95%;
  }
  .marche-select-content-box-left-item-box-right-bottom-item-1 {
    width:100%;
  }
  .marche-select-content-box-left-item-box-right-bottom-item-1 form[name="detail_form"] {
    flex-direction: column;
  }
  .marche-select-content-box-left-item-box-right-bottom-item-1 form[name="detail_form"] .class-wrap {
    margin-top:0;
  }
  /* //korenaga */

  .marche-select-content-box-left-item-box-right-bottom-item-1 {
    gap: 1.2rem;
  }
  .marche-select-content-box-left-item-box-right-bottom-item-1-label {
    font-size: 0.8rem;
  }
  .marche-select-content-box-left-item-box-right-bottom-item-1-input {
    padding: 0.5rem;
    width: 3rem;
  }
  .marche-select-content-box-left-item-box-right-bottom-item-2-label {
    font-size: 0.8rem;
  }
  .marche-select-content-box-left-item-box-right-bottom-item-2-btn {
    width: 35%;
    text-align: center;
    margin: 1.2rem auto 0 auto;
    background-color: #0580B7;
    padding: 0.3rem 0.2rem;
  }
  .marche-select-content-box-left-item-detail-content {
    gap: 1rem;
  }
  .marche-select-content-box-left-item-detail-content-left {
    width: 60%;
  }
  .marche-select-content-box-left-item-detail-content-right-btn {
    width: 40%;
  }
  .marche-select-content-box-right {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
  .marche-select-content-box-right-top {
    display: none;
  }
  .marche-select-content-box-right-box {
    padding: 1rem;
  }
  .marche-select-content-box-right-box-price {
    display: flex;
    justify-content: space-between;
  }
  .marche-select-content-box-right-box-price-label {
    font-size: 0.9rem;
  }
  .marche-select-content-box-right-box-price-txt {
    font-size: 0.9rem;
  }
  .marche-select-content-box-right-box-price-txt span {
    font-size: 0.6rem;
  }
  .marche-select-content-box-right-link {
    display: none;
  }
  .marche-select-content .box-2 {
    width: 100%;
    padding: 0;
    background-color: transparent;
  }

}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 99999999;
}
@media (max-width: 998px) {
  .modal-container {
    padding: 1rem 0;
  }
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
}

.modal-close-sp {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.2rem;
  right: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.6rem;
  color: #817183;
  cursor: pointer;
}

.modal-content {
  background: #E5F1F7;
  text-align: left;
  padding: 1rem;
}
.modal-content-top {
  color: #070F38;
  font-size: 1.2rem;
  font-weight: bold;
}
.modal-content-middle {
  margin-top: 1rem;
  display: flex;
  gap: 2%;
}
.modal-content-middle-left,
.modal-content-middle-right {
  width: 49%;
}
.modal-content-middle-left-img {
  width: 100%;
  cursor: pointer;
}
.modal-content-middle-left-images {
  cursor: pointer;
  margin-top: 0.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.modal-content-middle-left-images-item {
  width: 95%;
}
.modal-content-middle-right-tag {
  display: inline-block;
  color: #fff;
  background-color: #4FA2CA;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0.3rem;
  padding: 0.3rem 1rem;
}
.modal-content-middle-right-txt1 {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #CCE3EF;
  font-size: 1rem;
  line-height: 1.8rem;
}
.modal-content-middle-right-txt2 {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8rem;
}
.modal-content-middle-right-txt3 {
  display: flex;
  flex-flow: column;
  margin-top: 2rem;
  gap: 0.3rem;
}
.modal-content-middle-right-txt3-item {
  font-weight: bold;
  font-size: 1rem;
}
.modal-content-bottom {
  cursor: pointer;
  border: none;
  color: #fff;
  background-color: #998A97;
  border-radius: 0.3rem;
  padding: 0.3rem 2rem;
  display: flex;
  justify-content: center;
  margin: 2rem auto 0 auto;
}
@media (max-width: 998px) {
  .modal-content {
    padding: 2.5rem 1rem 1.5rem 1rem;
  }
  .modal-content-top {
    font-size: 1rem;
  }
  .modal-content-middle {
    display: flex;
    flex-flow: column;
    gap: 2%;
  }
  .modal-content-middle-left {
    width: 100%;
  }
  .modal-content-middle-right {
    margin-top: 0.5rem;
  }
  .modal-content-middle-right-tag {
    font-size: 0.8rem;
    padding: 0.3rem 0.8rem;
  }
  .modal-content-middle-right-txt1 {
    margin-top: 1rem;
    padding: 0.5rem;
    background-color: #CCE3EF;
    font-size: 0.8rem;
    line-height: initial;
  }
  .modal-content-middle-right-txt2 {
    font-size: 0.8rem;
    line-height: initial;
  }
  .modal-content-middle-right-txt3 {
    gap: 0.3rem;
  }
  .modal-content-middle-right-txt3-item {
    font-size: 0.8rem;
  }
  .modal-content-bottom {
    display: flex;
    justify-content: center;
    margin: 2rem auto 0 auto;
  }
}

.cart {
  padding: 1.2rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1%;
}
.cart-left {
  width: 65%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1rem 0.8rem;
}
.cart-left-top {
  color: #504462;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
}
.cart-left-box {
  margin-top: 1rem;
}
.cart-left-box-item-empty {
  text-align: left;
  border-top: 1px solid #817183;
  padding: 1.2rem 0;
}
.cart-left-box-item {
  border-top: 1px solid #817183;
  padding: 1.2rem 0;
  display: flex;
  justify-content: space-between;
}
.cart-left-box-item-left {
  max-width: 225px;
  width: 100%;
}
.cart-left-box-item-left img {
  width: 100%;
}
.cart-left-box-item-middle {
  max-width: 449px;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.cart-left-box-item-middle-top {
  text-align: left;
  color: #070F38;
  font-size: 1rem;
  font-weight: bold;
}
.cart-left-box-item-middle-bottom {
  padding: 1.5rem;
  background-color: #CCE3EF;
  display: flex;
  flex-flow: column;
  width: 100%;
  gap: 0.8rem;
}
.cart-left-box-item-middle-bottom-item {
  display: flex;
  gap: 10%;
  /* korenaga */
  align-items:end;
  justify-content: space-between;
  /* //korenaga */
}
.cart-left-box-item-middle-bottom-item-label {
  font-weight: bold;
  color: #000;
}
.cart-left-box-item-middle-bottom-item-input {
  /* width: 15%; */
  border: none;
  padding: 0.5rem;
}
.cart-left-box-item-middle-bottom-item-select {
  width: 35%;
  border: none;
  padding: 0.5rem;
}
.cart-left-box-item-middle-bottom-item-delete {
  text-decoration: none;
  color: #fff;
  background-color: #998A97;
  border-radius: 0.3rem;
  margin-left: 10%;
  width: 30%;
  min-width: 100px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}

/* korenaga */
.cart-left-box-item-middle > .register-price-wrap.pc-only {
  width: 100%;
  text-align:right;
  color: #070F38;
  font-size: 1.2rem;
  font-weight: bold;
}
.cart-left-box-item-middle-bottom-item .edtform {
  display:flex;
  align-items:start;
  flex-direction: column;
}
.cart-left-box-item-middle-bottom-item .edtform p {
  margin-bottom:3px;
}
.cart-left-box-item-middle-bottom-item .edtform > p:last-of-type {
  margin-bottom:15px;
}
.cart-left-box-item-middle-bottom-item .edtform .cart-order-num-wrap {
  display:flex;
  align-items:center;
}
.cart-left-box-item-middle-bottom-item .edtform .cart-left-box-item-middle-bottom-item-label {
  font-size:1rem;
  margin-right:0.5rem;
}
/* //korenaga */

.cart-left-box-item-right {
  max-width: 106px;
  width: 100%;
  color: #070F38;
  font-size: 1.2rem;
  font-weight: bold;
}
.cart-left-box-item-right span {
  font-size: 1rem;
  font-weight: normal;
}
.cart-left-bottom {
  width: 100%;
  margin-top: 0.5rem;
}
.cart-left-bottom-top {
  border-top: 1px solid #817183;
  border-bottom: 1px solid #817183;
  padding: 0.8rem 0;
  text-align: right;
  color: #504462;
  font-size: 1.1rem;
}
.cart-left-bottom-middle {
  margin-top: 0.5rem;
}
.cart-left-bottom-middle-top {
  text-align: right;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.cart-left-bottom-middle-top-item {
  color: #504462;
}
.cart-left-bottom-middle-top-item span {
  color: #070F38;
  font-weight: bold;
  font-size:1.5rem;
}
.cart-left-bottom-middle-bottom {
  margin-top: 0.5rem;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  background-color: #4FA2CA;
  padding: 0.3rem 1rem;
  display: flex;
  justify-content: center;
  width: 30%;
}
.cart-right {
  width: 35%;
  background-color: #fff;
  padding: 1rem 0.8rem;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
}
.cart-right-box {
  width: 100%;
  text-align: left;
  background-color: #CCE3EF;
  padding: 2.5rem 0;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
  gap: 1rem;
}
.cart-right-box-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  font-size:1rem;
}
.cart-right-box-item {
  display: flex;
  flex-flow: column;
  text-align: left;
  width: 60%;
}
.cart-right-box-item-label {
  color: #685972;
  margin-bottom: 0.5rem;
}
.cart-right-box-item-login {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #070F38;
  font-weight: bold;
  padding: 0.3rem 1.5rem;
  box-sizing: border-box;
  font-size:1rem;
}
.cart-right-box-item-register {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #817183;
  font-weight: bold;
  padding: 0.3rem 1.5rem;
  box-sizing: border-box;
  font-size:1rem;
}
.cart-right-box-2 {
  width: 100%;
  text-align: left;
  background-color: #CCE3EF;
  padding: 2.5rem 2rem;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
  gap: 1rem;
}
.cart-right-box-2-item-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cart-right-box-2-item-1-left {
  color: #504462;
  font-weight: bold;
}
.cart-right-box-2-item-1-right {
  font-size: 1.2rem;
  color: #070F38;
  font-weight: bold;
}
.cart-right-box-2-item-1-right span {
  font-size: 1rem;
  font-weight: normal;
}
.cart-right-box-2-item-2 {
  text-decoration: none;
  color: #fff;
  background-color: #070F38;
  padding: 0.3rem 3rem;
}
.cart-right-links {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin-left: 1.1rem;
  gap: 0.5rem;
}
.cart-right-links-item {
  position: relative;
  gap: 0.5rem;
  color: #685972;
  text-decoration: none;
}
.cart-right-links-item img {
  position: absolute;
  top: 7px;
  left: -1rem;
  width: 6px;
}
@media (max-width: 998px) {
  .cart {
    padding: 1.2rem 0;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .cart-left {
    width: 90%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem 0.8rem;
  }
  .cart-left-box-item {
    padding: 1.2rem 0;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: initial;
    width: 100%;
  }
  .cart-left-box-item-left {
    margin-top: 0.5rem;
    max-width: initial;
    justify-content: center;
  }
  .cart-left-box-item-middle {
    justify-content: center;
    max-width: initial;
    width: 100%;
  }
  .cart-left-box-item-middle-bottom {
    position: relative;
    width: initial;
  }
  .cart-left-box-item-middle-bottom-item-delete {
    margin-top: 1rem;
    margin-left: 0;
  }
  .cart-left-box-item-right {
    font-size: 1rem;
    position: absolute;
    right: 0.4rem;
  }
  .cart-left-box-item-right span {
    font-size: 0.8rem;
  }
  .cart-left-bottom {
    width: 100%;
    margin-top: 0.5rem;
  }
  .cart-left-bottom-top {
    font-size: 1rem;
  }
  .cart-left-bottom-middle-bottom {
    margin-top: 1rem;
    width: 50%;
  }
  .cart-right {
    max-width: initial;
    width: 90%;
    background-color: #CCE3EF;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart-right-links {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    width: 100%;
  }
  .cart-right-links-item {
    margin-left: 1rem;
    font-size: 0.8rem;
  }
  .cart-right-links-item-2 {
    background-color: #070F38;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    text-decoration: none;
  }
}

.cart-modal {
  background-color: #CBC2C5;
}
.cart-modal .cart-right-box {
  background-color: transparent;
  width: 100%;
  padding: 0;
}
.cart-modal .cart-right-box-item {
  width: 80%;
}

.login {
  padding: 1.2rem 2rem;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.login-box {
  background-color: #CCE3EF;
  width: 60%;
  padding: 5rem;
}
.login-box-title {
  display: none;
}
.login-box-links {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 5%;
}
.login-box-links-item {
  text-decoration: none;
  color: #504462;
  font-size: 0.9rem;
}
@media (max-width: 998px) {
  .login {
    padding: 1.2rem 1rem;
    margin-top: 0;
  }
  .login-box {
    width: 100%;
    padding: 1.5rem;
  }
  .login-box-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #504462;
    margin-bottom: 2rem;
  }
  .login-box-links {
    justify-content: space-between;
    gap: 0;
  }
  .login-box-links-item {
    font-size: 0.7rem;
  }
}

.register {
  padding: 1.2rem 2rem;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.register-box {
  background-color: #CCE3EF;
  width: 85%;
  padding: 3rem;
}
.register-box-title {
  display: none;
}
.register-box label {
  width: 20%;
  color:#000;
}
.register-box .form-input-group {
  width: 70%;
  font-size:16px;
}
.register .caution {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: left;
  margin-left: 22%;
  font-size: 0.8rem;
}
@media (max-width: 998px) {
  .register {
    padding: 1.2rem 1rem;
    margin-top: 0;
  }
  .register-box {
    width: 100%;
    padding: 1.5rem;
  }
  .register-box-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #504462;
    margin-bottom: 2rem;
  }
  .register-box label {
    width: 100%;
  }
  .register-box .form-input-group {
    width: 100%;
  }
  .register .caution {
    margin-left: 3%;
    font-size: 0.8rem;
  }
}

.password-reset {
  padding: 1.2rem 2rem;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.password-reset-box {
  background-color: #CCE3EF;
  width: 75%;
  padding: 5rem;
}
.password-reset-box-title {
  display: none;
}
.password-reset-box-txt {
  color: #504462;
  font-size: 0.9rem;
  margin-top: 1.5rem;
}
.password-reset .form-input {
  gap: 3%;
}
.password-reset .form-input label {
  width: 35%;
}
.password-reset .form-input input {
  box-sizing: border-box;
}
@media (max-width: 998px) {
  .password-reset {
    padding: 1.2rem 1rem;
    margin-top: 0;
  }
  .password-reset .form-input label {
    width: 100%;
  }
  .password-reset-box {
    width: 100%;
    padding: 1.5rem;
  }
  .password-reset-box-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #504462;
    margin-bottom: 2rem;
  }
  .password-reset-box-txt {
    font-size: 0.8rem;
    text-align: left;
  }
}

.faq {
  padding: 5rem 2rem 1.2rem 2rem;
}
.faq-title {
  display: none;
}
.faq-list {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.faq-list .faq-item {
  background-color: #fff;
  padding: 2rem 2rem 1rem;
}
.faq-list .toggle {
  display: none;
}
.faq-list label {
  display: flex;
  align-items: center;
  color: #504462;
  cursor: pointer;
}
.faq-list label::before {
  content: url(/common/img/icon/faq-arrow-icon.png);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.faq-list label, .faq-list .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.faq-list .content {
  margin-top: 1rem;
  background-color: #D9EAF3;
  height: 0;
  padding: 0 1rem;
  overflow: hidden;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-sizing: border-box;
}
.faq-list .content span {
  color: #070F38;
  font-weight: bold;
  font-size: 1.5rem;
}
.faq-list .toggle:checked + label + .content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.faq-list .toggle:checked + label::before {
  transform: translateY(-50%) rotate(-180deg) !important;
}
@media (max-width: 998px) {
  .faq {
    padding: 3rem 1rem 1.2rem 1rem;
  }
  .faq-title {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #504462;
    margin-bottom: 2rem;
  }
  .faq-list .faq-item {
    background-color: #fff;
    padding: 1rem;
  }
  .faq-list label {
    display: flex;
    align-items: center;
    color: #504462;
    cursor: pointer;
  }
  .faq-list label::before {
    /* content: url(../img/icon/faq-arrow-icon.png); */
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .faq-list label, .faq-list .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .faq-list .content {
    margin-top: 1rem;
    background-color: #D9EAF3;
    height: 0;
    padding: 0 1rem;
    overflow: hidden;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-sizing: border-box;
  }
  .faq-list .content span {
    color: #070F38;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .faq-list .toggle:checked + label + .content {
    height: auto;
    padding: 20px;
    transition: all 0.3s;
  }
  .faq-list .toggle:checked + label::before {
    transform: translateY(-50%) rotate(-180deg) !important;
  }
}

.company {
  padding: 1.2rem 2rem;
  margin-top: 3rem;
}
.company-box {
  background-color: #fff;
  padding: 2rem 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.company-box-title {
  display: none;
}
.company-box-item {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 0;
}
.company-box-item-left {
  text-align: left;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  flex: 0 0 25%;
}
.company-box-item-right {
  text-align: left;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  flex: 1;
}
@media (max-width: 998px) {
  .company {
    padding: 1.2rem 1rem;
    margin-top: 1rem;
  }
  .company-box {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
  .company-box-title {
    display: block;
    margin-bottom: 1.8rem;
    font-weight: bold;
    color: #504462;
    font-size: 1.5rem;
  }
  .company-box-item {
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .company-box-item-left {
    font-size: 0.8rem;
  }
  .company-box-item-right {
    font-size: 0.8rem;
  }
}

.terms {
  padding: 1.2rem 2rem;
  margin-top: 3rem;
  display: flex;
}
.terms-box {
  background-color: #CCE3EF;
  padding: 3rem 2rem;
  flex: 1;
}
.terms-box-title {
  text-align: left;
  color: #504462;
  font-weight: bold;
  font-size: 1.5rem;
}
.terms-box-content {
  text-align: left;
  font-size: 0.8rem;
  margin-top: 2rem;
}
.terms-box-content span {
  font-size: 0.9rem;
  font-weight: bold;
}
.terms-box-content-2 {
  margin-top: 2rem;
}
.terms-box-content-2-item {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 0;
}
.terms-box-content-2-item-left {
  text-align: left;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  flex: 0 0 25%;
}
.terms-box-content-2-item-right {
  text-align: left;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  flex: 1;
}
@media (max-width: 998px) {
  .terms {
    flex-flow: column;
    padding: 1.2rem 0.8rem;
  }
  .terms-box {
    padding: 2rem 0.5rem;
  }
  .terms-box-title {
    text-align: center;
  }
  .terms-box-content {
    text-align: left;
    font-size: 0.8rem;
    margin-top: 2rem;
  }
  .terms-box-content span {
    font-size: 0.9rem;
    font-weight: bold;
  }
  .terms-box-content-2 {
    margin-top: 2rem;
  }
  .terms-box-content-2-item {
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .terms-box-content-2-item-left {
    font-size: 0.8rem;
  }
  .terms-box-content-2-item-right {
    font-size: 0.8rem;
  }
}

.mypage {
  padding: 1.2rem 2rem;
  margin-top: 3rem;
  display: flex;
}
.mypage-box {
  background-color: #CCE3EF;
  padding: 3rem 2rem;
  flex: 1;
}
.mypage-box-title {
  text-align: left;
  color: #504462;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.mypage-box-title-1::before {
  content: url(/common/img/icon/mypage-mypage.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mypage-box-title-2::before {
  content: url(/common/img/icon/mypage-history.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mypage-box-title-3::before {
  content: url(/common/img/icon/mypage-regist-logo.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mypage-box-title-4::before {
  content: url(/common/img/icon/mypage-withdrawal.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mypage-box-title-5::before {
  content: url(/common/img/icon/mypage-favorite.png);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.mypage-box-content {
  padding: 5rem;
}
.mypage-box-content-2 {
  margin-top: 2rem;
}
.mypage-box-content-2-item {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 0;
}
.mypage-box-content-2-item-left {
  text-align: left;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  flex: 0 0 25%;
}
.mypage-box-content-2-item-right {
  text-align: left;
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
  flex: 1;
}
.mypage-box-content-4 {
  margin-top: 1rem;
}
.mypage-box-content-4-top {
  font-size: 0.9rem;
  text-align: left;
  color: #333333;
}
.mypage-box-content-4-middle {
  margin-top: 2.5rem;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 0.3rem;
}
.mypage-box-content-4-middle label {
  color: #333333;
  cursor: pointer;
}
.mypage-box-content-4-middle .checkbox {
  width: 1rem;
  height: 1rem;
}
.mypage-box-content-4-bottom {
  display: inline-block;
  margin-top: 3rem;
  text-decoration: none;
  color: #fff;
  background-color: #070F38;
  padding: 0.3rem 3.5rem;
  font-weight: bold;
}
.mypage-box-content-5 {
  margin-top: 2rem;
}
.mypage-box-content-5-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #555555;
  padding: 1.5rem 0;
}
.mypage-box-content-5-item-left {
  text-align: left;
}
.mypage-box-content-5-item-left-top {
  font-weight: bold;
  color: #333333;
}
.mypage-box-content-5-item-left-bottom {
  margin-top: 0.5rem;
}
.mypage-box-content-5-item-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mypage-box-content-5-item-right-price {
  color: #070F38;
  font-weight: bold;
  font-size: 2rem;
}
.mypage-box-content-5-item-right-button {
  text-decoration: none;
  color: #fff;
  background-color: #998A97;
  font-weight: bold;
  border-radius: 0.3rem;
  padding: 0.3rem 3rem;
}
.mypage-box-button {
  display: inline-block;
  margin-top: 3rem;
  text-decoration: none;
  color: #fff;
  background-color: #070F38;
  padding: 0.3rem 1.5rem;
  font-weight: bold;
}
@media (max-width: 998px) {
  .mypage {
    flex-flow: column;
    padding: 1.2rem 0.8rem;
    margin-top: 1rem;
  }
  .mypage-box {
    padding: 2rem 1rem;
  }
  .mypage-box-title {
    justify-content: center;
  }
  .mypage-box-content-2 {
    margin-top: 2rem;
  }
  .mypage-box-content-2-item {
    margin-bottom: 1rem;
    gap: 1rem;
  }
  .mypage-box-content-2-item-left {
    font-size: 0.8rem;
    flex: 0 0 35%;
  }
  .mypage-box-content-2-item-right {
    font-size: 0.8rem;
  }
  .mypage-box-content-4-top {
    font-size: 0.8rem;
  }
  .mypage-box-content-4-middle {
    margin-top: 1.5rem;
  }
  .mypage-box-content-4-middle label {
    text-align: left;
    font-size: 0.9rem;
    color: #333333;
    cursor: pointer;
  }
  .mypage-box-content-4-middle .checkbox {
    width: 0.8rem;
    height: 0.8rem;
  }
  .mypage-box-content-4-bottom {
    display: inline-block;
    margin-top: 3rem;
    text-decoration: none;
    color: #fff;
    background-color: #070F38;
    padding: 0.3rem 3.5rem;
    font-weight: bold;
  }
  .mypage-box-content-5-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #555555;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
  }
  .mypage-box-content-5-item-left {
    width: 50%;
  }
  .mypage-box-content-5-item-left-top {
    font-size: 0.9rem;
    white-space: nowrap;
  }
  .mypage-box-content-5-item-right {
    gap: 0.5rem;
  }
  .mypage-box-content-5-item-right-price {
    color: #070F38;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .mypage-box-content-5-item-right-button {
    text-decoration: none;
    color: #fff;
    background-color: #998A97;
    font-weight: bold;
    border-radius: 0.3rem;
    padding: 0.3rem 1.2rem;
    font-size: 0.8rem;
    box-sizing: border-box;
  }
}

.first-time {
  margin-top: 5rem;
  padding: 1rem 2rem;
}
.first-time-top {
  text-align: center;
  margin: 0 auto;
}
.first-time-top-img {
  width: 80%;
  max-width: 800px;
}
.first-time-top-txt {
  margin-top: 2rem;
  font-weight: bold;
  color: #333333;
}
.first-time-content-1 {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 3rem;
  width: 100%;
  padding: 3rem 8%;
  box-sizing: border-box;
}
.first-time-content-1-top {
  color: #070F38;
  font-weight: bold;
  font-size: 2rem;
}
.first-time-content-1-middle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.first-time-content-1-middle-item {
  width: 30%;
  max-width: 300px;
}
.first-time-content-1-middle-item img {
  width: 100%;
}
.first-time-content-1-middle-item-txt {
  color: #0580B7;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1rem;
}
.first-time-content-1-bottom {
  margin-top: 3rem;
  color: #333333;
}
.first-time-content-2 {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 3rem;
  width: 100%;
  padding: 3rem 8%;
  box-sizing: border-box;
}
.first-time-content-2-top {
  color: #070F38;
  font-weight: bold;
  font-size: 2rem;
}
.first-time-content-2-box {
  display: flex;
  align-items: flex-start;
  gap: 5%;
  margin-top: 2rem;
}
.first-time-content-2-box-left {
  flex: 0 0 23%;
}
.first-time-content-2-box-left img {
  width: 100%;
}
.first-time-content-2-box-right-txt {
  text-align: left;
  color: #333333;
  line-height: 2rem;
}
.first-time-content-2-bottom-button {
  text-decoration: none;
  color: #fff;
  background-color: #070F38;
  padding: 0.3rem 1.5rem;
  width: 20%;
  font-weight: bold;
  margin-top: 1rem;
  max-width: 295px;
}
.first-time-content-4 {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 3rem;
  width: 100%;
  padding: 3rem 8%;
  box-sizing: border-box;
}
.first-time-content-4-top {
  color: #070F38;
  font-weight: bold;
  font-size: 2rem;
}
.first-time-content-4-box {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-top: 2rem;
}
.first-time-content-4-box-left {
  flex: 0 0 77%;
}
.first-time-content-4-box-left-txt {
  text-align: left;
  color: #333333;
  line-height: 2rem;
}
.first-time-content-4-box-left-txt span {
  color: #0580B7;
  font-size: 1.3rem;
}
.first-time-content-4-box-right img {
  width: 100%;
}
@media (max-width: 998px) {
  .first-time {
    margin-top: 1rem;
    padding: 1rem;
  }
  .first-time-top-img {
    width: 100%;
  }
  .first-time-top-txt {
    text-align: left;
    margin-top: 1rem;
  }
  .first-time-content-1 {
    margin-top: 2rem;
    width: 100%;
    padding: 2rem;
  }
  .first-time-content-1-top {
    font-size: 1.3rem;
  }
  .first-time-content-1-middle {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 1rem;
  }
  .first-time-content-1-middle-item {
    width: 75%;
    margin-bottom: 2rem;
  }
  .first-time-content-1-middle-item-txt {
    font-size: 0.9rem;
    margin-top: 0.8rem;
  }
  .first-time-content-1-bottom {
    margin-top: 1rem;
    color: #333333;
  }
  .first-time-content-2 {
    margin-top: 1.5rem;
    padding: 2rem;
  }
  .first-time-content-2-top {
    font-size: 1.3rem;
  }
  .first-time-content-2-box {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .first-time-content-2-bottom-button {
    width: 60%;
    margin-top: 1.5rem;
  }
  .first-time-content-4 {
    background-color: #fff;
    margin-top: 2rem;
    padding: 2rem;
  }
  .first-time-content-4-top {
    font-size: 1.3rem;
  }
  .first-time-content-4-box {
    display: flex;
    flex-flow: column-reverse;
    margin-top: 2rem;
  }
  .first-time-content-4-box-left {
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
