@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
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;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.no_wrap {
  display: inline-block;
  white-space: nowrap;
}

.kome {
  vertical-align: top;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}

.kome_txt {
  font-size: 9px;
  font-weight: normal;
  line-height: 1.5;
  padding: 5% 0;
  color: #fff;
  text-align: left;
}
.kome_txt.txt_right {
  text-align: right;
}
.kome_txt.color_black {
  color: #000;
}
.kome_txt.padding_0 {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.bg {
  display: none;
}

.spinner {
  margin: -2.5em 0 0 -2.5em;
  font-size: 10px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(232, 79, 148, 0.4);
  border-right: 1.1em solid rgba(232, 79, 148, 0.4);
  border-bottom: 1.1em solid rgba(232, 79, 148, 0.4);
  border-left: 1.1em solid #e84f94;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main .top_container {
  position: relative;
}
.products_top .main .top_container {
  background: #000;
  padding: 0 0 5%;
}
.products_top .main .top_container > .ttl {
  position: absolute;
  width: 77.5%;
  top: 8.5%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
.products_top .main .top_container > .ttl .sp {
  display: none;
}
.products_top .main .top_container > .ttl .pc {
  display: block;
}
.products_top .main .top_container .box_container {
  height: 100%;
}
.products_top .main .top_container .box {
  width: 50%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
  font-size: 1.6em;
  text-align: right;
}
.products_top .main .top_container .box.goku {
  background-image: url(../images/products/pro_pink_bg.png);
}
.products_top .main .top_container .box.age {
  background-image: url(../images/products/pro_red_bg.png);
}
.products_top .main .top_container .box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.products_top .main .top_container .box a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.products_top .main .top_container .box .txt_container {
  position: absolute;
  right: 5%;
  bottom: 5%;
  max-width: 250px;
  width: 100%;
}
.products_top .main .top_container .box .txt_container .ttl {
  font-size: 2.1875em;
  font-weight: bold;
  letter-spacing: -1px;
}
.products_top .main .top_container .box .txt_container .ttl.ls {
  letter-spacing: -4px;
}
.products_top .main .top_container .box .txt_container .ttl img {
  width: 70%;
}
.products_top .main .top_container .box .txt_container .image img {
  margin: 0 7% 0 0;
}
.products_top .main .top_container .box .txt_container .lists {
  max-width: 250px;
  display: inline-block;
  border: 1px solid #000;
  padding: .5em;
  margin-top: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.products_top .main .top_container .box .txt_container .lists .list {
  min-height: 54px;
  text-align: left;
  line-height: 1.4;
  background: url(../images/products/img_check.png) no-repeat left top;
  background-size: 20px auto;
  padding: 2px 0 0 30px;
  letter-spacing: normal;
}
.products_goku .main .top_container, .products_age .main .top_container {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.products_goku .main .top_container > .ttl, .products_age .main .top_container > .ttl {
  position: absolute;
  right: 2%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.products_goku .main .top_container > .ttl .sp, .products_age .main .top_container > .ttl .sp {
  display: none;
}
.products_goku .main .top_container > .ttl .pc, .products_age .main .top_container > .ttl .pc {
  display: block;
}
.products_goku .main .top_container {
  background-image: url(../images/products/goku/img_topImage_goku.png);
}
.products_goku .main .top_container > .ttl {
  width: 87%;
}
.products_age .main .top_container {
  background-image: url(../images/products/age/img_topImage_age.png);
}
.products_age .main .top_container > .ttl {
  width: 73.7%;
}
.products_goku .main .sec_cover_inner .sec, .products_age .main .sec_cover_inner .sec {
  padding: 4% 4% 0;
}
.products_goku .main .sec_cover_inner .sec .sec_inner, .products_age .main .sec_cover_inner .sec .sec_inner {
  padding: 7% 8%;
  background: #e77b9f;
}
.products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box.left, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box.left {
  padding: 0 20px;
}
.products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box.left .txt, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box.left .txt {
  margin-top: 20px;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.7;
}
.products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box.right .lists .li, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box.right .lists .li {
  float: left;
  width: 50%;
  padding: 0 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box.right .lists .li .txt, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box.right .lists .li .txt {
  border: 1px solid #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: normal;
  padding: .7em 0;
  margin-top: 2em;
  line-height: 1.7;
}
.products_goku .main .sec_cover_inner .sec.sec2, .products_age .main .sec_cover_inner .sec.sec2 {
  text-align: center;
}
.products_goku .main .sec_cover_inner .sec.sec2 .sec_inner, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner {
  position: relative;
  padding: 7% 8% 0;
}
.products_goku .main .sec_cover_inner .sec.sec2 .sec_inner > .ttl, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner > .ttl {
  font-size: 3.5em;
}
.products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container {
  padding: 5% 0;
}
.products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .tx, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .tx {
  background: #000;
  color: #fff;
  font-size: 2.7em;
  padding: 0 1em;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}
.products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt {
  padding: 0 0 100px;
}
.products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t1, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t1 {
  font-size: 4em;
  border-bottom: 2px solid #000;
  display: inline-block;
  line-height: 1.3;
}
.products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t2, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t2 {
  font-size: 1.8em;
  display: inline-block;
  line-height: 1.8;
  letter-spacing: .1em;
}
.products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .kome_txt, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .kome_txt {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner {
  background: #fff;
  padding: 3%;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header {
  text-align: center;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl {
  font-size: 3.5em;
  color: #fff;
  background: #000;
  line-height: 1.4;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container {
  text-align: center;
  padding-bottom: 5%;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .txt, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .txt, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .txt, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .txt {
  font-size: 2.4em;
  line-height: 1.7;
  padding: 1em 0;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .btn_secret, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .btn_secret, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .btn_secret, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .btn_secret {
  border: 2px solid #000;
  display: inline-block;
  padding: .5em 1em;
  font-size: 1.8em;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .btn_secret:after, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .btn_secret:after, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .btn_secret:after, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .btn_secret:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  border-top: .7em solid transparent;
  border-right: 0 solid transparent;
  border-bottom: .7em solid transparent;
  border-left: .7em solid #000;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .btn_secret > span, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .btn_secret > span, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .btn_secret > span, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .btn_secret > span {
  vertical-align: middle;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box {
  margin: 0 auto;
  padding: 0 0 5%;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container {
  width: 50%;
  text-align: center;
  letter-spacing: normal;
  line-height: 1.4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container:before, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container:before, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container:before, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container:before {
  content: "";
  padding-top: 73.1%;
  display: block;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4%;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner {
  position: absolute;
  width: 92%;
  height: 50%;
  display: table;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner .box, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner .box, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner .box, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner .box {
  display: table-cell;
  vertical-align: middle;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .txt, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .txt, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .txt, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .txt {
  position: absolute;
  width: 92%;
  height: 50%;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl {
  font-size: 3.8em;
  font-weight: bold;
  border-bottom: 2px solid #000;
  line-height: 1.3;
  padding: 6px 0;
  display: inline-block;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl .kome, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl .kome, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl .kome, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl .kome {
  letter-spacing: 0;
  margin: -5px;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p {
  font-size: 2.3em;
  font-weight: bold;
  letter-spacing: .3em;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p .kome, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p .kome, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p .kome, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p .kome {
  letter-spacing: 0;
  margin: -6px;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt {
  display: table;
  font-size: 1.2em;
  border: 2px solid #000;
  line-height: 1.6;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt > span, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt > span, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt > span, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt > span {
  line-height: 2.5;
  vertical-align: middle;
  display: table-cell;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .image, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .image, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .image, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .image {
  width: 50%;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .txt_container {
  float: right;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .image, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .image, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .image, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .image {
  float: left;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .txt_container {
  float: left;
}
.products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .image, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .image, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .image, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .image {
  float: right;
}
.products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl {
  font-size: 3.8em;
  text-align: center;
}
.products_goku .main .sec_cover_inner .sec.sec5.latex .sec_inner, .products_age .main .sec_cover_inner .sec.sec5.latex .sec_inner {
  background: url(../images/products/age/wave_white.gif) center center no-repeat;
  background-size: cover;
  border: solid #fff 10px;
}
.products_goku .main .sec_cover_inner .sec.sec5.latex .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec5.latex .sec_inner .sec_header .ttl {
  color: #000;
  background: #fff;
}
.products_goku .main .sec_cover_inner .sec.sec5.latex .sec_inner .txt_container .inner .txt, .products_age .main .sec_cover_inner .sec.sec5.latex .sec_inner .txt_container .inner .txt {
  color: #fff;
}
.products_goku .main .sec_cover_inner .sec.sec5.vitamin .sec_inner, .products_age .main .sec_cover_inner .sec.sec5.vitamin .sec_inner {
  background: url(../images/products/goku/wave_yellow.gif) center center no-repeat;
  background-size: cover;
}
.products_goku .main .sec_cover_inner .sec.sec5 .sec_inner, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner {
  padding: 3%;
  background: #fff;
}
.products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .sec_header, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .sec_header {
  text-align: center;
}
.products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .sec_header .ttl {
  font-size: 3.5em;
  color: #fff;
  background: #000;
  padding: .2em 0;
}
.products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container {
  padding: 8% 6%;
  position: relative;
  background: url(../images/products/goku/pro_cotton01.png) no-repeat 90% 30%;
  background-size: 15.8% auto;
}
.products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner {
  padding: 0 20% 0 0;
  text-align: center;
}
.products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner .txt, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner .txt {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: normal;
}
.products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .sara, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .sara {
  position: absolute;
  width: 85px;
  height: auto;
  right: 0;
  bottom: 0;
}
.products_goku .main .sec_cover_inner .sec.sec6 .sec_inner .txt, .products_age .main .sec_cover_inner .sec.sec6 .sec_inner .txt {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.products_goku .main .sec_cover_inner .sec.sec6 .sec_inner .txt .kome, .products_age .main .sec_cover_inner .sec.sec6 .sec_inner .txt .kome {
  margin: -8px;
  line-height: 3;
}
.products_goku .main .sec_cover_inner .sec.sec7 a, .products_age .main .sec_cover_inner .sec.sec7 a {
  display: block;
  background-color: #fff;
}
.products_goku .main .sec_cover_inner .sec.sec7 a img, .products_age .main .sec_cover_inner .sec.sec7 a img {
  display: block;
}
.products_goku .main .sec_cover_inner .sec.sec7 a:hover img, .products_age .main .sec_cover_inner .sec.sec7 a:hover img {
  opacity: 0.8;
}
.products_goku .main .cross_container, .products_age .main .cross_container {
  text-align: center;
  padding: 5% 0 1%;
}
.products_goku .main .cross, .products_age .main .cross {
  display: inline-block;
  margin: 0 .3em;
}
.products_goku .main .cross:before, .products_age .main .cross:before {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: .7em;
  background: #000;
}
.products_goku .main .cross:after, .products_age .main .cross:after {
  content: "";
  display: inline-block;
  width: 3.5em;
  height: .7em;
  background: #000;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -3.5em;
}
.products_goku .main .cross.c2:before, .products_goku .main .cross.c2:after, .products_age .main .cross.c2:before, .products_age .main .cross.c2:after {
  background: #fff;
  width: 5em;
  height: 1em;
}
.products_goku .main .cross.c2:after, .products_age .main .cross.c2:after {
  margin-left: -5em;
}
.products_goku .main .sec_cover_inner .sec.sec4 .sec_inner > .box:nth-of-type(2) .txt_container .ttl {
  font-size: 3em;
}
.products_age .main .sec_cover_inner .sec .sec_inner {
  background: #dc414a;
}

.sp .bottom_container {
  display: none;
}

@media (max-width: 1100px) {
  .products_top .wrap {
    padding-bottom: 145px;
  }

  .products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box {
    width: 50%;
    float: left;
  }
  .products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box.left .txt, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box.left .txt {
    font-size: 1.8em;
  }
  .products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box.right .lists .li, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box.right .lists .li {
    padding: 0 7px;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner > .ttl, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner > .ttl {
    font-size: 3em;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .tx, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .tx {
    font-size: 2.3em;
    margin: 5% 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .cross, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .cross {
    display: block;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t1, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t1 {
    font-size: 3.5em;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t2, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t2 {
    font-size: 1.5em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner {
    padding: 3%;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl {
    font-size: 3em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .txt, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .txt, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .txt, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .txt {
    font-size: 1.7em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 5%;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container {
    width: 50%;
    line-height: 1.2;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl {
    font-size: 1.9em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl .kome, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl .kome, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl .kome, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl .kome {
    letter-spacing: 0;
    margin: 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p {
    font-size: 1.5em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p .kome, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p .kome, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p .kome, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p .kome {
    letter-spacing: 0;
    margin: 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt {
    font-size: 1.2em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt .pc, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt .pc, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt .pc, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt .pc {
    display: none;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt > span, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt > span, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt > span, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt > span {
    line-height: 1.2;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .txt_container {
    float: right;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .image, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .image, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .image, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .image {
    float: left;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .txt_container {
    float: left;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .image, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .image, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .image, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .image {
    float: right;
  }
  .products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .sec_header .ttl {
    font-size: 2.8em;
  }
  .products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container {
    padding: 8% 6%;
  }
  .products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner .txt, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner .txt {
    font-size: 1.4em;
  }
  .products_goku .main .sec_cover_inner .sec.sec6 .sec_inner .txt, .products_age .main .sec_cover_inner .sec.sec6 .sec_inner .txt {
    font-size: 2.8em;
  }
  .products_goku .main .sec_cover_inner .sec.sec6 .sec_inner .txt .kome, .products_age .main .sec_cover_inner .sec.sec6 .sec_inner .txt .kome {
    margin: -3px;
    line-height: 1;
  }
  .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner > .box:nth-of-type(2) .txt_container .ttl {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .products_top .main .top_container > .ttl {
    top: 40%;
  }
  .products_top .main .top_container > .ttl .pc {
    display: none;
  }
  .products_top .main .top_container .box_container {
    height: 100%;
  }
  .products_top .main .top_container .box {
    width: 100%;
    height: 50%;
    float: none;
    background-position: left center;
    font-size: 1.2em;
  }
  .products_top .main .top_container .box .txt_container {
    position: absolute;
    right: 0;
    bottom: -140%;
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 300px;
  }
  .products_top .main .top_container .box .txt_container .clear {
    text-align: center;
  }
  .products_top .main .top_container .box .txt_container .clear:after {
    clear: both;
    content: "";
    display: block;
  }
  .products_top .main .top_container .box .txt_container .clear .ttl {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
  }
  .products_top .main .top_container .box .txt_container .clear .ttl img {
    width: 100%;
  }
  .products_top .main .top_container .box .txt_container .clear .image {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
  }
  .products_top .main .top_container .box .txt_container .lists {
    margin-top: 15px;
    display: block;
    margin: 15px auto 0;
  }
  .products_top .main .top_container .box .txt_container .lists .list {
    background-size: 18px auto;
    min-height: initial;
    min-height: auto;
  }
  .products_goku .main .top_container, .products_age .main .top_container {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .products_goku .main .top_container > .ttl, .products_age .main .top_container > .ttl {
    position: absolute;
    left: 50%;
    right: 0;
    top: 20%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .products_goku .main .top_container > .ttl .pc, .products_age .main .top_container > .ttl .pc {
    display: none;
  }
  .products_goku .main .top_container > .ttl .sp, .products_age .main .top_container > .ttl .sp {
    display: block;
  }
  .products_goku .main .top_container {
    background-image: url(../images/products/goku/img_topImage_goku_sp.png);
  }
  .products_age .main .top_container {
    background-image: url(../images/products/age/img_topImage_age_sp.png);
  }
  .products_age .main .top_container > .ttl {
    width: 100%;
  }
  .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl, .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl {
    padding: .3em 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl span, .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl span, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl span, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl span {
    display: block;
  }
  .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl .change_btn, .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl .change_btn, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl .change_btn, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl .change_btn {
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    width: 15px;
    vertical-align: middle;
  }
  .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header.on .ttl .change_btn, .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header.on .ttl .change_btn, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header.on .ttl .change_btn, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header.on .ttl .change_btn {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .products_goku .main .cross_container, .products_age .main .cross_container {
    padding: 9% 0 5%;
  }
}
@media (max-width: 640px) {
  .products_top .wrap {
    padding-bottom: 50px;
  }

  .products_top .main .top_container > .ttl {
    top: 42%;
    width: 90%;
  }
  .products_top .main .top_container .box {
    font-size: 1em;
  }
  .products_top .main .top_container .box .txt_container .ttl {
    font-size: 2em;
  }
  .products_top .main .top_container .box .txt_container .image {
    margin: 0 0 0 auto;
  }
  .products_top .main .top_container .box .txt_container .lists {
    margin-top: 10px;
  }
  .products_top .main .top_container .box .txt_container .lists .list {
    background-size: 16px auto;
  }
  .products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box {
    width: 100%;
    float: none;
    margin: 5% 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box.left .txt, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box.left .txt {
    font-size: 1.8em;
  }
  .products_goku .main .sec_cover_inner .sec.sec1 .sec_inner .box.right .lists .li, .products_age .main .sec_cover_inner .sec.sec1 .sec_inner .box.right .lists .li {
    padding: 0 7px;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner > .ttl, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner > .ttl {
    font-size: 1.9em;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .tx, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .tx {
    font-size: 1.6em;
    padding: 1em;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .cross, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container .cross {
    display: block;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t1, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t1 {
    font-size: 2.1em;
  }
  .products_goku .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t2, .products_age .main .sec_cover_inner .sec.sec2 .sec_inner .txt_container_bt .t2 {
    font-size: 1.2em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner {
    padding: 3%;
    margin: 2% 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .sec_header .ttl {
    font-size: 2em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .txt, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .txt, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container .text_container .txt, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container .text_container .txt {
    font-size: 1.7em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 5%;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container {
    width: 50%;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner {
    padding: 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner, .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .txt, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .txt, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .inner .txt, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .inner_inner, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .inner .txt {
    width: 100%;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl {
    font-size: 1.7em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .ttl + p, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .ttl + p {
    font-size: 1.3em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box .txt_container .txt, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box .txt_container .txt {
    font-size: 1em;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .txt_container {
    float: none;
    width: 100%;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .image, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .image, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.l_box .image, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.l_box .image {
    float: none;
    width: 100%;
    margin: 5% 0 0 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .txt_container, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .txt_container, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .txt_container, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .txt_container {
    float: none;
    width: 100%;
  }
  .products_goku .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .image, .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .image, .products_age .main .sec_cover_inner .sec.sec3 .sec_inner .bottom_container > .box.r_box .image, .products_age .main .sec_cover_inner .sec.sec4 .sec_inner .bottom_container > .box.r_box .image {
    float: none;
    width: 100%;
    margin: 5% 0 0 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .sec_header .ttl, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .sec_header .ttl {
    font-size: 1.6em;
  }
  .products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container {
    padding: 8% 6%;
    background: url(../images/products/goku/pro_cotton01.png) no-repeat 30% 100%;
    background-size: 25%;
  }
  .products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner {
    padding: 0 0 30%;
  }
  .products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner .txt, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .inner .txt {
    font-size: 1.4em;
  }
  .products_goku .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .sara, .products_age .main .sec_cover_inner .sec.sec5 .sec_inner .txt_container .sara {
    width: 100px;
    height: auto;
    right: 20%;
    bottom: 0;
  }
  .products_goku .main .sec_cover_inner .sec.sec6 .sec_inner .txt, .products_age .main .sec_cover_inner .sec.sec6 .sec_inner .txt {
    font-size: 1.5em;
  }
  .products_goku .main .sec_cover_inner .sec.sec4 .sec_inner > .box:nth-of-type(2) .txt_container .ttl {
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .products_top .main .top_container > .ttl {
    width: 90%;
  }
  .products_top .main .top_container .box {
    font-size: 1em;
  }
  .products_top .main .top_container .box .txt_container .ttl {
    font-size: 2em;
  }
}

/*# sourceMappingURL=products.css.map */
