@charset "utf-8";
/*************************
margin/padding設定
*************************/
.mt14{margin-top: 14px;}
.mt16{margin-top: 16px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt42{margin-top: 42px;}
.mt47{margin-top: 47px;}
.mt52{margin-top: 52px;}
.mt55{margin-top: 55px;}
.mt60{margin-top: 60px;}
.mt62{margin-top: 62px;}
.mt62{margin-top: 74px;}
.mt74{margin-top: 74px;}
.mt76{margin-top: 76px;}
.mt87{margin-top: 87px;}
.mt90{margin-top: 90px;}
.mt94{margin-top: 94px;}
.mt100{margin-top: 100px;}
.mt114{margin-top: 114px;}
.mt125{margin-top: 125px;}
.mt140{margin-top: 140px;}
.mt160{margin-top: 160px;}
.mt165{margin-top: 165px;}

.mb35{margin-bottom: 35px;}
.mb105{margin-bottom: 105px;}
.mb155{margin-bottom: 155px;}

.pt35{padding-top: 35px;}
.pt62{padding-top: 62px;}
.pt100{padding-top: 100px;}
.pt140{padding-top: 140px;}
.pt150{padding-top: 150px;}

@media screen and (max-width: 768px) {
.mt20{margin-top: 10px;}
.mt30{margin-top: 15px;}
.mt35{margin-top: 18px;}
.mt40{margin-top: 20px;}
.mt42{margin-top: 22px;}
.mt47{margin-top: 24px;}
.mt52{margin-top: 26px;}
.mt60{margin-top: 30px;}
.mt62{margin-top: 31px;}
.mt74{margin-top: 37px;}
.mt76{margin-top: 39px;}
.mt87{margin-top: 44px;}
.mt90{margin-top: 45px;}
.mt94{margin-top: 48px;}
.mt100{margin-top: 50px;}
.mt114{margin-top: 57px;}
.mt125{margin-top: 64px;}
.mt140{margin-top: 70px;}
.mt160{margin-top: 80px;}
.mt165{margin-top: 82px;}

.mb35{margin-bottom: 18px;}
.mb105{margin-bottom: 53px;}
.mb155{margin-bottom: 73px;}

.pt100{padding-top: 50px;}
.pt140{padding-top: 68px;}
.pt150{padding-top: 70px;}
}
/*************************
基本css
*************************/
.aoki_main,.aoki_wrapper{
    font-family:"hiragino-W3","Hiragino Kaku Gothic ProN","メイリオ", sans-serif!important;
}
#aoki_main img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;
  vertical-align: bottom;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.ctts_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.df{
    display: flex;
}
.df_j {
    display: flex;
    justify-content: space-between;
}

.df_a {
    display: flex;
    justify-content: space-around;
}

.df_c {
    display: flex;
    justify-content: center;
}
.ai_c{
    align-items: center;
}
.fw_w{
    flex-wrap: wrap;
}
.fadeInUp {
    opacity : 0;
    transform: translateY(20px);
    transition: 1s;
}

@media screen and (max-width: 768px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
.ctts_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.df_j,.df_c {
    display: block;
    align-items: center;
}
}
/*************************
maibvisual
*************************/
.mv {
    width: 100%;
    background: #fff;
}
.mv .ctts_inner {
    position: relative;
}
.mv .ctts_inner .mv_img {
    width: 100%;
}
.mv .ctts_inner .mv_bn {
    position: absolute;
    width: 230px;
    height: 42px;
    left: 50%;
    transform: translateX(-50%);
 -webkit- transform:translateX(-50%);
    bottom: 40px;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    border-radius: 25px;
}
.mv .ctts_inner .mv_bn:after{
    content:'';
    position: absolute;
    width: 10px;
    height: 3px;
    right: 30px;
    top: 19.5px;
    background-repeat: no-repeat;
}
.mv .ctts_inner .mv_bn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
.mv .ctts_inner .mv_bn {
    bottom: 6%;
    width: 50%;
}
.mv .ctts_inner .mv_bn:after {
    right: 10px;
}
}
/*************************
about
*************************/
.about {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 21px;
    color: #171717;
    line-height: 43px;
}

@media screen and (max-width: 768px) {
.about {
    font-size: 14.2px;
    line-height: 25px;
}
}
/*************************
slider
*************************/
.slider {
    width: 100%;
}
.box{
    line-height: 0;
}
.slider p {
    margin-bottom: 0;
}
.slider p img {
    width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
.slick-slide img {
    width: 100%;
}
}
/*************************
modal
*************************/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    left: 50%;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.modal_box{
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}
.modal_box .modal_img:hover {
    position: relative;
}
.modal_box .modal_img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
}
.modal_box .modal_img:hover::before {
    width: 100%;
    opacity: 0.4;
    transition: 0.8s;
}
.modal_box .modal_img:hover::after {
    position: absolute;
    content: '';
    background-color: #fff;
    -webkit-mask-image: url("../img/aicon_img_big.svg");
    mask-image: url("../img/aicon_img_big.svg");
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.8s;
}
.close-btn {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    width: 100px;
    padding: 11px 0;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 36px;
    display: inline-block;
    margin: 30px auto 0;
    transition: 0.6s;
    cursor: pointer;
}
.modal_box .modal_img img {
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
.modal_box{
    position: static;
    justify-content: space-between;
}
.modal_box .modal_img:hover::before {
    transition: 0.2s;
}
.js-modal-close p {
    padding: 15px 0;
    margin: 15px auto 0;
}
}
/*************************
アコーディオン（tableタグでもOK！スマホ時のみ表示させる為にcssのみの指示）
*************************/
@media screen and (max-width: 768px) {
.ac_menu{
  width: 100%;
}
.ac_menu label{
  display: block;
  margin: 0;
  cursor:pointer;
}
.ac_menu input[type="checkbox"].on-off{
  display: none;
}
.ac_menu div{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.ac_menu input[type="checkbox"].on-off + div{
  height: 0;
  overflow: hidden;
}
}
/*************************
流用ボタン
*************************/
.more_button {
    text-align: center;
    /*margin-bottom: 150px;*/
}
.more_button a {
    text-decoration: none!important;
    font-weight: normal;

    text-align: center;
    margin: 0 auto;

    display: inline-block;
    position: relative;
    transition: 0.8s;
}
.more_button a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: 0.8s;
    transform: rotate(45deg);
}

/*************************
おすすめ特集
*************************/
.recommend {
    width: 100%;
    background: #fff;
    margin-bottom: 100px;
}
.recommend h2 {
    margin: 0 auto;
    font-size: 26px;
    font-weight: bold;
    color: #1A1311;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 47px;
}
.recommend h2::before, .recommend h2::after {
    content: "";
    border-bottom: 2px solid #1A1311;
}
.recommend h2::before {
    margin-right: 20px;
    padding-left: 120px;
}
.recommend h2::after {
    margin-left: 20px;
    padding-right: 120px;
}
.recommend .ctts_inner div{
    display: flex;
    justify-content: space-between;
}
.bnr_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.bnr_img {
    width: 24%;
}

@media screen and (max-width: 768px) {
.recommend h2 {
    font-size: 21px;
    margin-bottom:30px;
}
.recommend h2::before {
    margin-right: 10px;
    padding-left: 60px;
}
.recommend h2::after {
    margin-left: 10px;
    padding-right: 60px;
}
.recommend .ctts_inner div{
    flex-wrap: wrap;
}
.bnr_box {
    width: 100%;
    flex-wrap: wrap;
}
.bnr_img {
    width: 49%;
}
.bnr_img:nth-child(n+3) {
    margin-top: 1.5%;
}
}
