@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*サイトカラー*/
/*サイトカラー*/
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/*ボーダーカラー*/
/* font */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@media screen and (max-width: 900px) {
  .heading h2 {
    font-family: "Josefin Sans", sans-serif;
    color: #4568b1;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
  }
  .heading h2 .sub_title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
  }
  .heading {
    text-align: right;
  }
  .heading .link {
    color: #333333;
    text-decoration: none;
    padding-right: 36px;
    position: relative;
    display: inline-block;
    margin-top: 15px;
  }
  .heading .link:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 0;
  }
  .heading .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: 9px;
    right: 8px;
    transition: all .3s;
  }
  #mv .slick-dots {
    text-align: center;
    margin-top: -30px;
  }
  #mv .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    padding-right: 10px;
  }
  #mv .slick-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  #mv .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .slick-dots li.slick-active button:before {
    background-color: #18b7cd;
  }
  #mv .slick-dots button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #mv .slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  /* #mv .slide:before {
    content: "";
    background: url(../images/home/mv_h1.png) no-repeat;
    background-size: cover;
    width: 233px;
    height: 57px;
    position: absolute;
    bottom: 245px;
    left: 20px;
    z-index: 2;
  } */
  #mv .slide.beforenone:before {
    content: none;
  }
  #mv .slide a {
    display: block;
    width: 100%;
    height: 100vh;
  }
  #mv .slide .column_wrap {
    background: url(../images/home/column_bg_sp.png) no-repeat;
    background-size: cover;
    width: 266px;
    height: 221px;
    position: absolute;
    left: -15px;
    bottom: 65px;
    padding: 64px 30px 56px 37px;
  }
  #mv .slide .column_wrap:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    border-radius: 50%;
    position: absolute;
    bottom: 33px;
    right: 70px;
  }
  #mv .slide .column_wrap:after {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    bottom: 42px;
    right: 78px;
    transition: all .3s;
  }
  #mv .slide .column_wrap .ymd {
    line-height: 1;
  }
  #mv .slide .column_wrap .ymd .cat {
    color: #586e9e;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
    font-size: 10px;
  }
  #mv .slide .column_wrap .ymd time {
    display: inline-block;
    border-left: 1px solid #555555;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    margin-left: 5px;
    padding-left: 5px;
  }
  #mv .slide .column_wrap .title {
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-top: 10px;
  }
  #contents {
    position: relative;
    padding: 60px 0 0;
    background: url(../images/home/cont_bg_1.png) no-repeat top 68px right;
    background-size: 180px auto;
  }
  #contents:before {
    content: "";
    display: inline-block;
    background: url(../images/home/hito_1.png) no-repeat;
    background-size: cover;
    width: 103px;
    height: 135px;
    position: absolute;
    top: -101px;
    right: 5%;
  }
  #labo {
    margin-top: 140px;
  }
  #labo .inner {
    padding: 0 20px;
  }
  .column_list,
  .brand_list,
  .ranking_list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .column_list .item,
  .brand_list .item,
  .ranking_list .item {
    width: calc(50% - 10px);
  }
  .column_list .item a,
  .brand_list .item a,
  .ranking_list .item a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  .column_list .item:nth-of-type(odd),
  .brand_list .item:nth-of-type(odd),
  .ranking_list .item:nth-of-type(odd) {
    margin-right: 20px;
  }
  .column_list .item:nth-of-type(n + 3),
  .brand_list .item:nth-of-type(n + 3),
  .ranking_list .item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column_list .item:nth-of-type(n + 5),
  .brand_list .item:nth-of-type(n + 5),
  .ranking_list .item:nth-of-type(n + 5) {
    display: none;
  }
  .column_list .item .img,
  .brand_list .item .img,
  .ranking_list .item .img {
    width: 100%;
    height: 0;
    padding-top: 68%;
    position: relative;
    overflow: hidden;
  }
  .column_list .item .img img,
  .brand_list .item .img img,
  .ranking_list .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    transition: all .5s;
    /* width: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .column_list .item .title,
  .brand_list .item .title,
  .ranking_list .item .title {
    margin: 15px 0 0 0;
  }
  .column_list .item p,
  .brand_list .item p,
  .ranking_list .item p {
    margin: 15px 0 0 0;
  }
  .column_list .item .ymd,
  .brand_list .item .ymd,
  .ranking_list .item .ymd {
    line-height: 1;
    margin-top: 10px;
  }
  .column_list .item .ymd .cat,
  .brand_list .item .ymd .cat,
  .ranking_list .item .ymd .cat {
    color: #586e9e;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
    font-size: 10px;
  }
  .column_list .item .ymd time,
  .brand_list .item .ymd time,
  .ranking_list .item .ymd time {
    display: inline-block;
    border-left: 1px solid #555555;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    margin-left: 5px;
    padding-left: 5px;
  }
  .column_list.ranking_list .item,
  .brand_list.ranking_list .item,
  .ranking_list.ranking_list .item {
    counter-increment: num_ranking;
    position: relative;
  }
  .column_list.ranking_list .item:nth-child(1)::before,
  .column_list.ranking_list .item:nth-child(2)::before,
  .column_list.ranking_list .item:nth-child(3)::before,
  .brand_list.ranking_list .item:nth-child(1)::before,
  .brand_list.ranking_list .item:nth-child(2)::before,
  .brand_list.ranking_list .item:nth-child(3)::before,
  .ranking_list.ranking_list .item:nth-child(1)::before,
  .ranking_list.ranking_list .item:nth-child(2)::before,
  .ranking_list.ranking_list .item:nth-child(3)::before {
    content: "";
    position: absolute;
    z-index: 2;
    background-size: contain;
    box-sizing: border-box;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 27px;
  }
  .column_list.ranking_list .item:nth-child(1)::before,
  .brand_list.ranking_list .item:nth-child(1)::before,
  .ranking_list.ranking_list .item:nth-child(1)::before {
    background-image: url(../images/common/ranking_top1.png);
  }
  .column_list.ranking_list .item:nth-child(2)::before,
  .brand_list.ranking_list .item:nth-child(2)::before,
  .ranking_list.ranking_list .item:nth-child(2)::before {
    background-image: url(../images/common/ranking_top2.png);
  }
  .column_list.ranking_list .item:nth-child(3)::before,
  .brand_list.ranking_list .item:nth-child(3)::before,
  .ranking_list.ranking_list .item:nth-child(3)::before {
    background-image: url(../images/common/ranking_top3.png);
  }
  .column_list.ranking_list .item:nth-child(n+4)::before,
  .brand_list.ranking_list .item:nth-child(n+4)::before,
  .ranking_list.ranking_list .item:nth-child(n+4)::before {
    content: counter(num_ranking);
    background-color: #4c6caf;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    font-size: 14px;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 6px;
    line-height: 20px;
  }
  .column_list.ranking_list .item:nth-of-type(n + 5),
  .brand_list.ranking_list .item:nth-of-type(n + 5),
  .ranking_list.ranking_list .item:nth-of-type(n + 5) {
    display: block;
  }
  .column_list.ranking_list .img,
  .brand_list.ranking_list .img,
  .ranking_list.ranking_list .img {
    border: 1px solid #dddddd;
  }
  .column_list.ranking_list .img img,
  .brand_list.ranking_list .img img,
  .ranking_list.ranking_list .img img {
    /* width: 70%; */
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .column_list.ranking_list .item_info .desc,
  .brand_list.ranking_list .item_info .desc,
  .ranking_list.ranking_list .item_info .desc {
    font-size: 14px;
  }
  .column_list.ranking_list .item_info .prices,
  .brand_list.ranking_list .item_info .prices,
  .ranking_list.ranking_list .item_info .prices {
    margin-top: 6px;
  }
  .column_list.ranking_list .item_info .price,
  .brand_list.ranking_list .item_info .price,
  .ranking_list.ranking_list .item_info .price {
    color: #586e9e;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
  }
  .column_list.ranking_list .item_info .inc_tax,
  .brand_list.ranking_list .item_info .inc_tax,
  .ranking_list.ranking_list .item_info .inc_tax {
    color: #999999;
    font-size: 12px;
  }
  .column_list.ranking_list .item_info .common_btn,
  .brand_list.ranking_list .item_info .common_btn,
  .ranking_list.ranking_list .item_info .common_btn {
    padding: 15px 20px;
    margin: 10px auto 0;
  }
  #ranking {
    position: relative;
    margin-top: 60px;
  }
  #ranking .inner {
    padding: 0 20px;
  }
  #ranking .btn_wrap {
    text-align: center;
    margin-top: 30px;
  }
  #brand {
    position: relative;
    margin-top: 80px;
  }
  #brand .inner {
    padding: 0 20px;
  }
  #brand .btn_wrap {
    text-align: center;
    margin-top: 30px;
  }
  #category {
    position: relative;
    margin-top: 80px;
  }
  #category .inner {
    padding: 0 20px;
  }
  #aboutus {
    background: url(../images/home/aboutus_img_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 270px;
    padding-bottom: 35px;
    padding-top: 35px;
    margin: 80px auto 0;
  }
  #aboutus .common_inner {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
  }
  #aboutus .common_inner:before {
    content: "";
    display: inline-block;
    background: url(../images/home/hito_2.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 106px;
    height: 135px;
    top: -167px;
    right: 30px;
  }
  #aboutus .text h2 {
    color: #744d4d;
    text-align: left;
  }
  #aboutus .text p {
    margin: 15px 0 0 0;
    width: 45%;
    text-align: left;
    line-height: 1.8;
    font-size: 13px;
  }
  #aboutus .text .common_btn {
    vertical-align: bottom;
    margin: 15px 0 0 0;
    width: 45%;
  }
  #sustainability {
    position: relative;
    background: url(../images/home/sustainability_img_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 270px;
    padding-bottom: 35px;
    padding-top: 35px;
    margin: 0px auto 0;
  }
  /* #sustainability:before {
    content: "";
    display: inline-block;
    background: url(../images/home/hito_3.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 88px;
    height: 129px;
    bottom: -113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } */
  #sustainability .common_inner {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
  }
  #sustainability .text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #sustainability .text .heading {
    width: 45%;
  }
  #sustainability .text h2 {
    color: #744d4d;
  }
  #sustainability .text p {
    margin: 15px 0 0 0;
    width: 45%;
    line-height: 1.8;
    font-size: 13px;
  }
  #sustainability .text .common_btn {
    vertical-align: bottom;
    margin: 15px 0 0 auto;
    width: 45%;
  }
  #information {
    padding-top: 80px;
  }
  #information .btn_wrap {
    text-align: center;
    margin-top: 30px;
  }
  #information .btn_wrap .common_btn {
    width: 70%;
  }
  #information .common_inner {
    position: relative;
  }
  .heading + .info_list {
    border-top: 1px solid #dddddd;
  }
  .info_list {
    margin-top: 25px;
  }
}

@media screen and (min-width: 900px) {
  .heading h2 {
    font-family: "Josefin Sans", sans-serif;
    color: #4568b1;
    font-weight: normal;
  }
  .heading .link {
    color: #333333;
    text-decoration: none;
    padding-right: 36px;
    position: relative;
    display: inline-block;
  }
  .heading .link:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 0;
  }
  .heading .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: 9px;
    right: 8px;
    transition: all .3s;
  }
  #mv .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    padding-right: 10px;
  }
  #mv .slick-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  #mv .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .slick-dots li.slick-active button:before {
    background-color: #18b7cd;
  }
  #mv .slick-dots button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #mv .slide.beforenone:before {
    content: none;
  }
  #mv .slide a {
    display: block;
    width: 100%;
    height: 100vh;
  }
  #mv .slide .column_wrap .ymd {
    line-height: 1;
  }
  #mv .slide .column_wrap .ymd .cat {
    color: #586e9e;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
  }
  #mv .slide .column_wrap .ymd time {
    display: inline-block;
    border-left: 1px solid #555555;
    color: #333333;
    font-family: "Roboto", sans-serif;
  }
  #mv .slide .column_wrap .title {
    color: #333333;
    letter-spacing: 0.1em;
  }
  #contents {
    position: relative;
  }
  .column_list .item a,
  .brand_list .item a,
  .ranking_list .item a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  .column_list.ranking_list .item,
  .brand_list.ranking_list .item,
  .ranking_list.ranking_list .item {
    counter-increment: num_ranking;
    position: relative;
  }
  .column_list.ranking_list .item:nth-child(1)::before,
  .column_list.ranking_list .item:nth-child(2)::before,
  .column_list.ranking_list .item:nth-child(3)::before,
  .brand_list.ranking_list .item:nth-child(1)::before,
  .brand_list.ranking_list .item:nth-child(2)::before,
  .brand_list.ranking_list .item:nth-child(3)::before,
  .ranking_list.ranking_list .item:nth-child(1)::before,
  .ranking_list.ranking_list .item:nth-child(2)::before,
  .ranking_list.ranking_list .item:nth-child(3)::before {
    content: "";
    position: absolute;
    z-index: 2;
    background-size: contain;
    box-sizing: border-box;
  }
  .column_list.ranking_list .item:nth-child(1)::before,
  .brand_list.ranking_list .item:nth-child(1)::before,
  .ranking_list.ranking_list .item:nth-child(1)::before {
    background-image: url(../images/common/ranking_top1.png);
  }
  .column_list.ranking_list .item:nth-child(2)::before,
  .brand_list.ranking_list .item:nth-child(2)::before,
  .ranking_list.ranking_list .item:nth-child(2)::before {
    background-image: url(../images/common/ranking_top2.png);
  }
  .column_list.ranking_list .item:nth-child(3)::before,
  .brand_list.ranking_list .item:nth-child(3)::before,
  .ranking_list.ranking_list .item:nth-child(3)::before {
    background-image: url(../images/common/ranking_top3.png);
  }
  .column_list.ranking_list .item:nth-child(n+4)::before,
  .brand_list.ranking_list .item:nth-child(n+4)::before,
  .ranking_list.ranking_list .item:nth-child(n+4)::before {
    content: counter(num_ranking);
    background-color: #4c6caf;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
  }
  #ranking {
    position: relative;
  }
  #ranking .btn_wrap {
    text-align: center;
  }
  #brand {
    position: relative;
  }
  #brand .btn_wrap {
    text-align: center;
  }
  #category {
    position: relative;
  }
  #aboutus .common_inner {
    display: flex;
    height: 100%;
    position: relative;
  }
  #aboutus .common_inner:before {
    content: "";
    display: inline-block;
    background: url(../images/home/hito_2.png) no-repeat;
    background-size: cover;
    position: absolute;
  }
  #aboutus .text h2 {
    color: #744d4d;
    text-align: left;
  }
  #aboutus .text .common_btn {
    vertical-align: bottom;
  }
  #sustainability {
    position: relative;
  }
  /* #sustainability:before {
    content: "";
    display: inline-block;
    background: url(../images/home/hito_3.png) no-repeat;
    background-size: cover;
    position: absolute; } */
  #sustainability .common_inner {
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
  #sustainability .text h2 {
    color: #744d4d;
  }
  #sustainability .text .common_btn {
    vertical-align: bottom;
  }
  #information .btn_wrap {
    text-align: center;
  }
  #information .common_inner {
    position: relative;
  }
  .heading + .info_list {
    border-top: 1px solid #dddddd;
  }
}

@media print, screen and (min-width: 901px) {
  .heading h2 {
    font-family: "Josefin Sans", sans-serif;
    color: #4568b1;
    font-weight: normal;
    font-size: 28px;
  }
  .heading h2 .sub_title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
  }
  .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .heading .link {
    color: #333333;
    text-decoration: none;
    padding-right: 36px;
    position: relative;
    display: inline-block;
  }
  .heading .link:hover:after {
    right: -8px;
  }
  .heading .link:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 0;
  }
  .heading .link:after {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    top: 9px;
    right: 8px;
    transition: all .3s;
  }
  #mv .slick-dots {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  #mv .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    padding-right: 10px;
  }
  #mv .slick-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  #mv .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .slick-dots li.slick-active button:before {
    background-color: #18b7cd;
  }
  #mv .slick-dots button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #mv .slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
  }
  /* #mv .slide:before {
    content: "";
    background: url(../images/home/mv_h1.png) no-repeat;
    width: 465px;
    height: 114px;
    position: absolute;
    bottom: 404px;
    left: 218px;
    z-index: 2; } */
  #mv .slide.beforenone:before {
    content: none;
  }
  #mv .slide a {
    display: block;
    width: 100%;
    height: 100vh;
  }
  #mv .slide a:hover .column_wrap:after {
    left: 50%;
  }
  #mv .slide .column_wrap {
    background: url(../images/home/column_bg.png) no-repeat;
    background-size: cover;
    width: 556px;
    height: 426px;
    position: absolute;
    left: calc((100% - 80vw) / 2);
    bottom: 95px;
    padding: 158px 80px 80px 115px;
  }
  #mv .slide .column_wrap:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #555;
    border-radius: 50%;
    position: absolute;
    bottom: 52px;
    left: calc(50% - 9px);
  }
  #mv .slide .column_wrap:after {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow.png) no-repeat;
    width: 18px;
    height: 3px;
    position: absolute;
    bottom: 61px;
    left: calc(50% - 15px);
    transition: all .3s;
  }
  #mv .slide .column_wrap .ymd {
    line-height: 1;
  }
  #mv .slide .column_wrap .ymd .cat {
    color: #586e9e;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
    font-size: 15px;
  }
  #mv .slide .column_wrap .ymd time {
    display: inline-block;
    border-left: 1px solid #555555;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    margin-left: 10px;
    padding-left: 10px;
  }
  #mv .slide .column_wrap .title {
    color: #333333;
    letter-spacing: 0.1em;
    font-size: 19px;
    margin-top: 25px;
  }
  #contents {
    position: relative;
    padding: 110px 0 0;
    background: url(../images/home/cont_bg_1.png) no-repeat top 68px right;
  }
  #contents:before {
    content: "";
    display: inline-block;
    background: url(../images/home/hito_1.png) no-repeat;
    width: 206px;
    height: 270px;
    position: absolute;
    top: -221px;
    right: 20%;
  }
  #labo {
    margin-top: 175px;
    overflow: hidden;
  }
  #labo .inner {
    padding-left: calc((100% - 70vw) / 2);
    padding-right: calc((100% - 70vw - 40px) / 2);
  }
  #labo .heading .link {
    margin-right: 40px;
    font-size: 16px;
  }
  .column_list, .brand_list, .ranking_list {
    margin-top: 40px;
  }
  .column_list .slick-list,
  .brand_list .slick-list,
  .ranking_list .slick-list {
    overflow: visible;
  }
  .column_list .slick-arrow,
  .brand_list .slick-arrow,
  .ranking_list .slick-arrow {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
    font-size: 0;
    display: inline-block;
    background-color: #4568b1;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 2;
    transition: opacity .3s;
  }
  .column_list .slick-arrow:hover,
  .brand_list .slick-arrow:hover,
  .ranking_list .slick-arrow:hover {
    cursor: pointer;
    opacity: .7;
  }
  .column_list .slick-arrow.slick-prev,
  .brand_list .slick-arrow.slick-prev,
  .ranking_list .slick-arrow.slick-prev {
    left: 0px;
    top: 35%;
  }
  .column_list .slick-arrow.slick-prev:after,
  .brand_list .slick-arrow.slick-prev:after,
  .ranking_list .slick-arrow.slick-prev:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 14px;
    left: calc(50% - 3px);
    z-index: 2;
  }
  .column_list .slick-arrow.slick-next,
  .brand_list .slick-arrow.slick-next,
  .ranking_list .slick-arrow.slick-next {
    right: 40px;
    top: 35%;
  }
  .column_list .slick-arrow.slick-next:after,
  .brand_list .slick-arrow.slick-next:after,
  .ranking_list .slick-arrow.slick-next:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 14px;
    right: calc(50% - 3px);
    z-index: 2;
  }
  .column_list .item,
  .brand_list .item,
  .ranking_list .item {
    margin-right: 40px;
  }
  .column_list .item a,
  .brand_list .item a,
  .ranking_list .item a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  .column_list .item a:hover img,
  .brand_list .item a:hover img,
  .ranking_list .item a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .column_list .item .img,
  .brand_list .item .img,
  .ranking_list .item .img {
    width: 100%;
    height: 0;
    padding-top: 68%;
    position: relative;
    overflow: hidden;
  }
  .column_list .item .img img,
  .brand_list .item .img img,
  .ranking_list .item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    transition: all .5s;
    /* width: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .column_list .item .title,
  .brand_list .item .title,
  .ranking_list .item .title {
    margin: 20px 0 0 0;
  }
  .column_list .item p,
  .brand_list .item p,
  .ranking_list .item p {
    margin: 20px 0 0 0;
  }
  .column_list .item .ymd,
  .brand_list .item .ymd,
  .ranking_list .item .ymd {
    line-height: 1;
    margin-top: 20px;
  }
  .column_list .item .ymd .cat,
  .brand_list .item .ymd .cat,
  .ranking_list .item .ymd .cat {
    color: #586e9e;
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
    font-size: 15px;
  }
  .column_list .item .ymd time,
  .brand_list .item .ymd time,
  .ranking_list .item .ymd time {
    display: inline-block;
    border-left: 1px solid #555555;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-left: 10px;
    padding-left: 10px;
  }
  .column_list.ranking_list .item,
  .brand_list.ranking_list .item,
  .ranking_list.ranking_list .item {
    counter-increment: num_ranking;
    position: relative;
  }
  .column_list.ranking_list .item:nth-child(1)::before,
  .column_list.ranking_list .item:nth-child(2)::before,
  .column_list.ranking_list .item:nth-child(3)::before,
  .brand_list.ranking_list .item:nth-child(1)::before,
  .brand_list.ranking_list .item:nth-child(2)::before,
  .brand_list.ranking_list .item:nth-child(3)::before,
  .ranking_list.ranking_list .item:nth-child(1)::before,
  .ranking_list.ranking_list .item:nth-child(2)::before,
  .ranking_list.ranking_list .item:nth-child(3)::before {
    content: "";
    position: absolute;
    z-index: 2;
    background-size: contain;
    box-sizing: border-box;
    top: 8px;
    left: 10px;
    width: 45px;
    height: 38px;
  }
  .column_list.ranking_list .item:nth-child(1)::before,
  .brand_list.ranking_list .item:nth-child(1)::before,
  .ranking_list.ranking_list .item:nth-child(1)::before {
    background-image: url(../images/common/ranking_top1.png);
  }
  .column_list.ranking_list .item:nth-child(2)::before,
  .brand_list.ranking_list .item:nth-child(2)::before,
  .ranking_list.ranking_list .item:nth-child(2)::before {
    background-image: url(../images/common/ranking_top2.png);
  }
  .column_list.ranking_list .item:nth-child(3)::before,
  .brand_list.ranking_list .item:nth-child(3)::before,
  .ranking_list.ranking_list .item:nth-child(3)::before {
    background-image: url(../images/common/ranking_top3.png);
  }
  .column_list.ranking_list .item:nth-child(n+4)::before,
  .brand_list.ranking_list .item:nth-child(n+4)::before,
  .ranking_list.ranking_list .item:nth-child(n+4)::before {
    content: counter(num_ranking);
    background-color: #4c6caf;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    z-index: 2;
    font-size: 18px;
    width: 30px;
    height: 30px;
    top: 20px;
    left: 12px;
    line-height: 30px;
  }
  .column_list.ranking_list .slick-arrow.slick-prev,
  .column_list.ranking_list .slick-arrow.slick-next,
  .brand_list.ranking_list .slick-arrow.slick-prev,
  .brand_list.ranking_list .slick-arrow.slick-next,
  .ranking_list.ranking_list .slick-arrow.slick-prev,
  .ranking_list.ranking_list .slick-arrow.slick-next {
    top: 22%;
  }
  .column_list.ranking_list .img,
  .brand_list.ranking_list .img,
  .ranking_list.ranking_list .img {
    border: 1px solid #dddddd;
  }
  .column_list.ranking_list .img img,
  .brand_list.ranking_list .img img,
  .ranking_list.ranking_list .img img {
    /* width: 72%; */
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .column_list.ranking_list .item_info .desc,
  .brand_list.ranking_list .item_info .desc,
  .ranking_list.ranking_list .item_info .desc {
    font-size: 16px;
    min-height: 52px;
  }
  .column_list.ranking_list .item_info .prices,
  .brand_list.ranking_list .item_info .prices,
  .ranking_list.ranking_list .item_info .prices {
    margin-top: 6px;
  }
  .column_list.ranking_list .item_info .price,
  .brand_list.ranking_list .item_info .price,
  .ranking_list.ranking_list .item_info .price {
    color: #586e9e;
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
  }
  .column_list.ranking_list .item_info .inc_tax,
  .brand_list.ranking_list .item_info .inc_tax,
  .ranking_list.ranking_list .item_info .inc_tax {
    color: #999999;
    font-size: 13px;
  }
  .column_list.ranking_list .item_info .common_btn,
  .brand_list.ranking_list .item_info .common_btn,
  .ranking_list.ranking_list .item_info .common_btn {
    min-width: auto;
    width: 194px;
    margin: 30px auto 0;
  }
  #ranking {
    position: relative;
    margin-top: 85px;
  }
  #ranking .inner {
    overflow: hidden;
    padding-left: calc((100% - 70vw) / 2);
    padding-right: calc((100% - 70vw - 40px) / 2);
  }
  #ranking .heading .link {
    margin-right: 40px;
  }
  #ranking .btn_wrap {
    text-align: center;
    margin-top: 60px;
  }
  #brand {
    position: relative;
    margin-top: 120px;
  }
  #brand .inner {
    overflow: hidden;
    padding-left: calc((100% - 70vw) / 2);
    padding-right: calc((100% - 70vw - 40px) / 2);
  }
  #brand .heading .link {
    margin-right: 40px;
  }
  #brand .btn_wrap {
    text-align: center;
    margin-top: 60px;
  }
  #category {
    position: relative;
    margin-top: 120px;
  }
  #category .inner {
    overflow: hidden;
    padding-left: calc((100% - 70vw) / 2);
    padding-right: calc((100% - 70vw - 40px) / 2);
  }
  #category .heading .link {
    margin-right: 40px;
  }
  #aboutus {
    background: url(../images/home/aboutus_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 499px;
    margin-top: 200px;
  }
  #aboutus .common_inner {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
  }
  #aboutus .common_inner:before {
    content: "";
    display: inline-block;
    background: url(../images/home/hito_2.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 142px;
    height: 180px;
    top: -178px;
    left: 10px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #aboutus .text {
    width: 40%;
  }
  #aboutus .text h2 {
    color: #744d4d;
    text-align: left;
  }
  #aboutus .text p {
    margin: 40px 0 0 0;
  }
  #aboutus .text .common_btn {
    vertical-align: bottom;
    margin: 40px 0 0 0;
  }
  #sustainability {
    position: relative;
    background: url(../images/home/sustainability_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
  }
  /* #sustainability:before {
    content: "";
    display: inline-block;
    background: url(../images/home/hito_3.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 176px;
    height: 258px;
    bottom: -144px;
    left: calc(50% + 132px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } */
  #sustainability .common_inner {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
  }
  #sustainability .text {
    width: 40%;
  }
  #sustainability .text h2 {
    color: #744d4d;
  }
  #sustainability .text p {
    margin: 40px 0 0 0;
  }
  #sustainability .text .common_btn {
    vertical-align: bottom;
    margin: 40px 0 0 0;
  }
  #information {
    padding-top: 130px;
  }
  #information .btn_wrap {
    text-align: center;
    margin-top: 50px;
  }
  #information .common_inner {
    position: relative;
  }
  .heading + .info_list {
    border-top: 1px solid #dddddd;
  }
  .info_list {
    margin-top: 45px;
  }
}

/*# sourceMappingURL=map/home.css.map */
