.fee-wrap .item .text h3 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.fee-wrap .item .text a {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
}

body {
  background-color: #fff;
}
main {
  max-width: 1920px;
}
img {
  width: 100%;
}
section {
  padding: 30px 0;
  margin: auto;
}
.highlight {
  color: #ff0655;
}
.normal {
  color: #000;
}
.btn-cart {
  bottom: 210px;
}
.btn-line {
  bottom: 120px;
}
.btn-top {
  bottom: 30px;
}
.btn-top.show {
  opacity: 1;
  visibility: visible;
}
.btn-top,
.btn-line,
.btn-cart {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  transition: background-color .3s, 
              opacity .5s, visibility .5s;
  z-index: 1000;
}
.btn-top:hover,
.btn-line:hover,
.btn-cart:hover {
  cursor: pointer;
  filter: brightness(120%);
}
.logo-wrap {
  border-bottom: 4px solid #000;
}
/* a:visited {
  color: unset;
} */
h1,h2,h3,.section-header {
  font-weight: 800;
  margin: 0;
}
h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
h2,h3,.section-header {
  text-align: center;
}
h4 {
  font-weight: 400;
  margin: 10px auto;
}
.ta-c {
  text-align: center;
}
.mg-20 {
  margin: 20px auto;
}
.effect-a:hover {
  transform: translateY(-5px);
}
.effect-b:hover {
  text-decoration: underline;
}
.banner-wrap {
  position: relative;
  background-color: #1a90ff;
}
.anchor .item {
  color: #fffb00;
  border: 1px solid #000;
  background-color: #000;
}
.secwrap-a {
  /* background-color: #fffee8; */
}
.show-wrap,
.social-wrap,
.event-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.show-wrap .item,
.fee-wrap .item,
.buy-wrap .item,
.event-wrap .item {
  text-align: center;
}
.show-wrap .item,
.fee-wrap .item,
.event-wrap .item {
  color: #000;
}
.show-wrap .item h4 {
  text-decoration: underline;
}
.fee-wrap .item .text a {
  color: #ff0655;
  line-height: 1.8;
  font-weight: 600;
  text-decoration: underline;
}
.content {
  margin: auto;
  align-items: center;
  text-align: center;
}
.content img {
  width: 100%;
}
.social-wrap {
  margin: 20px auto 0;
}
.social-wrap .item {
  width: calc(100%/4 - 20px);
  max-width: 100px;
  margin: auto;
}
.accordion-wrap {
  background-color: #efefef;
  padding-bottom: 50px;
}
.accordion-wrap h2 {
  text-align: center;
  line-height: 3;
}

.accordion {
  background-color: #fff;
  margin: 20px auto;
}
.accordion input {
	display: none;
}
.box {
  position: relative;
  transition: all .15s ease-in-out;
}

header.box {
	background: #000;
	z-index: 100;
	cursor: initial;
	
}
header .box-title {
	margin: 0;
	font-weight: normal;
	color: white;
	cursor: initial;
  
}
.box-title {
  display: flex;
	width: calc(100% - 50px);
  height: 50px;
  font-size: 1.2em;
  font-weight: 600;
  padding: 5px 0 5px 50px;
  align-items: center;
	cursor: pointer;
  border-bottom: 1px solid rgba(0,0,0,1);
}
.box-content {
  background-color: #fff;
	width: calc(100% - 40px);
	padding: 20px;
	font-size: 1.2em;
	color: rgba(0,0,0,1);
	display: none;
}
.box-content a {
  text-decoration: underline;
}
.box-close {
	position: absolute;
	height: 60px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
input:checked + .box {
	height: auto;
	margin-bottom: 16px;
}
input:checked + .box .box-title {
	border-bottom: 1px solid rgba(0,0,0,1);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
	display: inline-block;
}
.arrows div .box-title:before {
  content: '';
	position: absolute;
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../image/arrow-gn.svg);
  background-repeat: no-repeat;
  transition: .3s;
}
input:checked + div.box .box-title:before {
	transform: rotate(90deg);
}
.coupon-wrap {
  background-color: #f64848;
  color: #fff;
  text-align: center;
}
.pd-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd-brand .brand-head {
  color: #000;
  text-align: center;
}
.table {
  display: block;
  width: 90%;
  margin: 20px auto;
}
.event-wrap .item img {
  display: block;
}
.event-wrap .item h3,
.event-wrap .item h4 {
  margin: 0;
  line-height: 1.5;
}
.event-wrap .item h3 {
  margin-top: 10px;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 600;
}
@media(min-width: 200px) {
  h1,h2,h3,.section-header {
    font-size: 8vw;
  }
  .btn-top,
  .btn-line,
  .btn-cart {
    width: 40px;
    height: 40px;
    right: 15px;
  }
  .anchor {
    position: absolute;
    width: 85%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -65%);
  }
  .anchor .item {
    border-radius: 10px;
    line-height: 3;
    font-size: 1.1em;
    font-weight: 600;
    margin: 10px auto;
    text-align: center;
  }
  .show-wrap, 
  .buy-wrap, 
  .pd-wrap,
  .event-wrap {
    width: 95%;
    margin: 10px auto;
  }
  .fee-wrap {
    display: block;
    width: 75%;
    margin: 10px auto;
  }
  .fee-wrap .item {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
  }
  .fee-wrap .item .text {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -45%);
  }
  .show-wrap .item,
  .buy-wrap .item {
    font-size: 1.1em;
  }
  .show-wrap .item {
    width: calc(100%/3 - 10px);
    align-items: center;
    margin: 5px;
  }
  .show-wrap .item > img {
    width: 80%;
  }
  .show-wrap .item > div {
    font-size: 13px;
  }
  .buy-wrap {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .buy-wrap::-webkit-scrollbar {
    display: none;
  }
  .buy-wrap .item {
    width: 80%;
    min-width: 210px;
    margin: 0 10px;
  }
  .show-wrap .item h4,
  .fee-wrap .item h3,
  .buy-wrap .item h4 {
    line-height: 1.8;
    font-weight: 600;
    margin: 0;
  }
  .show-wrap .item h4 {
    font-size: 4.5vw;
  }
  .buy-wrap .item h4>span {
    display: block;
  }
  .accordion {
    width: 85%;
    padding: 10px; 
    border-radius: 30px;
  }
  .social-wrap {
    width: 90%;
  }
  .content {
    display: block;
  }
  .pd-brand {
    width: calc(100% / 2 - 10px);
    font-size: 1em;
    padding: 15px 5px;
  }
  .pd-brand img {
    width: 100%;
  }
  .event-wrap .item {
    width: calc(100%/2 - 10px);
    margin: 5px;
  }
  .event-wrap .item.full {
    width: 100%;
  }
}
@media(min-width: 425px) {
  .anchor {
    top: 78%;
    transform: translate(-50%, -78%);
  }
  
}
@media(min-width: 576px) {
  h1,h2,h3,.section-header {
    font-size: 3.5vw;
  }
  .anchor {
    top: 65%;
    transform: translate(-50%, -65%);
  }
  .show-wrap, 
  .buy-wrap, 
  .pd-wrap,
  .event-wrap {
    width: 80%;
    margin: 20px auto;
  }
  .show-wrap .item h4 {
    font-size: 3.5vw;
  }
  .fee-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
  }
  .fee-wrap .item {
    width: calc(100%/3 - 15px);
  }
  .table {
    width: 80%;
  }
  .accordion {
    width: 80%;
    padding: 20px; 
  }
}
@media(min-width: 768px) {
  body {
    font-size: 1.2em;
  }
  .btn-top,
  .btn-line,
  .btn-cart {
    width: 75px;
    height: 75px;
    right: 30px;
  }
  .anchor {
    display: flex;
    width: 70%;
    justify-content: center;
    top: 80%;
    transform: translate(-50%, -80%);
  }
  .anchor a {
    width: calc(100%/3);
  } 
  .anchor .item {
    border-radius: 20px;
    font-size: 24px;
    margin: 8px;
  }
  .show-wrap .item > div {
    font-size: 16px;
  }
  .show-wrap .item h4 {
    font-size: 2.6vw;
  }
  .fee-wrap {
    width: 80%;
  }
  .fee-wrap .item img {
    max-width: 350px;
  }
  .accordion {
    width: 70%;
    padding: 30px; 
  }
  .buy-wrap .item h4>span {
    display: inline-flex;
    margin-left: 10px;
  }
  .pd-brand {
    width: calc(100% / 4 - 10px);
  }
  .social-wrap {
    width: 50%;
  }
  
}
@media(min-width: 992px) {
  
  h1 {
    margin: 10px auto 20px;
  }
  .anchor {
    justify-content: center;
  }
  .anchor .item {
    line-height: 3.5;
  }
  .anchor .item:hover {
    transform: translateY(3px);
  }
  
  
  
  .show-wrap .item,
  .fee-wrap .item,
  .buy-wrap .item {
    margin: 0 auto;
  }
  .show-wrap .item {
    display: block;
    width: calc(100%/5 - 50px);
  }
  .show-wrap .item:hover {
    transform: translateY(-5px);
    filter: brightness(110%);
  }
  .show-wrap .item h4 {
    font-size: 2vw;
  }
  .show-wrap .item > div {
    font-size: 18px;
  }
  .fee-wrap .item .text a:hover {
    opacity: 0.8;
  }
  .buy-wrap .item {
    width: calc(100%/3 - 20px);
  }
  .content {
    max-width: 75%;
    font-size: 1.65em;
  }
  .content img {
    max-width: 100%;
  }
  .pd-brand {
    width: calc(100% / 4 - 10px);
    opacity: 1;
  }
  .pd-brand:hover {
    opacity: .8;
  }
  .pd-brand .brand-head {
    font-size: 1.2em;
    line-height: 2;
  }
  .event-wrap .item {
    width: calc(100%/3 - 20px);
    margin: 10px;
  }
  .event-wrap .item:hover {
    filter: brightness(110%);
    transform: translateY(-5px);
  }
  
}
@media(min-width: 1200px) {
  .anchor {
    top: 75%;
    transform: translate(-50%, -80%);
  }
}







