@import url("https://use.typekit.net/fvg8itx.css");

/****reset
*****************************************/
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, select {
  vertical-align: middle; }



html {
font-size: 62.5%;
}

@media only screen and (max-width: 1280px) {
html {
font-size: 50%;
  }
}
@media only screen and (max-width: 768px) {
html {
  font-size: calc(100vw / 100);
  }
}

@media only screen and (max-width: 540px) {
html {
  font-size: calc(100vw / 75);
  }
}

html, body {
  width: 100%;
  height: auto; }

body {
  color: #000000;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #FFFFFF;
  }
body.en{
font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
body {
}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

figure {
  line-height: 0; }

.center {
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
.font_en{
font-family: sofia-pro-soft, sans-serif;
font-weight: 700;
font-style: normal;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body.fixed{
  position: fixed;
  width:100%;
}

#wrapper_all{
	position:relative;
    width: 100%;
    /*overflow: hidden;*/
}
#wrapper{
}



#l-header_wrap a,
.footer a,
#wrapper a img {
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }

#l-header_wrap a:hover,
.footer a:hover,
#wrapper a:hover img {
  opacity: .85; }
a.mover_btn{
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;}
a.mover_btn:hover{
  opacity: .5 !important;
}

@media screen and (max-width: 768px) {
#wrapper{
}
}



/***** navi ****/
#navi {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  /*transition: all 0.8s ease;*/
  overflow: hidden;
  height: 100px;
}
.pg_article #navi{
background: #f8f6ef;
}
#navi.open{
height: 100%;
background: rgba(0,0,0,0.4);
}
#navi.hide{
}
.header_inn{
width:100%;
margin:0 auto;
position: static;
/*padding: 30px 0 0 50px;*/
}
.open .header_inn{
background: linear-gradient(to right, #c6c5bf 0%,#c6c5bf 50%,#f8f6ef 50%,#f8f6ef 100%);
/*padding: 30px 0 60px 50px;*/
}

/* 左上ロゴ */
.menu-left {
  	width:auto;
	max-width:210px;
	margin:0;
    position: relative;
    padding: 30px 0 0 50px;
    transition: all 0.2s ease-in-out;
    /*transition: all 0.5s ease-in-out;*/
}
.menu-left img{
position: absolute;
top:0;
left: 0;
margin: 30px 0 0 50px;
}
.open .menu-left {
opacity: 1;
display: block;
}
.headbg .menu-left {
opacity: 1;
display: block;
max-width:190px;
}
.headbg .menu-left img{
margin-top: 20px;
}
.headbg .top_logo_a{
opacity: 0 !important;
}
.top_logo_b{
opacity: 0 !important;
}
.headbg .top_logo_b{
opacity: 1 !important;
}
.pg_article .menu-left {
max-width:190px;
}
.pg_article .menu-left img{
margin-top: 20px;
}
.menu-left img {
width: 100%;
  vertical-align: middle;
}
.menu-left a{
width: 100%;
}
.scro_head{
position: absolute;
top: -100px;
left: 0;
background: #FFFFFF;
height: 100px;
width: 100%;
text-align: center;
padding: 0 0 0;
transition: all 0.2s ease-in-out;
}
.pg_article .scro_head{
background: #f8f6ef;
}
.headbg .scro_head{
transform: translateY(100px);
}
.open .scro_head{
display: none;
}
.select_lang_box{
position: absolute;
top: 35px;
right: 130px;
}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #202020;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
    height: 2.0rem;
    padding: .2rem calc(.8rem + 25px) .2rem .8rem;
    border: none;
    background-color: transparent;
    color: #000000;
    font-size: 1.4rem;
    cursor: pointer;
}
.home .selectbox select {
    text-shadow:
    1px 1px 0 #FFF,
    -1px 1px 0 #FFF,
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    0px 0px 3px #FFF;
}
.selectbox select:focus {
    outline: none;
}
@media screen and (max-width: 768px) {
#navi {
width: 100%;
height: 60px;
}
#navi.scro  {
}
#navi.open{
  height: 100%;
}
#navi.hide{
}
.header_inn{
text-align: center;
position: static;
}
.open .header_inn{
max-height: 96vh;
overflow-y: scroll;
background: #f8f6ef;
}
.menu-left {
  	width:30%;
    max-width:94px;
	margin:0;
    padding: 20px 0 0 20px;
}
.menu-left img{
position: absolute;
top:0;
left: 0;
margin: 20px 0 0 20px;
}
.open .menu-left {
display: none;
}
.headbg .menu-left {
width: 27%;
max-width:120px;
}
.headbg .menu-left img{
margin-top: 15px;
}
.pg_article .menu-left {
width: 27%;
max-width:120px;
}
.pg_article .menu-left img{
margin-top: 15px;
}
.scro_head{
top: -60px;
height: 60px;
transform: translateY(-60px);
}
.scro_head_logo{
}
.headbg .scro_head{
transform: translateY(60px);
}
.select_lang_box{
position: absolute;
top: 23px;
right: 55px;
}
.selectbox {
}
.selectbox::after {
    position: absolute;
    right: 12px;
    width: 8px;
    height: 5px;
    background-color: #202020;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    height: 3.2rem;
    padding: .6rem calc(1.2rem + 20px) .6rem 1.2rem;
    font-size: 2.0rem;
}
}
@media screen and (max-width: 420px) {
#navi {
width: 100%;
}
#navi.scro  {
}
#navi.open{
  height: 100%;
}
}



/* 上部メニュー */
#menu {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 80px;
  display: none;
}
.menu_inner{
position: relative;
display: flex;
}

.menu_sustaina_logo_area{
width: 50%;
position: relative;
}
.menu_sustaina_logo{
width: 80%;
max-width: 510px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_inn{
width: 45%;
margin-left: 5%;
}
.menu_head_sub{
font-size: 2.8rem;
margin: 1.0rem auto 2.5rem 5.2rem;
}
ul.menu_head_list{
margin: 1rem auto 2rem;
}
ul.menu_head_list li{
display: block;
margin: 1.5rem 0;
line-height: 1.2;
}
ul.menu_head_list li::before {
  display: inline-block;
  content: "";
  margin-top: 2.4rem;
  margin-right: 1rem;
  width: 3.0rem;
  height: 3.0rem;
  vertical-align: top;
  border-radius: 3.0rem;
  background-color: #9adcd9;
}
ul.menu_head_list li.menu_head_list_01::before{
background-color: #9adcd9;
}
ul.menu_head_list li.menu_head_list_02::before{
background-color: #aee175;
}
ul.menu_head_list li.menu_head_list_03::before{
background-color: #efb07b;
}
ul.menu_head_list li.menu_head_list_04::before{
background-color: #adaca7;
}
ul.menu_head_list li a{
display: inline-block;
padding: 0.5rem 1rem;
}
.menu_head_list_txt_main{
font-size: 4.8rem;
color: #000;
}
.menu_head_list_txt_sub{
font-size: 1.8rem;
color: #000;
font-weight: 500;
display: block;
}

/* スマホ用 */
@media screen and (max-width: 768px) {
  /* 基本非表示 */
  #menu {
    margin: 0;
    width: 100%;
    padding: 10rem 0 5rem;
  }
  .menu_inner{
position: relative;
display: block;
}

.menu_sustaina_logo_area{
display: none;
}
.menu_inn{
width: 80%;
margin: 0 auto;
text-align: left;
}
.menu_head_sub{
font-size: 3.4rem;
margin: 1.0rem auto 3.0rem 7.4rem;
}
ul.menu_head_list{
margin: 1rem auto 2rem;
}
ul.menu_head_list li{
display: block;
margin: 1.5rem 0;
line-height: 1.2;
}
ul.menu_head_list li::before {
  margin-top: 3.2rem;
  margin-right: 1rem;
  width: 5.0rem;
  height: 5.0rem;
  border-radius: 5.0rem;
}
ul.menu_head_list li a{
display: inline-block;
padding: 1rem 1rem;
}
.menu_head_list_txt_main{
font-size: 6.0rem;
}
.menu_head_list_txt_sub{
font-size: 2.4rem;
}

  /* メニューを移動させないため */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height:auto;
  }
}


/* スマホ用 */

  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * #menu {
    display: block;
  }
  #menu-navibtn:checked ~ * #menu > li {
    max-height: inherit;
    overflow-y: visible;
  }


/* ハンバーガー */
  #navi #navibtn {
    display: block;
    position: absolute;
    top: 26px;
    right: 25px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease-in-out;
  }
#navi.headbg #navibtn {
    top: 14px;
  }
  .pg_article #navi #navibtn {
    top: 14px;
  }
  .btn_modal{
  border: 0;
  padding: 0;
  margin: 0 auto;
  background: none;
  display: block;
      width: auto;
    height: auto;
    cursor: pointer;
    position: relative;
  }
  #open_modal{
      background: #FFF;
    border-radius: 50%;
  }
  .pg_article #open_modal{
      background: none;
  }
  #close_modal{
      background: #FFF;
    border-radius: 50%;
  display: none;
  }
  .btn_modal img{
  height: 70px;
  width: auto;
  }
@media screen and (max-width: 768px) {
  #navi #navibtn {
    top: 12px;
    right: 15px;
  }
  #navi.headbg #navibtn {
    top: 12px;
  }
  .pg_article #navi #navibtn {
    top: 12px;
  }
  #open_modal{
  }
  #close_modal{
  display: none;
  }
  .btn_modal img{
  height: 35px;
  width: auto;
  }
}
@media screen and (max-width: 420px) {
  #open_modal{
  }
  #close_modal{
  display: none;
  }
  .btn_modal img{
  height: 35px;
  width: auto;
  }
}
@media screen and (max-width: 320px) {
  #open_modal{
  }
  #close_modal{
  display: none;
  }
  .btn_modal img{
  height: 35px;
  width: auto;
  }
}



/*****フッター****/

.l-footer {
    width: 100%;
    padding:0;
    color: #000;
    background: #FFF;
    position: relative;
}
.ft_menu_wrap{
display: flex;
justify-content: space-between;
align-items:center; 
padding: 50px 50px;
}
.ft_menu-left {
  	width:25%;
	max-width:220px;
	margin:0;
}
.ft_menu-left img {
  vertical-align: middle;
}
.ft_info{
text-align: right;
}
.ft_info_cp{
font-size: 1.8rem;
}
.ft_info_cp span{
font-size: 2.6rem;
font-weight: 700;
}
.ft_info_menu_list{
display: flex;
justify-content: flex-end;
margin: 2.5rem 0 0;
}
.ft_info_menu{
margin-left: 1.5rem;
font-size: 1.4rem;
font-weight: 700;
}
.ft_info_menu a{
color: #000;
}
.ft_info_copy{
font-size: 1.4rem;
margin-top: 0.5rem;
}

.btn_pagetop_wrap{
    position: fixed;
	width:90px;
	height:90px;
    bottom:30px;
    right: 30px;
	z-index:1000;
	/*display:none;*/
}
#btn_pagetop {
	transition-duration:0.2s;
    cursor: pointer;
    margin-left: auto;
}
#btn_pagetop  a:hover img{
	opacity:1;
}
#btn_pagetop  img{max-width: 100%;height: auto;}
@media (max-width : 768px) {
.l-footer {
}
.ft_menu_wrap{
padding: 3rem 0;
width: 90%;
margin: 0 auto;
}
.ft_menu-left {
  	width:23%;
	max-width:220px;
	margin:0;
}
.menu-left img {
  vertical-align: middle;
}
.ft_info{
text-align: right;
}
.ft_info_cp{
font-size: 2.2rem;
}
.ft_info_cp span{
font-size: 3.0rem;
}
.ft_info_menu_list{
margin: 2.5rem 0 0;
}
.ft_info_menu{
margin-left: 1.5rem;
font-size: 2.0rem;
}
.ft_info_menu a{
}
.ft_info_copy{
font-size: 1.8rem;
margin-top: 1.0rem;
}

.btn_pagetop_wrap{
	width:30px;
	height:30px;
    bottom:10px;
    right: 10px;
}
}


/***** pg wrap ****/
.pg_wrap{
width: 100%;
margin: 0 auto;
/*margin-top: 120px;*/
}
.pg_alminium .pg_wrap{
margin-top: 0;
}
@media screen and (max-width: 1280px) {
.pg_wrap{
}
}
@media screen and (max-width: 768px) {
.pg_wrap{
/*margin-top: 60px;*/
}
.pg_alminium .pg_wrap{
margin-top: 0;
}
}

img {
vertical-align: bottom;
margin: 0;
padding: 0;
}
img {
}

/*****コンテンツ****/
.contents{
	margin-top:0em;
	min-height:500px;
	margin-bottom:0;
}
.main_contents{
position: relative;
margin: 0 auto;
}

@media screen and (max-width: 768px) {
.contents{
	margin-top:0em;
	margin-bottom:0em;
}
.main_contents{
width: 100%;
padding: 0;
margin: 0 auto;
}

}



/***** top_mv ****/
.top_mv_area{
position: relative;
display: flex;
background: #f8f6ef;
}
.top_mv_sustaina_logo_area{
width: 50%;
position: relative;
}
.top_mv_sustaina_logo{
width: 80%;
max-width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoWrap{
width: 100%;
max-width: 550px;
margin: 0 auto;
}
.videoWrap video{
	width: 100%;
}
.top_mv_slide_area{
width: 50%;
position: relative;
}
.top_mv_slide_area .swiper-area{
}
.top_mv_box{
position: relative;
/*width: 100%;*/
}
.top_mv_box::before{
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
background: linear-gradient(180deg,rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.5) 100%);
}
.top_mv_box_fig img{
width: 100%;
}
.top_mv_box_detail{
position: absolute;
left: 5%;
bottom: 3%;
width: 90%;
}
.top_mv_box_detail_icon{
display: inline-block;
font-size: 1.4rem;
color: #FFF;
background: #ff6600;
border-radius: 2.0rem;
padding: 0.2rem 1.0rem;
font-weight: 500;
letter-spacing: 0.06rem;
}
.top_mv_box_detail_ttl{
font-size: 2.8rem;
font-weight: 700;
color: #FFF;
line-height: 1.4;
margin-top: 0.5rem;
}
.top_mv_box_detail_read{
font-size: 1.6rem;
color: #FFF;
line-height: 1.4;
margin-top: 0.5rem;
}
.top_mv_cont_wrap{
display: flex;
align-items: center;
justify-content: space-between;
margin: 1.5rem 0 5.0rem;
}
.top_mv_cont_wrap .swiper-pagination{
position: static;
text-align: left;
width: 33%;
margin-left: 10px;
}
.swiper-custom-fraction{
text-align: right;
width: 33%;
font-size: 1.6rem;
}
.swiper-cont_list{
display: flex;
justify-content: flex-end;
margin-right: 5rem;
}
.swiper-cont_list_item{
width: 38px;
height: 38px;
margin-left: 1.0rem;
cursor: pointer;
}
.swiper-button-prev2{
background: url("/assets/img/slide_arrow_prev.png") center center no-repeat;
background-size: 38px auto;
}
.swiper-button-next2{
background: url("/assets/img/slide_arrow_next.png") center center no-repeat;
background-size: 38px auto;
}
.swiper_pause{
background: url("/assets/img/slide_arrow_pause.png") center center no-repeat;
background-size: 38px auto;
}
.swiper_pause.paused{
background-image: url("/assets/img/slide_arrow_play.png");
}

@media screen and (max-width: 768px) {
.top_mv_area{
flex-wrap: wrap;
}
.top_mv_sustaina_logo_area{
width: 100%;
position: relative;
}
.top_mv_sustaina_logo{
width: 75%;
max-width: 510px;
  position: static;
  top: auto;
  left: auto;
  transform: translate(0,0);
  margin: 18rem auto 8rem;
}
.top_mv_slide_area{
width: 100%;
}
.top_mv_slide_area .swiper-area{
}
.top_mv_box{
}
.top_mv_box::before{
background: linear-gradient(180deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.top_mv_box_detail{
position: absolute;
left: 5%;
bottom: 5%;
width: 90%;
}
.top_mv_box_detail_icon{
font-size: 2.0rem;
border-radius: 3.0rem;
padding: 0.4rem 2.0rem;
letter-spacing: 0.06rem;
}
.top_mv_box_detail_ttl{
font-size: 3.8rem;
margin-top: 1.0rem;
}
.top_mv_box_detail_read{
font-size: 2.4rem;
margin-top: 1.0rem;
}
.top_mv_cont_wrap{
margin: 2.0rem 0 3.0rem;
}
.top_mv_cont_wrap .swiper-pagination{
width: 33%;
margin-left: 10px;
}
.swiper-custom-fraction{
width: 33%;
font-size: 2.4rem;
margin-right: 3rem;
}
.swiper-cont_list{
margin-right: 3rem;
}
.swiper-cont_list_item{
width: 28px;
height: 28px;
margin-left: 1.0rem;
cursor: pointer;
}
.swiper-button-prev2{
background-size: 28px auto;
}
.swiper-button-next2{
background-size: 28px auto;
}
.swiper_pause{
background-size: 28px auto;
}
.swiper_pause.paused{
}

}

/***** swiper ****/

.swiper-area{
position: relative;
}
.swiper .swiper-slide {
	height: auto;
}
.swiper .swiper-slide-item {
	height: 100%;
}
.swiper-pagination-bullet {
  background-color: #f8f6ef;
  height: 12px;
  width: 12px;
  outline: solid 1px #000;
  opacity: 1;
  margin-right: 10px !important;
}
.swiper-pagination-bullet-active{
background-color: #000;
}
@media screen and (max-width: 768px) {
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin-right: 10px !important;
}
}

/***** top obi ****/
.obi_sasta{
width: 100%;
overflow: hidden;
}
.obi_sasta_fig{
  display: flex;
  width: 400%;
  height: auto;
  overflow: hidden;
  vertical-align: bottom;
}
.obi_sasta_fig img {
  width: auto;
  height: 88px;
  vertical-align: bottom;
}
.obi_sasta_fig img:first-child {
  animation: loop1 30s -15s linear infinite;
}
.obi_sasta_fig img:last-child {
  animation: loop2 30s linear infinite;
}
@keyframes loop1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {
.obi_sasta{
}
.obi_sasta_fig{
  width: 400%;
}
.obi_sasta_fig img {
  height: 44px;
}
}


/***** top_main_block ****/
.top_main_block{
padding: 12rem 0;
}
.top_main_block_research{
background: #9adcd9;
}
.top_main_block_colabo{
background: #aee175;
}
.top_main_block_try{
background: #f1b783;
}
.top_main_block_inn{
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.top_main_block_ttl{
font-size: 14rem;
color: #FFF;
line-height: 1.2;
}
.top_main_block_ttl_sub{
font-size: 1.8rem;
margin: 2rem 0 5rem;
font-weight: 600;
}
.artc_list{
display: flex;
flex-wrap: wrap;
gap: 40px 40px;
}
.artc_list_box{
width: calc( ( 100% - 120px ) / 4 );
line-height: 1.5;
}
.artc_list_box a{
color: #000;
}
.artc_list_fig{
    position: relative;
    overflow: hidden;
}
.artc_list_fig::before{
    content: "";
    padding-top: 100%;
    display: block;
}
.artc_list_fig img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 3rem;
}
.top_main_block_research .artc_list_box .artc_list_fig,
.artc_list_box_research .artc_list_fig{
background: #6fc7c3;
border-radius: 3rem;
}
.top_main_block_colabo .artc_list_box .artc_list_fig,
.artc_list_box_collaboration .artc_list_fig{
background: #8dd14f;
border-radius: 3rem;
}
.top_main_block_try .artc_list_box .artc_list_fig,
.artc_list_box_try .artc_list_fig{
background: #e79259;
border-radius: 3rem;
}
.artc_list_day{
font-size: 1.4rem;
margin-top:1.0rem;
}
.artc_list_ttl{
font-size: 1.6rem;
font-weight: 700;
margin-top: 0.5rem;
}
.artc_list_read{
font-size: 1.4rem;
margin-top: 0.5rem;
}
.artc_list_icon{
display: inline-block;
font-size: 1.25rem;
background: #FFF;
padding: 0.3rem 1.0rem;
font-weight: 400;
border-radius: 2.0rem;
margin-top: 1.0rem;
letter-spacing: 0.06rem;
}
.view_more_btn_area{
margin: 8rem auto 0;
text-align: center;
}
a.view_more_btn{
display: inline-block;
font-size: 1.8rem;
padding: 1.5rem 4.0rem;
background: #000;
color: #FFF;
border-radius: 3.0rem;
}
.artc_list_box_research .artc_list_icon{
background: #6fc7c3;
color: #FFF;
}
.artc_list_box_collaboration .artc_list_icon{
background: #8dd14f;
color: #FFF;
}
.artc_list_box_try .artc_list_icon{
background: #e79259;
color: #FFF;
}

@media screen and (max-width: 1080px) {
.top_main_block_ttl{
font-size: 10.5rem;
}
}
@media screen and (max-width: 768px) {
.top_main_block{
padding: 8rem 0;
}
.top_main_block_inn{
width: 90%;
margin: 0 auto;
}
.top_main_block_ttl{
font-size: 13rem;
line-height: 1.0;
}
.top_main_block_ttl_sub{
font-size: 2.4rem;
margin: 4rem 0 5rem;
}
.artc_list{
display: flex;
flex-wrap: wrap;
gap:5rem 20px;
}
.artc_list_box{
width: calc( ( 100% - 20px ) / 2 );
line-height: 1.5;
}
.artc_list_box:nth-child(2n){
margin-right: 0;
}
.artc_list_box a{
}
.artc_list_fig{
}
.artc_list_fig::before{
}
.artc_list_fig img{
    border-radius: 4rem;
}
.top_main_block_research .artc_list_box .artc_list_fig,
.artc_list_box_research .artc_list_fig{
border-radius: 4rem;
}
.top_main_block_colabo .artc_list_box .artc_list_fig,
.artc_list_box_collaboration .artc_list_fig{
border-radius: 4rem;
}
.top_main_block_try .artc_list_box .artc_list_fig,
.artc_list_box_try .artc_list_fig{
border-radius: 4rem;
}
.artc_list_day{
font-size: 2.0rem;
margin-top:2.0rem;
}
.artc_list_ttl{
font-size: 2.6rem;
margin-top: 0.5rem;
}
.artc_list_read{
font-size: 2.4rem;
margin-top: 1.0rem;
}
.artc_list_icon{
font-size: 1.9rem;
padding: 0.4rem 2.0rem;
border-radius: 3.0rem;
margin-top: 1.5rem;
letter-spacing: 0.06rem;
}
.view_more_btn_area{
margin: 5rem auto 0;
text-align: center;
}
a.view_more_btn{
font-size: 2.6rem;
padding: 2.0rem 6.0rem;
border-radius: 5.0rem;
}
}


/***** top_about_area ****/
.top_about_area{
background: #f8f6ef;
padding: 12rem 0;
}
.top_about_block{
width: 90%;
max-width: 720px;
margin: 0 auto;
}
.top_about_ttl{
font-size: 14rem;
line-height: 1.2;
}
.top_about_fig{
max-width: 450px;
margin-top: 2.0rem;
}
.top_about_txt1{
font-size: 2.8rem;
font-weight: 700;
margin-top: 5.0rem;
line-height: 1.8;
}
.top_about_txt2{
font-size: 2.0rem;
font-weight: 700;
margin-top: 3.0rem;
line-height: 1.8;
}
.top_about_txt3{
font-size: 2.0rem;
margin-top: 3.0rem;
line-height: 1.8;
}

@media screen and (max-width: 768px) {
.top_about_area{
padding: 8rem 0;
}
.top_about_block{
width: 90%;
margin: 0 auto;
}
.top_about_ttl{
font-size: 13rem;
}
.top_about_fig{
width: 90%;
max-width: 450px;
margin-top: 2.0rem;
}
.top_about_txt1{
font-size: 3.4rem;
margin-top: 5.0rem;
}
.top_about_txt2{
font-size: 2.6rem;
margin-top: 3.0rem;
}
.top_about_txt3{
font-size: 2.6rem;
margin-top: 3.0rem;
}
}

/***** about_area ****/
.pg_about_area{
padding: 15rem 0;
}
.about_sas_fig{
max-width: 510px;
margin: 5rem auto 5rem;
}
@media screen and (max-width: 768px) {
.pg_about_area{
padding: 15rem 0 8rem;
}
.about_sas_fig{
width: 80%;
max-width: 510px;
margin: 5rem auto 5rem;
}
}


/***** article ****/
.atc_head_area{
margin-top: 100px;
overflow: hidden;
}
.atc_head_area_research{
background: #9adcd9;
}
.atc_head_area_try{
background: #fcb57b;
}
.atc_head_area_collabo{
background: #aee175;
}
.single_mainfig_wrap{
position: relative;
width: 100%;
}
.single_mainfig_wrap img{
width: 100%;
}
.single_mainfig_wrap .swiper-wrapper{
transition-timing-function: linear;
}
.single_mainfig_wrap .swiper-wrapper .swiper-slide{
margin: 0 -1px;
}

.atc_top_area{
width: 90%;
max-width: 950px;
margin: 0rem auto;
padding: 5rem 0 10rem;
}
.atc_top_ttl{
font-size: 5.8rem;
color: #FFF;
text-align: center;
}
.atc_top_sttl{
font-size: 4.6rem;
font-weight: 700;
text-align: center;
line-height: 1.5;
margin: 2rem 0 4rem;
}
.atc_top_sttl span{
font-size: 80%;
}
.atc_top_sttl_w{
margin: 2rem -5% 4rem;
}
.atc_top_hum_wrap{
display: flex;
justify-content: center;
gap:20px 6%;
text-align: center;
}
.atc_top_hum_box{
width: calc((100% - 60px) / 4  );
/*width: calc((100% - 40px) / 3  );*/
}
.atc_top_hum_box2{
width: calc((100% - 60px) / 4  );
}
 .atc_top_hum_box_fig{
max-width: 180px;
margin: 0 auto;
}
.atc_top_hum_box_icon{
display: inline-block;
padding: 0.2rem 1.5rem;
border-radius: 2.0rem;
font-size: 1.6rem;
line-height: 1.4;
font-weight: 400;
color: #FFF;
letter-spacing: 0.06rem;
margin-top: 1.5rem;
}
.atc_top_hum_box_icon_01{
background: #56bab4;
}
.atc_top_hum_box_icon_02{
background: #3790c0;
}
.atc_top_hum_box_icon_03{
background: #ec6617;
}
.atc_top_hum_box_icon_04{
background: #ef8848;
}
.atc_top_hum_box_icon_05{
background: #e08db0;
}
.atc_top_hum_box_icon_06{
background: #82cc43;
}
.atc_top_hum_box_name{
font-size: 1.6rem;
margin-top: 1.0rem;
line-height: 1.4;
}
.atc_top_read{
font-size: 2.0rem;
margin: 4rem auto 0rem;
}
.atc_top_whats_box{
background: #FFF;
padding: 5rem;
border-radius: 4rem;
margin-top: 6rem;
}
.atc_top_whats_box.atc_top_whats_box_sub{
padding: 4rem;
margin: 3rem auto 5rem;
}
.atc_top_whats_fig{
max-width: 128px;
margin: 0 auto;
}
.atc_top_whats_ttl{
font-size: 2.8rem;
font-weight: 700;
text-align: center;
margin: 2rem auto;
}
.atc_top_whats_box_sub .atc_top_whats_ttl{
font-size: 2.2rem;
margin: 1rem auto 2rem;
}
.atc_top_whats_acc_logo{
max-width: 164px;
margin: 3rem auto;
}
.atc_top_whats_read{
font-size: 2.0rem;
}
.atc_top_whats_box_sub .atc_top_whats_read{
font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
.atc_head_area{
margin-top: 60px;
}

.atc_top_area{
width: 90%;
padding: 5rem 0 10rem;
}
.atc_top_ttl{
font-size: 5.8rem;
}
.atc_top_sttl{
font-size: 5.0rem;
margin: 2rem 0 4rem;
}
.atc_top_sttl_w{
margin: 2rem 0 4rem;
}
.atc_top_hum_wrap{
gap:20px 4%;
}
.atc_top_hum_wrap_2{
flex-wrap: wrap;
}
.atc_top_hum_box{
width: calc((100% - 40px) / 3  );
}
.atc_top_hum_wrap_2 .atc_top_hum_box{
width: 45%;
}
.atc_top_hum_box .atc_top_hum_box_fig{
max-width: 100px;
margin: 0 auto;
}
.atc_top_hum_box_icon{
font-size: 2.0rem;
padding: 0.3rem 2rem;
border-radius: 3.0rem;
margin-top: 1.5rem;
}
.atc_top_hum_box_name{
font-size: 2.4rem;
margin-top: 1.5rem;
}
.atc_top_read{
font-size: 2.6rem;
margin: 4rem auto 0;
}
.atc_top_whats_box{
background: #FFF;
padding: 3rem;
border-radius: 4rem;
margin-top: 6rem;
}
.atc_top_whats_box.atc_top_whats_box_sub{
padding: 3rem;
margin: 4rem auto 5rem;
}
.atc_top_whats_fig{
width: 35%;
max-width: 128px;
margin: 0 auto;
}
.atc_top_whats_ttl{
font-size: 2.8rem;
margin: 3rem auto;
}
.atc_top_whats_box_sub .atc_top_whats_ttl{
font-size: 2.6rem;
margin: 2rem auto 2rem;
}
.atc_top_whats_acc_logo{
width: 40%;
max-width: 164px;
margin: 3rem auto;
}
.atc_top_whats_read{
font-size: 2.6rem;
}
.atc_top_whats_box_sub .atc_top_whats_read{
font-size: 2.2rem;
}
}



/***** single_area ****/
.single_area{
background: #f8f6ef;
}
.single_block{
display: flex;
padding: 8rem 0;
}
.single_column{
width: 50%;
}
.single_column_inn{
height: 100%;
}
.single_read_block{
max-width: 466px;
}
.single_read_block_l{
margin-left: auto;
margin-right: 30px;
padding-left: 20px;
}
.single_read_block_r{
margin-right: auto;
margin-left: 30px;
padding-right: 20px;
}
.single_ph_block{
position: sticky;
top: 100px;
}
.single_ph_block img{
width: 100%;
}
.single_read_intro{
font-size: 2.0rem;
margin-bottom: 5rem;
}
.single_fuki_area{
max-width: 466px;
margin: 0 auto 3rem;
}
.cate_try .single_fuki_area{
max-width: 466px;
}
.single_fuki_area_02{
margin-top: 8rem;
}
.single_fuki_btm{
background: url("/assets/img/article/research/fuki_01_btm.png") bottom left no-repeat;
background-size: 100% auto;
padding-bottom: 11rem;
}
.single_fuki_top{
background: url("/assets/img/article/research/fuki_01_top.png") top left no-repeat;
background-size: 100% auto;
padding: 6rem 2rem 0rem 2rem;
}
.cate_try .single_fuki_btm{
background-image: url("../img/article/try/fuki_01_try_btm.png");
padding-bottom: 11rem;
}
.cate_try .single_fuki_top{
background-image: url("../img/article/try/fuki_01_try_top.png");
padding-top: 5rem;
}
.cate_collabo .single_fuki_btm{
background-image: url("../img/article/collabo/fuki_01_btm.png");
}
.cate_collabo .single_fuki_top{
background-image: url("../img/article/collabo/fuki_01_top.png");
}
.single_fuki_read{
font-size: 3.0rem;
text-align: center;
font-weight: 700;
}
.single_voice_block{
margin: 2rem auto 5rem;
}
.single_voice_hum_box{
display: flex;
align-items:center;
margin-bottom: 1.0rem;
}
.single_voice_hum_fig{
max-width: 60px;
margin-right: 1.5rem;
}
.single_voice_hum_fig img{
border-radius: 50%;
}
.single_voice_hum_name{
font-size: 1.6rem;
font-weight: 500;
margin-right: 3.0rem;
}
.txt_color_01{color: #3790c0;}
.txt_color_02{color: #73cdc9;}
.txt_color_03{color: #ec6617;}
.txt_color_04{color: #d86f9b;}
.txt_color_05{color: #7cba0f;}
.single_voice_read{
font-size: 2.0rem;
}
.single_voice_read .txt_highlight{
background: #9adcd9;
font-weight: 700;
}
.cate_try .single_voice_read .txt_highlight{
background: #fcb57a;
}
.cate_collabo .single_voice_read .txt_highlight{
background: #afe075;
}
.single_voice_ph{
margin: 4rem auto;
}
.single_voice_ph:has(+ .single_voice_ph_note) {
margin-bottom: 1rem;
}
.single_voice_ph_note{
font-size: 1.4rem;
margin: 0 auto 5rem;
}
.single_voice_wide_ph{
margin: 3rem auto;
}
.single_voice_wide_ph img{
width: 100%;
}
.single_voice_ph_c{
max-width: 330px;
}
.single_voice_ph_c img{
border-radius: 50%;
}
.single_btm_bnn{
width: 90%;
max-width: 640px;
margin: 5rem auto 8rem;
text-align: center;
}
.single_btm_bnn_txt{
font-size: 1.8rem;
margin: 0 auto 1rem;
}
.single_btm_bnn_fig{
position: relative;
}
.single_btm_play_fig{
position: absolute;
top: 48%;
left: 50%;
transform: translate(-50%, -50%);
width: 17.1875%;
max-width: 110px;
}
.single_btm_bnn_fig a{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
}
.single_btm_bnn_fig a:hover img{
opacity: 1 !important;
}
.single_btm_bnn_audio{
padding: 1rem 3rem 2rem;
background: #ff9843;
}
.single_btm_bnn_audio audio{
width: 100%;
}
@media screen and (max-width: 768px) {
.single_area{
}
.single_block{
flex-direction: column;
padding: 0rem 0 0;
}
.single_column{
width: 100%;
margin: 0rem auto;
}
.single_column_ph{
order: 1;
}
.single_column_txt{
width: 90%;
margin: 4rem auto;
order: 2;
}
.single_column_inn{
height: 100%;
}
.single_read_block{
max-width: inherit;
}
.single_read_block_l{
margin-left: auto;
margin-right: 0;
padding-left: 0;
}
.single_read_block_r{
margin-right: auto;
margin-left: 0;
padding-right: 0;
}
.single_ph_block{
position: static;
top: auto;
}
.single_ph_block img{
}
.single_read_intro{
font-size: 2.6rem;
margin-bottom: 5rem;
}
.single_fuki_area{
width: 90%;
max-width: inherit;
margin: 3rem auto 3rem;
}
.single_fuki_area_02{
margin-top: 8rem;
}
.single_fuki_btm{
padding-bottom: 12rem;
}
.single_fuki_top{
padding: 9rem 2rem 0 2rem;
}
.cate_try .single_fuki_btm{
padding-bottom: 12rem;
}
.cate_try .single_fuki_top{
padding-top: 5rem;
}
.single_fuki_read{
font-size: 4.2rem;
}
.single_voice_block{
margin: 3rem auto 5rem;
}
.single_voice_hum_box{
margin-bottom: 1.5rem;
}
.single_voice_hum_fig{
width: 15%;
max-width: 50px;
margin-right: 1.5rem;
}
.single_voice_hum_fig img{
}
.single_voice_hum_name{
font-size: 2.2rem;
font-weight: 500;
margin-right: 3.0rem;
}
.single_voice_read{
font-size: 2.6rem;
}
.single_voice_read .txt_highlight{
}
.single_voice_ph{
max-width: 446px;
margin: 4rem auto;
}
.single_voice_ph:has(+ .single_voice_ph_note) {
margin-bottom: 1.5rem;
}
.single_voice_ph_note{
font-size: 2.0rem;
margin: 0 auto 5rem;
}
.single_voice_wide_ph{
margin: 0rem auto 10rem;
}
.single_voice_wide_ph img{
}
.single_voice_ph_c{
width: 80%;
max-width: 330px;
}
.single_voice_ph_c img{
}
.single_btm_bnn{
margin: 3rem auto 8rem;
}
.single_btm_bnn_txt{
font-size: 2.6rem;
margin: 0 auto 1.5rem;
}
.single_btm_bnn_audio{
padding: 2rem 3rem 3rem;
}
}


/***** after_iv ****/
.after_itv_area{
padding: 10rem 0 6rem;
}
.after_itv_area_research{
background: #9adcd9;
}
.after_itv_area_try{
background: #fcb57b;
}
.after_itv_area_collabo{
background: #aee175;
}
.after_itv_area_inn{
width: 90%;
max-width: 950px;
margin: 0 auto;
}
.after_itv_ttl{
font-size: 5.8rem;
color: #FFF;
text-align: center;
}
.after_itv_block{
display: flex;
margin: 6rem auto;
}
.after_itv_hum{
max-width:  180px;
margin-right: 35px;
}
.after_itv_detail{
width: calc(100% - 180px - 35px);
}
.after_itv_hum_name{
font-size: 2.0rem;
text-align: center;
margin-top: 1.5rem;
}
.itv_fuki {
  position: relative;
  display: block;
  width: 100%;
  padding: 3rem 4rem;
  border-radius: 3rem;
  background-color: #ffffff;
  text-align: left;
  font-size: 2.0rem;
  margin: 2rem auto 0;
}

.itv_fuki::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% calc(-30% - 0.4px);
}
.after_itv_prof_blck{
margin-top: 2rem;
}
.after_itv_prof_ttl{
font-size: 2.4rem;
margin-bottom: 0.5rem;
}
.after_itv_prof_read{
font-size: 2.0rem;
}
.after_bnn_area{
margin: 10rem 0 5rem 215px;
}
.after_bnn_read{
font-size: 2.0rem;
font-weight: 600;
}
.after_bnn_fig{
margin: 1rem auto;
}
.after_bnn_note{
font-size: 1.6rem;
}
.after_bnn_note a{
color: #000;
}
.after_note{
font-size: 1.4rem;
margin: 8rem auto 0rem;
}
@media screen and (max-width: 768px) {
.after_itv_area{
padding: 8rem 0 4rem;
}
.after_itv_area_inn{
}
.after_itv_ttl{
font-size: 6.0rem;
}
.after_itv_block{
flex-direction: column;
margin: 8rem auto;
}
.after_itv_hum{
width: 90%;
max-width: inherit;
margin: 0 auto;
}
.after_itv_hum_fig{
width: 40%;
max-width: 180px;
margin: 0 auto;
}
.after_itv_detail{
width: 100%;
}
.after_itv_hum_name{
font-size: 3.6rem;
margin-top: 2.0rem;
}
.itv_fuki {
  position: relative;
  display: block;
  width: 100%;
  padding: 3rem 4rem;
  border-radius: 3rem;
  background-color: #ffffff;
  text-align: left;
  font-size: 2.6rem;
  margin: 6rem auto 0;
}

.itv_fuki::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
.after_itv_prof_blck{
margin-top: 3rem;
}
.after_itv_prof_ttl{
font-size: 3.2rem;
margin-bottom: 1rem;
}
.after_itv_prof_read{
font-size: 2.6rem;
}
.after_bnn_area{
margin: 10rem 0 8rem 0;
}
.after_bnn_read{
font-size: 2.6rem;
}
.after_bnn_fig{
margin: 1rem auto;
}
.after_bnn_note{
font-size: 2.0rem;
}
.after_bnn_note a{
}
.after_note{
font-size: 1.8rem;
margin: 8rem auto 0rem;
}
}


/***** sort area ****/
.sort_area_wrap{
background: #f8f6ef;
padding: 14rem 0;
}
.sort_area{
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
.sort_area_contents{
display: flex;
}
.sort_menu_area{
width: 280px;
margin-right: 30px;
margin-top: 8rem;
}
.sort_list_area{
width: calc(100% - 280px - 30px);
}

.sort_menu_head{
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 3rem;
}
.sort_menu_list{
font-size: 3.0rem;
margin: 1.5rem 0;
line-height: 1.4;
}
.sort_menu_list_all{
margin-top: 3rem;
}
.sort_menu_list a{
color: #000;
}
.sort_menu_list.cate_now a .sort_menu_en{
color: #FFF;
text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000,
    0px 0px 3px #000;
}
.sort_menu_en{
}
.sort_menu_jp{
display: block;
font-size: 1.4rem;
}
.sort_menu_tag_area{
margin: 5rem auto 0;
}
.sort_menu_tag_ttl{
font-size: 1.4rem;
margin-bottom: 1.0rem;
}
ul.sort_tag_list li{
display: inline-block;
margin-right: 0.2rem;
margin-bottom: 0.5rem;
}
ul.sort_tag_list li a{
display: inline-block;
font-size: 1.4rem;
color: #000;
background: #FFF;
border-radius: 2rem;
padding: 0.2rem 1.0rem 0.2rem 0.8rem;
}
.sort_list_area ul.sort_tag_list{
margin-top: 1.0rem;
}


.sort_list_ttl{
font-size: 4.8rem;
line-height: 1.4;
margin-bottom: 2rem;
}
.sort_list_ttl_tag{
font-weight: 600;
font-size: 3.8rem;
padding: 0.5rem 0;
}
.sort_list_ttl.hide{
display: none;
}
.sort_list_ttl::before {
  display: inline-block;
  content: "";
  margin-top: 2.4rem;
  margin-right: 1rem;
  width: 3.0rem;
  height: 3.0rem;
  vertical-align: top;
  border-radius: 3.0rem;
  background-color: #9adcd9;
}
.sort_list_ttl.sort_list_ttl_research::before{
background-color: #9adcd9;
}
.sort_list_ttl.sort_list_ttl_collaboration::before{
background-color: #aee175;
}
.sort_list_ttl.sort_list_ttl_try::before{
background-color: #efb07b;
}
.sort_list_ttl.sort_list_ttl_all::before{
background-color: #adaca7;
}
.sort_list_ttl.sort_list_ttl_tag::before{
content: none;
}


.sort_list_area .artc_list_box{
width: calc( ( 100% - 80px ) / 3 );
line-height: 1.5;
}
.artc_list_box.hide{
display: none;
}

.more_tag{
text-align: center;
display: inline-block;
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}
a.more_tag_btn{
display: inline-block;
background: #000;
color: #FFF;
border-radius: 2rem;
padding: 0.2rem 1.0rem 0.3rem;
font-size: 1.3rem;
}
.more_tag_txt{
display: inline-block;
vertical-align: middle;
}
 .plus_icon {
 box-sizing: border-box;
 vertical-align: middle;
 position: relative;
 display: inline-block;
 width: 16px;
 height: 16px;
 border-radius: 16px;
 background: #FFF;
 margin:0 5px 0 0;
}
 .plus_icon::after,
 .plus_icon::before {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 width: 10px;
 height: 2px;
 background: #000;
 border-radius: 5px;
 top: 7px;
 left: 3px
}
 .plus_icon::after {
 width: 2px;
 height: 10px;
 top: 3px;
 left: 7px
}
ul.sort_tag_list li.list_hide{
display: none;
}

@media screen and (max-width: 768px) {
.sort_area_wrap{
padding: 15rem 0 10rem;
}
.sort_area{
width: 90%;
margin: 0 auto;
}
.sort_area_contents{
flex-direction: column;
}
.sort_menu_area{
width: 100%;
margin-right: 0;
margin-top: 0;
}
.sort_list_area{
width: 100%;
margin-top: 5rem;
}

.sort_menu_head{
font-size: 2.4rem;
margin-bottom: 3rem;
}
.sort_menu_list_wrap{
display: flex;
flex-wrap: wrap;
align-items:flex-start;
gap:1.5rem 1rem;
}
.sort_menu_list{
width: calc( ( 100% - 2rem ) / 2 );
font-size: 3.6rem;
margin: 0 0;
line-height: 1.4;
}
.sort_menu_list_all{
margin-top: 0;
}
.sort_menu_en{
}
.sort_menu_jp{
font-size: 2.0rem;
}
.sort_menu_tag_area{
margin: 3rem auto 0;
}
.sort_menu_tag_ttl{
font-size: 2.0rem;
margin-bottom: 1.5rem;
}
ul.sort_tag_list li{
display: inline-block;
margin-right: 0.5rem;
margin-bottom: 1.0rem;
}
ul.sort_tag_list li a{
font-size: 2.0rem;
border-radius: 2rem;
padding: 0.6rem 1.5rem 0.6rem 1.2rem;
}
.sort_list_area ul.sort_tag_list{
margin-top: 1.5rem;
}

.sort_list_ttl{
font-size: 6.0rem;
margin-bottom: 3rem;
}
.sort_list_ttl_tag{
font-size: 4.0rem;
}
.sort_list_ttl::before {
  margin-top: 2.6rem;
  margin-right: 1.5rem;
  width: 4.0rem;
  height: 4.0rem;
  border-radius: 4.0rem;
}

.sort_list_area .artc_list_box{
width: calc( ( 100% - 20px ) / 2 );
}
.more_tag{
margin-right: 1.0rem;
margin-bottom: 1.0rem;
}
a.more_tag_btn{
border-radius: 3rem;
padding: 0.8rem 1.5rem 0.8rem;
font-size: 1.8rem;
}
.more_tag_txt{
}
 .plus_icon {
 width: 16px;
 height: 16px;
 border-radius: 16px;
 margin:0 5px 0 0;
}
 .plus_icon::after,
 .plus_icon::before {
 width: 10px;
 height: 2px;
 border-radius: 5px;
 top: 7px;
 left: 3px
}
 .plus_icon::after {
 width: 2px;
 height: 10px;
 top: 3px;
 left: 7px
} 

}



/***** anime ****/
.anime {
    opacity : 0.01;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }
.anime.fadein {
    opacity : 1;
    transform : translate(0, 0);
    }

.anime_side {
    opacity : 0.01;
    transform : translate(-50px, 0);
    transition : all 1000ms;
    }
.anime_side.fadein {
    opacity : 1;
    transform : translate(0, 0);
    }



/* ==========================================================================
   Helper classes
   ========================================================================== */

.pc-only{ display:inline;}
.sp-only{ display:none;}
.pc-b-only{ display: block;}
.sp-b-only{ display:none;}
@media screen and (max-width: 768px) {
.pc-only{ display:none;}
.sp-only{ display:inline;}
.pc-b-only{ display: none;}
.sp-b-only{ display:block;}
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

