@charset "utf-8";

/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

【PC】ウィンドウ幅が769px以上の場合に適用するCSS

■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
@media print, screen and ( min-width:769px ) {

/* ==================================================================================

既存CSS削除

================================================================================== */
body .pane-contents .container {
display: block;
width: 100%;
}

/* ==================================================================================

【共通】タイトル

================================================================================== */

/* title_01
======================================== */
.title_01 {
text-align: center;
line-height: 1.3;
position: relative;
}
.title_01:before {
content: "";
height: 1px;
width: 100%;
top: 76%;
left: 0;
background: var(--main-color);
position: absolute;
}
.title_01 .box {
background: #fff;
position: relative;
z-index: 1;
padding: 0 20px;
display: inline-block;
}
.title_01 .font_e {
color: var(--main-color);
font-size: 0.4em;
letter-spacing: 1px;
}

.bg .title_01 .box {
background: var(--bg-color);
}

/* ==================================================================================

【共通】ボタン

================================================================================== */
[class*="btn_"] {
position: relative;
height: fit-content;
display: inline-block;
}
[class*="btn_"] .btn:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform-origin: left top;
transform: scale(0, 1);
transition: transform 0.3s;
}
[class*="btn_"] .btn:hover:after {
transform-origin: right top;
transform: scale(1, 1);
}

[class*="btn_"] .btn {
padding: 20px 0;
    color: #7d7d7d;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
[class*="btn_"] .btn span {
position: relative;
z-index: 1;
}

/* ==================================================================================

共通　画像拡大

================================================================================== */
.img_zoom {overflow:hidden;}
.img_zoom .img {overflow: hidden;}
.img_zoom img {
transition: all 5000ms cubic-bezier(0.215,0.610,0.355,1.000);
z-index:1;
-moz-transform: scale(1.001);
-webkit-transform: scale(1.001);
-ms-transform: scale(1.001);
transform: scale(1.001);
vertical-align: bottom;
}
.img_zoom:hover img {
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05) rotate(0.001deg);
}

/* ==================================================================================

ヘッダー下topics

================================================================================== */
#artq_top.artq_top_wrapper{
  /*padding: 0 40px;*/
  margin: 40px auto 0px;
  background-color: #FFFFFF;
  max-width: 1200px;
}

  
  .artq_wi_top{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;

  
  }
  
  .artq_top_topics{
    display: flex; /* flexbox */
      flex-wrap: wrap; /* 折返し指定 */
    justify-content: flex-end;
    flex-direction: column;
    gap: 7px;

  }

  .artq_top_tocpic{
    max-width: 400px;
  }
  
  .artq_top_tocorigin{
    display: flex;
    justify-content: space-between;
    gap: 100px;
  }
  
  .artq_topics_item{
    list-style:none;
      margin:0;
      padding:0;
  }
  
  .artq_link_item{
    text-decoration: none;
    display: flex;
    gap: 24px;
    align-items: center;
  }
  
  
  .artq_allow_img_box{
    max-width: 25px;
    height: 25px;
  }
  
  .artq_topics_item-title{
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 20px;
  }
  
  /* ==================================================================================
  
  FV inner
  
  ================================================================================== */
  
  .l-monthly{
    height: 600px;
    display: flex;
    width: 100%;
    margin-bottom: 105px;

  }

  .p-monthly__left-content{
    max-width: 600px;
    }

  .p-monthly__left-content h4{
      padding-bottom: 36px;
      border-bottom: 1px solid #fff;
      margin-bottom: 40px;
      font-size: 24px;
      font-weight: bold;
    }
  .p-monthly__left-en .title{
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 16px;
    }
    
  .p-monthly__left-en .text{
      font-size: 16px;
      margin-bottom: 30px;
    }
    
  .p-monthly__left-en .detail-btn{
      background: #484343a3;
      border-radius: 6px;
      display: inline-block;
      color: #fff;
      width: 134px;
      text-align: center;
      height: 40px;
      line-height: 40px;
    }
#rartq-p .p-monthly__left{
    background-image: url(/img/artq/artq_top/top_bg-p.jpg);
}

#rartq-c .p-monthly__left{
    background-image: url(/img/page_block/mv_022.jpg);
}

#rhowto .p-monthly__left{
    background-image: url(/img/artq/artq_top/top_bg-howto.jpg);
}

  .p-monthly__left{
    background-image: url(/img/page_block/mv_021.jpg);
    color: #484343;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    width: 65%;
}
  

  .p-monthly__right{
    background-image: url(../../img/artq/artq_top/top_bgImage.png);
    width: 35%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .p-monthly__right-content{
    width: 80%;
  }
  .p-monthly__right-content h4{
    padding-bottom: 36px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
  }
  
  
  .p-monthly__right-item:nth-of-type(1){
    margin-bottom: 40px;
  }
  .p-monthly__right-content .c-blue a{
    color: #006BDE;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .p-monthly__right-content .title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-monthly__right-content .text{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .p-monthly__right-content .date,
  .date{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-style: italic;
    color: #A6ADB4;
  }
  .p-monthly__right-content .date p{
    margin-left: 10px;
  }

 
/* ==================================================================================

artq_top_main

================================================================================== */

.artq_top_main{
  display: flex;
  /*min-height: 100vh;*/

}

.artq_top_main_box{
  flex: 1;
  max-width: 95%;
  margin: 0 auto;
}

/* サイドバー */

#artq_sidebar.class_artq_sidebar{
  width: 21%;

}

.aside_find-box{
  border: 1px solid #000;
  width: 80%;
  padding: 10px;
}

.asaide_main-ui{
  margin-top: 30px;

}

.asaide_main-li-title{
  padding: 10px 0px 10px 0px;
}

.asaide_main-title{
  display: flex;
  align-items: center;
}

.aside_find-text{
  font-size: 16px;
  font-weight: 700;
}

.aside_sub-ui{
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  margin-left: 45px;

}

.aside_sub-ui::before{
  content:"";
  display:inline-block;
  width:1px;
  height:100%;
  background-color:#707070;
  position: absolute;
  left: -20px;

}

.aside_sub-li{
  margin-top: 25px;
}

.aside_sub-method{
  margin-left: 30px;
  margin-top: 15px;
}

.aside_sub-method-li{
  margin-top: 5px;
}

.aside_arrolw-img{
  max-width: 5px;
  margin-right: 10px;
}
.aside___text,
.popular_flavor_title,
.right_artq_top_month_title,
.artq_main_nav{
  font-size: 17px;
  font-weight: 700;
}

.a___text01{
  font-size: 16px;
  margin-top: 4%;
  margin-bottom: 2%;
}

.popular_flavor_box{
  margin-top: 100px;
}

.popular_flavor_tag{
  margin-top: 20px;
}

.tag_element{
  display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	color: #3B4043;
	background-color: #F0F3F5;
	border: 1px solid #CDD6DD;
	border-radius: 2em;
  font-size: 12px;
}

.popular_flavor_title{
  margin: 80px 0 20px 0;
}


/* ==============================
ランキング
============================== */
.aside_ranking-box {
  position: relative;
  margin-top: 20px;
}
.aside___mintext{
  font-size: 13px;
  color: #A6ADB4;
}

/* ランキング　番号 */
.aside_popular-ranking a:nth-child(2) {
  counter-reset: number 0;
}
.aside_ranking-box::before {
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: #FC3465;
  display: block;
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 5px;
  left: 3px;
  top: 3px;
}
.aside_ranking-number{
  display: block;
}

.aside_popular-ranking{
  padding-right: 30px;
}

.a-rk_btn-inbox{
  max-width: 144px;
  margin-inline: auto;
  margin-top: 30px;
}

.a-rk_btn{
  color: #2C2C2C;
  border: 1px solid #707070;
  border-radius: 0.2em;
  font-size: 16px;
  display: inline-block;
  padding: 0.8em 2.5em;
  line-height: 1;
  text-decoration: none;

}

/* サイドバー終了 */

/* メイン artq_top_main_box 丸5連 */

.artq_top_main-content {
  display: flex;
  grid-gap: 20px;
}
.artq_main_nav {
  margin-top: 20px;
  text-align: center;
}

.artq_main_nav {
  text-align: left;
  padding: 0;
  margin: 0;
}
.artq_main_nav a {
  position: relative;
  display: block;
  padding: 5px 0 5px 15px;
}
.artq_main_nav a::before{
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #484343;
  border-right: 2px solid #484343;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  top: 12px;
}

[class*="artq_top_main-content"] {
  width: 100%;
}
[class*="artq_top_main-content"] a {
  display: block;
  transition: all 500ms cubic-bezier(0.215,0.610,0.355,1.000);
}
[class*="artq_top_main-content"] a:hover {
  opacity: 0.8;
}

[class*="artq_top_main-content"] img {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
}


/* メイン artq_top_main_box 丸5連  終了*/

/* 秋の夜長 五感を使ってリラックス */

.artq_main-mv_inbox{
  margin-top: 120px;
  position: relative;
}

.artq___inbox-img{
  width: 84%;
}

.artq___inbox{
  position: relative;
  max-width: 1285px;
  margin-inline: auto;
}

.p-artq__slider-item{
  position: relative;
}

.artq_inbox_fvtext{
  position: absolute;
    top: 60%;
    width: 50%;
    left: 10%;
    color: #fff;
    font-size: 16px;
}

.artq__inbox-right{
  border: 1px solid #C6C6C6;
  background-color: #fff;
  position: absolute;
  right: 0%;
  top: 12%;
  padding: 55px 40px 30px 47px;
  width: 390px;
}

.month_and_day{
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;

}

.text_month_and_day{
  font-weight: 600;
  font-size: 16px;
}

.title_artq__inbox-right{
  font-size: 24px;
  font-weight: 700;
}

/*.artq___inbox-img-box{
  height: 530px;
}*/

/* ボタンタグ */

.button_inbox{
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  gap: 20px;
}

.Button__inbox-contents{
  min-width: 100px;
}

.Button__inbox-Press1,
.Button__inbox-Press2{
  display: inline-block;
  margin: 0 0.1em 0.6em 0;
  padding: 0.5em 3em;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background-color:#004BB1;
  border-radius: 2em;
  font-size: 16px;
}

.btn-press{
  opacity: 0.3;
}

.btn-Press1{
  padding: 0.3em 2.0em;
}

.Button__inbox-tag{
  display: inline-block;
  margin: 0 0.1em 0.6em 0;
  padding: 0.6em;
  line-height: 1;
  text-decoration: none;
  color: #3B4043;
  background-color: #F0F3F5;
  border: 1px solid #CDD6DD;
  border-radius: 2em;
  font-size: 12px;
}

/*--------------------------------------
  カード型
--------------------------------------*/
.l-wrapper_01 {
  margin: 80px 0 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.card_01,
.application-card {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;

}

.card_01{
  max-width: 360px;
  width: 33%;
}

.card_01_tag-box{
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0 20px 0;
  height: 4vh;
}

.card_clock-box{
  margin: 20px 0;
}

.card__title_01 {
  font-size: 16px;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-decoration: none;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__image_01 {
  width: 100%;
}

.card__body_01 {
  padding: 0 1.2rem;
  margin-bottom: 25px;
}

.card__text_01 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0;
}

.card__text2_01 {
  font-size: 13px;
  margin-top: 0;
  color: #A6ADB4;
}

.card__text_01 + .card__text_01 {
  margin-top: .5rem;
}

.card__footer_01 {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #4f96f6;
  color: #fff;
  font-weight: bold;
	text-decoration: none;
}

/* 今月のプレゼント */

.artq__monthly-present{
  margin-top: 80px;
  padding: 0 40px;
  max-width: 1012px;
}

.artq__mp-text{
  font-size: 24px;
  font-weight: 700;
  text-align: left; 
  margin-bottom: 10px;
}

.artq__mp-smaii_text{
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
}

.artq__mp-content{
  display: flex;
  justify-content: space-between;
  padding: 20px 40px 0 ;
}

.artq__mp_img-box{
  width: 420px;
  height: 290px;
}

.artq__mp-img{
  height: 100%;
}

.artq__mp-ul,
.artq__mp-present{
  font-size: 24px;
  letter-spacing: 0.05em;

}

.artq__mp-present{
  position: absolute;
  bottom: 0;
}

.artq__mp-contentbox{
  position: relative;
}

/* カードセクション：最近の投稿 */

.artq_main-application{
  padding-bottom: 50px;
}

.recentry_mainpost{
  /*margin-top: 100px;*/
  max-width: 1162px;
}

.recent__month ul{
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 14px;
  height: 56px;
  line-height: 56px;

}

.recent__month a{
  font-size: 18px;
  height: 100%;
  display: inline-block;

  color:#404040;
  opacity: 0.4;
}
.recent__month .current{
  opacity: 1;
  position: relative;
}

.recent__month .current::after{
  position: absolute;
  content: "";
  background: url(../../img/artq/column/ico_current.png);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
}
/* ==================================================================================

/ 追加20220929 /

================================================================================== */






.recently_tab  p{
  cursor: pointer;
}
.recently_tab  p.active{
	background:#fff;
  color: #000;
  opacity: unset;
}


/*エリアの表示非表示と形状*/
.artq_area{
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
}



/*areaにis-activeというクラスがついた時の形状*/
.artq_area.active {
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}


@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


/* ==============================
商品一覧　二分割
============================== */
.main-content_application_row_02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.artq_main-application .aside___text {
  background: #484343;
  color: #fff;
  padding: 8px 20px;
  font-size: 1.8em;
  margin: 40px 0 30px 0;
}



/* 追加終了 */

.main-content_application{
    width: 100%;
    display: flex;
    gap: 40px;
    margin: auto 0;
    margin-top: 40px;
}

.application-card {
  width: 100%;
  position: relative;
  padding: 0 0 30px 0;
} 

.ap-title-01{
  margin: 40px 0 10px 0;

}

.application-clock{
  margin: 10px 0;
}

.sample1-2{
  position: relative;
}

.sample1-2::before{
  content: '';
  position: absolute;
  left: 16px;
  width: 16px;
  height: 1px;
  background: #004BB1;
  top: 50%;
}
.sample1-2::after{
  content: '';
  position: absolute;
  top: 19px;
  left: 17px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #004BB1;
  border-right: 1px solid #004BB1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.allow-linkbox{
  width: 50px;
  height: 50px;
  background-color: #FAFAFA;
  border: 1px solid #F0F3F5;
  border-radius: 25%;
  margin: 40px 0 20px 0;
}

/* 関連商品 */
.artq_relation-btn {
  width: 90%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: #ffbd38;
  border-radius: 100px;
  font-size: 1.1em;
  margin: 20px 0 0 0;
  position: relative;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  transition: all 300ms cubic-bezier(0.215,0.610,0.355,1.000);
}
.artq_relation-btn:hover {
  text-decoration: none;
  background: #ffab00;
}

.artq_relation-title,
.artq_t-relation,
.artq_t-relation_02{
  color: #3B4043;
}

.artq_relation-title{
  font-size: 13px;
}

.artq_t-relation{
  font-size: 18px;
}

.artq_relation_price{
  /*display: flex;*/
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-top: 15px;
}

/* about.html　アロマセラピーとは */

.l-about{
  color: #404040;
  font-family: acumin-pro, sans-serif;
  margin-bottom: 100px;
}

.p-about__title{
  font-size: 20px;
  margin-bottom: 45px;
  position: relative;
  padding-left: 20px;
}

.p-about__title::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
background: linear-gradient(90deg, rgba(98,148,162,1) 0%, rgba(88,195,221,1) 100%);
  border-radius: 50%;
  left: 0;
  top: 10px; 
}

.p-about__items{
  display: flex;
  flex-wrap: wrap;
  gap: 120px 35px;
}

.p-about__item{
  width: 30%;
  /* max-width: 377px; */
}

.p-about__item a{
  color: #404040;
}
.p-about__item img{
  max-width: 377px;
  aspect-ratio: 377/156;
  width: 100%;
  border-radius: 7px;
  object-fit: cover;
}

.p-about__item-title{
  font-size: 20px;
  margin-bottom: 20px;
}

.p-about__item-text{
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}

.l-feature{
  font-family: acumin-pro, sans-serif;
  color: #404040;
}

.p-feature__item-title{
  background: url(../../img/artq/about/feature.png) center;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 82px;
}

.p-feature__title-en{
  color: #F0F0F0;
  opacity: 0.72;
  font-size: 20px;
  margin-bottom: 10px;
}

.p-feature__title-ja{
  font-size: 46px;
  color: #fff;
}

.p-feature__title-date{
  display: inline-block;
  color: #F0F0F0;
  font-weight: 100;
  letter-spacing: 0.05em;
  margin-right: 10px;
}

.p-feature__title-date span{
  font-weight: 500;
}

.p-feature__title-writer{
  display: inline-block;
  color: #F0F0F0;
  font-weight: 100;
  letter-spacing: 0.05em;

}

.p-feature__title-writer span{
  font-weight: 500;
}

.p-feature__item-inner{
  padding-inline: 50px;
  /*border-bottom: 1px solid #F0F0F0;*/
  margin-bottom: 56px;
  
}

.p-feature__item-content h3{
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.p-feature__item-content p{
  font-size: 16px;
  line-height: 2.2;
}

.p-feature__item-content .state{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;

}
.p-feature__item-content .state p{
  width: 60%;
}

.p-feature__item-content .state h4{
  width: 35%;
  font-size: 21px;
  position: relative; 
  padding: 30px 0 0 60px; 
}

.p-feature__item-content .state h4::before{
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 70px;
  font-weight: bold;
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  line-height: 1;

}
  
.p-feature__item-auther{
  display: flex;
  justify-content: space-between;
}
.p-feature__auther-about{
  width: 67%;
}
.p-feature__auther-about span{
  color: #404040;
  opacity: 0.35;
  display: inline-block;
  margin-bottom: 5px;
}

.p-feature__auther-about .auther-name{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.p-feature__auther-about .auther-comment{
  font-size: 14px;
  
}

.p-feature__item-auther span{
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.p-feature__item-auther .auther-snss{
  margin-bottom: 23px;
  opacity: 0.2;
}

.p-feature__item-auther .auther-website{
  display: block;
  font-weight: 100;
}

/* 特集 */

.feature__inbox{
  max-width: 1285px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-inline: auto;
 
}

.artq_monthly-rec{
  max-width: 1235px;
  margin-bottom: 234px;
}

.mr-content{
  margin-bottom: 31px;
}

.monthly-rec_content{
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  gap: 46px;
}

.monthly-rec_text-box,
.monthly-rec_img-box{
  width: 50%;
}

.monthly-rec_text{
  margin-bottom: 20px;
  font-size: 16px;
  text-align: start;
}

.artq_feature_main-content{
  margin-top: 120px;
}

.mr_text-box{
  max-width: 420px;
  text-align: center;
  padding: unset;
}

.artq_smaii-title{
  font-size: 14px;
  margin-top: 15px;
}

.monthly-rec_subtitle{
  margin: 35px 0 35px 0;
  font-size: 18px;
}

.mr_text-box_02{
  width: 70%;
  padding: 0 12px 0 0;
}

.mr_text-box_03{
  width: 30%;
}

.mr_text-box_03 p{
  font-size: 16px;
}

.l-feature{
  max-width: 1235px;
}

.l-feature_text{
  font-size: 18px;
  margin-bottom: 20px;
  text-align: start;
}

.f-recentry{
  margin: 91px 0 126px 0;
}

/* column.html　コラム一覧 */
/*
.column__p-monthly__left{
  background: #B1DE87;
}
*/
.p-column__content{
  margin-top: 153px;
}

.p-column__month {

  margin: 0 auto 153px;
}

.p-column__items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 50px;
}

.p-column__item{
  width: 30%;
  position: relative;
  max-width: 405px;
  border-radius: 7px;
  background: #fcfcfc;
}

.p-column__item-cat{
  position: absolute;
  display: inline-block;
  background: #FCFCFC;
  border-radius: 14px;
  max-width: 134px;
  top: 20px;
  right: 20px;
  font-size: 12px;
  padding-inline: 18px;
  font-weight: bold;
}

.p-column__item-img{
  border-radius: 7px 7px 0 0;
  object-fit: cover;
  
}
/*
.p-column__item-content {
  padding: 40px;
}
*/
.p-column__item-content .title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  margin-top: 20px;
}
.p-column__item-content .text{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 20px;
}

.p-column__item-content .date{
  color: #404040;
  opacity: 0.24;
}
.p-column__item-content .date span{
  font-weight: bold;
}

/* 商品一覧 */

#artq_product-list.artq_main-application{
  padding-bottom:unset;
}

#artq_product_mp.artq__monthly-present{
  padding-bottom: 150px;
}

/* ここから追加 */
/* artq_about.html*/

.p-contents__type{
  margin-bottom: 46px;
  padding-right: 50px;
}

.p-contents__item{
  margin-bottom: 33px;
}

.p-contents__title{
  font-size: 26px;
  margin-bottom: 45px;
  position: relative;
  padding-left: 20px;
}

.p-contents__title::after{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
background: linear-gradient(90deg, rgba(98,148,162,1) 0%, rgba(88,195,221,1) 100%);
  border-radius: 50%;
  left: 0;
  top: 15px; 
}

.p-contents__item-en{
  color: #404040;
  opacity: 0.24;
}

.p-contents__item-ja{
  font-size: 20px;
  color: #404040;
}

.p-contents__item-dec{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}

/* feature.html */

.feature__inbox .slick-arrow{
  position: absolute;
  top: 50%;
}
.feature__inbox .slick-prev{
  background: url(../../img/artq/artq_top/feature_arrow.png) no-repeat scroll center center;
  transform: rotate(180deg);
}
.feature__inbox .slick-next{
  right: 0;
  left: initial;
  background: url(../../img/artq/artq_top/feature_arrow.png) no-repeat scroll center center;
}

.feature__inbox .slick-list{

max-width: 1000px;
margin-inline: auto;
}
}