.c5-header1 h1{
  width: 100%;
}

.s5-header1 h1{
  margin-bottom: -10px !important;
}


.c5-header1 .s5-header1__headingSub{
  float: right;
  font-size: 16px !important;
}
.c5-header1 .s5-header1__headingSub img{
  margin-bottom: -7px;
}
@media screen and (max-width: 639px){
    .c5-header1 .s5-header1__headingSub{
      font-size: 14px !important;
    }
}
.c5-header1 .s5-header1__heading a:before{
  display: none !important;
}

.c5-anchorBlock{
  margin: 80px 0;
}
.c5-anchorBlock .c5-anchor-box{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  border: 1px solid #19b2dc;
}
.c5-anchorBlock .c5-anchor-box li{
  width: 25%;
  height: 4rem;
  box-sizing: border-box;
  border: 1px solid #19b2dc;
}
.c5-anchorBlock .c5-anchor-box li a{
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
  height: 100%;
  width: 100%;
  color: #19b2dc;
}
.c5-anchorBlock .c5-anchor-box li a:after{
  margin: 0 0 0 0.6em !important;
}
@media screen and (max-width: 639px){
  .c5-anchorBlock .c5-anchor-box li{
    width: 50%;
  }
}
#price img{
max-width: 712px;
}
.section-merchandise .s5-header2__heading{
  margin-bottom: 0;
}
@media screen and (min-width: 638px){
  .c5-section--btnBox{
    display: flex;
  }
  .c5-section--btnBox p:last-child{
    margin-left: 30px;
  }
  .c5-section-txtlinkBox{
    display: flex;
    flex-wrap: wrap;
  }
  .c5-section-txtlinkBox p:not(:last-child){
    margin-right: 20px;
  }
}


.nav,.nav02{ display: none; }
.nav-open{
	font-size: 20px;
	position: relative;
  margin: 0 0 10px 0;
  display: inline-block;
  padding-right: 40px;
  cursor: pointer;
}
.nav-open02{
	position: relative;
  display: inline-block;
  padding-right: 40px;
  cursor: pointer;
}
@media screen and (max-width: 639px){
  .nav-open{
  	font-size: 16px;
    margin: 10px 0 10px 0;
    padding-right: 35px;
  }
  .nav-open02{
    padding-right: 35px;
  }
}
.nav-open::after,.nav-open02::after{
  content: '';
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-color: black;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  right: 0;
}
.nav-open::before,.nav-open02::before{
  font-family: "Font Awesome 6 Free";
  content: '\2b';
	position: absolute;
	right: 0px;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  color: white;
  text-align: center;
  width: 1.4rem;
  line-height: 1.4rem;
  font-size: 16px;
}
@media screen and (max-width: 639px){
  .nav-open::after,.nav-open02::after{
    content: '';
    width: 1.2rem;
    height: 1.2rem;
  }
  .nav-open::before,.nav-open02::before{
    width: 1.2rem;
    line-height: 1.2rem;
    font-size: 13px;
  }
}
.nav-open.active::before,.nav-open02.active::before {
  font-family: "Font Awesome 6 Free";
  content: '\f068';
}

.c5-red-note{
  border: 1px solid #c93434;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.c5-red-note span{
  font-size: 130%;
}
.c5-red-note b{
  font-weight: bold;
}
@media screen and (max-width: 830px){
  .c5-red-note > br{
    display: none;
  }
}

.c5-heading2{
  line-height: 1;
  margin-bottom: -10px;
}
