@charset "UTF-8";
/**
 * COMMON CSS
 *
 * @version   0.01 2015-05-01
 *
 */
/* ----------------------------------------------------------------------
    HTML NORMALIZE
----------------------------------------------------------------------*/
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;
  vertical-align: baseline;
}

body {
  /**
   * Corrects text resizing oddly in IE6/7 when body font-size is set using em units
   * http://clagnut.com/blog/348/#c790
   */
  font-size: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  /*overflow-y: scroll;*/
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

img {
  border: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

pre, code, kbd, samp, tt {
  font-family: monospace, serif;
  font-size: 1em;
  *font-family: 'courier new', monospace;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

[hidden] {
  display: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

svg:not(:root) {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
}

.clearfix, header, .main_section_contents .main_section_scontents02 .main_ss_text, .col2_box, #menu_section ul, .section_contents .section_contents_products .products_list {
  *zoom: 1;
}
.clearfix:before, header:before, .main_section_contents .main_section_scontents02 .main_ss_text:before, .col2_box:before, #menu_section ul:before, .section_contents .section_contents_products .products_list:before, .clearfix:after, header:after, .main_section_contents .main_section_scontents02 .main_ss_text:after, .col2_box:after, #menu_section ul:after, .section_contents .section_contents_products .products_list:after {
  content: "";
  display: block;
  overflow: hidden;
}
.clearfix:after, header:after, .main_section_contents .main_section_scontents02 .main_ss_text:after, .col2_box:after, #menu_section ul:after, .section_contents .section_contents_products .products_list:after {
  clear: both;
}

/* ************************************
 *
 * SCSS Media Queries Mixins
 *
 * Aauthor   : Ryuichi Nonaka
 * Version   : 0.5.0
 * Copyright : 2012 Ryuichi Nonaka
 * Date      : 2013/08/07
 *
 * Released under the MIT license
 *
 *********************************** */
/* ************************************
 *
 * MediaQueries Mixin
 * Initialize variables
 *
 * @param $min-width: num - Minimum device width.
 * @param $max-width: num - Maximum device width.
 * @param $resolution: num - Device pixel ratio.
 * @param $orientation: string or boolean [portrait|landscape|false] - Device orientation.
 *
 *********************************** */
.pc-tb {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .pc-tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .sp {
    display: block;
  }
}

html, body, #wrap {
  width: 99%;
  height: 100%;
  margin: 0 auto;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

body {
  line-height: 1.5;
  font-family: "Times New Roman", "Yu Mincho","YuMincho","Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  background: black url("../images/pc/main_bg.jpg") center top no-repeat;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  body {
    min-width: initial;
    min-width: auto;
    background: none;
    background-color: #000;
  }
}

.main_section_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  display: none;
}
.main_section_bg img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .main_section_bg {
    top: 50px;
    display: block;
  }
}

#wrap {
  position: relative;
  z-index: 0;
  width: 100%;
}

header {
  width: 100%;
  height: 50px;
  z-index: 1;
  max-width: 950px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  header {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto 0 auto;
    left: 0;
    height: auto;
    min-width: initial;
    min-width: auto;
    background: #000;
    background-image: none;
  }
  header.fixed {
    position: fixed;
    z-index: 9999;
  }
}
header #logo {
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  header #logo img {
    height: 50px;
  }
}
header .sp_menu_btn {
  display: none;
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  header .sp_menu_btn {
    display: block;
    min-width: initial;
    min-width: auto;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-right: 2%;
    height: 35px;
  }
  header .sp_menu_btn img {
    height: 100%;
  }
}

.sp_menu_common {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .sp_menu_common {
    z-index: 9998;
  }
  .sp_menu_common.active {
    display: block;
  }
  .sp_menu_common .bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .75;
  }
  .sp_menu_common ul {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
  }
  .sp_menu_common ul li {
    text-align: center;
    width: 100%;
    margin-bottom: 5%;
  }
  .sp_menu_common ul li.menu01 img {
    width: 101px;
  }
  .sp_menu_common ul li.menu02 img {
    width: 100px;
  }
  .sp_menu_common ul li.menu03 img {
    width: 118px;
  }
  .sp_menu_common ul li.menu04 img {
    width: 101px;
  }
}

#main_section {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 715px;
  max-width: 950px;
  margin: -50px auto 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section {
    position: static;
    margin: 0 auto 10% auto;
    height: auto;
    min-height: 0;
  }
}
#main_section .top_contents {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 2;
}
#main_section .top_contents .top_contents_inr {
  position: relative;
}
#main_section .top_contents .top_contents_inr p {
  margin: 30px 0 0% 0;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .top_contents .top_contents_inr p {
    margin: 3% 2.5% 0% 2.5%;
    font-size: 11px;
    line-height: 1.8;
  }
}
#main_section .top_contents #svg_logo {
  width: 302px;
  height: 348px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .top_contents #svg_logo {
    width: 202px;
    height: 248px;
    top: 3.7%;
  }
}
#main_section .top_contents #svg_logo .inr {
  position: relative;
  width: 100%;
  height: 100%;
}
#main_section .top_contents #svg_logo .inr .svg_logo_img01 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .top_contents #svg_logo .inr .svg_logo_img01 {
    width: 82%;
    top: 6%;
  }
}
#main_section .top_contents #svg_logo .inr .svg {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .top_contents #svg_logo .inr .svg {
    width: 200px;
    height: 200px;
  }
}
#main_section .top_contents #svg_logo .inr .svg_logo_img02 {
  position: absolute;
  bottom: -5px;
  left: 58px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .top_contents #svg_logo .inr .svg_logo_img02 {
    width: 65%;
    bottom: -1%;
    left: 18%;
  }
}
#main_section .top_contents .ms_img01 {
  margin: 60px auto 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .top_contents {
    position: relative;
    top: auto;
    padding-top: 15%;
    font-size: 10px;
  }
  #main_section .top_contents .ms_img01 {
    width: 25%;
    margin: 11% auto 0 auto;
  }
  #main_section .top_contents p {
    margin: 0 5%;
    padding-top: 2.5%;
    padding-bottom: 8%;
  }
}
#main_section .scroll_btn {
  cursor: pointer;
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #main_section .scroll_btn {
    position: static;
    margin-left: auto;
  }
  #main_section .scroll_btn img {
    width: 12%;
  }
}

.main_section_contents {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  padding-top: 10%;
  max-width: 950px;
  margin: 0 auto;
}
.main_section_contents .main_section_bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.main_section_contents .main_section_bg2 img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .main_section_contents .main_section_bg2 {
    display: none;
  }
}
.main_section_contents p {
  padding-top: 30px;
  padding-bottom: 85px;
}
.main_section_contents .main_section_scontents01 {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 18%;
}
.main_section_contents .main_section_scontents01 .section_ttl {
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .main_section_contents .main_section_scontents01 .section_ttl {
    width: 45%;
    margin: 0 auto 5% auto;
  }
}
.main_section_contents .main_section_scontents01 p {
  font-size: 13px;
  padding: 0;
  margin-bottom: 45px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .main_section_contents .main_section_scontents01 p {
    text-align: left;
    width: auto;
    margin: 0 5% 5% 5%;
    font-size: 11px;
  }
}
.main_section_contents .main_section_scontents02 {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 18%;
}
.main_section_contents .main_section_scontents02 .section_ttl {
  margin-bottom: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .main_section_contents .main_section_scontents02 .section_ttl {
    width: 70%;
    margin: 0 auto 8% auto;
  }
}
.main_section_contents .main_section_scontents02 .main_ss_text {
  max-width: 970px;
  margin: 0 auto;
}
.main_section_contents .main_section_scontents02 .main_ss_text img {
  float: left;
  width: 24%;
  max-width: 100%;
  margin-right: 5%;
}
.main_section_contents .main_section_scontents02 .main_ss_text p {
  float: left;
  text-align: left;
  width: 70%;
  line-height: 2.0;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 690px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .main_section_contents .main_section_scontents02 .main_ss_text img {
    float: none;
    margin-bottom: 5%;
    width: 40%;
  }
  .main_section_contents .main_section_scontents02 .main_ss_text p {
    float: none;
    width: auto;
    margin: 0 5%;
    font-size: 11px;
  }
}
.main_section_contents .main_section_scontents02 p {
  font-size: 14px;
  padding: 0;
  margin-bottom: 45px;
}

.col2_box {
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .col2_box {
    width: auto;
  }
}
.col2_box .col2_1 {
  float: left;
  width: 50%;
}
.col2_box .col2_1 img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .col2_box .col2_1 {
    width: 100%;
    float: none;
  }
}
.col2_box .col2_2 {
  float: left;
  width: 50%;
}
.col2_box .col2_2 img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .col2_box .col2_2 {
    width: 100%;
    float: none;
  }
}

#menu_section {
  max-width: 950px;
  margin: 0 auto 11% auto;
}
#menu_section ul li {
  float: left;
  width: 25%;
}
#menu_section ul li img {
  width: 100%;
}
#menu_section ul li a {
  display: block;
  background: #000;
  min-width: 156px;
  min-height: 140px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #menu_section ul li a {
    background: none;
    min-width: 0;
    min-height: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #menu_section ul li {
    width: 50%;
  }
  #menu_section ul li:nth-of-type(1) {
    margin-bottom: 20px;
  }
  #menu_section ul li:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
#menu_section .fixed_menu {
  display: none;
}
#menu_section .fixed_menu a {
  min-width: 156px;
  min-height: 58px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #menu_section .fixed_menu a {
    min-width: 0;
    min-height: 0;
  }
}
#menu_section.fixed .fixed_menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}
#menu_section.fixed .fixed_menu ul {
  max-width: 950px;
  margin: 0 auto;
}
#menu_section.fixed .fixed_menu a {
  display: block;
  background: #000;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #menu_section.fixed .fixed_menu a {
    background: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  #menu_section.fixed .fixed_menu {
    display: none;
  }
}

.section_contents {
  max-width: 950px;
  display: block;
  margin: 0 auto 10% auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents {
    margin: 0 auto 20% auto;
  }
}
.section_contents .section_ttl {
  margin-bottom: 4.5%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents .section_ttl {
    margin: 0 5% 4.5% 5%;
  }
}
.section_contents .section_contents_photo {
  margin-bottom: 50px;
}
.section_contents .section_contents_photo a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  max-width: 720px;
  margin: 0 auto;
}
.section_contents .section_contents_photo a img {
  border: 1px solid #0c233e;
  max-width: 718px;
  width: 99.8%;
}
.section_contents .section_contents_photo a .sc_photo_btn2 {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.section_contents .section_contents_photo a .sc_photo_btn2 img {
  border: none;
  width: auto;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents .section_contents_photo a .sc_photo_btn2 {
    display: none;
  }
}
.section_contents .section_contents_photo a .sc_photo_caption {
  line-height: 30px;
  height: 30px;
  padding: 0 2%;
  font-size: 11px;
  background: #0c223b;
  display: block;
  position: absolute;
  right: 130px;
  bottom: -30px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents .section_contents_photo a .sc_photo_caption {
    right: 0px;
  }
}
.section_contents p {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents p {
    margin: 0 5% 5% 5%;
    text-align: left;
    font-size: 11px;
  }
}
.section_contents .section_contents_products {
  margin-top: 5%;
}
.section_contents .section_contents_products .products_list li {
  float: left;
  padding-left: 7.37%;
  background: url("../images/pc/icon_star.png") 0 50% no-repeat;
}
.section_contents .section_contents_products .products_list li:first-child {
  padding-left: 0;
}
.section_contents .section_contents_products .products_list li.products_list_01 {
  width: 28.421%;
}
.section_contents .section_contents_products .products_list li.products_list_02 {
  width: 31.579%;
}
.section_contents .section_contents_products .products_list li.products_list_03 {
  width: 25.263%;
}
.section_contents .section_contents_products .products_list li a {
  display: block;
  background: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents .section_contents_products .products_list li a {
    background: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents .section_contents_products .products_list li {
    background: none;
    padding-left: 0;
    padding-right: 0%;
    float: right;
  }
  .section_contents .section_contents_products .products_list li:first-child {
    float: none;
    margin-bottom: 5%;
  }
  .section_contents .section_contents_products .products_list li.products_list_02 {
    padding-right: 0;
    float: left;
  }
  .section_contents .section_contents_products .products_list li.products_list_01 {
    width: 100%;
  }
  .section_contents .section_contents_products .products_list li.products_list_02 {
    width: 50%;
  }
  .section_contents .section_contents_products .products_list li.products_list_03 {
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents .section_contents_products {
    margin: 0 5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents.section_end img {
    max-width: 60%;
  }
}
.section_contents.section_end ul {
  margin-top: 35px;
}
.section_contents.section_end ul li {
  display: inline-block;
  margin-left: 16px;
}
.section_contents.section_end ul li:first-child {
  margin-left: 0;
}
.section_contents.section_end ul li a {
  width: 170px;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents.section_end ul li {
    width: 40%;
  }
  .section_contents.section_end ul li a {
    width: auto;
  }
  .section_contents.section_end ul li img {
    max-width: 100%;
  }
}
.section_contents#section02 .section_contents_products .products_list li {
  float: left;
  padding-left: 7.36842%;
  background: url("../images/pc/icon_star.png") 0% 50% no-repeat;
}
.section_contents#section02 .section_contents_products .products_list li:first-child {
  padding-left: 0;
}
.section_contents#section02 .section_contents_products .products_list li.products_list_01 {
  width: 18.84211%;
}
.section_contents#section02 .section_contents_products .products_list li.products_list_03 {
  width: 23.05263%;
}
.section_contents#section02 .section_contents_products .products_list li.products_list_02 {
  width: 17.26316%;
}
.section_contents#section02 .section_contents_products .products_list li.products_list_04 {
  width: 18.31579%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents#section02 .section_contents_products .products_list li {
    background: none;
  }
  .section_contents#section02 .section_contents_products .products_list li:first-child {
    float: none;
    margin-bottom: 5%;
  }
  .section_contents#section02 .section_contents_products .products_list li.products_list_02, .section_contents#section02 .section_contents_products .products_list li.products_list_03 {
    padding-left: 0;
    float: left;
  }
  .section_contents#section02 .section_contents_products .products_list li.products_list_01 {
    width: 100%;
  }
  .section_contents#section02 .section_contents_products .products_list li.products_list_02 {
    width: 50%;
  }
  .section_contents#section02 .section_contents_products .products_list li.products_list_03 {
    width: 50%;
  }
  .section_contents#section02 .section_contents_products .products_list li.products_list_04 {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .section_contents#section02 .section_contents_products {
    margin: 0 5%;
  }
}

footer {
  text-align: center;
  vertical-align: bottom;
}
footer img {
  max-width: 100%;
  vertical-align: bottom;
}

#logo_svg {
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#logo_svg path {
  fill: #ffffff;
  fill-opacity: 0;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  /*stroke-linejoin: bevel;*/
}

.svg_line {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5;
  /*stroke-miterlimit:10*/
}
