/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
article, footer, header, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
ol, ul {
  list-style: none
}
/* reset end */
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Verdana, "メイリオ", Meiryo, sans-serif;
}
a {
  text-decoration: none;
}
a,
a::before,
a::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
h2 {
  font-weight: bold;
}
#header_wrapper, #footer_wrapper {
  background-color: #222222;
  color: #FFF;
}
.btn {
  text-align: center;
  /* border: 1px solid #006300; */
  position: relative;
}
.btn a {
  display: block;
  /* color: #006300; */
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  /* padding: 8px 0; */
  padding: 9px 0;
  font-weight: bold;
  background: #006300;
  border-radius: 24px;
  border: 1px solid #006300;
}
.btn a::after {
  position: absolute;
  /* top: 14px; */
  top: 16px;
  right: 20px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  /* border-top: 2px solid #006300;
  border-right: 2px solid #006300; */
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* for smartphone */
@media screen and (max-width: 1023px) {
  body {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  h1 {
    line-height: 1;
  }
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    vertical-align: top;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
  }
  small {
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
    margin: 0 auto;
    text-align: center;
  }
  #header_wrapper, #footer_wrapper {
    padding: 20px 0;
    margin: 0 auto;
  }
  #header_title {
    margin: 0 auto;
    width: 27%;
  }
  .main_image {
    margin-bottom: 20px;
  }
  .main_image img {
    width: 100%;
  }
  .section_border {
    border-top: solid 1px #000000;
  }
  .container {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .icon {
    margin-bottom: 20px;
  }
  .icon_cycle, .icon_bike {
    display: inline-block;
    width: 12.5%;
    max-width: 84px;
  }
  .icon_cycle {
    margin-right: 0.1%;
  }
  .title1 img {
    width: 88%;
    max-width: 592px;
  }
  .title2 img {
    width: 72%;
    max-width: 463px;
  }
  .title_text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .detail {
    font-size: 10px;
    font-size: 1.0rem;
    margin-bottom: 10px;
  }
  .price {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
  }
  .price span {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
  .btn {
    width: 67%;
    margin: 0 auto 20px;
  }
  .btn a:active {
    opacity: 1;
    filter: alpha(opacity=1);
    background: transparent;
    color: #006300;
  }
  .btn a:active::after {
    border-top: 2px solid #006300;
    border-right: 2px solid #006300;
  }
  .point {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 10px 0;
    line-height: 1;
  }
  .point span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bold;
  }
  .point::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #000000;
    margin-top: 10px;
  }
  .pc_only {
    display: none;
  }
  /* swiper */
  .swiper-container {
  	width: 100%;
    max-width: 409px;
  }
  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important;
  }
  .swiper-slide p {
    padding-bottom: 30px;
  }
  .swiper-pagination-bullet-active {
    background: #006300 !important;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
}
/* for tablet */
@media screen and (min-width: 600px) and (max-width: 1023px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .detail {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .btn {
    margin-bottom: 40px;
  }
}
/* for pc */
@media screen and (min-width: 1023px) {
  body {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.6;
  }
  small {
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
    margin: 0 auto;
    text-align: center;
  }
  #header_wrapper, #footer_wrapper {
    margin: 0 auto;
    width: 1024px;
    padding: 23px 0;
  }
  #header {
    margin: 0 auto;
    width: 824px;
  }
  #header h1, #header h2 {
    display: inline-block;
  }
  #header h1 {
    width: 147px;
    float: left;
    line-height: 1;
    padding-top: 3px;
  }
  #header h2 {
    float: right;
  }
  #header h2 img:first-of-type {
    width: 165px;
    margin-right: 20px;
  }
  #header h2 img:last-of-type {
    width: 176px;
  }
  #header::after, .pc_product_point::after {
    display: block;
    content: "";
    clear: both;
  }
  #wrapper {
    width: 1024px;
    margin: 0 auto;
  }
  #bottle_wrapper,  #holder_wrapper {
    width: 1024px;
    height: 557px;
    position: relative;
    padding: 100px;
    margin-bottom: 50px;
  }
  #bottle_wrapper {
    background: url(../../img/product/bottle_main_bg_pc.jpg) no-repeat;
    background-size: cover;
  }
  #holder_wrapper {
    background: url(../../img/product/holder_main_bg2_pc.jpg) no-repeat;
    background-size: cover;
  }
  .title_area {
    position: absolute;
    width: 495px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .icon {
    font-size: 0;
    margin-bottom: 15px;
  }
  .icon_cycle, .icon_bike {
    display: inline-block;
    width: 52px;
    height: 52px;
  }
  .icon_cycle {
    margin-right: 10px;
  }
  .title1 {
    width: 393px;
  }
  .title2 {
    width: 495px;
  }
  .title1, .title2 {
    margin-bottom: 15px;
  }
  .title_text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 5px;
    width: 406px;
  }
  .detail {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .price {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .price span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btn {
    width: 216px;
  }
  .btn a:hover {
    opacity: 1;
    filter: alpha(opacity=1);
    background: transparent;
    color: #006300;
  }
  .btn a:hover::after {
    border-top: 2px solid #006300;
    border-right: 2px solid #006300;
  }
  .section_border {
    border: solid 1px #000000;
  }
  .pc_product_point {
    margin: 0 auto 50px;
    width: 824px;
  }
  .image_area {
    width: 380px;
    float: left;
  }
  .image_area dt {
    margin-bottom: 10px;
  }
  .image_area ul {
    font-size: 0;
  }
  .image_area li {
    display: inline-block;
  }
  .image_area li:hover {
    cursor : pointer;
    opacity: 0.8;
    filter: alpha(opacity=8);
  }
  .image_area li:not(:last-of-type) {
    margin-right: 10px;
  }
  .text_area {
    width: 396px;
    float: right;
    vertical-align: top;
  }
  .text_area p {
    line-height: 1.75;
  }
  #top_image1, #top_image2 {
    width: 380px;
  }
  .thumbnail1, .thumbnail2 {
    display: inline-block;
    width: 120px;
  }
  .point {
    padding: 0;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .point span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    vertical-align: text-top;
    margin-bottom: 10px;
  }
  .point::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #000000;
    margin-top: 20px;
  }
  .footer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 26px;
  }
  .footer_image {
    width: 118px;
    float: left;
  }
  .footer_text {
    display: block;
    font-size: 9px;
    font-size: 0.9rem;
    float: right;
    padding-top: 8px;
  }
  .sp_only {
    display: none;
  }
}
