body { color: #2f3131; }
img { max-width: 100%;}
.sp { display: block;}
.pc { display: none;}
.textC { text-align: center;}
.f_bold { font-weight: 600;}
.f_medium { font-weight: 500;}
.l-medium { text-align: left; font-weight: 500;}
.ind_2 { text-indent: -2em; padding-left: 2em;}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.bg_Lgreen { background-color: #effccd;}
.bg_Lblue { background-color: #e5f5fd;}
.bg_white { background-color: #fff;}
.bg_beige { background-color: #fbf8eb;}
/*common追記*/
.m-box_main { background: #fff;}
.m-box_main_carousel { padding-top: 0;}
.m-box_gnav {
  background: rgb(4,73,56);
  background: -moz-linear-gradient(top,  rgb(4,73,56) 0%, rgb(4,67,52) 45%, rgb(3,55,42) 75%, rgb(3,52,40) 100%);
  background: -webkit-linear-gradient(top,  rgb(4,73,56) 0%,rgb(4,67,52) 45%,rgb(3,55,42) 75%,rgb(3,52,40) 100%);
  background: linear-gradient(to bottom,  rgb(4,73,56) 0%,rgb(4,67,52) 45%,rgb(3,55,42) 75%,rgb(3,52,40) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044938', endColorstr='#033428',GradientType=0 );
}
.m-box_gnav_lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 165px;
  padding: 20px 0 20px 20px;
}
.m-box_gnav_lists>li {
  font-size: 38px;
  font-family :"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0;
  font-weight: 600;
  padding-right: 1em;
}
.m-box_gnav_lists>li:after { color: #fff; right: 0;}
.m-box_gnav_lists>li:first-child { font-size: 38px;}
.m-box_gnav_lists>li:nth-child(4) { padding-right: 0;}
.m-box_gnav_lists>li:nth-child(4):after { content: '';}
.m-box_gnav_lists>li>div { color: #fff;}
.no-touchevents .m-box_gnav-fixed .m-box_gnav_lists {
  display: inline-block;
  height: 60px;
  padding: 5px 0;
}
.l-footer { border-top: none;}

h1,h2,h3 { font-weight: 600;}
h2 { font-size: 58px; text-align: center;}
h3 {
  position: relative;
  text-align: center;
  font-size: 50px;
}
h3:before {
  content: '';
  background: url(../images/leaf_l.png) bottom/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 62px;
  margin-right: 8px;
}
h3:after {
  content: '';
  background: url(../images/leaf_r.png) bottom/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 62px;
  margin-left: 8px;
}
sup {
  vertical-align: super;
  top: 2px;
  left: 1px;
  font-size: 60%;
}
sub {
  vertical-align: sub;
  bottom: 0;
  left: 1px;
  font-size: 100%;
}
.ttl {
  text-align: center;
  color: #fff;
  background-color: #044938;
  font-size: 48px;
  padding: 26px 0;
  margin-bottom: 65px;
}
#items p,
#merit p,
#granular p,
#liquid p,
#voice p,
#promotion p {
  font-size: 38px;
  line-height: 1.5em;
}
#items .items_wrap {
  position: relative;
  padding: 300px 0 200px;
  background: url(../images/bg_intro.png) bottom/cover no-repeat;
}
#items .items_wrap:before,
#promotion .promotion_wrap::before {
  content: '';
  background: url(../images/my_garden_logo.png) top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 343px;
  height: 450px;
}
#items .items_wrap::after {
  content: '';
  background: url(../images/btn_scroll.png) center/contain no-repeat;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
  height: 139px;
}
#items .items_wrap .items_intro {
  display: flex;
  justify-content: space-between;
}
#items .items_wrap .items_intro .items_txt {
  width: 425px;
  margin-bottom: 25px;
}
#items .items_wrap .annotation {
  width: 425px;
  float: right;
  padding: 20px 0;
}
#items .items_wrap .annotation p {
  font-size: 28px;
}
#items .btn ul {
  display: flex;
  justify-content: space-between;
}
#items .btn ul li {
  position: relative;
  background-color: #033f91;
  min-width: 425px;
}
#items .btn ul li.granular {
  background-color: #470500;
}
#items .btn ul li.liquid {
  background-color: #00a0e9;
}
#items .btn ul li a { display: block; padding: 50px 0 50px 24px;}
#items .btn ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: contain;
}
#items .btn ul li.granular a::after {
  background: url(../images/btn_anker_g.png) no-repeat;
}
#items .btn ul li.liquid a::after {
  background: url(../images/btn_anker_l.png) no-repeat;
}
#merit .merit_wrap {
  margin: 0 0 43px;
  padding-top: 60px;
}
#merit .merit_wrap .support {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 12px;
}
#merit .merit_wrap .support p {
  font-size: 50px;
  margin-left: 23px;
  font-weight: 600;
}
#granular .granular_wrap {
  padding: 48px 0 75px;
}
#granular .granular_wrap .type {
  padding: 15px 0 70px;
}
#granular .granular_wrap .type p {
  margin-bottom: 60px;
  line-height: 1.8;
}
#granular .granular_wrap h3 {
  width: 680px;
  margin: 0 auto;
  padding-bottom: 60px;
  opacity: 0;
}
#granular .granular_wrap h3.w_middle {
  width: 562px;
}
#granular .granular_wrap .point {
  margin-bottom: 85px;
}
#granular .granular_wrap .point:last-child {
  margin-bottom: 0;
}
#granular .granular_wrap .point p {
  line-height: 1.8;
}
#granular .granular_wrap .point .anime_box {
  opacity: 0;
}
#granular .granular_wrap .point._01 .g_point_img01 {
  margin-top: 65px;
  padding: 53px 35px;
}
#granular .granular_wrap .point._02 .f-small {
  font-size: 28px;
  margin-top: 20px;
}
#granular .granular_wrap .point._02 .g_point_img02 p {
  font-size: 33px;
  font-weight: 600;
}
#granular .granular_wrap .point._03 .use_box {
  display: flex;
  justify-content: space-between;
}
#granular .granular_wrap .point._03 .cap_box {
  margin-top: 25px;
}
#granular .granular_wrap .point._03 .cap_box p {
  font-size: 33px;
  text-align: center;
}
#granular .granular_wrap .point._03 .use_motohi .cap_box p.cap::after {
  content: '';
  display: block;
  background: #e70012;
  height: 2px;
  width: 78%;
  margin: 0 11% 14px;
}
#granular .granular_wrap .point._03 .use_tsuihi .cap_box p.cap::after {
  content: '';
  display: block;
  background: #e70012;
  height: 2px;
  width: 90%;
  margin: 0 5% 14px;
}
#liquid .liquid_wrap {
  padding: 62px 0 68px;
}
#liquid .liquid_wrap .type {
  padding: 24px 0 50px;
}
#liquid .liquid_wrap .type p {
  margin-bottom: 50px;
  line-height: 1.8;
}
#liquid .liquid_wrap .type .type_img {
  margin-left: 20px;
}
#liquid .liquid_wrap h3 {
  width: 912px;
  margin: 0 auto;
  padding-bottom: 60px;
  opacity: 0;
}
#liquid .liquid_wrap h3.w_middle {
  width: 810px;
}
#liquid .liquid_wrap h3.w_short {
  width: 562px;
}
#liquid .liquid_wrap .point {
  margin-bottom: 95px;
}
#liquid .liquid_wrap .point:last-child {
  margin-bottom: 0;
}
#liquid .liquid_wrap .point p {
  line-height: 1.8;
}
#liquid .liquid_wrap .point .anime_box {
  opacity: 0;
}
#liquid .liquid_wrap .point._01 .l_point_img01 {
  margin-top: 80px;
  padding: 39px 60px;
}
#liquid .liquid_wrap .point._02 .detail_intro {
  position: relative;
}
#liquid .liquid_wrap .point._02 p.f-small {
  position: absolute;
  bottom: 0;
  right: 1em;
  font-size: 28px;
}
#liquid .liquid_wrap .point._02 .detail {
  margin-top: 63px;
  padding: 46px 43px;
}
#liquid .liquid_wrap .point._02 .detail p {
  font-size: 28px;
  margin-top: 40px;
}
#liquid .liquid_wrap .point._02 .detail .detail_ttl {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 43px;
}
#liquid .liquid_wrap .point._03 .use_box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#liquid .liquid_wrap .point._03 .use_box .use_step {
  width: 410px;
}
#liquid .liquid_wrap .point._03 .use_box .use_step:first-child:after {
  content: '';
  background: url(../images/l_point_arrow.png) no-repeat;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,-25%);
  width: 31px;
  height: 48px;
  background-size: contain;
}
#liquid .liquid_wrap .point._03 .use_box p {
  font-size: 33px;
}
#liquid .liquid_wrap .point._03 .use_box .cap_box._01 {
  padding: 25px 0;
}
#liquid .liquid_wrap .point._03 .use_box .cap_box._02 {
  padding: 25px 28px;
}
#voice .voice_wrap { padding: 75px 0 0;}
#voice .voice_wrap h2 {
  color: #66b62f;
  font-size: 63px;
}
#voice .voice_wrap p {
  line-height: 1.8;
  margin: 60px 0 70px;
}
#voice .voice_wrap .fan_content ul li {
  margin-bottom: 120px;
  opacity: 0;
}
#voice .voice_wrap .fan_content ul li:nth-child(2) {
  margin-bottom: 10px;
}
#voice .voice_wrap .fan_content .fan_ttl {
  position: relative;
  font-size: 50px;
  font-weight: 600;
  padding-left: 80px;
}
#voice .voice_wrap .fan_content .fan_ttl._04 {
  font-size: 45px;
}
#voice .voice_wrap .fan_content .fan_ttl::before {
  content: '';
  background: url(../images/fan_icon01.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 65px;
  height: 86px;
}
#voice .voice_wrap .fan_content .fan_ttl._01::before {
  background: url(../images/fan_icon01.png) center/contain no-repeat;
}
#voice .voice_wrap .fan_content .fan_ttl._02::before {
  background: url(../images/fan_icon02.png) center/contain no-repeat;
}
#voice .voice_wrap .fan_content .fan_ttl._03::before {
  background: url(../images/fan_icon03.png) center/contain no-repeat;
}
#voice .voice_wrap .fan_content .fan_ttl._04::before {
  background: url(../images/fan_icon04.png) center/contain no-repeat;
  width: 69px;
  height: 69px;
}
#voice .voice_wrap .fan_content .fan_ilst01 {
  padding-top: 45px;
  padding-left: 70px;
}
#voice .voice_wrap .fan_content .fan_ilst02 {
  padding-left: 85px;
}
#voice .voice_wrap .fan_content .fan_event {
  position: relative;
}
#voice .voice_wrap .fan_content .f-small {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: 28px;
  margin: 0;
}
#voice .voice_wrap .comingSoon { margin-top: 0; opacity: 0;}

/*20200925add*/
#voice .voice_wrap .voice_user_wrap {
  background-color: #f1f5f6;
}
#voice .voice_wrap .voice_user_wrap .d-flex {
  display: flex;
}
#voice .voice_wrap .voice_user_wrap .justify-contents-space-between {
  justify-content: space-between;
}
#voice .voice_wrap .voice_user_wrap__ttl {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  background-color: #66b62f;
  padding: 30px;
}
#voice .voice_wrap .voice_user_wrap__opinion {
  padding: 70px 0 60px;
}
#voice .voice_wrap .voice_user_wrap__opinion ul {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
#voice .voice_wrap .voice_user_wrap__opinion li {
  padding: 0 25px;
  max-width: 100%;
}
.slick-arrows.slick-prev {
  display: inline-block;
  width: 54px;
  height: 161px;
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translateY(-50%);
  z-index: 10;
}
.slick-arrows.slick-prev::before {
  content: url(../images/voice_opinion_arrow_sp.png);
}
.slick-arrows.slick-next {
  display: inline-block;
  width: 54px;
  height: 161px;
  position: absolute;
  top: 50%;
  right: 11%;
  transform:translateY(-50%) rotateZ(180deg);
  z-index: 10;
}
.slick-arrows.slick-next::before {
  content: url(../images/voice_opinion_arrow_sp.png);
}

#voice .voice_wrap .opinion__header {
  position: relative;
  color: #fff;
  background-color: #696a6c;
  padding: 17px 17px 17px 21px;
  border-radius: 14px 14px 0 0;
  max-width: 100%;
}
#voice .voice_wrap .opinion__header.grain {
  background-color: #470500;
}
#voice .voice_wrap .opinion__header.liquid {
  background-color: #2d9fd4;
}
#voice .voice_wrap .opinion__header::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 10%;
  transform: translateX(-10%);
  border: 18px solid transparent;
  border-top: 18px solid #696a6c;
}
#voice .voice_wrap .opinion__header.grain::after {
  border-top: 18px solid #470500;
}
#voice .voice_wrap .opinion__header.liquid::after {
  border-top: 18px solid #2d9fd4;
}
#voice .voice_wrap .opinion__header.grain .opinion__header__part,
#voice .voice_wrap .opinion__header.liquid .opinion__header__part {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: right;
}
#voice .voice_wrap .opinion__header__mark {
  font-size: 28px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 12px;
  padding: 5px 15px;
  margin-bottom: 10px;
}
#voice .voice_wrap .opinion__header.grain .opinion__header__mark {
  color: #470500;
}
#voice .voice_wrap .opinion__header.liquid .opinion__header__mark {
  color: #2d9fd4;
}
#voice .voice_wrap .opinion__header__member {
  align-items: center;
}
#voice .voice_wrap dt.icon {
  content: '';
  display: inline-block;
  width: 116px;
  height: 116px;
}
#voice .voice_wrap dt.icon.male {
  background: url(../images/voice_opinion_m.png) no-repeat 100%/contain;
}
#voice .voice_wrap dt.icon.female {
  background: url(../images/voice_opinion_f.png) no-repeat 100%/contain;
}
#voice .voice_wrap dd.profile {
  font-size: 36px;
  margin-left: 20px;
}
#voice .voice_wrap .opinion__header__count {
  font-size: 28px;
}
#voice .voice_wrap .opinion__body {
  background-color: #fff;
  border: 2px solid;
  border-color: transparent #bab9b9 #bab9b9 #bab9b9;
  border-radius: 0 0 14px 14px;
  min-height: 800px;
  padding: 47px;
}
#voice .voice_wrap .opinion__body p {
  font-size: 34px;
  margin: 0 0 15px;
}
#voice .voice_wrap .opinion__body p:last-child {
  margin-bottom: 0;
}
#voice .voice_wrap .opinion_source {
  font-size: 32px;
  padding-bottom: 70px;
}

#promotion .promotion_wrap { position: relative; padding: 300px 0 220px;}
#promotion .promotion_wrap .mygarden_items_ttl p { margin-top: 30px;}
/*#promotion .promotion_wrap .mygarden_items_img { padding: 60px 0 0;}*/
#promotion .promotion_wrap .mygarden_items_list {
  margin: 80px auto 220px;
}
#promotion .promotion_wrap .mygarden_items_list_item {
  text-align: center;
}
.items_list_item__img {
  max-width: 78%;
  margin: auto;
}
.items_list_item__img img {
  width: 80%;
}
.items_list_item:nth-of-type(2) .items_list_item__img img {
  width: 90%;
}
.items_list_item:nth-of-type(3) .items_list_item__img img {
  width: 47%;
}
#promotion .promotion_wrap .mygarden_items_list_item + .mygarden_items_list_item {
  margin-top: 165px;
}
#promotion .promotion_wrap .mygarden_items_list_item_link {
  position: relative;
  color: #fff;
  background-color: #672d1b;
  font-size: 42px;
  font-weight: 600;
  display: block;
  padding: 40.2px 40px;
  width: 78%;
  margin: 55px auto 0;
}
#promotion .promotion_wrap .mygarden_items_list_item_link:nth-of-type(3) {
  background-color: #009fe8;
}
#promotion .promotion_wrap .mygarden_items_list_item_link::after {
  content: "";
  display: inline-block;
  border-top: 3px solid;
  border-right: 3px solid;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 12px);
  right: 45px;
}
#promotion .promotion_wrap .items_list_item_link--liquid {
  background-color: #009fe8;
}
#movie .movie_main + .movie_main {
  margin-top: 55px;
  padding-top: 15px;
}

/*animation*/
@-webkit-keyframes fadeInVoice {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInVoice {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.fadeInVoice {
  -webkit-animation-name: fadeInVoice;
  animation-name: fadeInVoice;
  animation-duration: .5s;
  animation-timing-function: ease-out;
}
.fan_content ul li { opacity: 0;}
.fan_content ul li:nth-child(1) {
  animation-delay: .5s;
}
.fan_content ul li:nth-child(2) {
  animation-delay: 1s;
}
.fan_content ul li:nth-child(3) {
  animation-delay: 1.5s;
}
.fan_content ul li:nth-child(4) {
  animation-delay: 1.5s;
}
/*fadeIn*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
/*fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: .5s;
}
/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (min-width: 1041px) {
  .sp { display: none;}
  .pc { display: block;}
  /*common追記*/
  .m-box_gnav_lists {
    height: 80px;
    padding: 20px 0;
    flex-wrap: nowrap;
  }
  .m-box_gnav_lists>li {
    font-size: 24px;
    padding-right: 1em;
  }
  .m-box_gnav_lists>li:after { color: #fff; right: 0;}
  .m-box_gnav_lists>li:first-child { font-size: 24px; padding-top: 2px;}
  .m-box_gnav_lists>li:nth-child(4) { padding-right: 1em;}
  .m-box_gnav_lists>li:nth-child(4):after { content: '｜';}
  .no-touchevents .m-box_gnav-fixed .m-box_gnav_lists {
    display: flex;
    justify-content: center;
    height: 60px;
    padding: 15px 0;
  }

  h2 { font-size: 31px;}
  h3 { font-size: 25px;}
  h3:before {
    width: 32px;
    height: 33px;
    margin-right: 5px;
  }
  h3:after {
    width: 32px;
    height: 33px;
    margin-left: 5px;
  }
  sup {
    top: 2px;
    left: 1px;
    font-size: 45%;
  }
  .ttl {
    font-size: 25px;
    padding: 13px 0;
    width: 80%;
    margin: 0 auto 34px;
  }
  #items p,
  #merit p,
  #granular p,
  #liquid p,
  #voice p,
  #promotion p {
    font-size: 20px;
  }
  #items .items_wrap {
    padding: 200px 0 80px;
  }
  #items .items_wrap:before,
  #promotion .promotion_wrap::before {
    width: 220px;
    height: 190px;
  }
  #items .items_wrap::after {
    bottom: 16px;
    width: 65px;
    height: 65px;
  }
  #items .items_wrap .items_img img {
    width: 60%;
  }
  #items .items_wrap .items_intro {
    width: 550px;
    margin: 0 auto;
  }
  #items .items_wrap .items_intro .items_txt {
    width: 250px;
    margin-bottom: 13px;
  }
  #items .items_wrap .annotation {
    width: 250px;
    padding: 11px 0;
  }
  #items .items_wrap .annotation p {
    font-size: 14px;
  }
  #items .btn {
    width: 550px;
    margin: 0 auto;
  }
  #items .btn ul li {
    min-width: 0;
    width: 250px;
  }
  #items .btn ul li img {
    width: 80%;
  }
  #items .btn ul li a {
    padding: 31px 0 31px 22px;
  }
  #items .btn ul li a::after {
    width: 25px;
    height: 25px;
  }
  #items .btn ul li.granular a::after {
    background: url(../images/btn_anker_g.png) center/contain no-repeat;
  }
  #items .btn ul li.liquid a::after {
    background: url(../images/btn_anker_l.png) center/contain no-repeat;
  }
  #merit .merit_wrap {
    margin: 0 0 40px;
    padding-top: 60px;
  }
  #merit .merit_wrap .support {
    margin: 42px 0 5px;
  }
  #merit .merit_wrap .support img {
    width: 74%;
  }
  #merit .merit_wrap .support p {
    font-size: 27px;
    margin-left: 0;
  }
  #merit .merit_wrap .all_year_img img {
    width: 65%;
  }
  #granular .granular_wrap {
    padding: 25px 0 39px;
  }
  #granular .granular_wrap .granular_ttl img {
    width: 50%;
  }
  #granular .granular_wrap .type {
    padding: 8px 0 45px;
  }
  #granular .granular_wrap .type img {
    width: 56%;
  }
  #granular .granular_wrap .type p {
    margin-bottom: 32px;
  }
  #granular .granular_wrap h3 {
    width: 335px;
    padding-bottom: 20px;
  }
  #granular .granular_wrap h3.w_middle {
    width: 296px;
  }
  #granular .granular_wrap .point {
    margin-bottom: 45px;
  }
  #granular .granular_wrap .point .w80 {
    width: 80%;
    margin: 0 auto;
  }
  #granular .granular_wrap .point._01 .g_point_img01 {
    margin-top: 34px;
    padding: 28px 18px;
  }
  #granular .granular_wrap .point._01 .g_point_img01 img {
    width: 70%;
  }
  #granular .granular_wrap .point._02 .f-small {
    font-size: 15px;
    margin-top: 11px;
  }
  #granular .granular_wrap .point._02 .g_point_img02 p {
    font-size: 17px;
  }
  #granular .granular_wrap .point._02 .g_point_img02 img {
    width: 50%;
  }
  #granular .granular_wrap .point._03 .use_box img {
    width: 330px;
  }
  #granular .granular_wrap .point._03 .cap_box {
    margin-top: 13px;
  }
  #granular .granular_wrap .point._03 .cap_box p {
    font-size: 17px;
  }
  #granular .granular_wrap .point._03 .use_motohi .cap_box p.cap::after {
    width: 56%;
    margin: 0 22% 7px;
  }
  #granular .granular_wrap .point._03 .use_tsuihi .cap_box p.cap::after {
    width: 70%;
    margin: 0 15% 7px;
  }
  #liquid .liquid_wrap {
    padding: 33px 0 36px;
  }
  #liquid .liquid_wrap .liquid_ttl img {
    width: 50%;
  }
  #liquid .liquid_wrap .type {
    padding: 8px 0 30px;
  }
  #liquid .liquid_wrap .type p {
    margin-bottom: 26px;
  }
  #liquid .liquid_wrap .type img {
    width: 64%;
  }
  #liquid .liquid_wrap .type .type_img {
    margin-left: 180px;
  }
  #liquid .liquid_wrap h3 {
    width: 490px;
    padding-bottom: 20px;
  }
  #liquid .liquid_wrap h3.w_middle {
    width: 425px;
  }
  #liquid .liquid_wrap h3.w_short {
    width: 296px;
  }
  #liquid .liquid_wrap .point {
    margin-bottom: 50px;
  }
  #liquid .liquid_wrap .point .w80 {
    width: 80%;
    margin: 0 auto;
  }
  #liquid .liquid_wrap .point._01 .l_point_img01 {
    margin-top: 22px;
    padding: 21px 32px;
  }
  #liquid .liquid_wrap .point._02 p.f-small {
    font-size: 15px;
  }
  #liquid .liquid_wrap .point._02 .detail {
    margin-top: 33px;
    padding: 24px 23px;
  }
  #liquid .liquid_wrap .point._02 .detail p {
    font-size: 15px;
    margin-top: 21px;
  }
  #liquid .liquid_wrap .point._02 .detail .detail_ttl {
    font-size: 19px;
    margin-bottom: 23px;
  }
  #liquid .liquid_wrap .point._02 .detail img {
    width: 60%;
  }
  #liquid .liquid_wrap .point._03 .use_box .use_step {
    width: 330px;
  }
  #liquid .liquid_wrap .point._03 .use_box .use_step img {
    width: 330px;
  }
  #liquid .liquid_wrap .point._03 .use_box .use_step:first-child:after {
    top: 33%;
    left: 50%;
    transform: translate(-50%,-33%);
    width: 16px;
    height: 25px;
  }
  #liquid .liquid_wrap .point._03 .use_box p {
    font-size: 17px;
  }
  #liquid .liquid_wrap .point._03 .use_box .cap_box._01 {
    padding: 13px;
  }
  #liquid .liquid_wrap .point._03 .use_box .cap_box._02 {
    padding: 13px;
  }
  #voice .voice_wrap {
    padding: 39px 0 0;
  }
  #voice .voice_wrap .w80 {
    width: 80%;
    margin: 0 auto;
  }
  #voice .voice_wrap h2 {
    font-size: 33px;
  }
  #voice .voice_wrap p {
    margin: 32px 0 37px;
  }
  #voice .voice_wrap .fan_content ul li {
    margin-bottom: 63px;
  }
  #voice .voice_wrap .fan_content ul li:nth-child(2) {
    margin-bottom: 5px;
  }
  #voice .voice_wrap .fan_content .fan_ttl {
    font-size: 26px;
    padding-left: 42px;
  }
  #voice .voice_wrap .fan_content .fan_ttl._04 {
    font-size: 26px;
  }
  #voice .voice_wrap .fan_content .fan_ttl::before {
    width: 35px;
    height: 45px;
  }
  #voice .voice_wrap .fan_content .fan_ttl._04::before {
    width: 36px;
    height: 36px;
  }
  #voice .voice_wrap .fan_content .fan_ilst01 {
    padding-top: 24px;
    padding-left: 125px;
  }
  #voice .voice_wrap .fan_content .fan_ilst01 img {
    width: 66%;
  }
  #voice .voice_wrap .fan_content .fan_ilst02 {
    padding-left: 130px;
  }
  #voice .voice_wrap .fan_content .fan_ilst02 img {
    width: 64%;
  }
  #voice .voice_wrap .fan_content .fan_img {
    margin-top: 20px;
    margin-left: 5%;
  }
  #voice .voice_wrap .fan_content .fan_img img {
    width: 90%;
  }
  #voice .voice_wrap .fan_content .f-small {
    bottom: 0;
    right: 0;
    font-size: 15px;
  }
  #voice .voice_wrap .comingSoon img {
    width: 50%;
  }

  /*20200925add*/
  #voice .voice_wrap .voice_user_wrap {
    margin-top: 100px;
  }
  #voice .voice_wrap .voice_user_wrap__ttl {
    font-size: 31px;
    padding: 25px;
  }
  #voice .voice_wrap .voice_user_wrap__opinion {
    padding: 50px 35px 0;
  }
  #voice .voice_wrap .voice_user_wrap__opinion ul {
    max-width: 880px;
    margin: 0 auto;
  }
  #voice .voice_wrap .voice_user_wrap__opinion li {
    padding: 0 5px;
    max-width: 274px;
  }
  .slick-arrows.slick-prev {
    width: 58px;
    height: 57px;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
    z-index: 10;
  }
  .slick-arrows.slick-prev::before {
    content: url(../images/voice_opinion_arrow.png);
  }
  .slick-arrows.slick-next {
    width: 58px;
    height: 57px;
    top: 50%;
    right: -65px;
    transform: translateY(-50%) rotateZ(180deg);
    z-index: 10;
  }
  .slick-arrows.slick-next::before {
    content: url(../images/voice_opinion_arrow.png);
  }
  #voice .voice_wrap .opinion__header {
    padding: 9px 9px 10px 12px;
    border-radius: 8px 8px 0 0;
    max-width: 100%;
  }
  #voice .voice_wrap .opinion__header::after {
    position: absolute;
    content: "";
    position: absolute;
    top: 100%;
    left: 11%;
    transform: translateX(-11%);
    border: 7px solid transparent;
    border-top: 7px solid #696a6c;
  }
  #voice .voice_wrap .opinion__header__mark {
    font-size: 12px;
    border-radius: 20px;
    padding: 2px 8px;
    margin-bottom: 0;
  }
  #voice .voice_wrap .opinion__header.grain::after {
    border-top: 7px solid #470500;
  }
  #voice .voice_wrap .opinion__header.liquid::after {
    border-top: 7px solid #2d9fd4;
  }
  #voice .voice_wrap dt.icon {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  #voice .voice_wrap dt.icon.male {
    background: url(../images/voice_opinion_m.png) no-repeat 100%/contain;
  }
  #voice .voice_wrap dt.icon.female {
    background: url(../images/voice_opinion_f.png) no-repeat 100%/contain;
  }
  #voice .voice_wrap dd.profile {
    font-size: 18px;
    margin-left: 10px;
  }
  #voice .voice_wrap dd.profile span {
    font-size: 15px;
  }
  #voice .voice_wrap .opinion__header__count {
    font-size: 14px;
  }
  #voice .voice_wrap .opinion__body {
    background-color: #fff;
    border: 1px solid;
    border-color: transparent #bab9b9 #bab9b9 #bab9b9;
    border-radius: 0 0 8px 8px;
    min-height: 410px;
    padding: 18px 18px 40px;
  }
  #voice .voice_wrap .opinion__body p{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  #voice .voice_wrap .opinion__body p:last-child {
    margin-bottom: 0;
  }
  #voice .voice_wrap .opinion_source {
    font-size: 14px;
    text-align: right;
    width: 840px;
    margin: 30px auto 0;
    padding-bottom: 35px;
  }

  #promotion .promotion_wrap { padding: 190px 0 70px;}
  #promotion .promotion_wrap .mygarden_items_ttl p { margin-top: 16px;}
  #promotion .promotion_wrap .mygarden_items_list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    margin: 10px auto 30px;
  }
  .items_list_item {
    width: 257px;
  }
  #promotion .promotion_wrap .mygarden_items_list_item + .mygarden_items_list_item {
    margin-top: 0;
  }
  .items_list_item__img {
    max-width: 100%;
    margin: auto;
  }
  .items_list_item__img img {
    width: 100%;
  }
  .items_list_item:nth-of-type(2) .items_list_item__img img {
    width: 100%;
  }
  .items_list_item:nth-of-type(3) .items_list_item__img img {
    width: 100%;
  }
  .items_list_item:nth-of-type(1) {
    width: 292px;
  }
  .items_list_item:nth-of-type(2) {
    width: 272px;
  }
  .items_list_item:nth-of-type(3) {
    margin-left: 20px;
  }
  .items_list_item .items_list_item__img {
    margin: auto;
  }
  .items_list_item:nth-of-type(1) .items_list_item__img {
    width: 292px;
  }
  .items_list_item:nth-of-type(3) .items_list_item__img {
    width: 272px;
  }
  .items_list_item:nth-of-type(3) .items_list_item__img {
    width: 147px;
  }
/*  #promotion .promotion_wrap .items_list_item:nth-of-type(3) .mygarden_items_list_item_link {
    margin: 30px 0 0 20px;
  }*/
  #promotion .promotion_wrap .mygarden_items_list_item_link {
    font-size: 18px;
    padding: 18px;
    width: 250px;
    margin: 30px auto 0;
  }
  #promotion .promotion_wrap .mygarden_items_list_item_link::after {
    border-top: 2px solid;
    border-right: 2px solid;
    width: 11px;
    height: 11px;
    top: calc(50% - 7px);
    right: 15px;
  }
  #movie .movie_main + .movie_main {
    margin-top: auto;
    padding-top: 35px;
  }
  #promotion .promotion_wrap .mygarden_items_ttl img { width: 45%;}
  #promotion .promotion_wrap .mygarden_items_img { padding: 35px 0 0;}
  #promotion .promotion_wrap .mygarden_items_img img { width: 50%;}
  #promotion .promotion_wrap #movie { padding-top: 68px;}
  #promotion .promotion_wrap #movie .movie_main { width: 80%; margin: 0 auto;}
}
