html {
  background-color: #FFF000;
}

#header {
  background-color: #FFFFFF;
}

/*** top-kv ***/
#top {
  max-width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 40px;
  position: relative
}

@media screen and (max-width: 768px) {
  body {
    width: 100%;
    max-width: 768px;
  }
  #top {
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 40px;
    position: relative;
  }
  #top {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  body {
    display: contents;
  }
  #top {
    margin-bottom: 0;
    /* z-index: 3; */
  }
}

/* top-kv_force image size */
.slider {
  margin: 0 auto;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.slider img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

@media screen and (max-width: 768px) {
  .slider {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .slider img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
}

/*** container ***/
#container {
  /*max-width: 1110px;
  margin: -80px auto 30px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1110px;
  margin: -80px auto 30px;
  position: relative;
}

@media screen and (max-width: 480px) {
  #container {
    width: 100%;
    margin: -80px auto 0;
  }
}

/* top_messages */
.top_messages {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 8px 8px 0px 0px #12288A;
  padding: 40px 20px;
  margin: 0 20px
}

.top_messages .msg-box ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.top_messages .gu_logo {
  width: 30%;
  padding-right: 30px;
}

.top_messages .gu_logo img {
  width: 100%;
}

.top_messages .msg-box .msg .sub_tlt {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  color: #12288A;
}

.top_messages .tax {
  position: absolute;
  width: 28%;
  bottom: -25px;
  right: -25px;
}

.top_messages .tax-main {
  position: relative;
}

.top_messages .tax img {
  width: 100%;
}

.top_messages .kv-text .tlt {
  text-align: left;
  color: #FFF000;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 0 #6c6c6c, 0 2px 0 #6c6c6c, 0 2px 5px #6c6c6c;
}

.top_messages .kv-text {
  position: absolute;
  width: auto;
  left: 8rem;
  top: -11rem;
}

@media screen and (max-width: 1024px) {
  .top_messages .kv-text {
    left: 6rem;
    top: -10rem;
  }
}

@media screen and (max-width: 768px) {
  .top_messages .tax {
    width: 28%;
    bottom: -16px;
    right: -25px;
  }
  .top_messages .kv-text .tlt {
    font-size: 48px;
  }
  .top_messages .kv-text {
    left: 2rem;
    top: -10rem;
  }
  .top_messages .msg-box .msg .sub_tlt {
    font-size: 3vw;
  }
}

@media screen and (max-width: 480px) {
  .top_messages {
    padding: 20px 20px 30px;
  }
  .top_messages .msg-box ul {
    flex-direction: column;
  }
  #top .top_messages {
    bottom: 35%;
    left: 51px;
  }
  .top_messages .gu_logo {
    width: 60%;
    margin: 20px auto 20px;
    padding-right: 0;
  }
  .top_messages .tax {
    width: 40%;
    bottom: -40px;
    right: -25px;
  }
  .top_messages .msg-box .msg .sub_tlt {
    font-size: 20px;
    text-align: center;
  }
  .top_messages .kv-text .tlt {
    font-size: 8.5vw;
  }
  .top_messages .kv-text {
    left: 2rem;
    top: -8rem;
  }
}

@media screen and (max-width: 375px) {
  .top_messages {
    padding: 10px 10px 20px;
  }
  .top_messages .tax {
    width: 38%;
    bottom: -40px;
    right: -15px;
  }
}

@media screen and (max-width: 320px) {
  .top_messages .kv-text .tlt {
    font-size: 1.6rem;
  }
  .top_messages .msg-box .msg .sub_tlt {
    font-size: 18px;
  }
  .top_messages .kv-text {
    left: 2rem;
    top: -6rem;
  }
}

/*** step_box_list ***/
#step_box {
  width: 100%;
  margin: 80px 20px 80px;
}

#step_box .title {
  font-size: 26px;
  font-weight: 600;
  color: #12288A;
  text-align: center;
  margin-bottom: 30px;
}

#step_box .step_list_box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-bottom: 80px;
}

#step_box ul.step_list li {
  background-color: #FFFFFF;
  width: 25%;
  margin-right: 2px;
  padding: 10px 20px;
}

#step_box .list_box {
  display: flex;
  justify-content: center;
  gap: 25px;
}

#step_box .step_list ol {
  margin: 0 auto;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}

#step_box .tlt p {
  display: inline-block;
  position: relative;
}

#step_box .tlt p:before {
  content: '';
  background: #12288A;
  border-radius: 2px;
  transform: rotate(239deg);
  display: block;
  width: 12%;
  border-top: 3px solid;
  position: absolute;
  bottom: 6px;
  left: -45px;
}

#step_box .tlt p:after {
  content: '';
  background: #12288A;
  border-radius: 2px;
  transform: rotate(124deg);
  width: 12%;
  border-top: 3px solid;
  position: absolute;
  bottom: 6px;
  right: -45px;
}

#step_box .step_list {
  width: 26%;
  background: #fff;
  padding: 30px 16px;
  text-align: center;
  border-radius: 20px;
}

#step_box .step_list img {
  width: 70px;
  margin-bottom: 15px;
}

#step_box .step_list .mtop {
  margin-top: 8px;
}

#step_box .step_list-txt {
  width: 95%;
  display: table;
  text-align: right;
}

#step_box .step_list-txt p {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}

#step_box .step_list .tll {
  font-size: 24px;
  font-weight: 600;
  color: #12288A;
  margin-bottom: 20px;
}

#step_box .step_list .txt {
  font-size: 18px;
  font-weight: 600;
  color: #12288A;
}

#step_box .step_list .next {
  background-color: unset;
  position: relative; 
}

#step_box .step_list .next:before {
  content: '';
  border-bottom: 3px solid #12288A;
  display: block;
  width: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 5px;
}

#step_box .step_list .next:after {
  content: '';
  border-bottom: 3px solid #12288A;
  display: block;
  width: 5%;
  position: absolute;
  right: 37%;
  top: 48%;
  transform: rotate(45deg);
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #step_box ul.step_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  #step_box ul.step_list li {
    background-color: #FFFFFF;
    width: 34%;
    flex-shrink: 1;
    margin-right: 2px;
    margin-bottom: 3px;
    padding: 10px 20px;
  }
  #step_box ul.step_list li img {
    width: 25%;
  }
  #step_box ul.step_list li span {
    font-weight: 700;
    font-size: 22px;
    color: #1E2127;
  }
  #step_box ul.step_list li .img {
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
  }
  #step_box ul.step_list li .txt {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
  }
  #step_box .step_list .txt {
    font-size: 17px;
  }
  #step_box .step_list-txt p {
    font-size: 14px;
  }
}

@media screen and (max-width: 580px) {
  #step_box .list_box {
    flex-direction: column;
  }
  #step_box .step_list ol {
    flex-direction: row;
    justify-content: space-around;
  }
  #step_box .title {
    font-size: 24px;
  }
  #step_box .tlt p:before {
    width: 18%;
    border-top: 3px solid;
    bottom: 18px;
    left: -30px;
  }
  #step_box .tlt p:after {
    width: 18%;
    border-top: 3px solid;
    bottom: 18px;
    right: -30px;
  }
  #step_box .step_list .strp_cont .img {
    width: 30%;
  }
  #step_box .step_list .strp_cont .cont {
    width: 60%;
    text-align: left;
  }
  #step_box .step_list img {
    margin-bottom: 0;
  }
  #step_box .step_list {
    width: 100%;
  }
  #step_box .step_list-txt {
    width: 100%;
    padding-top: 0;
    line-height: 1.5;
    text-align: center;
  }
  #step_box .step_list_box {
    display: block;
  }
  #step_box .step_list {
    padding: 35px 0px 25px;
  }
}

@media screen and (max-width: 320px) {
  #step_box .step_list ol {
    flex-direction: column;
    justify-content: center;
  }
  #step_box .step_list .strp_cont .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #step_box .step_list .strp_cont .cont {
    width: 100%;
    text-align: center;
  }
  #step_box .step_list .txt {
    margin: 0 15px;
  }
}

/*** profile ***/
.border_box {
  border: 4px solid #12288A;
  padding: 50px 60px 50px;
}

.profile .image_area {
  width: 40%;
}

.profile .text_box {
  width: 60%;
}

.profile {
  margin: 1em 0;
  display: flex;
  justify-content: center;
}

.profile .text_area {
  margin-left: 35px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
}

.profile .text_area .italic {
  font-style: italic;
}

.profile .image_area img {
  width: 100%;
}

.gu_store_img {
  height: 100%;
  background: url(https://www.wamazing.com/campaign/gu_tax-free/img/gu-profile-img.jpg) lightgray 50% / cover no-repeat;
}

.profile .text_box .txt p {
  font-size: 16px;
  margin-bottom: 24px;
}

.profile .text_box .txt-sx p {
  font-size: 13px;
  margin-top: 8px;
}

@media screen and (max-width: 1024px){
  .border_box {
    padding: 30px 30px 30px;
  }
  .profile .image_area {
    width: 100%;
  }
  .profile .text_box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .border_box {
    padding: 30px 25px;
  }
  .gu_store_img {
    height: 300px;
  }
  .profile .text_area {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .gu_store_img {
    height: 180px;
  }
  .profile .text_box .txt p {
    text-align: center;
  }
}

/*** gu_profile ***/
.profile .link_box {
  display: flex;
}

#gu_profile {
  background-color: #12288A;
  color: #FFFFFF;
  border-radius: 20px;
}

.profile .text_area .link-1 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 28px;
  padding: 6px 18px;
}

.profile .text_area .link-1::after {
  content: "";
  display: inline-block;
  background-image: url(https://www.wamazing.com/campaign/gu_tax-free/img/icon/arrow-1.png);
  width: 8px;
  height: 14px;
  background-position: center;
  background-size: contain;
  margin: 2px 0 2px 10px;
  top: 3px;
  position: relative;
}

.profile .text_area .link-1:hover {
  opacity: 0.8;
}

.profile .text_area .link-white {
  border: 2px solid #FFFFFF;
  color: #12288A;
  background-color: #FFFFFF;
  margin-right: 15px;
  margin-bottom: 15px;
}

.profile .text_area .link-yellow {
  border: 2px solid #FFF000;
  color: #12288A;
  background-color: #FFF000;
}

@media screen and (max-width: 1024px) {
  .profile .link_box {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .profile {
    flex-direction: column;
  }
  #gu_profile .inductions {
    text-align: center;
    margin-top: 30px;
  }
  #gu_profile .inductions .induction_links li a {
    font-size: 14px;
  }
  .profile .text_box .txt-sx p {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .border_box {
    padding: 20px 15px;
  }
  .profile .text_area {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
  }
  .profile .link_area {
    text-align: center;
  }
  .profile .text_area .link-1 {
    font-size: 16px;
    padding: 5px 20px;
    margin-bottom: 20px;
  }
  .profile .text_area .link-white {
    margin-right: 0;
  }
  .profile,
  #wa-profiles .profile {
    display: block;
  }
  .profile .link_box {
    flex-direction: column;
  }
}

/*** footer ***/
#footer {
  background-color: #FFFFFF;
  color:  #12288A;
  padding: 100px 0 50px;
}

#footer .wrap {
  max-width: 960px;
  /*max-width: 1110px;*/
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#footer .title p {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  line-height: 1.7;
}

#footer .wrap .line {
  width: 400px;
  border-bottom: 3px solid #12288A;
  display: inline-block;
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 10px;
}

#footer .fqa ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.wrap .link_box .link-2 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 28px;
  padding: 8px 18px;
  margin-bottom: 15px;
}

.wrap .link_box .link-2::after {
  content: "";
  display: inline-block;
  background-image: url(https://www.wamazing.com/campaign/gu_tax-free/img/icon/arrow-2.png);
  width: 8px;
  height: 15px;
  background-position: center;
  background-size: contain;
  margin: 2px 0 2px 5px;
  top: 3px;
  position: relative;
}

.wrap .text_area .link-2:hover {
  opacity: 0.8;
}

.wrap .link_box .link-blue {
  border: 2px solid #12288A;
  color: #FFFFFF;
  background-color: #12288A;
  text-align: center;
}

/* stores */
#footer .stores {
  margin-bottom: 80px;
}

#footer .stores_state ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.stores_state {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.stores_state .stores-box img {
  width: 40px;
  padding-bottom: 10px;
}

.stores_state .stores-box {
  width: 26%;
  padding: 20px 16px;
  border: 3px solid #12288A;
  border-radius: 20px;
  background: #FFFFFF;
}

.stores_state .stores-box .type {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 0 0;
}

.stores_state .stores-box .stor-name {
  font-size: 16px;
  font-weight: 600;
}

.stores_state .stores-box .stor-time,.stor-add {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.stores_state .stores-box .type .type-txt {
  font-size: 13px;
  font-weight: 600;
  padding: 0px 6px;
  border-radius: 5px;
  border: 2px solid #12288A;
}

/* ig */
#footer .ig-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.wrap .ig-icon_img {
  width: 80px;
  margin-bottom: 15px;
}

.wrap .ig-txt p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #1E2127;
  margin-bottom: 15px;
}

.wrap .ig-txt span {
  font-weight: 700;
  color: #12288A;
}

.wrap .link_box .link-3 {
  border-radius: 28px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.wrap .link_box .link-3::after {
  content: "";
  display: inline-block;
  background-image: url(https://www.wamazing.com/campaign/gu_tax-free/img/icon/arrow-1.png);
  width: 8px;
  height: 14px;
  background-position: center;
  background-size: contain;
  margin: 2px 0 2px 10px;
  top: 3px;
  position: relative;
}

.wrap .text_area .link-3:hover {
  opacity: 0.8;
}

.wrap .link_box .link-yellow {
  border: 2px solid #FFF000;
  color: #12288A;
  background-color: #FFF000;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 85px 15px 50px 15px;
  }
  #footer .wrap {
    width: 100%;
  }
  .stores_state {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 25px;
  }
  .stores_state .stores-box {
    width: 290px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  #footer .wrap .line {
  width: 250px;
  }
  #footer .fqa p {
    font-size: 24px;
  }
  #footer .stores p {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  .stores_state .stores-box {
    width: 74vw;
    margin: 0 auto;
  }
  .wrap .link_box .link-2 {
    padding: 8px 13px;
  }
}

/* new-update */
.stores-map {
  margin-top: 25px;
}
.clothes_box {
  text-align: center;
  margin: 30px auto 80px;
}
.clothes_pc img {
  width: 100%;
}
.guseal_box {
  margin: 0 auto 80px;
  background-color: #FFFFFF;
  color: #12288A;
  border-radius: 20px;
  border: 4px solid #FFFFFF;
  padding: 60px 60px 50px;
  text-align: center;
}
.guseal_box .seal_title {
  font-size: 26px;
  font-weight: 600;
  color: #12288A;
  text-align: center;
  margin-bottom: 30px;
}
.guseal_box .seal_line {
  width: 270px;
  border-bottom: 3px solid #12288A;
  display: inline-block;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 5px;
}
.seal_cont .tll {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.seal_cont .txt {
  font-size: 20px;
  font-weight: 600;
}
.seal_pc img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .stores-map {
    margin-top: 0;
  }
  .clothes_box {
    text-align: center;
    margin: 0 auto 80px;
  }
  .clothes_sp img {
    width: 100%;
  }
  .guseal_box{
    padding: 30px 15px 20px;
  }
  .guseal_box .seal_title {
    font-size: 24px;
  }
  .seal_cont .tll {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .seal_cont .txt {
    font-size: 18px;
    font-weight: 600;
  }
  .seal_sp img {
    width: 100%;
  }
}