@charset "UTF-8";
/*align---------------------------------*/
.alL {
  text-align: left !important;
}

.alR {
  text-align: right !important;
}

.alC {
  text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 20px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 80px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0 !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 5px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/*padding---------------------------------*/
.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb50 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pb120 {
  padding-bottom: 120px !important;
}

@media screen and (max-width: 768px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}

@media screen and (max-width: 768px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 768px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 768px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}

@media screen and (max-width: 768px) {
  .pt120 {
    padding-top: 60px !important;
  }
}

/*only---------------------------------*/
.pc_only {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

/*-------------------------------------------------
 　スマホメニュー部分
/*-------------------------------------------------*/
/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: block;
  position: absolute;
  z-index: 1000;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  /*スマホメニューを開いてる時のボタン*/
}

.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 6px;
  background: #FFAE30;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 24px;
}

.hamburger span:nth-child(3) {
  top: 38px;
}

.hamburger.active span:nth-child(1) {
  top: 22px;
  left: 6px;
  background: #FFAE30;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 22px;
  background: #FFAE30;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  color: #fff;
  background: #4E4E4E;
  width: 100%;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-top: 0px;
  height: 100%;
  /*クリックでjQueryで追加・削除*/
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: .4s all;
  transition: .4s all;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #aaa;
}

nav.globalMenuSp ul li a {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  padding: 1rem 3%;
  text-decoration: none;
}

nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*リセット-----------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2.3rem;
  letter-spacing: 0rem;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  background-color: #F2F2F2;
  height: 100%;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.5vw;
    line-height: 6.0vw;
  }
}

/*ベースカラー---------------------------------*/
/*基本設定-----------------------------------*/
div, dl, dt, dd, ul, ul li, ol, ol li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
}

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

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

caption, th {
  text-align: left;
}

q::before, q::after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr {
  display: none;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: none;
  vertical-align: top;
  line-height: 0;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

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

input[type="text"], input[type="password"] {
  border: 1px solid #A9A9A9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  padding: 0 2%;
}

select {
  background-color: #FFF;
  border: 1px solid #A9A9A9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  outline: none;
  border: 1px solid #A9A9A9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2%;
  font-family: inherit;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  color: #000;
}

a:visited {
  color: #000;
}

input[type="button"], input[type="submit"], input[type="image"], input[type="reset"] {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
}

/*セクション--------------------------------*/
.page_width {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 110px 50px;
}

@media screen and (max-width: 768px) {
  .page_width {
    padding: 80px 7%;
  }
}

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .w90 {
    width: 100%;
  }
}

.w80 {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .w80 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .w70 {
    width: 100%;
  }
}

.w60 {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .w60 {
    width: 100%;
  }
}

.w50 {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .w50 {
    width: 100%;
  }
}

.w30 {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .w30 {
    width: 100%;
  }
}

.m_auto {
  margin: 0 auto;
}

/*デザイン部分---------------------------------------------*/
h2 {
  text-align: center;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 7.0vw;
  }
}

/*ヘッダー*/
.header {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 999;
  padding: 25px 60px;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 14px 20px;
  }
}

.head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  position: relative;
}

.head_wrap .logo img {
  width: 200px;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .head_wrap .logo img {
    width: 135px;
  }
}

.navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-justify-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navi ul li:not(:last-child) {
  padding: 0 16px;
}

.navi ul li:not(:last-child) a {
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
  position: relative;
}

.navi ul li:not(:last-child) a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.navi ul li:not(:last-child) a:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.navi ul li:not(:last-child) a:hover {
  opacity: inherit;
}

.navi ul li:last-child {
  margin-left: 40px;
}

/*トップへ戻るボタン*/
.topbtn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #4E4E4E;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .topbtn {
    right: 3%;
    bottom: 10%;
  }
}

.topbtn a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.topbtn a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}

.topbtn.isActive {
  opacity: 0.9;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}

/*トライアルボタン*/
.trial_btn {
  display: block;
  background: #FFAE30;
  border-radius: 5px;
  color: #fff !important;
  padding: 8px 20px 8px 60px;
  font-weight: bold;
  position: relative;
  max-width: 400px;
}

.trial_btn:before {
  content: '';
  width: 38px;
  height: 65px;
  background: url("../img/trial_btn_item.png") center center no-repeat;
  background-size: contain;
  image-rendering: -webkit-optimize-contrast;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trial_btn:hover {
  color: #fff;
}

/*メインイメージ*/
#main {
  padding-top: 100px;
  background: url("../img/main_bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  height: 100vh;
}

@media screen and (max-width: 999px) {
  #main {
    padding-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  #main {
    padding-top: 60px;
    background: none;
  }
  #main:before {
    background: url("../img/main_bg_sp.jpg") no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
}

#main .page_width {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 999px) {
  #main .page_width {
    padding: 80px 3%;
  }
}

#main .main_ttl {
  font-size: 2.9rem;
  line-height: 4.0rem;
  letter-spacing: -0.15rem;
  padding: 0;
}

@media screen and (max-width: 999px) {
  #main .main_ttl {
    font-size: 5.6vw;
    line-height: 8.0vw;
    letter-spacing: -0.05rem;
  }
}

#main p {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #main p {
    font-size: 3.4vw;
  }
}

#main .main_pc {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#main .main_sp {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#main .trial_btn {
  font-size: 1.2rem;
  padding: 12px 20px 12px 60px;
  margin: 0 auto;
}

#main .trial_btn:before {
  width: 44px;
  height: 80px;
}

/*Dr.GRAFTとは？*/
#about {
  text-align: center;
  background: url("../img/about_bg.jpg") center bottom no-repeat, #fea62a;
  background-size: auto;
  padding: 90px 0;
}

@media screen and (max-width: 768px) {
  #about .page_width {
    padding: 80px 3%;
  }
}

@media screen and (max-width: 768px) {
  #about {
    background: url("../img/about_bg.jpg") right bottom no-repeat, #fea62a;
    padding: 0;
    background-size: 250%;
  }
  #about p {
    text-shadow: #fea62a 2px 0 5px,#fea62a 2px 0 5px,#fea62a 2px 0 5px ,#fea62a 0 2px 5px,#fea62a 0 2px 5px,#fea62a 0 2px 5px;
  }
}

#about img {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  #about img {
    max-width: 160px;
  }
}

#about h1 {
  font-weight: normal;
  font-size: 2.5rem;
  letter-spacing: -0.25rem;
}

@media screen and (max-width: 768px) {
  #about h1 {
    font-size: 7.2vw;
    line-height: 8.4vw;
    letter-spacing: -0.1rem;
  }
}

#about p {
  line-height: 2.6rem;
}

@media screen and (max-width: 768px) {
  #about p {
    font-size: 3.0vw;
    line-height: 6.0vw;
  }
}

/*イメージ部分*/
#product div {
  height: 500px;
}

@media screen and (max-width: 768px) {
  #product div {
    height: 250px;
    overflow: hidden;
  }
}

#product div img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

#product div:before {
  background: url("../img/product_bg.jpg") no-repeat center;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  #product div:before {
    content: none;
  }
}

/*特徴*/
#feature {
  background: #000;
  color: #fff;
}

#feature .point_slide {
  background: #fff;
  color: #000;
  padding: 90px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #feature .point_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 24px;
    margin-bottom: 30px;
  }
}

#feature .point_slide .img_area {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #feature .point_slide .img_area {
    width: 100%;
  }
}

#feature .point_slide .text_area {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #feature .point_slide .text_area {
    width: 100%;
    margin-top: 20px;
  }
}

#feature .point_slide .text_area span {
  display: block;
  color: #FF9E19;
  font-size: 1.2rem;
  line-height: 1.0rem;
  padding-bottom: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  #feature .point_slide .text_area span {
    font-size: 3.2vw;
    padding-bottom: 10px;
  }
}

#feature .point_slide .text_area h3 {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 3.2rem;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 999px) {
  #feature .point_slide .text_area h3 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 768px) {
  #feature .point_slide .text_area h3 {
    font-size: 5.8vw;
    line-height: 7.0vw;
    letter-spacing: -0.05rem;
  }
}

/*商品ラインナップ*/
#lineup {
  background-color: #F2F2F2;
}

#lineup .page_width {
  max-width: 1200px;
}

#lineup .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  #lineup .item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#lineup .item_wrap .img_area {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #lineup .item_wrap .img_area {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
  }
  #lineup .item_wrap .img_area img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
}

#lineup .item_wrap .text_area {
  width: 47%;
  max-width: 440px;
}

@media screen and (max-width: 768px) {
  #lineup .item_wrap .text_area {
    width: 100%;
  }
}

#lineup .item_wrap .text_area img {
  width: 150px;
}

@media screen and (max-width: 768px) {
  #lineup .item_wrap .text_area img {
    width: 100px;
  }
}

#lineup .item_wrap .text_area h3 {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: -0.2rem;
}

@media screen and (max-width: 999px) {
  #lineup .item_wrap .text_area h3 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  #lineup .item_wrap .text_area h3 {
    font-size: 6.0vw;
  }
}

#lineup .item_wrap .text_area .capa {
  font-size: 0.8rem;
  color: #919191;
}

#lineup .item_wrap .text_area .price {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  #lineup .item_wrap .text_area .price {
    font-size: 4.5vw;
    padding-top: 10px;
  }
}

#lineup .item_wrap .text_area .price span {
  font-size: 0.8rem;
}

#lineup .item_wrap:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #lineup .item_wrap:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#lineup .cart_btn {
  display: block;
  background: #FFAE30;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 40px 10px 60px;
  border-radius: 5px;
  max-width: 300px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #lineup .cart_btn {
    padding: 18px 40px 18px 60px;
    max-width: 100%;
  }
}

#lineup .cart_btn:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f07a';
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*お試しキャンペーン中*/
#trial {
  background: url("../img/trial_bg.jpg") center center no-repeat;
  background-size: cover;
}

#trial .trial_ttl {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #trial .trial_ttl {
    font-size: 6.5vw;
  }
}

#trial .trial_ttl h2 {
  color: #fff;
  font-weight: normal;
  font-size: 3.0rem;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 768px) {
  #trial .trial_ttl h2 {
    font-size: 6.5vw;
    line-height: 8.0vw;
  }
}

#trial .trial_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #trial .trial_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#trial .trial_wrap .img_area {
  width: 45%;
  max-width: 350px;
}

@media screen and (max-width: 768px) {
  #trial .trial_wrap .img_area {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }
}

#trial .trial_wrap .text_area {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #trial .trial_wrap .text_area {
    width: 100%;
    text-align: center;
  }
}

#trial .trial_wrap .text_area h3 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: normal;
  line-height: 3.0rem;
}

@media screen and (max-width: 768px) {
  #trial .trial_wrap .text_area h3 {
    font-size: 6.5vw;
    line-height: 8.0vw;
  }
}

#trial .haihu_btn {
  display: block;
  background: #000;
  color: #FFAE30;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 20px;
  border-radius: 5px;
  max-width: 400px;
  position: relative;
  /*&:before{
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f061';
      position: absolute;
      left: 7%;
      top: 50%;
      transform: translateY(-50%);
    }*/
}

@media screen and (max-width: 768px) {
  #trial .haihu_btn {
    font-size: 1.0rem;
    max-width: 100%;
    padding: 18px 20px;
  }
}

/*スマホ用キャンペーンボタン*/
.trial_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.trial_bottom a {
  display: block;
  width: 100%;
  background: #f76c10;
  color: #fff;
  text-align: center;
  padding: 18px 10px;
  font-size: 4.2vw;
  font-weight: bold;
  /*&:before{
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f061';
      position: absolute;
      left: 10%;
      top: 50%;
      transform: translateY(-50%);
    }*/
}

/*フッター*/
footer {
  background: #4E4E4E;
  color: #fff;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 60px;
  }
}

footer .page_width {
  padding: 80px 50px;
}

@media screen and (max-width: 768px) {
  footer .page_width {
    padding: 50px 20px;
  }
}

footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .footer_wrap {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
  }
}

footer .f_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  footer .f_navi ul {
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    margin-bottom: 40px;
  }
}

footer .f_navi ul a {
  padding: 14px;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  footer .f_navi ul a {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 768px) {
  footer .f_navi ul li {
    padding: 8px 0;
  }
}

footer .copyright {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
  font-weight: lighter;
  letter-spacing: 0.1rem;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    letter-spacing: 0;
    text-align: center;
    padding-left: 0;
    font-size: 0.7rem;
  }
}
/*# sourceMappingURL=style.css.map */