/* =============================================
                    CONTENTS
============================================= */
/* contents */
@media print, screen and (min-width: 48.0625em) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1160px;
  }
}
@media print, screen and (max-width: 48em) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .container-small {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1000px;
  }
}
@media print, screen and (max-width: 48em) {
  .container-small {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  #main {
    position: relative;
    padding-bottom: 180px;
    background: top center url("../../img/main-bg.png") no-repeat, bottom center url("../../img/main-bg2.png") no-repeat;
    background-size: contain;
  }
  #main .title {
    position: relative;
    padding-top: 166px;
    z-index: 1;
  }
  #main .subtitle {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
  }
  #main .text {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
  }
  #main .image {
    position: absolute;
    top: 26px;
    left: calc(50% + 50px);
    z-index: 0;
  }
}
@media print, screen and (max-width: 48em) {
  #main {
    background: bottom center url("../../img/main-bg-sp.png") no-repeat;
    background-size: contain;
  }
  #main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #main .container .title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 50px;
  }
  #main .container .subtitle {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 40px;
  }
  #main .container .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  #main .container .text {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
#menu {
  position: relative;
  margin-top: -93px;
}

@media print, screen and (max-width: 48em) {
  #menu {
    margin-top: 0;
  }
}
#menu .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (max-width: 48em) {
  #menu .menu-wrapper {
    padding: 65px 20px 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#menu .menu-wrapper .menu-content {
  position: relative;
  display: block;
  margin: 0 10px;
  padding-top: 30px;
  width: 286px;
  height: 180px;
  background: rgb(46, 1, 5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(46, 1, 5)), to(rgb(207, 32, 46)));
  background: linear-gradient(0deg, rgb(46, 1, 5) 0%, rgb(207, 32, 46) 100%);
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

#menu .menu-wrapper .menu-content:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(109, 2, 12)), to(rgb(207, 32, 46)));
  background: linear-gradient(0deg, rgb(109, 2, 12) 0%, rgb(207, 32, 46) 100%);
  opacity: 1;
}

@media print, screen and (max-width: 48em) {
  #menu .menu-wrapper .menu-content {
    width: 100%;
    height: 106px;
    margin-bottom: 28px;
    padding-top: 8px;
  }
}
#menu .menu-wrapper .menu-content .title {
  margin-bottom: 20px;
}

@media print, screen and (max-width: 48em) {
  #menu .menu-wrapper .menu-content .title {
    width: 80px;
    height: auto;
    margin: 0 auto 5px;
  }
}
#menu .menu-wrapper .menu-content .text p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 28px;
}

@media print, screen and (max-width: 48em) {
  #menu .menu-wrapper .menu-content .text p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media print, screen and (max-width: 48em) {
  #menu .menu-wrapper .menu-content .text span img {
    width: 33%;
    height: auto;
  }
}
#menu .menu-wrapper .menu-content.con3 .title {
  margin-bottom: 28px;
}

@media print, screen and (max-width: 48em) {
  #menu .menu-wrapper .menu-content.con3 .title {
    margin-bottom: 16px;
  }
}
#menu .menu-wrapper .menu-content.on:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 43px;
  height: 24px;
  background: center url("../../img/menu-tri.png") no-repeat;
  background-size: contain;
  z-index: 10;
}

@media print, screen and (max-width: 48em) {
  #menu .menu-wrapper .menu-content.on:before {
    bottom: -7px;
    width: 30px;
    height: 15px;
  }
}
#menu .menu-wrapper .menu-content.off {
  pointer-events: none;
  cursor: default;
}

#menu .menu-wrapper .menu-content.off:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 175px;
  height: 35px;
  background: center url("../../img/menu-cs.png") no-repeat;
  background-size: contain;
  z-index: 10;
}

@media print, screen and (max-width: 48em) {
  #menu .menu-wrapper .menu-content.off:before {
    bottom: -10px;
    width: 125px;
    height: 20px;
  }
}
#menu .menu-wrapper .menu-content.off:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

#con01 {
  padding-top: 100px;
}

@media print, screen and (max-width: 48em) {
  #con01 {
    padding-top: 0;
  }
}
#con01 .bg {
  padding-bottom: 700px;
  background: bottom center url("../../img/con01-bg.png") no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1400px) {
  #con01 .bg {
    background-size: cover;
  }
}
@media print, screen and (max-width: 48em) {
  #con01 .bg {
    padding-bottom: 250px;
  }
}
#con01 h2 {
  margin-bottom: 40px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 h2 {
    margin-bottom: 20px;
  }
  #con01 h2 img {
    width: 50%;
    height: auto;
  }
}
#con01 .h3-style {
	display: block;
  margin: 40px 0;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 .h3-style {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }
}
#con01 .subtitle {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 .subtitle {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
  }
}
#con01 .profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 170px;
  border: solid 1px #cb1f2e;
  border-top: none;
}

#con01 .profile .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: -11px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 .profile .title {
    margin-bottom: 20px;
  }
}
#con01 .profile .title:before,
#con01 .profile .title:after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #cb1f2e;
}

#con01 .profile .title span {
  display: block;
  padding: 0 1.5em;
}

@media print, screen and (max-width: 48em) {
  #con01 .profile .title span {
    padding: 0 1em;
  }
}
#con01 .profile .image {
  position: absolute;
  top: -40px;
  left: 10px;
}

@media print, screen and (max-width: 48em) {
  #con01 .profile .image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #con01 .profile .image img {
    width: 40%;
    height: auto;
  }
}
#con01 .profile .name {
  padding-top: 30px;
  padding-left: 250px;
}

@media print, screen and (max-width: 48em) {
  #con01 .profile .name {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #con01 .profile .name img {
    width: 40%;
    height: auto;
  }
}
#con01 .profile .name span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}

#con01 .profile .text {
  width: 510px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 28px;
}

@media print, screen and (max-width: 48em) {
  #con01 .profile .text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}
#con01 .point01 {
  position: relative;
  margin-top: -600px;
  padding-top: 230px;
  background: linear-gradient(180deg, transparent 0%, transparent 600px, #cb1f2e 600px, #cb1f2e 100%);
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 {
    margin-top: -250px;
    padding-top: 60px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, transparent 0%, transparent 250px, #cb1f2e 250px, #cb1f2e 100%);
    background-size: 100%;
  }
}
#con01 .point01 .image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .image {
    top: 140px;
  }
}
#con01 .point01 .h2-style {
  margin-bottom: 50px;
  text-align: left;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .h2-style {
    margin-bottom: 240px;
    text-align: center;
  }
  #con01 .point01 .h2-style img {
    width: 30%;
    height: auto;
  }
}
#con01 .point01 .point {
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .point {
    margin-bottom: 5px;
    text-align: center;
  }
}
#con01 .point01 .subtitle {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 42px;
  text-align: left;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .subtitle {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
#con01 .point01 .text {
  width: 1020px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 32px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .text {
    margin-bottom: 25px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
}
#con01 .point01 .text span {
  padding: 0.2em 0.5em;
  background-color: #fee32c;
  color: #000000;
}

#con01 .point01 .illust {
  margin-bottom: 60px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .illust {
    margin-bottom: 40px;
  }
}
#con01 .point01 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#con01 .point01 .content .image {
  position: relative;
  left: -24px;
  width: 544px;
  text-align: left;
  z-index: 0;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .content .image {
    top: 30px;
    left: 0;
    margin-right: -20px;
    text-align: center;
  }
}
#con01 .point01 .content .text-wrapper {
  position: relative;
  padding-top: 80px;
  z-index: 1;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .content .text-wrapper {
    margin-top: -80px;
    padding-top: 0;
  }
}
#con01 .point01 .content .text-wrapper .title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 60px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .content .text-wrapper .title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }
}
#con01 .point01 .content .text-wrapper .text {
  width: 570px;
  font-size: 16px;
  line-height: 32px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point01 .content .text-wrapper .text {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
}
#con01 .point01 .content .text-wrapper .text span {
  padding: 0.2em 0.5em;
  background-color: #fee32c;
  color: #000000;
}

#con01 .point02 {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #ffffff;
  color: #000000;
}
#con01 .point02 .h2-style {
	margin-bottom: 40px;
	text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 48em) {
  #con01 .point02 .h2-style {
    margin-bottom: 20px;
  }
  #con01 .point02 .h2-style img {
    width: 30%;
    height: auto;
  }
}
#con01 .point02 .container > .comment {
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .container > .comment {
    margin-bottom: 10px;
  }
}
#con01 .point02 .container > .subtitle {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 52px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .container > .subtitle {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}
#con01 .point02 .container > .text {
  width: 960px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 32px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .container > .text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}
#con01 .point02 .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  margin-bottom: 80px;
  font-size: 40px;
  color: #cb1f2e;
  border: solid 1px #cb1f2e;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .text-box {
    height: auto;
    padding: 20px 10px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
#con01 .point02 .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#con01 .point02 .product-wrapper .product-content {
  position: relative;
  width: 320px;
  margin-bottom: 26px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .product-wrapper .product-content {
    width: 30%;
  }
  #con01 .point02 .product-wrapper .product-content.sp-100 {
    width: 100%;
    text-align: center;
  }
}
#con01 .point02 .product-wrapper .product-content .image {
  padding-bottom: 40px;
}

#con01 .point02 .product-wrapper .product-content .sp-image {
  margin-bottom: 20px;
  text-align: center;
}

#con01 .point02 .product-wrapper .product-content .sp-image img {
  width: 50%;
  height: auto;
}

#con01 .point02 .product-wrapper .product-content .text {
  position: absolute;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 30px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .product-wrapper .product-content .text {
    bottom: 25px;
    font-size: 16px;
    line-height: 16px;
  }
}
#con01 .point02 .product-wrapper .graf {
  margin-bottom: 40px;
}

#con01 .point02 .product-wrapper .content {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .product-wrapper .content {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}
#con01 .point02 .product-wrapper .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 4px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .product-wrapper .button {
    width: 210px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
}
#con01 .point02 .product-wrapper .button:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  display: block;
  width: 9px;
  height: 15px;
  background: center url("../../img/button-tri.png") no-repeat;
  background-size: contain;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .product-wrapper .button:after {
    right: 15px;
  }
}
#con01 .point02 .product-wrapper .button.button-01 {
  background-color: #cb1f2e;
}

#con01 .point02 .product-wrapper .button.button-01:hover {
  background-color: #fa1d31;
  opacity: 1;
}

#con01 .point02 .product-wrapper .button.button-02,
#con01 .point02 .product-wrapper .button.button-03 {
  background-color: #3f9bd7;
}

#con01 .point02 .product-wrapper .button.button-02:hover,
#con01 .point02 .product-wrapper .button.button-03:hover {
  background-color: #46acef;
  opacity: 1;
}

#con01 .point02 .tyu {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

@media print, screen and (max-width: 48em) {
  #con01 .point02 .tyu {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
}
#con01 .soukatsu {
  position: relative;
  padding-top: 490px;
  padding-bottom: 100px;
  background: top center url("../../img/con01-tou-bg.png") no-repeat #ffffff;
  background-size: contain;
}

@media print, screen and (max-width: 48em) {
  #con01 .soukatsu {
    padding-top: 225px;
    padding-bottom: 50px;
    background: top center url("../../img/con01-tou-bg-sp.png") no-repeat #ffffff;
    background-size: contain;
  }
}
#con01 .soukatsu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 172px;
  height: 86px;
  background: top center url("../../img/soukatsu-tri.png") no-repeat;
  background-size: contain;
}

@media print, screen and (max-width: 48em) {
  #con01 .soukatsu:after {
    width: 90px;
    height: 45px;
  }
}
#con01 .soukatsu .image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}

@media print, screen and (max-width: 48em) {
  #con01 .soukatsu .image {
    width: 100%;
  }
}
#con01 .soukatsu h3 {
  font-size: 40px;
  line-height: 52px;
  color: #cb1f2e;
	margin-bottom: 40px;
	text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 .soukatsu h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
#con01 .soukatsu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
  margin: 0 auto 40px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con01 .soukatsu .title {
    width: 165px;
    font-size: 16px;
  }
}
#con01 .soukatsu .title:before,
#con01 .soukatsu .title:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #000000;
}

#con01 .soukatsu .title span {
  padding: 0 1.5em;
  color: #000000;
  font-size: 20px;
  white-space: nowrap;
}

@media print, screen and (max-width: 48em) {
  #con01 .soukatsu .title span {
    padding: 0 1em;
  }
}
#con01 .soukatsu .text {
  text-align: center;
  color: #000000;
  font-size: 16px;
  line-height: 32px;
}

@media print, screen and (max-width: 48em) {
  #con01 .soukatsu .text {
    font-size: 16px;
    line-height: 28px;
    padding: 0 20px;
  }
}
#con02 {
  padding-top: 194px;
}

@media print, screen and (max-width: 48em) {
  #con02 {
    padding-top: 50px;
  }
}
#con02 h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (max-width: 48em) {
  #con02 h2 {
    margin-bottom: 20px;
  }
  #con02 h2 img {
    width: 50%;
    height: auto;
  }
}
#con02 .subtitle {
	display: block;
  margin: 40px 0 50px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con02 .subtitle {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 40px;
  }
}
#con02 .comingsoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 480px;
  height: 80px;
  margin: 0 auto 160px;
  font-size: 30px;
  line-height: 60px;
  background-color: #cb1f2e;
}

@media print, screen and (max-width: 48em) {
  #con02 .comingsoon {
    margin: 0 auto 80px;
    width: 225px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
  }
}
#con02 .nattoku {
  margin-bottom: 80px;
  padding-top: 110px;
  padding-bottom: 130px;
  background-color: #cb1f2e;
}

@media print, screen and (max-width: 48em) {
  #con02 .nattoku {
    margin-bottom: 40px;
    padding-top: 55px;
    padding-bottom: 45px;
  }
}
#con02 .nattoku .title {
  margin-bottom: 75px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con02 .nattoku .title {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 40px;
  }
}
#con02 .nattoku .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (max-width: 48em) {
  #con02 .nattoku .link-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#con02 .nattoku .link-wrapper .link-content {
  width: 540px;
}

@media print, screen and (max-width: 48em) {
  #con02 .nattoku .link-wrapper .link-content {
    width: 100%;
    margin-bottom: 35px;
  }
}
#con02 .campaign .image {
  text-align: center;
}

#con02 .campaign .button {
  position: relative;
  margin-top: -43px;
  text-align: center;
  z-index: 2;
}

#con02 .campaign .button a {
  display: block;
  width: 420px;
  height: 90px;
  margin: 0 auto;
  background: center url("../../img/con02-cam-button.png") no-repeat;
}

#con02 .campaign .button a:hover {
  background: center url("../../img/con02-cam-button-ov.png") no-repeat;
  opacity: 1;
}

@media print, screen and (max-width: 48em) {
  #con02 .campaign .button {
    margin: -21px auto 0;
  }
  #con02 .campaign .button a {
    width: 210px;
    height: 45px;
    background: center url("../../img/con02-cam-button-sp.png") no-repeat;
    background-size: contain;
  }
}
#con03 {
  padding-top: 190px;
}

@media print, screen and (max-width: 48em) {
  #con03 {
    padding-top: 68px;
  }
}
#con03 h2 {
  margin-bottom: 40px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con03 h2 {
    margin-bottom: 20px;
  }
  #con03 h2 img {
    width: 50%;
    height: auto;
  }
}
#con03 .subtitle {
  margin-bottom: 100px;
  font-size: 70px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con03 .subtitle {
    margin-bottom: 50px;
    font-size: 35px;
    line-height: 40px;
  }
}
#con03 h3 {
  position: relative;
  width: 100%;
  margin: 0 auto 90px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con03 h3 {
    margin: 0 auto 30px;
  }
  #con03 h3 img {
    width: 50%;
  }
}
#con03 h3:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #cb1f2e;
}

#con03 h3 span {
  position: relative;
  color: #000000;
  font-size: 20px;
}

#con03 .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#con03 .product-wrapper .product-content {
  width: 250px;
  margin: 0 15px;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content {
    width: calc(50% - 10px);
    margin: 0 5px 30px;
  }
}
#con03 .product-wrapper .product-content .image {
  text-align: center;
}

#con03 .product-wrapper .product-content .title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
  }
}
#con03 .product-wrapper .product-content .en {
  margin-bottom: 30px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .en {
    margin-bottom: 15px;
  }
}
#con03 .product-wrapper .product-content .en.wm {
  margin-top: -10px;
  margin-bottom: 23px;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .en.wm {
    margin-top: -3px;
    margin-bottom: 14px;
  }
}
@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .en.sp-wm {
    margin-bottom: 36px;
  }
}
@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .en.sp-rs {
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .en img {
    width: 50%;
  }
}
#con03 .product-wrapper .product-content .button-gdo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding-right: 20px;
  padding-left: 30px;
  color: #ffffff;
  text-decoration: none;
  background-color: #3f9bd7;
  border-radius: 4px;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .button-gdo {
    min-height: 40px;
    padding-right: 10px;
    font-size: 11px;
  }
}
#con03 .product-wrapper .product-content .button-gdo:hover {
  background-color: #46acef;
  opacity: 1;
}

#con03 .product-wrapper .product-content .button-gdo:after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background: center url("../../img/button-tri.png") no-repeat;
  background-size: contain;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .button-gdo:after {
    width: 6px;
    height: 10px;
  }
}
#con03 .product-wrapper .product-content .button-taylor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  padding-right: 20px;
  padding-left: 30px;
  color: #ffffff;
  text-decoration: none;
  background-color: #cb1f2e;
  border-radius: 4px;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .button-taylor {
    min-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
}
#con03 .product-wrapper .product-content .button-taylor:hover {
  background-color: #fa1d31;
  opacity: 1;
}

#con03 .product-wrapper .product-content .button-taylor:after {
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background: center url("../../img/button-tri.png") no-repeat;
  background-size: contain;
}

@media print, screen and (max-width: 48em) {
  #con03 .product-wrapper .product-content .button-taylor:after {
    width: 6px;
    height: 10px;
  }
}
#con03 .text {
  margin-bottom: 100px;
  font-size: 16px;
  text-align: center;
}

@media print, screen and (max-width: 48em) {
  #con03 .text {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 17px;
  }
}
.footer-button {
  position: fixed;
  right: 20px;
  bottom: 110px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  z-index: 999999;
}

.footer-button a {
  display: block;
  width: 213px;
  height: 242px;
  background: center url("../../img/footer-button.png") no-repeat;
  background-size: contain;
}

.footer-button a:hover {
  background: center url("../../img/footer-button-ov.png") no-repeat;
  opacity: 1;
  background-size: contain;
}

@media print, screen and (max-width: 48em) {
  .footer-button {
    right: 0;
    bottom: 60px;
  }
  .footer-button a {
    width: 106px;
    height: 121px;
  }
}
#con02 {
  padding-top: 0;
}
#con02 .title-wrapper {
  padding-top: 110px;
  padding-bottom: 178px;
  background: rgb(206, 32, 47);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(206, 32, 47)), to(rgb(0, 0, 0)));
  background: linear-gradient(0deg, rgb(206, 32, 47) 0%, rgb(0, 0, 0) 100%);
}
@media print, screen and (max-width: 48em) {
  #con02 .title-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #000000;
  }
}
#con02 .title-text {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
#con02 .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 48em) {
  #con02 .tab-group {
    display: none;
  }
}
#con02 .tab-group .tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
  background: rgb(206, 32, 47);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(206, 32, 47)), to(rgb(47, 1, 5)));
  background: linear-gradient(180deg, rgb(206, 32, 47) 0%, rgb(47, 1, 5) 100%);
  font-size: 20px;
}
#con02 .tab-group .tab span {
  font-size: 24px;
}
#con02 .tab-group .tab img {
  margin-top: 10px;
}
#con02 .tab-group .tab:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(109, 2, 12)), to(rgb(207, 32, 46)));
  background: linear-gradient(0deg, rgb(109, 2, 12) 0%, rgb(207, 32, 46) 100%);
  opacity: 1;
}
#con02 .tab-group .tab:not(:last-child) {
  margin-right: 30px;
}
#con02 .tab-group .tab.is-active {
  height: 130px;
}
#con02 .tab-group.tab-group_t {
  margin-top: -100px;
}
#con02 .tab-group.tab-group_t .tab_t:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 43px;
  height: 24px;
  background: center url("../../img/menu-tri.png") no-repeat;
  background-size: contain;
  z-index: 10;
}
#con02 .tab-group.tab-group_b {
  margin-bottom: -100px;
}
#con02 .tab-group.tab-group_b .tab_b {
  margin-top: 30px;
}
#con02 .tab-group.tab-group_b .tab_b:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  display: block;
  width: 43px;
  height: 24px;
  background: center url("../../img/menu-tri.png") no-repeat;
  background-size: contain;
  z-index: 10;
}
#con02 .tab-group.tab-group_b .tab_b.is-active {
  margin-top: 0;
}
#con02 .panel-group .panel {
  display: none;
  padding: 60px 0 30px;
}
#con02 .panel-group .panel.is-show {
  display: block;
}
@media print, screen and (max-width: 48em) {
  #con02 .panel-group .panel {
    display: block;
    padding: 0;
  }
  #con02 .panel-group .panel .fukidashi,
#con02 .panel-group .panel h3 {
    display: none;
  }
  #con02 .panel-group .panel .content-wrapper {
    height: 0;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    overflow: hidden;
  }
  #con02 .panel-group .panel.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #con02 .panel-group .panel.is-show .fukidashi,
#con02 .panel-group .panel.is-show h3 {
    display: block;
  }
  #con02 .panel-group .panel.is-show .content-wrapper {
    height: inherit;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
}
@media print, screen and (max-width: 48em) {
  #con02 .panel-group .panel .sp-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% + 40px);
    height: 100px;
    margin: 0 -20px;
    padding: 10px 40px;
    background-color: #8d111e;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #con02 .panel-group .panel .sp-button span {
    font-size: 18px;
  }
  #con02 .panel-group .panel .sp-button img {
    -webkit-transform: scale(0.5) translateX(-50%);
            transform: scale(0.5) translateX(-50%);
    margin-top: 10px;
  }
  #con02 .panel-group .panel .sp-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
    background: center url("../../img/rev-sp-button-plus.png") no-repeat;
    background-size: contain;
  }
  #con02 .panel-group .panel .sp-button.is-active:after {
    background: center url("../../img/rev-sp-button-minus.png") no-repeat;
    background-size: contain;
  }
}
#con02 .tester-wrapper .fukidashi {
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper .fukidashi {
    position: relative;
    margin-top: -14px;
    width: 100%;
    margin-bottom: 10px;
  }
  #con02 .tester-wrapper .fukidashi img {
    width: 50%;
    height: auto;
  }
}
#con02 .tester-wrapper h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 50px;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper h3 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 25px;
  }
}
#con02 .tester-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#con02 .tester-wrapper .content-wrapper .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 20px);
  margin-bottom: 70px;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper .content-wrapper .content {
    width: 100%;
  }
}
#con02 .tester-wrapper .content-wrapper .content .top {
  position: relative;
  top: 0;
}
#con02 .tester-wrapper .content-wrapper .content .top .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px;
}
#con02 .tester-wrapper .content-wrapper .content .top .profile .image {
  margin-right: 20px;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper .content-wrapper .content .top .profile .image {
    width: 50%;
  }
}
#con02 .tester-wrapper .content-wrapper .content .top .profile .text .tester {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper .content-wrapper .content .top .profile .text .tester img {
    width: 25%;
    height: auto;
  }
}
#con02 .tester-wrapper .content-wrapper .content .top .profile .text .name {
  margin-bottom: 20px;
  font-size: 30px;
}
#con02 .tester-wrapper .content-wrapper .content .top .profile .text .name span {
  font-size: 20px;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper .content-wrapper .content .top .profile .text .name {
    font-size: 16px;
  }
  #con02 .tester-wrapper .content-wrapper .content .top .profile .text .name span {
    /* font-size: 12px; */
    font-size: 16px;
  }
}
#con02 .tester-wrapper .content-wrapper .content .top .profile .text .info {
  margin-bottom: -8px;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper .content-wrapper .content .top .profile .text .info {
    /* font-size: 12px; */
    font-size: 16px;
    line-height: 22px;
  }
}
#con02 .tester-wrapper .content-wrapper .content .top .comment-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.3;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper .content-wrapper .content .top .comment-title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
#con02 .tester-wrapper .content-wrapper .content .top .comment-text {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 48em) {
  #con02 .tester-wrapper .content-wrapper .content .top .comment-text {
    /* font-size: 12px; */
    font-size: 16px;
  }
}
#con02 .tester-wrapper .content-wrapper .content .bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#con02 .saiteki {
  padding: 220px 0 120px;
  background: rgb(206, 32, 47);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(206, 32, 47)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgb(206, 32, 47) 0%, rgb(0, 0, 0) 100%);
}
@media print, screen and (max-width: 48em) {
  #con02 .saiteki {
    padding: 55px 0 50px;
  }
}
#con02 .saiteki .text-box {
  padding: 60px;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
}
@media print, screen and (max-width: 48em) {
  #con02 .saiteki .text-box {
    padding: 35px 18px;
  }
}
#con02 .saiteki .text-box .title-soukatsu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media print, screen and (max-width: 48em) {
  #con02 .saiteki .text-box .title-soukatsu {
    width: 100%;
    font-size: 15px;
  }
}
#con02 .saiteki .text-box .title-soukatsu:before, #con02 .saiteki .text-box .title-soukatsu:after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #000000;
}
#con02 .saiteki .text-box .title-soukatsu span {
  padding: 0 1.5em;
  color: #000000;
  font-size: 32px;
  white-space: nowrap;
}
@media print, screen and (max-width: 48em) {
  #con02 .saiteki .text-box .title-soukatsu span {
    padding: 0 1em;
    font-size: 20px;
  }
}
#con02 .saiteki .text-box .text-soukatsu {
  font-size: 18px;
  line-height: 2;
}
@media print, screen and (max-width: 48em) {
  #con02 .saiteki .text-box .text-soukatsu {
    /* font-size: 13px; */
    font-size: 16px;
  }
}
#con02 .saiteki .text-box .title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 52px;
}
@media print, screen and (max-width: 48em) {
  #con02 .saiteki .text-box .title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}
#con02 .saiteki .text-box .text {
  font-size: 18px;
  line-height: 2;
}
@media print, screen and (max-width: 48em) {
  #con02 .saiteki .text-box .text {
    /* font-size: 13px; */
    font-size: 16px;
  }
}
.btn_taylormade {
	text-align: center;
	margin-top: -50px;
}
@media print, screen and (max-width: 48em) {
	.btn_taylormade {
		padding: 0 60px;
	}
}