@charset "UTF-8";
/*****************************************************************************
 reset 
 *****************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul, ol {
  list-style-type: none; }

em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img,
object,
embed {
  border: 0;
  vertical-align: top; }

hr {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

li {
  list-style-type: none; }

strong {
  font-weight: bold; }

/*****************************************************************************
 clearfix 
 *****************************************************************************/
.cb {
  clear: both;
  font-size: 1%;
  height: 0;
  line-height: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
/*****************************************************************************
 base
 *****************************************************************************/
body {
  background-color: #fff;
  font-size: 87.5%;
  /* 14px */
  font-family: "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  color: #5b5b5b;
  text-align: center; }

img {
  width: 100%; }

a:hover {
  text-decoration: none; }

/*plaseholder(フォームの仮テキスト)*/
/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: #ababab; }

/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
::-webkit-input-placeholder {
  color: #ababab; }

/* ▼Firefox18以前用 */
:-moz-placeholder {
  color: #ababab; }

/* ▼Firefox19以上用 */
::-moz-placeholder {
  color: #ababab;
  opacity: 1; }

/* ▼CSS標準(予定)の記述 */
:placeholder-shown {
  color: #ababab; }

/*****************************************************************************
 header 
 *****************************************************************************/
header {
  background: #fff;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1000; }
  @media (max-width: 767px) {
    header {
      padding: 1vw 0 0; } }
  header #menu-icon {
    position: absolute;
    right: 10px;
    top: 7px;
    margin-right: 2vw;
    display: none;
    display: inline;
    cursor: pointer; }
    @media (max-width: 767px) {
      header #menu-icon {
        top: 3.5vw; } }
  header #menu-icon span {
    border: 2px solid #000;
    width: 40px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .1s; }
    @media (max-width: 767px) {
      header #menu-icon span {
        width: 5vw;
        min-width: 20px; } }
  header #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px; }
  header #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -9px; }
  header #menu-icon.active .third {
    display: none; }
  header .logo {
    text-align: left;
    display: block;
    margin: 10px 0 10px 20px; }
    @media (max-width: 767px) {
      header .logo img {
        width: 70vw; } }
    @media (max-width: 767px) {
      header .logo {
        margin: 2vw 0; } }
  header .head_shop {
    background: #74a1ff;
    display: block;
    position: absolute;
    top: -3px;
    left: calc(50% - 200px);
    font-size: 15px;
    padding: 10px 20px;
    max-width: 400px;
    width: 100%;
    line-height: 1;
    color: #fff;
    font-weight: bold; }
    header .head_shop:hover {
      opacity: 0.7;
      transition: 0.3s; }
    @media (max-width: 767px) {
      header .head_shop {
        display: none; } }
  header nav {
    display: none;
    width: 100%;
    clear: both;
    float: none;
    max-height: 400px;
    overflow-y: scroll;
    padding: 10px 0 0;
    text-align: left;
    position: relative; }
    header nav ul {
      background: #ede9e9; }
      header nav ul li {
        font-size: 16px; }
        @media (max-width: 767px) {
          header nav ul li {
            font-size: 3.5vw; } }
        header nav ul li a {
          padding: 8px 8px 8px 20px;
          display: block;
          color: #502b26 !important; }
      header nav ul .shop_nav {
        background: #74a1ff; }
        header nav ul .shop_nav a {
          color: #fff !important; }
      header nav ul .shop_nav:hover {
        background: #3861ad; }
    header nav a {
      color: #fff;
      padding: 8px; }
    header nav a:hover {
      background: #502b26;
      color: #fff !important;
      border-radius: 3px; }

header.on {
  position: fixed; }
  header.on #menu-icon {
    margin-top: 5px; }
  header.on .head_shop {
    top: 7px; }

/*****************************************************************************
footer
 *****************************************************************************/
.pagetop {
  position: fixed;
  bottom: 55px;
  right: 0;
  z-index: 2; }

@media screen and (max-width: 767px) {
  .pagetop {
    position: fixed;
    bottom: 0px;
    right: 0; } }
footer {
  background: #502b26;
  padding: 50px 0;
  text-align: center; }
  footer img {
    max-width: 260px; }
    @media (max-width: 767px) {
      footer img {
        width: 50vw; } }
  @media (max-width: 767px) {
    footer {
      padding: 6vw 0; } }

/*****************************************************************************
 TOP 
 *****************************************************************************/
#top {
  /*second_nav*/
  /*title*/
  /*title*/
  /*title*/
  /*about*/
  /*life*/
  /*use*/
  /*price*/
  /*spec*/
  /*support*/ }
  #top .main_img, #top .main_img02 {
    background-image: url(../img/top/main_img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 510px; }
    @media (max-width: 767px) {
      #top .main_img, #top .main_img02 {
        height: 80vw; } }
  #top .main_img02 {
    background-image: url(../img/top/main_img3.jpg); }
    @media (max-width: 767px) {
      #top .main_img02 {
        height: 50vw; } }
  #top .second_nav {
    width: 100%;
    background: #96807d; }
    #top .second_nav .container {
      padding: 0; }
    #top .second_nav ul {
      font-size: 0; }
      #top .second_nav ul li {
        width: 21%;
        text-align: center;
        display: inline-block;
        position: relative; }
        #top .second_nav ul li a {
          width: 100%;
          box-sizing: border-box;
          padding: 7px 0;
          color: #fff;
          display: block;
          font-size: 16px !important;
          font-weight: bold; }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            #top .second_nav ul li a {
              font-size: 14px !important; } }
      #top .second_nav ul li:hover {
        background: #ede9e9; }
        #top .second_nav ul li:hover a {
          color: #502b26; }
        #top .second_nav ul li:hover .arrow {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          left: 50%;
          bottom: -7px;
          border-top: 7px solid #ede9e9;
          border-right: 7px solid transparent;
          border-left: 7px solid transparent;
          margin-left: -4px;
          z-index: 10; }
      #top .second_nav ul li:last-child {
        width: 16%;
        background: #74a1ff; }
        #top .second_nav ul li:last-child a {
          color: #fff; }
      #top .second_nav ul li:last-child:hover {
        background: #3861ad; }
  #top #top_title, #top #top_title02 {
    padding: 40px 0; }
    @media (max-width: 767px) {
      #top #top_title, #top #top_title02 {
        padding: 5vw 0; } }
    #top #top_title h1, #top #top_title02 h1 {
      background-size: 100%;
      text-indent: -9999px;
      width: 100%;
      margin: 0 !important;
      height: 190px; }
      @media (max-width: 767px) {
        #top #top_title h1, #top #top_title02 h1 {
          height: 20vw; } }
    #top #top_title p, #top #top_title02 p {
      color: #502b26;
      font-size: 20px;
      margin: 10px 0; }
      @media (max-width: 767px) {
        #top #top_title p, #top #top_title02 p {
          font-size: 3.2vw; } }
  #top #top_title h1 {
    background: url(../img/top/copy.png) no-repeat center center;
    background-size: 100%; }
  #top #top_title02 h1 {
    background: url(../img/top/copy02.png) no-repeat center center;
    background-size: 100%; }
  #top #about {
    background: #502b26;
    border-bottom: 1px #fff solid;
    padding-bottom: 60px; }
    #top #about .container {
      padding: 0;
      box-sizing: border-box; }
      #top #about .container .col-sm-6 {
        padding: 0; }
      @media (max-width: 767px) {
        #top #about .container .row {
          margin: 0; } }
    #top #about .left_copy {
      text-align: center;
      position: relative;
      display: table; }
      #top #about .left_copy img {
        margin-bottom: 20px; }
      #top #about .left_copy .box_margin {
        display: table-cell;
        vertical-align: middle;
        padding: 0 5px; }
        #top #about .left_copy .box_margin img {
          margin-top: 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          #top #about .left_copy .box_margin {
            padding: 15px;
            line-height: 130%; }
            #top #about .left_copy .box_margin .about_txt01 {
              font-size: 15px; }
            #top #about .left_copy .box_margin .about_txt02 {
              font-size: 14px; } }
        @media (max-width: 767px) {
          #top #about .left_copy .box_margin {
            padding: 6vw 0;
            box-sizing: border-box;
            overflow: hidden; }
            #top #about .left_copy .box_margin img {
              width: 85%; } }
      #top #about .left_copy .arrow {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        top: 50%;
        right: -15px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #502b26;
        margin-top: -7px;
        z-index: 10; }
        @media (max-width: 767px) {
          #top #about .left_copy .arrow {
            top: -20px;
            right: auto;
            left: 50%;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #502b26;
            border-left: 15px solid transparent;
            margin-left: -8px; } }
    #top #about .right_copy {
      text-align: center;
      position: relative;
      display: table; }
      #top #about .right_copy img {
        margin-bottom: 20px; }
      #top #about .right_copy .box_margin {
        display: table-cell;
        vertical-align: middle;
        padding: 0; }
        #top #about .right_copy .box_margin img {
          margin-top: 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          #top #about .right_copy .box_margin {
            padding: 15px;
            line-height: 130%; }
            #top #about .right_copy .box_margin .about_txt01 {
              font-size: 15px; }
            #top #about .right_copy .box_margin .about_txt02 {
              font-size: 14px; } }
        @media (max-width: 767px) {
          #top #about .right_copy .box_margin {
            padding: 6vw 0;
            box-sizing: border-box;
            overflow: hidden; } }
      #top #about .right_copy .arrow {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        top: 50%;
        left: -15px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #502b26;
        margin-top: -7px;
        z-index: 10; }
        @media (max-width: 767px) {
          #top #about .right_copy .arrow {
            top: -20px;
            right: auto;
            left: 50%;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #502b26;
            border-left: 15px solid transparent;
            margin-left: -8px; } }
    @media (max-width: 767px) {
      #top #about .copy_img {
        overflow: hidden; }
        #top #about .copy_img img {
          width: 85%;
          box-sizing: border-box; } }
    #top #about .about_txt01 {
      font-size: 19px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 10px;
      line-height: 130%; }
      #top #about .about_txt01 span {
        font-size: 14px; }
      @media (max-width: 767px) {
        #top #about .about_txt01 {
          font-size: 3.5vw; } }
    #top #about .about_txt02 {
      font-size: 15px;
      line-height: 200%;
      color: #fff;
      margin-top: 30px; }
      @media (max-width: 767px) {
        #top #about .about_txt02 {
          font-size: 3.2vw; } }
    #top #about .about_main_copy {
      margin: 30px auto; }
      @media (max-width: 767px) {
        #top #about .about_main_copy {
          width: 100%; } }
      #top #about .about_main_copy .image {
        text-align: center;
        margin-bottom: 30px; }
        #top #about .about_main_copy .image img {
          max-width: 1023px; }
          @media (max-width: 767px) {
            #top #about .about_main_copy .image img {
              width: 90%; } }
      @media (max-width: 767px) {
        #top #about .about_main_copy .about_txt03 {
          width: 90%;
          margin: 0 auto; } }
      #top #about .about_main_copy .about_txt03 p {
        font-size: 17px;
        text-align: left;
        color: #fff; }
        @media (max-width: 767px) {
          #top #about .about_main_copy .about_txt03 p {
            font-size: 3.4vw; } }
  #top #life {
    background: #502b26;
    border-bottom: 1px #fff solid;
    padding-bottom: 60px;
    /*life_box*/ }
    #top #life .life_box {
      margin-top: 20px; }
      #top #life .life_box .life_title {
        background: #8c7471;
        width: 100%;
        color: #fff;
        font-size: 20px;
        padding: 20px 0; }
        @media (max-width: 767px) {
          #top #life .life_box .life_title {
            font-size: 3.6vw; } }
        #top #life .life_box .life_title img {
          margin-bottom: 10px; }
      #top #life .life_box .life_detail {
        background: #6f514d;
        padding: 20px 15px;
        margin-bottom: 20px; }
        #top #life .life_box .life_detail p {
          text-align: left;
          color: #fff;
          font-size: 15px;
          word-break: break-all;
          margin-bottom: 30px;
          line-height: 170%; }
          @media (max-width: 767px) {
            #top #life .life_box .life_detail p {
              font-size: 3.2vw; } }
        #top #life .life_box .life_detail img {
          margin-bottom: 10px;
          width: 100%; }
          @media (max-width: 767px) {
            #top #life .life_box .life_detail img {
              width: 95%; } }
    #top #life .life_txt01 {
      text-align: right;
      color: #fff;
      font-size: 13px; }
  #top #use {
    background: #502b26;
    padding-bottom: 80px;
    text-align: center; }
    #top #use .youtube_wrap {
      width: 80%;
      margin: auto; }
      @media (max-width: 767px) {
        #top #use .youtube_wrap {
          width: 100%; } }
    #top #use .youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      #top #use .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; }
    #top #use .download_btn {
      display: block;
      width: 450px;
      margin: 30px auto 0;
      border-radius: 50px;
      padding: 20px 30px 20px 80px;
      background-color: #fff;
      background-image: url(../img/top/download_icon.png);
      background-repeat: no-repeat;
      background-position: left 60px center;
      color: #502b26;
      font-size: 20px; }
      @media (max-width: 767px) {
        #top #use .download_btn {
          width: 85%;
          background-size: 7vw;
          background-position: left 10vw center;
          padding: 3vw 5vw 3vw 10vw;
          font-size: 3.8vw; } }
    #top #use .download_btn:hover {
      opacity: 0.7 !important; }
    #top #use .other_btn {
      display: block;
      width: 450px;
      margin: 30px auto 0;
      border-radius: 50px;
      padding: 20px 30px;
      background-color: #fff;
      color: #502b26;
      font-size: 20px;
      text-decoration: none; }
      @media (max-width: 767px) {
        #top #use .other_btn {
          width: 85%;
          padding: 3vw 5vw;
          font-size: 3.8vw; } }
    #top #use .other_btn:hover {
      opacity: 0.7 !important; }
  #top #price, #top #price2 {
    background: url(../img/top/y-shirts.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0 50px; }
    #top #price h2, #top #price2 h2 {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        #top #price h2, #top #price2 h2 {
          margin-bottom: 8vw; } }
    #top #price .price_item_box, #top #price2 .price_item_box {
      display: table; }
      #top #price .price_item_box .price_item, #top #price2 .price_item_box .price_item {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
    #top #price h3, #top #price2 h3 {
      font-size: 18px;
      padding: 20px;
      background: #502b26;
      color: #fff;
      font-weight: bold;
      margin: 0 auto 20px; }
      #top #price h3 p, #top #price2 h3 p {
        display: inline-block;
        text-align: left;
        color: #fff;
        margin: 0;
        line-height: 1.3;
        font-size: 18px; }
      @media (max-width: 767px) {
        #top #price h3, #top #price2 h3 {
          font-size: 4.5vw;
          padding: 10px 20px; }
          #top #price h3 p, #top #price2 h3 p {
            font-size: 4.5vw; } }
    #top #price p, #top #price2 p {
      color: #000;
      font-size: 15px;
      text-align: left;
      line-height: 180%;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #top #price p, #top #price2 p {
          font-size: 3.3vw; } }
    #top #price .shop_btn, #top #price2 .shop_btn {
      background: url(../img/top/btn_bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      padding: 30px 10px;
      color: #fff;
      font-size: 23px;
      font-weight: bold;
      display: block;
      margin-top: 30px; }
      @media (max-width: 767px) {
        #top #price .shop_btn, #top #price2 .shop_btn {
          font-size: 4vw;
          padding: 5vw 3vw; } }
    #top #price .shop_btn:hover, #top #price2 .shop_btn:hover {
      opacity: 0.7 !important; }
  #top #price2 {
    background: url("../img/top/bed.jpg"); }
    #top #price2 h3 {
      background-image: url("../img/top/ttl_bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top left;
      text-align: left; }
  #top #spec, #top #spec2 {
    background: #fff;
    padding: 60px 0; }
    @media (max-width: 767px) {
      #top #spec, #top #spec2 {
        padding: 6vw 0; } }
    #top #spec h3, #top #spec2 h3 {
      background-image: url(../img/top/spec_title.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 15%;
      text-indent: -9999px;
      width: 100%;
      margin: 0 !important;
      height: 100px; }
      @media (max-width: 767px) {
        #top #spec h3, #top #spec2 h3 {
          background-size: 40vw; } }
    #top #spec .container, #top #spec2 .container {
      margin-top: 40px; }
      @media (max-width: 767px) {
        #top #spec .container, #top #spec2 .container {
          margin-top: 5vw; } }
      #top #spec .container p, #top #spec2 .container p {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 15px;
        color: #000;
        text-align: left; }
        @media (max-width: 767px) {
          #top #spec .container p, #top #spec2 .container p {
            font-size: 3.3vw; } }
    #top #spec table, #top #spec2 table {
      width: 100%;
      text-align: left;
      font-size: 15px; }
      @media (max-width: 767px) {
        #top #spec table, #top #spec2 table {
          font-size: 3.3vw;
          line-height: 100%; } }
      #top #spec table th, #top #spec2 table th {
        font-weight: normal;
        width: 25%;
        padding: 3px 10px;
        border: 1px #000 solid;
        color: #000; }
      #top #spec table td, #top #spec2 table td {
        font-weight: normal;
        width: 75%;
        padding: 3px 10px;
        border: 1px #000 solid;
        color: #000; }
  #top #support {
    background: #eff4ff;
    padding: 60px 0; }
    @media (max-width: 767px) {
      #top #support {
        padding: 6vw 0; } }
    #top #support h3 {
      background-image: url(../img/top/support_title.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 18%;
      text-indent: -9999px;
      width: 100%;
      margin: 0 !important;
      height: 100px; }
      @media (max-width: 767px) {
        #top #support h3 {
          background-size: 40vw; } }
    #top #support .container {
      margin-top: 40px; }
      @media (max-width: 767px) {
        #top #support .container {
          margin-top: 5vw; } }
      #top #support .container h4 {
        text-align: left;
        background-color: #fff;
        background-image: url(../img/top/q.png);
        background-repeat: no-repeat;
        background-position: left 20px center;
        padding: 12px 10px 10px 60px;
        font-size: 20px;
        font-weight: bold;
        color: #502b26; }
        @media (max-width: 767px) {
          #top #support .container h4 {
            background-size: 5vw;
            font-size: 4.5vw;
            padding-left: 12vw;
            background-position: left 5vw center; } }
      #top #support .container p {
        margin-top: 20px;
        margin-bottom: 40px;
        font-size: 15px;
        color: #000;
        text-align: left; }
        @media (max-width: 767px) {
          #top #support .container p {
            font-size: 3.3vw;
            margin-top: 4vw;
            margin-bottom: 10vw; } }
    #top #support .shop_btn {
      background: url(../img/top/btn_bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      padding: 30px 10px;
      color: #fff;
      font-size: 23px;
      font-weight: bold;
      display: block;
      margin-top: 30px; }
      @media (max-width: 767px) {
        #top #support .shop_btn {
          font-size: 4vw;
          padding: 5vw 3vw; } }
    #top #support .shop_btn:hover {
      opacity: 0.7 !important; }

/*top*/
.section_title {
  max-width: 457px;
  margin-top: -20px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .section_title {
      width: 75%;
      margin-top: -15px; } }
