@charset "utf-8";

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex {
    box-sizing: border-box;
    display: flex;
}

/* #top */
body {
    width: 100%;
    height: 100vh;
}

.sawago {
    font-family: 'Sawarabi Gothic', sans-serif;
}

.sawamin {
    font-family: 'Sawarabi Mincho', sans-serif;
}

/* .header */
.header {
    height: 100vh;
    min-height: 576px;
    background: url(../img/top.jpg) no-repeat center/cover;
    position: relative;
}

.header p.logo {
    width: 100%;
    max-width: 350px;
    height: 100%;
    max-height: 280px;
    background: url(../img/wd_logo.png) no-repeat center/contain;
    border: 3px solid #fff;
    background-color: rgba(100, 100, 100, 0.2);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 130px;
    right: 0;
    left: 0;
}

.header .title {
    text-align: center;
    position: absolute;
    top: 45%;
    z-index: 0;
    width: 100%;
    transform: translate(0, -50%);
    line-height: 1.8;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: 'Sawarabi Mincho', sans-serif;
    margin: auto;
}

.header .title span {
    display: block;
    font-size: 0.7em;
    letter-spacing: 5px;
    font-weight: normal;
}

.header .slick_wrap {
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 10px;
    right: 0;
    left: 0;
}

/* .slick */
.slick01 li a {
    display: block;
    margin-right: 20px;
    transition: 0.3s;
}

.slick01 li a figure {
  width:100%;
  height:auto;
  max-width:200px;
    max-height: 160px;
}
.slick01 li a img {
    height: auto;
    max-height:160px;
}

.slick01 a:hover {
    opacity: 0.4;
}

/* nav */
.line-list {
    z-index: 1000;
}

#nav {
    z-index: 1000;
}

/* メニュー固定 */
.menu {
    position: fixed;
    top: 0;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.line-list {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    z-index: 300;
    cursor: pointer;
}

/* ハンバーガーメニューの棒 */
.line-list span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #ffffff;
}

.line-list span:nth-child(1) {
    margin-top: -10px;
}

.line-list span:nth-child(3) {
    margin-top: 10px;
}

/* ハンバーガーメニューが開くときに×にする */
.line-list.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    left: 10px;
}

.line-list.active span:nth-child(2) {
    opacity: 0;
}

.line-list.active span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    left: 10px;
}

/* メニューが開いたときの黒い半透明の背景 */
.menu-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
}

/* メニューの中身 */
.global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background: rgb(0, 0, 0, 0.8);
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
}

.link-list {
    display: block;
    margin: 0;
    padding: 0;
}

.link-list li {
    padding: 0 14px;
    transition: 0.3s;
}

.link-list li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
  line-height:1.8;
}

.link-list li:hover {
    background: #464646;
}

/* nav_list */

nav_list {
    line-height: 1.8;
}

.nav_list span {
    display: block;
    font-size: 0.8em;

}

/* menu sns */
.sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
/*    position: absolute;
    bottom: 100px;*/
    box-sizing: border-box;
    padding: 60px 40px 0;
    width: 100%;
}
.sns_list .sns {
  width:40px;
  height:40px;
}
.sns_list .nho {
    padding: 0;
    width: 100%;
    padding: 0 14px;
}

.sns_list .sns {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-bottom: 30px;
}

.sns_list .fb a {
    background: url(../img/icon_fb.png) no-repeat center/contain;
}

.sns_list .yt a {
    background: url(../img/icon_yt.png) no-repeat center/contain;
}

.sns_list .ig a {
    background: url(../img/icon_ig.png) no-repeat center/contain;
}

.sns_list .nho a {
    height: 40px;
    background: url(../img/icon_nho.png) no-repeat center/contain;
}

/* メニューが横から開く */
.nav-open .global-nav {
    right: 0;
}

/* メニューが横から開いた時の背景 */
.nav-open .menu-bg {
    opacity: 0.8;
    visibility: visible;
}

/* top logo */
.top_out_wrap {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: 0.6s;
}

.top_out_wrap.on {
    background: rgba(0, 0, 0, 0.4);
}

.top_wrapper {
    /*display:none;*/
    display: block;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top_wrapper .icon_cart {
    font-size: 28px;
}

.top_wrapper .nho_link {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: auto;
    left: 20px;
    bottom: 0;
    width: 30px;
    height: 30px;
}

.top_wrapper .nho_link a {
    display: block;
    transition: 0.3s;
}

.top_wrapper .nho_link a:hover {
    opacity: 0.4;
}

.top_out_wrap .top_wrapper .top_logo {
    height: 25px;
    opacity: 0;
    transition: 0.6s;
    width: 100%;
    max-width: 130px;
}

.top_out_wrap.on .top_wrapper .top_logo {
    opacity: 1;
}
.top_out_wrap.on .top_wrapper .top_logo:hover {
    opacity: 0.4;
}

/* .background */
.con {
    height: 600px;
    position: relative;
    z-index: 1;
}

.con_gaiyou {
    background: url(../img/top_gaiyou.jpg) no-repeat center/cover fixed;
}

.con_oil {
    background: url(../img/top_oil.jpg) no-repeat center/cover fixed;
}

.con_wax {
    background: url(../img/top_wax.jpg) no-repeat center/cover fixed;
}

.con_stain {
    background: url(../img/top_stain.jpg) no-repeat center/cover fixed;
}

.con_varnish {
    background: url(../img/top_varnish.jpg) no-repeat center/cover fixed;
}

/* .text */
.con_gaiyou {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con_gaiyou h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 25px;
    line-height: 1.4;
}

.con_gaiyou p {
    line-height: 1.4;
    margin-bottom: 20px;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 18px;
}

.center_wrap {
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.con_link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.con_link h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Sawarabi Mincho', sans-serif;
}

.con_link h3 span {
    font-family: 'Sawarabi Gothic', sans-serif;
}

.con_link p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: 'Sawarabi Mincho', sans-serif;
}

.con_link_a {
    margin:30px auto 0;
}
#top .con_link_a {
  text-align:center;
}

/* .top_list */
.top_list_wrap {
    position: absolute;
    bottom: 10px;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    justify-content: center;
}

.top_list {
    justify-content: center;
    align-items: flex-end;
}

.top_list li figure,
#varnish .slick01 li a figure {
    max-height: 160px;
}
.top_list li img,
#varnish .slick01 li a img {
    width: 100%;
    height: 100%;
    max-height:160px;
    max-width:200px;
}

.top_list a {
    transition: 0.3s;
    margin-right: 20px;
}
.top_list li:last-child a {
    margin-right: 0;
}

.top_list a:hover {
    opacity: 0.3;
}

/* #oil */
#oil .header {
    height: 400px;
    min-height: inherit;
    background: url(../img/top_oil.jpg) no-repeat center/cover;
}

#oil .header.oilstain {
    height: 100vh;
    min-height: inherit;
    background: url(../img/top_oilstain.jpg) no-repeat center/cover;
}

#oil .con_gaiyou {
    background: url(../img/oil_gaiyou.jpg) no-repeat center/cover fixed;
    height: 600px;
}

/* #wax */
#wax .header {
    height: 100vh;
    min-height: inherit;
    background: url(../img/top_wax.jpg) no-repeat center/cover;
}

#wax .con_gaiyou {
    background: url(../img/wax_gaiyou.jpg) no-repeat center/cover fixed;
    height: 600px;
}

/* #stain */
#stain .header {
    height: 400px;
    min-height: inherit;
    background: url(../img/top_stain.jpg) no-repeat center/cover;
}

#stain .con_gaiyou {
    background: url(../img/stain_gaiyou.jpg) no-repeat center/cover fixed;
    height: 600px;
}

/* #varnish */
#varnish .header {
    height: 100vh;
    min-height: inherit;
    background: url(../img/top_varnish.jpg) no-repeat center/cover;
}

#varnish .con_gaiyou {
    background: url(../img/varnish_gaiyou.jpg) no-repeat center/cover fixed;
    height: 600px;
}

/* 共通 */
.con_gaiyou.con_kobetu .left_wrap {
    width: 100%;
    max-width: 980px;
    margin-top: 60px;
    padding: 0 20px;
    box-sizing: border-box;
}

.con_gaiyou.con_kobetu h2 {
    text-align: left;
    line-height: 1.4;
    letter-spacing: 3px;
}

.con_gaiyou.con_kobetu p {
    line-height: 1.8;
    margin-bottom: 10px;
}

/* .con_item */
.con_item {
    background: #1e1311;
    color: #fff;
    padding: 100px 20px;
    box-sizing: border-box;
}

.item_wrap {
    width: 100%;
    max-width: 880px;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 50px;
}

.item_wrap .left {
    width: 50%;
    max-width: 320px;
    text-align: center;
    margin-right: 20px;
}

.item_wrap .right {
    width: 50%;
    max-width: 320px;
    text-align: center;
    margin-left: 20px;
}

/* 集合が小さい画像 */

#varnish_item05 .item_wrap .right,
#wax_item01 .item_wrap .right {
    max-width: 260px;
}
#varnish_item04 .item_wrap .right {
  max-width:180px;
}
#stain_item02 .item_wrap .right {
  max-width:160px;
}

.tokutyou {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 80px;
}

.con_item .title {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
}

.con_item .title span {
    margin-left: 16px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: normal;
}

.con_item .bunsyo {
    font-size: 18px;
}

.con_item .bunsyo li {
    line-height: 1.4;
    font-family: 'Sawarabi Mincho', sans-serif;
    margin-bottom: 10px;
}

.youto {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 80px;
}

.uwanuri {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 80px;
}

.info {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 80px;
}

.info table {
    max-width: 980px;
    margin: 0 auto 100px;
    box-sizing: border-box;
    border-collapse: collapse;
    color: #ffffff;
}

.info th,
.info td {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}
.info th {
  background:#2f211e;
}
.info td {
  background:#000;
}
.info .little {
    font-size: 0.8em;
}

.info .center div {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
}

.color {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.color ul {
    justify-content: flex-start;
    align-items: flex-start;
}

.color li {
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    max-width: calc((100% - 30px) / 4);
}

.color li:last-child {
    margin-right: 0;
}

.color li img {
    margin-bottom: 10px;
    width:100%;
}

/* .howto */
.con_howto {
    background: #2d1a18;
    padding: 100px 20px;
    box-sizing: border-box;
}

.con_howto h3 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.youtube2 {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 100px;
    padding: 0 0 56.25%;
}

.youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* .shosai */
.shosai {
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ffffff;
    width: 100%;
    max-width: 780px;
    margin: auto;
  background:#310a02;
}

.shosai_box {
    margin-bottom: 30px;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    color: #fff;
}

.shosai_box:first-of-type {
    margin-top: 10px;
}

.shosai_box:last-of-type {
    margin-bottom: 10px;
}

.shosai_box ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.shosai_box li:nth-child(2n+1) {
    width: calc((100% - 80px - 20px - 2px) / 3);
    box-sizing: border-box;
}

.shosai_box .itiran {
    margin-bottom: 40px;
}

.shosai_box li figure {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.shosai_box li:nth-child(2n) img {
    max-width: 40px;
}

.shosai_box ul p {
    line-height: 1.4;
    font-size: 14px;
}

/* .shosai_btn */
.shosai_btn {
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    padding: 20px;
    color: #fff;
}

.shosai_btn i {
    margin-left: 30px;
    transition: 0.3s;
}

.shosai_btn:hover {
    opacity: 0.3;
}

.shosai_btn.btn_on i {
    transform: rotate(-180deg);
}

/* arrow */
.shosai .arrow {
    display: flex;
    align-items: center;
}

.shosai .arrow span {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #ffffff;
    margin-top: -50px;
}

/* nhohe */
.con_nhohe {
  background:#310a02;
    padding: 100px 20px;
    box-sizing: border-box;
    color: #fff;
}

.con_nhohe .flex.img_wrap {
    justify-content:center;
    align-items:center;
}
.con_nhohe .flex.img_wrap .left {
    width:50%;
    max-width:210px;
  margin-right:20px;
  box-sizing:border-box;
}
.con_nhohe .flex.img_wrap .right {
    width:50%;
    max-width:210px;
}
.con_nhohe .con_link_a {
    width:100%;
    max-width:350px;
}
.con_nhohe .con_link_a img {
    width: 30px;
    margin:0 20px 0 30px;
}

/* 購入画面 商品写真 */
.con_nhohe.stain_item02 .img_wrap .right {
  max-width:80px;
}
.con_nhohe.wax_item01 .img_wrap .right {
  max-width:150px;
}
.con_nhohe.varnish_item04 .img_wrap .right {
  max-width:90px;
}

/* 購入画面 */
.con_nhohe.oil_item01 .con_link_a .nhohe_img01 {
    margin: -15px 20px 0 30px;
}
.con_nhohe.stain_item01 .con_link_a .nhohe_img01 {
    margin: -25px 20px -7px 30px;
}
.con_nhohe.stain_item01 .con_link_a .nhohe_img02 {
    margin: -25px 20px -7px 30px;
}
.con_nhohe.stain_item01 .con_link_a .nhohe_img03 {
    margin: -4px 20px 2px 30px;
}
.con_nhohe.stain_item02 .con_link_a .nhohe_img01 {
    margin: -25px 20px -7px 30px;
}
.con_nhohe.wax_item01 .con_link_a .nhohe_img01 {
    margin: -10px 20px 5px 30px;
}
.con_nhohe.varnish_item01 .con_link_a .nhohe_img01 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item01 .con_link_a .nhohe_img02 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item02 .con_link_a .nhohe_img01 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item02 .con_link_a .nhohe_img02 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item02 .con_link_a .nhohe_img04 {
    margin: -23px 20px -8px 30px;
}
.con_nhohe.varnish_item03 .con_link_a .nhohe_img01 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item03 .con_link_a .nhohe_img03 {
    margin: -23px 20px -8px 30px;
}
.con_nhohe.varnish_item04 .con_link_a .nhohe_img01 {
    margin: -25px 20px -10px 30px;
}
.con_nhohe.varnish_item05 .con_link_a .nhohe_img01 {
    margin: -25px 20px -10px 30px;
}
.con_nhohe.varnish_item05 .con_link_a .nhohe_img02 {
    margin: -25px 20px -10px 30px;
}
.con_nhohe.varnish_item06 .con_link_a .nhohe_img01 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item06 .con_link_a .nhohe_img02 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item06 .con_link_a .nhohe_img03 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item07 .con_link_a .nhohe_img01 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item07 .con_link_a .nhohe_img02 {
    margin: -25px 20px -8px 30px;
}
.con_nhohe.varnish_item07 .con_link_a .nhohe_img03 {
    margin: -25px 20px -8px 30px;
}




.con_nhohe a.btn-flat {
    padding: 0;
    width: 350px;
    line-height: 70px;
    height: 70px;
}

.con_nhohe a.btn-flat {
    font-family: 'Sawarabi Mincho', sans-serif;
}

.con_nhohe .item_wrap {
    align-items: center;
}

.con_nhohe .kakusi {
    display: none;
}

/*varnish */
#varnish_item06 .color_list li,
#varnish_item07 .color_list li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

#varnish_item06 .color_list li img,
#varnish_item07 .color_list li img {
    width: calc((100% - 10px) / 2);
    box-sizing: border-box;
}

#varnish_item06 .color_list li:nth-child(2) img:nth-child(1),
#varnish_item07 .color_list li:nth-child(2) img:nth-child(1) {
    margin-right: 10px;
}

#varnish_item06 .color_list li p,
#varnish_item07 .color_list li p {
    width: 100%;
}

.varnish_text_left {
    text-align: left;
    padding-left: 1em;
    box-sizing: border-box;
}

/* topへ */
#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    opacity: 0.6;
    z-index: 900;
}

#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f30c';
    font-size: 40px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.sp_on {
    display: none;
}
.sp_on2 {
    display: none;
}
  #top .sp_on3 {
    display:none;
  }

/* btnデザイン */
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    /*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

/*その他と主な共通部分は省略*/
a.btn-flat {
    overflow: hidden;
    padding: 1.5rem 20rem 1.5rem 5rem;
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
}

a.btn-flat span {
    position: relative;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0;
}
#top a.btn-flat span {
    padding: 0;
}

a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-105%);
    background: #fff;
}

a.btn-flat:hover {
    color: #000;
}

a.btn-flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.fa-position-right {
    position: absolute;
    top: calc(50% - .5em);
    right: 4rem;
    line-height:1!important;
    transition:0.3s;
}
a.btn-flat:hover .fa-position-right {
    right: 3rem;
}

/* .footer */
#footer {
    padding: 20px 20px 40px;
    box-sizing: border-box;
    background: url(../img/top_bottom.jpg) no-repeat center/cover;
}

#footer .sns {
    max-width: 980px;
    margin: 20px auto 80px;
    justify-content: center;
    align-items: center;
}

#footer .sns li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

#footer .sns li:hover {
    background: rgba(255, 255, 255, 0.3);
}


#footer .sns a {
    height: 40px;
    display: block;
    margin: 5px auto;
}

#footer .sns .fb a {
    background: url(../img/icon_fb.png) no-repeat center/contain;
}

#footer .sns .ig a {
    background: url(../img/icon_ig.png) no-repeat center/contain;
}

#footer .sns .yt a {
    background: url(../img/icon_yt.png) no-repeat center/contain;
}

#footer .sns li:last-child {
    margin-right: 0;
}

#footer .item_list {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 17px;
    color: #fff;
}

#footer .item_list li {
    margin-right: 40px;
}

#footer .item_list li:last-child {
    margin-right: 0;
}

#footer .item_list .list_top {
    font-family: 'Sawarabi Mincho', sans-serif;
    margin-bottom: 20px;
    font-weight: bold;
  font-size:1.2em;
}

#footer .item_list .list_link a {
    font-family: 'Sawarabi Mincho', sans-serif;
    margin-bottom: 20px;
    display: block;
}
#footer .item_list a {
    transition: 0.3s;
}

#footer .item_list a:hover {
    opacity: 0.6;
}

#footer .nho_link {
    display: block;
    width: 100%;
    height: 34px;
    max-width: 300px;
    margin: 0 auto 20px;
    background: url(../img/icon_nho.png) no-repeat center/contain;
    transition: 0.3s;
}

#footer .nho_link:hover {
    opacity: 0.6;
}

#footer .copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
}


@media screen and (min-width: 1260px) {}

@media screen and (min-width: 820px) {

    .youtube2 {
        width: 820px;
        height: 440px;
        padding: 0;
    }

}

/* サイズ別設定 */
@media screen and (max-width: 850px) {}

@media screen and (max-width: 768px) {

    .con_gaiyou.con_kobetu .left_wrap {
        padding: 20px;
        box-sizing: border-box;
    }

    .con {
        background-size: cover;
        background-attachment: scroll !important;
        height: auto;
        min-height: 100vh !important;
        padding:100px 0;
    }


    .con_gaiyou {
        background-attachment: scroll !important;
    }

    .con_oil {
        background-attachment: scroll !important;
    }

    .con_wax {
        background-attachment: scroll !important;
    }

    .con_stain {
        background-attachment: scroll !important;
    }

    .con_varnish {
        background-attachment: scroll !important;
    }

    /* #oil */
    #oil .con_gaiyou {
        height: 100vh;
    }

    /* #wax */
    #wax .con_gaiyou {
        height: 100vh;
    }

    /* #stain */
    #stain .con_gaiyou {
        height: 100vh;
    }

    /* #varnish */
    #varnish .con_gaiyou {
        height: 100vh;
    }
}

@media screen and (max-width: 600px) {
    .con_nhohe a.btn-flat {
        width: 100%;
    }

}

@media screen and (max-width: 574px) {
    .sp_on {
        display: block;
    }

    .sp_off {
        display: none;
    }

    .table_sp {
        justify-content: center;
    }

    #footer .item_list {
        flex-wrap: wrap;
      justify-content:flex-start;
    }

    #footer .item_list li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    #footer .item_list li:nth-child(1) {
        margin-bottom: 50px;
    }

    #footer .item_list li:nth-child(2n) {
        margin-right: 0;
    }

.iPhone .slick01 li a img {
  max-width:68px;
}
  .iPhone .slick01 .top_item01 img {
  max-width:85px;
  }
  .iPhone .slick01 .top_item02 img,
  .iPhone .slick01 .top_item03 img {
  max-width:115px;
  }
  .iPhone .slick01 .top_item06 img,
  .iPhone .slick01 .top_item10 img,
  .iPhone .slick01 .top_item13 img,
  .iPhone .slick01 .top_item16 img {
  max-width:130px;
  }
  
  .con_gaiyou.con_kobetu h2,.header .title span,.con_item .title {
    letter-spacing:0px;
    }
    .color ul {
        flex-wrap: wrap;
    }

    .color li {
        width: calc((100% - 10px) / 2) !important;
        max-width: 100%;
        margin-right: 10px;
    }

    .color li:nth-child(2n) {
        margin-bottom: 40px;
        margin-right: 0;
    }

    #varnish_item06 .color_list li,
    #varnish_item07 .color_list li {
        width: 100% !important;
    }
    .iPhone #varnish_item06 .color_list li img,
    .iPhone #varnish_item07 .color_list li img {
        height: 50% !important;
    }

    #varnish_item06 .color_list li:nth-child(1),
    #varnish_item07 .color_list li:nth-child(1) {
        margin-bottom: 40px;
    }

    .shosai_box {
        margin-bottom: 0;
    }

    .shosai_box li {
        width: 100% !important;
        margin-bottom: 40px;
    }

    .shosai_box .arrow {
        display: none;
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 420px) {
    .header p.logo {
        max-width: 280px;
        max-height: 200px;
    }

    .global-nav {
        right: calc(-100% - 20px);
        width: 100%;
    }

    /*.color li {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 40px;
    }*/

    #footer .item_list li {
        width: 100%;
        margin: 0 auto 50px;
      display:flex;
      justify-content:flex-start;
      flex-wrap:wrap;
      align-items:flex-start;
    }
  #footer .item_list .list_top {
      width:100%;
  }
  #footer .item_list .list_link {
      width:50%;
  }
  #footer .item_list .list_link_100_01 {
    width:100%;
  }
  #footer .item_list .list_link_100_02 {
    width:100%;
    margin-top:-10px;
  }
    .item_wrap {
        flex-wrap: wrap;
    }

    .con_item .item_wrap .left,
    .con_item .item_wrap .right {
        width: 100%;
        margin: 0 auto 50px;
    }
  .fs-position-right {
    right:2rem;
  }
  #top .sp_off3 {
    display:none;
  }
  #top .sp_on3 {
    display:block;
    text-align:center;
    line-height:1.4;
  }
}

@media screen and (max-width: 333px) {

    a.btn-flat {
        padding: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    #varnish .sp_on.var_sp {
        display:none;
    }
    #varnish .sp_on2 {
        display:block;
    }
    #varnish .info .sp_on2 table:nth-child(1) {
        margin-bottom:40px;
    }
    #varnish .info .sp_on2 table:nth-child(2) {
        margin-bottom:100px;
    }
.shosai_btn i {
    margin:10px 0 0;
  display:block;
}
}