@charset "utf-8";
.main .two-col {
  position: relative
}

.main .two-col .main-left, .main .two-col .main-side {
  background-color: #fff;
  width: 100%
}

.main .two-col .main-side {
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.product .main-left #images, .product .main-left #images-sp {
  display: none
}

.product .main-left .imgBox {
  position: relative
}

.imgBox .zoom-btn {
  bottom: 21px;
  left: 1pc;
  width: 33px;
  height: 33px;
  background: hsla(0, 0%, 100%, .9);
  border: 1px solid #000026;
  cursor: pointer;
  position: absolute;
  transition: .2s ease-in-out
}

.imgBox .zoom-btn:after, .imgBox .zoom-btn:before {
  content: '';
  display: block;
  background: #000026;
  position: absolute
}

.imgBox .zoom-btn:before {
  top: 3px;
  left: 15px;
  width: 1px;
  height: 25px
}

.imgBox .zoom-btn:after {
  top: 15px;
  left: 3px;
  width: 25px;
  height: 1px
}

.main .side-contents {
  font-size: .8rem;
}

.main .side-top {
  width: 345px;
  max-width: 100%;
  margin: 0 auto 2rem;
  font-size: .92rem
}

.main .side-top h3 {
  line-height: 1.5
}

.main .side-top p {
  font-size: .83rem
}

.main .side-top p span {
  font-size: .8rem
}

.main .side-top .price {
  display: flex;
  align-items: center;
}

.main .side-top .price p {
  font-size: 1rem;
}

.main .side-top .price .discount {
  display: inline-block;
  font-size: 85%;
  line-height: 1.25;
  background-color: #000026;
  color: #FFF;
  margin-left: .5em;
  padding: .25em .5em;
}

.main .side-bottom, .main .side-middle {
  width: 345px;
  max-width: 100%;
  margin: 0 auto 2rem
}

.main .side-bottom {
  font-size: .8rem
}

.main .side-bottom li {
  margin-bottom: .25rem
}

.main .side-bottom a {
  display: inline-block
}

.main .side-contents {
  margin: 0 auto 2rem
}

.main .side-contents form {
  margin: .75rem auto
}

.main .side-contents h3 {
  margin-bottom: .5rem
}

.main .side-contents h4 {
  margin-bottom: .25rem
}

.main .side-contents p {
  margin-bottom: 2rem
}

.main .side-contents #exp-3 .modal-btn {
  margin: 1rem 0 2rem;
  display: block
}

.main .side-contents .name {
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.3em
}

.main .side-contents .price {
  text-align: center
}

.main .side-contents #exp-sp1-view {
  text-align: center
}

.main .side-contents .links {
  margin-bottom: 2rem;
}

.main .side-contents .member_banner {
  margin-bottom: 2rem;
}
.main .side-contents .member_banner a{
	display: block;
}

.main .side-contents .member_banner a:first-child{
  margin-bottom: 1rem;
}

.main .side-contents a.link:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000026
}

.main .side-contents a.other-link {
  margin-bottom: 2rem;
  display: block
}

.main .side-contents a.other-link:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000026
}

.delivery-text span {
  color: red;
}
.main .side-contents p span a {
  text-decoration: underline;
}
.product .main-side .modal-btn:not(.link) {
  display: inline-block;
  margin-bottom: .5rem;
  padding: .5em 3em .5em 1em;
  width: 100%;
  background-color: #fff;
  color: #000026;
  border: 1px solid #000026;
  font-size: .83rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  position: relative
}

.product .main-side .modal-btn:not(.link):after, .product .main-side .modal-btn:not(.link):before {
  content: '';
  display: block;
  background: #fff;
  border: 1px solid #cfd8dc;
  width: 15px;
  height: 10px;
  position: absolute
}

.product .main-side .modal-btn:not(.link):before {
  top: 15px;
  right: 17px
}

.product .main-side .modal-btn:not(.link):after {
  top: 11px;
  right: 13px
}

#amazon-link {
  text-align: center
}

.amazon-link {
  font-size: .8rem
}

#amazon-link2 p {
  margin: .5rem 0 .75rem
}

#amazon-link2 .amazon-btn {
  width: 100%
}

#colors ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem
}

#colors ul li {
  flex: 0 1 53px;
  padding: 0 4px
}

#colors ul li a {
  display: block;
  padding: 5px;
  border-radius: 3px
}

#colors ul li.active a {
  border: 1px solid #000026
}

#colors ul li a i {
  display: block;
  height: 20px;
  border-radius: 3px
}

.option {
  margin: .5rem auto
}

.option .opt-select {
  margin: 0 auto 1rem;
  align-items: center
}

.option .opt-select h4 {
  white-space: nowrap;
  margin: 0 1em 0 0
}

.order {
  margin: .5rem auto
}

.order .flex .num-select {
  display: flex;
  flex: 0 0 40%
}

.order .flex .num-select input {
  max-width: 60px;
  height: 100%;
  text-align: right
}

.order .flex .num-select .down-btn, .order .flex .num-select .up-btn {
  display: inline-block;
  padding: 0 10px;
  height: 50px;
  line-height: 3pc;
  background-color: #cfd8dc;
  color: #000026;
  border: 1px solid #cfd8dc;
  vertical-align: middle;
  font-size: 10px
}

.order .flex .num-select .up-btn {
  margin-right: -1px
}

.order .flex .num-select .down-btn {
  margin-left: -1px
}

.order .flex .cartin {
  flex: 0 0 60%
}

.order .flex .cartin .button {
  padding: 0 .5em;
  width: 100%;
  min-width: 90pt;
  height: 50px;
  line-height: 3pc
}

.text_titles {
  margin: 0 auto 1rem
}

.text_titles input, .text_titles textarea {
  display: block;
  width: 100%;
  margin-top: .5rem
}

.side-bottom .sns {
  align-items: center;
  margin-bottom: 2rem
}

.side-bottom .sns dt {
  margin-bottom: 0
}

.side-bottom .sns li {
  margin-left: 1rem
}

.side-bottom .sns a {
  border-bottom: 0
}

.side-bottom .sns a img {
  height: 18px
}

.together-block ul {
  justify-content: space-between;
  margin: .5rem 0 1.5rem
}

.together-block li {
  width: 49%
}

.together-block li a {
  height: 100%
}

.together-block li .noimage {
  border: 1px solid #cfd8dc;
  display: block;
  height: 100%;
  position: relative
}

.together-block li .noimage:before {
  content: "no image";
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: -.5em;
  color: #cfd8dc;
  position: absolute
}

.together-block li .noimage img {
  width: 100%;
  visibility: hidden
}

.mailmaga .flex {
  width: 100%;
  margin-bottom: 2rem
}

.mailmaga .flex .email {
  flex: 1 1 100%;
  padding-right: 10px
}

.mailmaga .email input {
  width: 100%;
  height: 100%
}

.mailmaga .flex .send {
  flex: 0 0 80px
}

.mailmaga .flex .send .button {
  width: 100%;
  min-width: 5pc
}

.mailmaga p:not(.release) {
  margin-bottom: 1em
}

.mailmaga .release a {
  color: #cfd8dc
}

.overlay {
  display: none;
  position: fixed;
  z-index: 3;
  top: -15px;
  left: 0;
  right: 0;
  bottom: -15px;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.overlay .modalInner {
  padding: 71px 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto
}

.overlay .modalHeader {
  top: 15px;
  left: 0;
  width: 100%;
  height: 56px;
  position: absolute;
  z-index: 1
}

.overlay .modalContent {
  margin: 0 auto;
  max-width: 75pc;
  min-height: 60%;
  font-size: .9rem
}

.overlay .modalContent .title {
  text-align: center;
  margin: 0 15px 30px
}

.overlay .modalContent #feature {
  display: block !important;
  margin: 0 15px 60px
}

.overlay .modalContent #feature .imgBox {
  margin: 8px auto 15px;
  flex: 3 3 50%
}

.overlay .modalContent #feature .txtBox {
  flex: 3 3 50%
}

.overlay .modalContent #feature .txtBox h3 {
  margin-bottom: .2rem
}

.overlay .modalContent #feature .txtBox p {
  margin-bottom: 20px
}

.overlay .modalContent #size {
  display: block !important;
  margin: 0 15px 60px
}

.overlay .modalContent #feature .title, .overlay .modalContent #size .title {
  margin: 0 0 30px
}

.overlay .modalContent #size table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 auto 60px
}

.overlay .modalContent #size table td, .overlay .modalContent #size table th {
  text-align: center;
  border-bottom: .5px dashed #8192a0
}

.overlay .modalContent #size .size_sub {
  margin: -50px auto 60px
}

.overlay .modalContent #size .imgBox {
  text-align: center;
  margin: 0 auto
}

.overlay .modalClose {
  top: 1pc;
  right: 1pc;
  width: 24px;
  height: 24px;
  position: fixed
}

.overlay .modalClose span:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #000026;
  border-radius: 2px;
  top: 11px;
  left: 0;
  position: absolute;
  transition: .2s ease-in-out
}

.overlay .modalClose span:nth-child(1):after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg)
}

.overlay .modalClose span:nth-child(2):after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.side-slide {
  max-width: 345px;
  padding: 0 15px;
  margin: 0 auto;
  overflow-x: visible
}

.side-slide .slick-list {
  overflow: visible!important
}

.side-slide .slider {
  margin-bottom: 2.5rem
}

.slick-slide {
  transition: opacity .2s ease-in-out
}

.slick-slide:not(.slick-current) {
  opacity: .25
}

.slick-slide:focus {
  outline: 0;
  border: 0
}

.slick-slide img {
  width: 100%
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: 0
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  opacity: .75
}

.slick-prev {
  left: 5px
}

.slick-prev:before {
  border-top: 2px solid #000026;
  border-left: 2px solid #000026;
  margin: 0 0 0 auto;
  transform: rotate(-45deg)
}

.slick-next {
  right: 5px
}

.slick-next:before {
  border-top: 2px solid #000026;
  border-right: 2px solid #000026;
  transform: rotate(45deg)
}

.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0
}

.slick-dots li, .slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 2px;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  content: "";
  width: 9pt;
  height: 9pt;
  background-color: #fff;
  border: 1px solid #000026;
  border-radius: 50%;
  display: block;
  margin: 2px;
  opacity: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  background-color: #000026;
  border-color: #fff
}

.main .archive .freespace {
  margin: 20px;
  text-align: center;
	font-size: small;
}

.main .archive .list {
  display: flex;
  flex-wrap: wrap;
  text-align: center
}

.main .archive .list li {
  flex: 0 0 48%;
  margin-bottom: 15px
}

.main .archive .list li:nth-of-type(odd) {
  margin-right: 4%
}

.main .archive .list li .imgBox {
  margin-bottom: 5px
}

.main .archive .list li .imgBox .noimage {
  border: 1px solid #cfd8dc;
  display: block;
  position: relative
}

.main .archive .list li .imgBox .noimage:before {
  content: "no image";
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: -.5em;
  color: #cfd8dc;
  position: absolute
}

.main .archive .list li .imgBox .noimage img {
  width: 100%;
  visibility: hidden
}

.main .archive .list li .txtBox h3 {
  font-size: 1rem;
}

.main .archive .pagenav {
  text-align: center;
  margin: 40px 15px 0
}

.main .archive .pagenav ul {
  display: flex;
  justify-content: space-between
}

.main .archive .pagenav ul li {
  padding: 9px 5px
}

.main .archive .pagenav ul li a, .main .archive .pagenav ul li span {
  line-height: 2pc;
  padding: 0 10px;
  display: block;
  border: 1px solid #000026
}

.main .archive .pagenav ul li span.disabled {
  opacity: .5
}

.product .grid {
  columns: 2;
  column-gap: 20px;
}

.product .grid-item {
  margin-bottom: 20px;
}

.product .grid-item .imgBox:hover .zoom-btn {
  opacity: 1
}

.product .grid-item .imgBox .zoom-btn {
  bottom: 1pc;
  left: auto;
  right: 1pc;
  opacity: 0
}

@media(max-width:480px) {
  .main .archive .list li .txtBox h3 {
    font-size: .8em;
    line-height: 1.5
  }
  .main .archive .list li .priceBox {
    font-size: .75em
  }
  .main .side-bottom, .main .side-middle, .main .side-top {
    margin: 0 auto 1.5rem
  }
  .main .side-contents {
    margin: 0 auto 56px;
    padding: 0 15px;
  }
  .main .side-contents form {
    margin: .5rem auto
  }
  .main .side-contents h3 {
    margin-bottom: .35rem
  }
  .main .side-contents h4 {
    margin-bottom: .175rem
  }
  .main .side-contents p {
    margin-bottom: 1.5rem
  }
  #amazon-link2 p {
    margin-bottom: .5rem
  }
  #colors ul {
    margin-bottom: 1.75rem
  }
  .option .opt-select {
    margin: 0 auto .75rem
  }
  .side-bottom .sns {
    margin-bottom: 1.5rem
  }
  .slider {
    margin-bottom: 2rem
  }
  .main .product .inner {
    padding: 0
  }
  .main .product .main-left {
    width: 100%;
    height: 100vw;
    overflow: hidden
  }
  .main .product .main-left #pageNav {
    bottom: 1pc
  }
  .main .product .main-side, .main .product .main-side .side-contents {
    width: 100%
  }
  .main .product .main-side .side-contents .side-top {
    padding-top: 20px
  }
  .main .product .main-side .side-contents .side-bottom {
    padding-bottom: 45px
  }
  .main .product .main-side #pullBtn {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2
  }
  .main .product .main-side #pullBtn div {
    top: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    display: block;
    width: 24px;
    height: 8px;
    position: absolute;
    transition: .4s ease-in-out
  }
  .main .product .main-side #pullBtn span:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #cfd8dc;
    border-radius: 2px;
    left: 0;
    position: absolute;
    transition: width .2s .4s ease-in-out, top .2s ease-in-out, transform .2s ease-in-out
  }
  .main .product .main-side #pullBtn spann:nth-child(1):after {
    top: 0
  }
  .main .product .main-side #pullBtn span:nth-child(2):after {
    top: 7px
  }
  .main .product .main-side.open #pullBtn span:after {
    width: 24px;
    transition: width .2s ease-in-out, top .2s .4s ease-in-out, transform .2s .4s ease-in-out
  }
  .main .product .main-side.open #pullBtn span:nth-child(1):after {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  .main .product .main-side.open #pullBtn span:nth-child(2):after {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }
  .main .product .main-side.open #pullBtn {
    height: 90pt
  }
  .overlay .modalContent #size table {
    display: flex;
    justify-content: center;
    max-width: 25pc
  }
  .overlay .modalContent #size table tr {
    display: block
  }
  .overlay .modalContent #size table td, .overlay .modalContent #size table th {
    display: block;
    padding: .75em .5em
  }
  .overlay .modalContent #size table thead {
    flex: 1 0 20%
  }
  .overlay .modalContent #size table thead th {
    padding-left: 0;
    text-align: left
  }
  .overlay .modalContent #size table tbody {
    flex: 4 1 80%;
    display: flex
  }
  .overlay .modalContent #size table tbody tr {
    flex: 4 4 25%
  }
	 .main .sideBox .plan {
	 font-size: .7rem;
  }
}

@media(min-width:769px) {
  .main .archive .list li {
    flex: 0 0 32%;
    margin-bottom: 45px
  }
  .main .archive .list li:nth-child(odd) {
    margin-right: 0
  }
  .main .archive .list li:not(:nth-child(3n)) {
    margin-right: 2%
  }
  .main .sideBox .name {
    text-align: left;
    font-size: 1.5em
  }
  .main .sideBox .price {
    text-align: left
  }

 .main .sideBox .plan {
	 font-size: 0.7rem;
  }
  #colors ul {
    justify-content: flex-start
  }
  .overlay .modalInner {
    padding: 125px 0 30px
  }
  .overlay .modalHeader {
    height: 110px
  }
  .overlay .modalContent .title {
    margin-bottom: 60px
  }
  .overlay .modalContent .imgBox {
    max-width: 50pc;
    margin: 0 30px
  }
  .overlay .modalContent #scroll-images .imgBox {
    margin-bottom: 5px
  }
  .overlay .modalContent #feature {
    max-width: 63pc;
    margin: 0 auto 60px
  }
  .overlay .modalContent #feature .flex {
    display: flex;
    margin: 0 30px 60px
  }
  .overlay .modalContent #feature .imgBox {
    margin-right: 30px
  }
  .overlay .modalContent #size {
    max-width: 948px;
    margin: 0 30px 60px
  }
  .overlay .modalContent #size table td, .overlay .modalContent #size table th {
    padding: 1em
  }
  .overlay .modalClose {
    top: 43px;
    right: 30px
  }
  .overlay .modalContent #size table th span {
    font-size: .8rem;
    font-weight: 400
  }
}

@media(min-width:481px) and (max-width:768px) {
  .main .archive .list li {
    margin-bottom: 30px
  }
  .product .inner {
    max-width: 600px
  }
  .product #container {
    display: block;
    margin-left: 0
  }
  .product #sp-container {
    display: none
  }
  .overlay .modalContent #feature .flex {
    display: block
  }
  .overlay .modalContent #size table {
    display: flex;
    justify-content: center;
    max-width: 25pc
  }
  .overlay .modalContent #size table tr {
    display: block
  }
  .overlay .modalContent #size table td, .overlay .modalContent #size table th {
    display: block;
    padding: .75em .5em
  }
  .overlay .modalContent #size table thead {
    flex: 1 0 20%
  }
  .overlay .modalContent #size table thead th {
    padding-left: 0;
    text-align: left
  }
  .overlay .modalContent #size table tbody {
    flex: 4 1 80%;
    display: flex
  }
  .overlay .modalContent #size table tbody tr {
    flex: 4 4 25%
  }

}
