@charset "utf-8";
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
#buy, #privacy, #raw, #contact {
  /*------------------------------------------------------------------------------------------
   *
   *
   common_pc.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  background-color: #f5f5f1;
}
main {
  width: 100vw;
  overflow: hidden;
}
.is_sp main {
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   min-width : 751px
   *
   *
   ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
   *
   common settings
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   header
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   footer
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   .foot_menu
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   #foot_nav
   *
   -------------------------------------------------- */
  br.sp {
    display: none;
  }
  img.sp {
    display: none;
  }
  .switch_sp, .switch_sp * {
    display: none;
  }
  header {
    width: 100vw;
    height: 5vw !important;
    max-height: 60px !important;
    border-bottom: 1px solid #eae8e9;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header h1 {
    position: absolute;
    top: 1vw;
    left: 2.5vw;
  }
  header h1 img {
    width: 16.5vw !important;
    max-width: 198px !important;
  }
  header nav {
    height: 5vw !important;
    max-height: 60px !important;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  header nav ul {
    display: flex;
  }
  header nav ul li {
    letter-spacing: 0.1em;
    margin-left: 2.5vw;
  }
  header nav ul li a {
    height: 5vw !important;
    max-height: 60px !important;
    display: flex;
    align-items: center;
    position: relative;
  }
  header nav .buy {
    margin-left: 2.91667vw;
  }
  header nav .buy .ico {
    margin-right: 0.83333vw;
  }
  header nav .buy .ico svg {
    width: 1.66667vw !important;
    max-width: 20px !important;
  }
  header nav .buy a {
    width: 11.66667vw !important;
    max-width: 140px !important;
    height: 5vw !important;
    max-height: 60px !important;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
  }
  header nav a {
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  header .head_flow {
    position: absolute;
    top: 2vw;
    right: 1vw;
  }
  header .head_flow ul {
    display: flex;
  }
  header .head_flow ul li {
    margin: 0 1.5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
  }
  header .head_flow ul li.on:before {
    content: '';
    display: block;
    width: 100%;
    height: 0.16667vw !important;
    max-height: 2px !important;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -0.66667vw;
  }
  header .head_flow ul li:after {
    content: '＞';
    display: block;
    font-weight: bold;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    right: -1.91667vw;
  }
  header .head_flow ul li:last-child:after {
    display: none;
  }
  #home header {
    transform: translateY(-5.83333vw);
    transition: transform;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #home header.on {
    transform: translateY(0);
  }
  #content_inner {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #sub_kv {
    margin-top: 5vw;
    height: 5vw !important;
    max-height: 60px !important;
    position: relative;
  }
  #sub_kv h2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  footer {
    margin-top: auto;
  }
  footer .foot_btn {
    margin-bottom: 6.66667vw;
  }
  footer .foot_btn ul {
    display: flex;
  }
  footer .foot_btn li {
    width: 50%;
  }
  footer .foot_btn li .arrow svg * {
    fill: #fff;
  }
  footer .foot_btn li a {
    width: 100%;
    height: 15vw !important;
    max-height: 180px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  footer .foot_btn li.buy a {
    background-color: #ff4242;
    border: 0.16667vw solid #ff4242;
  }
  footer .foot_btn li.contact a {
    background-color: #1b1b1b;
    border: 0.16667vw solid #1b1b1b;
  }
  footer .foot_btn li .ico {
    margin-right: 2.33333vw;
  }
  footer .foot_btn li p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  footer .foot_btn li p .s {
    margin-top: 0.66667vw;
    display: block;
    font-weight: normal;
  }
  footer .foot_btn li .arrow {
    margin-left: 3.16667vw;
  }
  footer .foot_btn li.buy a .ico svg {
    width: 3.83333vw !important;
    max-width: 46px !important;
    height: 3.5vw !important;
    max-height: 42px !important;
  }
  footer .foot_btn li.contact a .ico svg {
    width: 4.375vw !important;
    max-width: 52.5px !important;
    height: 3.04167vw !important;
    max-height: 36.5px !important;
  }
  footer .foot_btn li.buy a .arrow svg {
    width: 13.79167vw !important;
    max-width: 165.5px !important;
    height: 0.625vw !important;
    max-height: 7.5px !important;
  }
  footer .foot_btn li.contact a .arrow svg {
    width: 6.04167vw !important;
    max-width: 72.5px !important;
    height: 0.625vw !important;
    max-height: 7.5px !important;
  }
  footer .foot_menu {
    position: relative;
  }
  footer .foot_menu ul {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
  }
  footer .foot_menu li {
    width: 100%;
    margin-bottom: 6.66667vw;
    text-align: center;
    position: relative;
  }
  footer .foot_menu li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .foot_menu li .ph {
    width: 60vw !important;
    max-width: 720px !important;
    height: 30vw !important;
    max-height: 360px !important;
    position: relative;
    pointer-events: none;
  }
  footer .foot_menu li .ph img {
    width: 60vw !important;
    max-width: 720px !important;
    height: 30vw !important;
    max-height: 360px !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .foot_menu li .ph img.on {
    opacity: 0;
    z-index: 2;
  }
  footer .foot_menu li .col {
    width: 30vw !important;
    max-width: 360px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .foot_menu li .title {
    padding-bottom: 3.5vw;
    margin-bottom: 2.5vw;
    position: relative;
  }
  footer .foot_menu li .title:after {
    content: '';
    display: block;
    width: 2.66667vw !important;
    max-width: 32px !important;
    height: 0.16667vw !important;
    max-height: 2px !important;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: calc(50%);
    transform: translateX(-50%);
  }
  footer .foot_menu li.feature .title img {
    width: 5.33333vw !important;
    max-width: 64px !important;
  }
  footer .foot_menu li.special .title img {
    width: 5vw !important;
    max-width: 60px !important;
  }
  footer .foot_menu li h3 {
    margin-bottom: 1.66667vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.33333em;
  }
  footer .foot_menu li h4 {
    margin-bottom: 3.33333vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  footer .foot_menu li .btn_detail {
    width: 11vw !important;
    max-width: 132px !important;
    height: 2.16667vw !important;
    max-height: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.12em;
    background-color: #fff;
    border-radius: 2.5vw;
  }
  footer .foot_menu li .btn_detail .ico {
    display: inline-block;
    margin-left: 0.41667vw;
    margin-bottom: 0.41667vw;
  }
  #foot_nav {
    width: 100%;
    height: 38.33333vw !important;
    max-height: 460px !important;
    padding-top: 3vw;
    background-image: url(../images/ph_foot.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
  }
  #foot_nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #foot_nav .content_nav {
    display: flex;
    align-items: center;
  }
  #foot_nav .content_nav h1 {
    margin: 0 3.33333vw 0 2.66667vw;
  }
  #foot_nav .top ul {
    display: flex;
    align-items: center;
  }
  #foot_nav .top li {
    margin-right: 2.33333vw;
  }
  #foot_nav li a {
    color: #fff;
    letter-spacing: 0.12em;
  }
  #foot_nav .content_nav li a {
    font-weight: bold;
  }
  #foot_nav .btm {
    width: 100%;
    padding: 0 2.33333vw 0 1.66667vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }
  #foot_nav .btm .copyright {
    margin-bottom: 1.66667vw;
  }
  #foot_nav p {
    letter-spacing: 0.12em;
    color: #fff;
  }
  #foot_nav .btm ul, #foot_nav .btm li, #foot_nav .btm li a {
    display: flex;
    align-items: center;
  }
  #foot_nav .btm ul {
    margin-bottom: 0.83333vw;
  }
  #foot_nav .btm li {
    margin-left: 2.08333vw;
  }
  #foot_nav .btm li p {
    margin-left: 0.66667vw;
  }
  #foot_nav li.okanetsu img {
    width: 17vw !important;
    max-width: 204px !important;
  }
  #foot_nav li.n1000 img {
    width: 11.58333vw !important;
    max-width: 139px !important;
    position: relative;
    top: -0.58333vw;
  }
  .sub #foot_nav {
    height: 8.33333vw !important;
    max-height: 100px !important;
    background-position: center 23%;
  }
  .sub #foot_nav .btm {
    align-items: inherit !important;
  }
  .sub #foot_nav .btm .copyright {
    margin-bottom: 3.75vw;
  }
}
/* -------------------------------------------------- */
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
@media screen and (min-width: 1200px) {
  /*------------------------------------------------------------------------------------------
   *
   *
   common_pc.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /* --------------------------------------------------
   * 
   header
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   header
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   footer
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   .foot_menu
   *
   -------------------------------------------------- */
  /* --------------------------------------------------
   * 
   #foot_nav
   *
   -------------------------------------------------- */
  header {
    width: 100vw;
    height: 5vw !important;
    max-height: 60px !important;
    border-bottom: 1px solid #eae8e9;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header h1 {
    position: absolute;
    top: 12px;
    left: 30px;
  }
  header nav {
    height: 5vw !important;
    max-height: 60px !important;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  header nav ul {
    display: flex;
  }
  header nav ul li {
    letter-spacing: 0.1em;
    margin-left: 30px;
  }
  header nav ul li a {
    height: 5vw !important;
    max-height: 60px !important;
    display: flex;
    align-items: center;
    position: relative;
  }
  header nav .buy {
    margin-left: 35px;
  }
  header nav .buy .ico {
    margin-right: 10px;
  }
  header nav .buy .ico svg {
    width: 1.66667vw !important;
    max-width: 20px !important;
  }
  header nav .buy a {
    width: 11.66667vw !important;
    max-width: 140px !important;
    height: 5vw !important;
    max-height: 60px !important;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
  }
  header nav a {
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  header .head_flow {
    position: absolute;
    top: 24px;
    right: 12px;
  }
  header .head_flow ul {
    display: flex;
  }
  header .head_flow ul li {
    margin: 0 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
  }
  header .head_flow ul li.on:before {
    content: '';
    display: block;
    width: 100%;
    height: 0.16667vw !important;
    max-height: 2px !important;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -8px;
  }
  header .head_flow ul li:after {
    content: '＞';
    display: block;
    font-weight: bold;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    right: -23px;
  }
  header .head_flow ul li:last-child:after {
    display: none;
  }
  #content_inner {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #sub_kv {
    margin-top: 60px;
    height: 5vw !important;
    max-height: 60px !important;
    position: relative;
  }
  #sub_kv h2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.12em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  footer .foot_btn {
    margin-bottom: 80px;
  }
  footer .foot_btn ul {
    display: flex;
  }
  footer .foot_btn li {
    width: 50%;
  }
  footer .foot_btn li .arrow svg * {
    fill: #fff;
  }
  footer .foot_btn li a {
    width: 100%;
    height: 15vw !important;
    max-height: 180px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  footer .foot_btn li.buy a {
    background-color: #ff4242;
    border: 2px solid #ff4242;
  }
  footer .foot_btn li.contact a {
    background-color: #1b1b1b;
    border: 2px solid #1b1b1b;
  }
  footer .foot_btn li .ico {
    margin-right: 28px;
  }
  footer .foot_btn li p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  footer .foot_btn li p .s {
    margin-top: 8px;
    display: block;
    font-weight: normal;
  }
  footer .foot_btn li .arrow {
    margin-left: 38px;
  }
  footer .foot_btn li.buy a .ico svg {
    width: 3.83333vw !important;
    max-width: 46px !important;
    height: 3.5vw !important;
    max-height: 42px !important;
  }
  footer .foot_btn li.contact a .ico svg {
    width: 4.375vw !important;
    max-width: 52.5px !important;
    height: 3.04167vw !important;
    max-height: 36.5px !important;
  }
  footer .foot_btn li.buy a .arrow svg {
    width: 13.79167vw !important;
    max-width: 165.5px !important;
    height: 0.625vw !important;
    max-height: 7.5px !important;
  }
  footer .foot_btn li.contact a .arrow svg {
    width: 6.04167vw !important;
    max-width: 72.5px !important;
    height: 0.625vw !important;
    max-height: 7.5px !important;
  }
  footer .foot_menu {
    position: relative;
  }
  footer .foot_menu ul {
    width: 90vw !important;
    max-width: 1080px !important;
    margin: 0 auto;
  }
  footer .foot_menu li {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    position: relative;
  }
  footer .foot_menu li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .foot_menu li .ph {
    width: 60vw !important;
    max-width: 720px !important;
    height: 30vw !important;
    max-height: 360px !important;
    position: relative;
    pointer-events: none;
  }
  footer .foot_menu li .ph img {
    width: 60vw !important;
    max-width: 720px !important;
    height: 30vw !important;
    max-height: 360px !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .foot_menu li .ph img.on {
    opacity: 0;
    z-index: 2;
  }
  footer .foot_menu li .col {
    width: 30vw !important;
    max-width: 360px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .foot_menu li .title {
    padding-bottom: 42px;
    margin-bottom: 30px;
    position: relative;
  }
  footer .foot_menu li .title:after {
    content: '';
    display: block;
    width: 2.66667vw !important;
    max-width: 32px !important;
    height: 0.16667vw !important;
    max-height: 2px !important;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: calc(50%);
    transform: translateX(-50%);
  }
  footer .foot_menu li.feature .title img {
    width: 5.33333vw !important;
    max-width: 64px !important;
  }
  footer .foot_menu li.special .title img {
    width: 5vw !important;
    max-width: 60px !important;
  }
  footer .foot_menu li h3 {
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.33333em;
  }
  footer .foot_menu li h4 {
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  footer .foot_menu li .btn_detail {
    width: 11vw !important;
    max-width: 132px !important;
    height: 2.16667vw !important;
    max-height: 26px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.12em;
    background-color: #fff;
    border-radius: 30px;
  }
  footer .foot_menu li .btn_detail .ico {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  #foot_nav {
    width: 100%;
    height: 38.33333vw !important;
    max-height: 460px !important;
    padding-top: 36px;
    background-image: url(../images/ph_foot.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
  }
  #foot_nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #foot_nav .content_nav {
    display: flex;
    align-items: center;
  }
  #foot_nav .content_nav h1 {
    margin: 0 40px 0 32px;
  }
  #foot_nav .top ul {
    display: flex;
    align-items: center;
  }
  #foot_nav .top li {
    margin-right: 28px;
  }
  #foot_nav li a {
    color: #fff;
    letter-spacing: 0.12em;
  }
  #foot_nav .content_nav li a {
    font-weight: bold;
  }
  #foot_nav .btm {
    width: 100%;
    padding: 0 28px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
  }
  #foot_nav .btm .copyright {
    margin-bottom: 20px;
  }
  #foot_nav p {
    letter-spacing: 0.12em;
    color: #fff;
  }
  #foot_nav .btm ul, #foot_nav .btm li, #foot_nav .btm li a {
    display: flex;
    align-items: center;
  }
  #foot_nav .btm ul {
    margin-bottom: 10px;
  }
  #foot_nav .btm li {
    margin-left: 25px;
  }
  #foot_nav .btm li p {
    margin-left: 8px;
  }
  #foot_nav li.okanetsu img {
    width: 17vw !important;
    max-width: 204px !important;
  }
  #foot_nav li.n1000 img {
    width: 11.58333vw !important;
    max-width: 139px !important;
    position: relative;
    top: -7px;
  }
  .sub #foot_nav {
    height: 8.33333vw !important;
    max-height: 100px !important;
    background-position: center 23%;
  }
  .sub #foot_nav .btm {
    align-items: inherit !important;
  }
  .sub #foot_nav .btm .copyright {
    margin-bottom: 45px;
  }
}
/* ----- min-width : 1200px ----- */
