@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 16px;
  line-height: 1.6;
}

body {
  min-width: 786px;
  background-color: #FFFCF5;
  color: #000;
  font-family: 'Work Sans',"游ゴシック", "Yu Gothic", YuGothic,  Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust: 100%;
}

.em {
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: .7;
}

.products.move {
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

section#TOP {
  padding-top: 0;
  padding-bottom: 120px;
}
section#TOP .sectionInner .intro {
  background-image: url("../images/bg_top.jpg");
  background-position: 50% -25px;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 279px;
}
section#TOP .sectionInner .intro .titleBase {
  padding: 93px 0;
}
section#TOP .sectionInner .intro .titleBase .logoBase {
  margin-bottom: 78px;
}
section#TOP .sectionInner .intro .titleBase .logoBase .logo {
  display: inline-block;
  vertical-align: top;
}
section#TOP .sectionInner .intro .titleBase .logoBase .logo img {
  display: block;
}
section#TOP .sectionInner .intro .titleBase h1 {
  display: inline-block;
  vertical-align: top;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
section#TOP .sectionInner .intro .titleBase h1.move {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
section#TOP .sectionInner .intro .titleBase h1 img {
  display: block;
}
section#TOP .sectionInner .intro .leadBase {
  padding: 86px 0;
}
section#TOP .sectionInner .intro .leadBase .lead {
  display: inline-block;
  vertical-align: top;
}
section#TOP .sectionInner .intro .leadBase .lead img {
  display: block;
}
section#TOP .sectionInner nav {
  padding: 30px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
section#TOP .sectionInner nav .boy, section#TOP .sectionInner nav .girl {
  display: inline-block;
  vertical-align: top;
  margin: 0 75px;
}
section#TOP .sectionInner nav .boy .label, section#TOP .sectionInner nav .girl .label {
  font-size: 1.75rem;
  line-height: 1;
}
section#TOP .sectionInner nav .boy ul, section#TOP .sectionInner nav .girl ul {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}
section#TOP .sectionInner nav .boy ul li, section#TOP .sectionInner nav .girl ul li {
  margin: 0 30px;
}
section#TOP .sectionInner nav .boy ul li a, section#TOP .sectionInner nav .girl ul li a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  font-size: 1.3125rem;
  line-height: 1;
}
section#TOP .sectionInner nav .boy ul li a img, section#TOP .sectionInner nav .girl ul li a img {
  display: block;
  margin-bottom: 30px;
}
section#TOP .sectionInner nav .boy {
  color: #60C0C1;
}
section#TOP .sectionInner nav .girl {
  color: #FF745D;
}

section {
  padding-top: 120px;
}
section .sectionInner {
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-bottom: 230px;
  text-align: center;
}
section .sectionInner .products {
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% top;
  vertical-align: top;
}
section .sectionInner .products > img {
  display: block;
}
section .sectionInner .products .titBase {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 25px;
}
section .sectionInner .products .titBase h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5625rem;
  padding: 0.76em 1em;
  line-height: 1;
}
section .sectionInner .products a.btn {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  font-size: 1.5625rem;
  line-height: 1;
  position: absolute;
}
section#BOYS .sectionInner {
  background-image: url("../images/bg_boy.jpg");
}
section#BOYS .sectionInner h2 {
  color: #60C0C1;
  border: #60C0C1 1px solid;
}
section#BOYS .sectionInner a.btn {
  color: #60C0C1;
  border: #60C0C1 1px solid;
}
section#BOYS .sectionInner a.btn:hover {
  color: #fff;
  background-color: rgba(81, 225, 240, 0.9);
}
section#BOYS .sectionInner a.btn:before {
  border-top: #60C0C1 1px solid;
  position: absolute;
}
section#BOYS .sectionInner #BOYS_TREKKING {
  width: 620px;
  padding-bottom: 180px;
  background-image: url("../images/bg_boy_trekking.png");
}
section#BOYS .sectionInner #BOYS_CAMP {
  width: 689px;
  background-image: url("../images/bg_boy_camp.png");
}
section#GIRLS .sectionInner {
  background-image: url("../images/bg_girl.jpg");
}
section#GIRLS .sectionInner h2 {
  color: #FF745D;
  border: #FF745D 1px solid;
}
section#GIRLS .sectionInner a.btn {
  color: #FF745D;
  border: #FF745D 1px solid;
}
section#GIRLS .sectionInner a.btn:hover {
  color: #fff;
  background-color: rgba(255, 242, 0, 0.9);
}
section#GIRLS .sectionInner a.btn:before {
  border-top: #FF745D 1px solid;
  position: absolute;
}
section#GIRLS .sectionInner #GIRLS_TREKKING {
  width: 620px;
  padding-bottom: 180px;
  background-image: url("../images/bg_girl_trekking.png");
}
section#GIRLS .sectionInner #GIRLS_CAMP {
  width: 689px;
  background-image: url("../images/bg_girl_camp.png");
}

.products a.btn[data-item="B1A"] {
  left: 405px;
  top: 210px;
}
.products a.btn[data-item="B1B"] {
  left: 460px;
  top: 455px;
}
.products a.btn[data-item="B1B"]:before {
  content: "";
  display: block;
  width: 155px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  left: -140px;
  top: 15px;
}
.products a.btn[data-item="B1C"] {
  left: 164px;
  top: 668px;
}
.products a.btn[data-item="B1D"] {
  left: 76px;
  top: 382px;
}
.products a.btn[data-item="B1E"] {
  left: 76px;
  top: 133px;
}
.products a.btn[data-item="B1F"] {
  left: 493px;
  top: 627px;
}
.products a.btn[data-item="B2A"] {
  left: 500px;
  top: 272px;
}
.products a.btn[data-item="B2B"] {
  left: 420px;
  top: 100px;
}
.products a.btn[data-item="B2C"] {
  left: 177px;
  top: 545px;
}
.products a.btn[data-item="B2D"] {
  left: 28px;
  top: 323px;
}
.products a.btn[data-item="B2E"] {
  left: 555px;
  top: 505px;
}
.products a.btn[data-item="G1A"] {
  left: 360px;
  top: 140px;
}
.products a.btn[data-item="G1B"] {
  left: 440px;
  top: 320px;
}
.products a.btn[data-item="G1B"]:before {
  content: "";
  display: block;
  width: 155px;
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  left: -142px;
  top: 70px;
}
.products a.btn[data-item="G1C"] {
  left: 150px;
  top: 670px;
}
.products a.btn[data-item="G1D"] {
  left: -4px;
  top: 370px;
}
.products a.btn[data-item="G1E"] {
  left: 35px;
  top: 160px;
}
.products a.btn[data-item="G1F"] {
  left: 533px;
  top: 487px;
}
.products a.btn[data-item="G2A"] {
  left: 433px;
  top: 155px;
}
.products a.btn[data-item="G2B"] {
  left: 495px;
  top: 320px;
}
.products a.btn[data-item="G2B"]:before {
  content: "";
  display: block;
  width: 168px;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: -155px;
  top: 50px;
}
.products a.btn[data-item="G2C"] {
  left: 160px;
  top: 438px;
}
.products a.btn[data-item="G2C"]:before {
  content: "";
  display: block;
  width: 68px;
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  left: 65px;
  top: 15px;
}
.products a.btn[data-item="G2D"] {
  left: 170px;
  top: 588px;
}
.products a.btn[data-item="G2D"]:before {
  content: "";
  display: block;
  width: 72px;
  -moz-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
  left: 65px;
  top: 10px;
}
.products a.btn[data-item="G2E"] {
  left: 60px;
  top: 200px;
}
.products a.btn[data-item="G2F"] {
  left: 527px;
  top: 532px;
}

footer {
  padding: 250px 0 100px;
  text-align: center;
}
footer .footer_logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}
footer .footer_logo img {
  display: block;
}
footer .copyright {
  font-size: 0.875rem;
}

#modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
}
#modal.active .modalInner {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
#modal .modalInner {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  opacity: 0;
}
#modal .close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
#modal .close.btn {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0px;
  right: 0px;
  left: auto;
  display: inline-block;
  background-image: url("../images/btn_close.png");
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#modal .item {
  display: none;
  box-sizing: border-box;
  padding: 60px;
  width: 770px;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
#modal .item[data-sex="BOYS"] {
  border: #60C0C1 2px solid;
}
#modal .item[data-sex="GIRLS"] {
  border: #FF745D 2px solid;
}
#modal .item.active {
  display: block;
}
#modal .item .itemHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#modal .item .itemHeader .left {
  display: flex;
  align-items: center;
}
#modal .item .itemHeader i {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
  border: #000 1px solid;
}
#modal .item .itemHeader h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-left: 1rem;
}
#modal .item .itemHeader .price {
  font-size: 1.1875rem;
  margin-left: 0.5rem;
}
#modal .item .itemHeader .num {
  font-size: 0.875rem;
}
#modal .item .txt {
  font-size: 1.125rem;
  line-height: 1.66667;
}
#modal .item .itemFooter {
  margin-top: 45px;
}
#modal .item .itemFooter dl.color {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#modal .item .itemFooter dl.color dt {
  font-size: 1rem;
  margin-right: 1.125rem;
}
#modal .item .itemFooter dl.color dd {
  display: flex;
  align-items: center;
}
#modal .item .itemFooter dl.color dd i {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: 50%;
  box-sizing: border-box;
}
#modal .item .itemFooter a.webshop {
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem;
  line-height: 1;
  border: #000 1px solid;
  padding: 0.77778em 1em;
  color: inherit;
}
#modal .item .itemFooter a.webshop:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.55556em;
  height: 1.11111em;
  margin-right: 0.77778em;
  background-image: url("../images/arrow_webstore.png");
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.itemFooter i.K, .itemFooter i.BK {
  background-color: #231815;
}
.itemFooter i.CM {
  background-color: #00478F;
}
.itemFooter i.TR {
  background-image: url("../images/BK-R.png");
}
.itemFooter i.YF {
  background-color: #F6CF70;
}
.itemFooter i.CK {
  background-color: #C7B7AA;
}
.itemFooter i.LB {
  background-color: #B5E792;
}
.itemFooter i.MX {
  background-color: #E7E6E7;
  border: #666 1px solid;
}
.itemFooter i.TR_B {
  background-color: #F35B6B;
}
.itemFooter i.RP {
  background-color: #FE83C6;
}
.itemFooter i.SD {
  background-color: #008CE1;
}
.itemFooter i.TY {
  background-color: #E7D786;
}
.itemFooter i.BB {
  background-color: #596377;
}
.itemFooter i.GP {
  background-color: #EA81A9;
}
.itemFooter i.CF {
  background-color: #737F6C;
}
.itemFooter i.Z {
  background-color: #A7A6AA;
}
.itemFooter i.TR_C {
  background-color: #E3585D;
}
.itemFooter i.BO {
  background-color: #4E80B9;
}
.itemFooter i.CM_B {
  background-color: #5B5866;
}
.itemFooter i.RS {
  background-color: #FF6FA1;
}
.itemFooter i.CP {
  background-color: #A98CB1;
}
.itemFooter i.YE {
  background-color: #EBC647;
}
.itemFooter i.ZC {
  background-color: #5B5D58;
}
.itemFooter i.BO {
  background-color: #3373B7;
}
.itemFooter i.LG {
  background-color: #EDEDED;
  border: #666 1px solid;
}
.itemFooter i.R {
  background-color: #EF3F4C;
}
.itemFooter i.NV {
  background-color: #2F4870;
}
.itemFooter i.CB {
  background-color: #384053;
}
.itemFooter i.DN {
  background-color: #343642;
}
.itemFooter i.LZ {
  background-color: #E7E7DB;
  border: #666 1px solid;
}
.itemFooter i.VW {
  background-color: #E5E1D5;
}
.itemFooter i.CH {
  background-color: #C49060;
}
