@charset "UTF-8";

#global-header .logo {
  visibility: hidden;
}

#global-header.chg .logo {
  visibility: visible;
}


@media screen and (max-width: 768px) {
  .scroll-down {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .scroll-down {
    display: none;
  }
}
@media screen and (max-height: 620px) {
  .scroll-down {
    display: none;
  }
}


/*-----------------------------------------------------------
	#main-visual
-----------------------------------------------------------*/
#main-visual {
  width: 100%;
  height: 100%;
  padding-bottom: 22em;
  position: relative;
  overflow: hidden;
  background: url(../images/top_bg.jpg) center top no-repeat transparent;
  font-size: 0.9583333333333vw;  /* 13.8px / 1440px */
  background-size: cover;
}

/*#main-visual:after {*/
/*  display: block;*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 18.75em;*/
/*  background: url(../images/top_bg_wave.png) center bottom repeat-x transparent;*/
/*  background-size: auto 100%;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*}*/


.waves {
  /*position: relative;*/
  position: absolute;
  bottom: 0px;
  width: 100%;
  /*height:15vh;*/
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}

#main-visual .wrap {
  position: relative;
  z-index: 100;
  padding-bottom: 4.375em;
}

#main-visual .column-button{
  position: absolute;
  top: 30px;
  left: 30px;
  animation: 3s ease-in-out infinite cloud;
}

@keyframes cloud {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

#main-visual .column-button a{
  display: flex;
  align-items: center;
  padding: 4.8vw 29px 1.7vw 9px;
  background: url(../images/column-button_bg.png) center center / 100% auto no-repeat;
}

#main-visual .column-button a .image{
  width: 4.685vw;
  min-width: 64px;
  height: 4.685vw;
  min-height: 64px;
  background: url(../images/column-person.png) center center / contain no-repeat;
}

#main-visual .column-button a .text{
  padding-left: 9px;
}

#main-visual .column-button a .badge{
  font-size: 0.923em;
  color: #00A35E;
}

#main-visual .column-button a h2{
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.04em;
}

#main-visual .column-button a i {
  position: relative;
  display: block;
  width: 1.903vw;
  min-width: 26px;
  height: 1.903vw;
  min-height: 26px;
  background-color: #fff;
  border: 1px solid #A1A1A1;
  border-radius: 50%;
  margin-left: 4px;
}

#main-visual .column-button a i:before {
  display: block;
  width: 0.439vw;
  min-width: 6px;
  height: 0.439vw;
  min-height: 6px;
  border-right: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%,-50%) rotate(-45deg);
  content: '';
}

#main-visual .logo {
  margin-top: 16.625em;
  text-align: center;
}
#main-visual .logo h1 {
  margin: 0 auto 2em;
  font-size: 1em;
  width: 36.0625em;
}


#main-visual .mv-button {
  position: relative;
  width: 18.1111em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  will-change: transform;
  pointer-events: none;

}
#main-visual .mv-button a span {
  position: relative;
  z-index: 10;
  color: #FFF;
  will-change: transform;
}

#main-visual .mv-button a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 2.8888;
  padding: 1px;
  border: 2px solid transparent;
  border-radius: 2em;
  background-color: transparent;
  /* slide */
  will-change: transform;
  position: relative;
  overflow: hidden;
  pointer-events: auto;

}

#main-visual .mv-button a:after
{
  will-change: transform;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: position 200ms 0s ease-out;
  pointer-events: none;
}

#main-visual .mv-button:before {
  pointer-events: none;
  display: block;
  content: '';
  width: 1.7777778em;
  height: 1.7777778em;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  /*right: 0.75em;*/
  right: 0.85em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: background .2s ease-out;
}
#main-visual .mv-button:after {
  pointer-events: none;
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 1.6em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border .2s ease-out;
}

@media only screen and (min-width: 769px) {
  /*hoverした際の形状*/
  body:not(.is-touch) #main-visual .mv-button a:hover span {
    color: #000;
  }

  body:not(.is-touch) #main-visual .mv-button a:hover {
    background-color: #FFF;
    border: solid 2px #000;
  }
  body:not(.is-touch) #main-visual .mv-button a:hover:after {
    left: 100%;
    transition: all .25s ease-out 0s;
  }
  body:not(.is-touch) #main-visual .mv-button:hover:before {
    background-color: #000;
  }
  body:not(.is-touch) #main-visual .mv-button:hover:after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}



#main-visual .scenes {
  margin: 35.625em 0 0;
  padding: 0;
}
#main-visual .scenes > li {
  text-align: center;
}
#main-visual .scenes .farm {
  margin-left: 48.5em;
}
#main-visual .scenes .city {
  margin-right: 45em;
  margin-top: 5.875em;
}
#main-visual .scenes .home {
  margin-left: 34em;
  margin-top: 14.25em;
}
#main-visual .scenes dl {
  display: inline-block;
  margin: 0;
  padding: 2.5em 2.25em;
  font-size: 1em;
  text-align: center;
  border-radius: 1.875em;
  background-color: #fff;
}
#main-visual .scenes dl dt {
  font-size: 2em;
  font-weight: bold;
  white-space: nowrap;
}
#main-visual .scenes dl dd.caption {
  margin-top: 0.3125em;
  font-size: 1em;
}
#main-visual .scenes dl dd.button {
  margin-top: 1.25em;
}

@media screen and (min-width: 2226px) {
  #main-visual {
    font-size: 21.3325px;
    background-size: 2560px auto;
  }
}

@media screen and (max-width: 1280px) and (min-width: 769px) {
  #main-visual {
    font-size: 12.2667px;
    background-size: 1472px auto;
  }
  #main-visual .column-button a {
    padding: 58px 27px 12px 9px;
  }
  #main-visual .column-button a h2{
    font-size: 16px;
  }
  #main-visual .column-button a .badge{
    font-size: 12px;
  }
  #main-visual .scenes .farm {
    text-align: right;
    margin-left: auto;
    margin-right: 15%;
  }
  #main-visual .scenes .city {
    text-align: left;
    margin-left: 17.5%;
    margin-right: auto;
  }
  #main-visual .scenes .home {
    text-align: right;
    margin-left: auto;
    margin-right: 23%;
  }

}

@media screen and (max-width: 769px) {
  #main-visual {
    height: 100svh;
    font-size: 12px;
    background-size: cover;
    padding-bottom: 8em;
    background: url(../images/top_bg_sp.jpg) center top no-repeat transparent;
    background-size: cover;
  }
  #main-visual:after {
    height: 8em;
  }
  #main-visual .column-button{
    top: 0;
    left: 10px;
  }
  #main-visual .column-button a{
    padding: 45px 23px 9px;
    background: url(../images/column-button_bg.png) center center / 215px 86.66667px no-repeat;
  }

  #main-visual .column-button a .image{
    width: 32px;
    min-width: auto;
    height: 32px;
    min-height: auto;
  }

  #main-visual .column-button a .text{
    padding-left: 8px;
  }

  #main-visual .column-button a .badge{
    font-size: 0.875em;
  }

  #main-visual .column-button a h2{
    margin-top: 3px;
    font-size: 0.9375em;
  }
  #main-visual .column-button a i {
    width: 1.7777778em;
    min-width: auto;
    height: 1.7777778em;
    min-height: auto;
    margin-left: 5px;
  }
  #main-visual .column-button a i:before {
    width: 0.4em;
    min-width: auto;
    height: 0.4em;
    min-height: auto;
  }
  #main-visual .wrap {
    padding-bottom: 0;
  }
  #main-visual .logo {
    margin-top: 15em;
  }
  #main-visual .logo h1 {
    width: 20em;
  }
  #main-visual .logo .mv-button {
    width: 18em;
  }
  #main-visual .logo .mv-button a {
    width: 100%;
  }
  #main-visual .mv-button {
    width: 15em;
  }
  #main-visual .mv-button a {
    width: 100%;
    font-size: 1em;
    line-height: 2.5;
  }
  #main-visual .scenes {
    margin: 12em 0 0;
  }
  #main-visual .scenes .farm {
    text-align: right;
    margin-right: 2em;
    margin-left: auto;
  }
  #main-visual .scenes .city {
    text-align: left;
    margin-top: 1.25em;
    margin-left: 2em;
    margin-right: auto;
  }
  #main-visual .scenes .home {
    text-align: right;
    margin-top: 1.25em;
    margin-right: 4em;
    margin-left: auto;
  }
  #main-visual .scenes dl {
    padding: 1.25em;
  }
  #main-visual .scenes dl dt {
    font-size: 1.5em;
  }
  #main-visual .scenes dl dd.caption {
    font-size: 0.875em;
  }
}




/*-----------------------------------------------------------
  #products
-----------------------------------------------------------*/
#products {
  position: relative;
  padding: 150px 0 140px;
  z-index: 1;
}

#products .area {
  max-width: 1240px;
  padding: 0 20px;
}

#products .sec-item {
  margin-top: 75px;
}

#products .sec-item + .sec-item {
  margin-top: 120px;
}

#products .sec-item h3 {
  font-size: 2.5em;
}

#products .sec-item > p {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #eee;
  font-size: 1.125em;
  font-weight: 500;
}

#products .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -60px;
  min-height: 300px;
}
#products .item:after {
  display: block;
  content: '';
  width: 360px;
}

#products .item>li {
  margin-top: 80px;
  margin-left: 60px;
}

#products .item>li div {
  position: relative;
  text-align: center;
}

#products .item>li .fade-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s;
}

#products .item>li .fade-content.active {
  opacity: 1;
}

#products .item>li.circle .fade-content {
  background: rgba(0, 0, 0, .5);
  border-radius: 50%;
  animation: morph 5s linear infinite alternate;
}

#products .item>li.square .fade-content {
  background: rgba(0, 0, 0, .5);
  border-radius: 8%;
  animation: morph02 10s linear infinite alternate;
}

#products .item>li.ellipse .fade-content {
  background: url(../shared/images/top_product_over.svg) center center no-repeat;
  background-size: contain;
}
#products .item>li.triangle .fade-content {
  background: url(../shared/images/top_triangle_over.svg) center center no-repeat;
  background-size: contain;
  /*transform: scale(1.28) translateY(-20px) translateX(10px) rotateZ(-20deg);*/
}

#products .item>li .fade-content p {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 100;
  font-size: 1.125rem;
}

#products .item>li .fade-content p span {
  display: inline-block;
  border-bottom: solid 1px #fff;
  line-height: 1;
  margin-top: 14px;
}

#products .item>li div img {
  position: relative;
  transform: scale(0.83332);
}

/* アニメーション */
#products .item>li  .img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

#products .item>li.circle .img-wrap::before,
#products .item>li.square .img-wrap::before,
#products .item>li.ellipse .img-wrap::before,
#products .item>li.triangle .img-wrap::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}



#products .item>li.circle .img-wrap::before {
  border-radius: 50%;
  animation: morph 5s linear infinite alternate;
}

#products .item>li.square .img-wrap::before {
  border-radius: 8%;
  animation: morph02 10s linear infinite alternate;
}

#products .item>li.ellipse .img-wrap::before {
  background: url(../shared/images/top_product_bg.svg) center center no-repeat;
  background-size: contain;
}

#products .item>li.triangle .img-wrap::before {
  background: url(../shared/images/top_triangle_bg.svg) center center no-repeat;
  background-size: contain;
  animation: morph02 10s linear infinite alternate;
  /*transform: scale(1.28) translateY(-20px) translateX(10px) rotateZ(-20deg);*/
}

@keyframes morph {
  0% {
    border-radius: 35% 65% 55% 40% / 35% 40% 55% 65%;
  }

  25% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }

  50% {
    border-radius: 55% 35% 35% 55% / 50% 65% 35% 50%;
  }

  75% {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  }

  90% {
    border-radius: 40% 55% 50% 50% / 40% 35% 50% 55%;
  }

  100% {
    border-radius: 35% 65% 55% 40% / 35% 40% 60% 65%;
  }
}

@keyframes morph02 {
  0% {
    border-radius: 20% 18% 22% 14% / 17% 21% 30% 22%;
  }

  25% {
    border-radius: 8% 8% 8% 8% / 8% 8% 8% 8%;
  }

  50% {
    border-radius: 14% 12% 13% 18% / 12% 13% 16% 18%;
  }

  75% {
    border-radius: 17% 15% 19% 22% / 17% 21% 15% 22%;
  }

  90% {
    border-radius: 8% 7% 9% 8% / 6% 9% 10% 8%;
  }

  100% {
    border-radius: 20% 18% 22% 14% / 17% 21% 30% 22%;
  }
}

#products .item a {
  display: flex;
  flex-direction: column;
  color: #222;
}

#products .item .img-wrap {
  max-width: 360px;
}

#products .item p.deco {
  position: relative;
  display: inline-block;
  font-size: 1em;
  margin: 20px auto 0;
}

#products .item p.deco::before,
#products .item p.deco::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  width: 1px;
  height: 75%;
  background: url(/sustainableproducts/shared/images/border.svg) center center repeat-y;
}

#products .item p.deco::before {
  left: -17px;
  transform: translateY(-50%) rotate(-30deg);
}

#products .item p.deco::after {
  right: -17px;
  transform: translateY(-50%) rotate(30deg);
}


#products .item p {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0 0;
  text-align: center;
}

#js-anchor {
  margin-top: -150px;
  padding-top: 150px;
}

/*@media only screen and (min-width: 769px) {*/
/*  #search .btns>li:hover {*/
/*    opacity: .8;*/
/*  }*/
/*}*/



@media only screen and (max-width: 768px) {
  #products {
    background-size: auto 100px;
    margin-top: -100px;
    padding: 100px 0 80px;
    padding-top: 160px;
  }

  #products .area {
    max-width: 500px;
    padding: 0 20px;
  }

  #products .sec-item {
    margin-top: 30px;
  }

  #products .sec-item + .sec-item {
    margin-top: 70px;
  }

  #products .sec-item h3 {
    font-size: 1.25em;
  }

  #products .sec-item > p {
    text-align: left;
    line-height: 1.5;
    width: auto;
    margin: 10px 0 0;
     padding-bottom: 10px;
    border-bottom-width: 2px;
    font-size: 0.75em;
  }

  #products .item {
    margin: 0;
    padding-top: 20px;
  }

  #products .item>li {
    margin: 0 0 20px;
    width: 48%;
  }
  #products .item p.deco {
    font-size: 0.625em;
  }
  #products .item p {
    font-size: 1em;
    margin-top: 10px;
  }

  #products .item>li .fade-content p {
    font-size: 0.75rem;
  }

  #products .item>li .fade-content p span {
    margin-top: 10px;
  }

  #products .item figure {
    max-width: 150px;
  }

  #products .item figcaption {
    font-size: .9375em;
    margin-top: 8px;
  }
}


/*-----------------------------------------------------------
  #special-contents
-----------------------------------------------------------*/

#special-contents {
  position: relative;
  padding: 0 0 157px;
  z-index: 1;
  background: url(/sustainableproducts/shared/images/contact_back-top.png) top,linear-gradient(rgba(0, 0, 0, 0) 200px, #F5F5F5 200px, #F5F5F5 calc(100% - 0px), rgba(0, 0, 0, 0) calc(100% - 0px));
  background-repeat: repeat-x;
  background-size: 1920px
}

#special-contents .area {
  max-width: 1240px;
  padding: 100px 20px 0;
}

#special-contents .jp-small{
  margin-top: 15px;
}

#special-contents .tertiary{
  margin-top: 56px;
  font-size: 1em;
  line-height: 2;
  font-weight: 500;
}

#special-contents .special-contents-item {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
  margin-left: -60px;
  /* min-height: 300px; */
}

#special-contents .special-contents-item:after {
  display: block;
  content: '';
  width: 360px;
  height: 0;
}

#special-contents .special-contents-item>li {
  width: calc(100% / 3);
  max-width: 360px;
  margin-top: 60px;
  margin-left: 60px;
}

#special-contents .special-contents-item>li div {
  position: relative;
  text-align: center;
}

#special-contents .special-contents-item>li .fade-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 30px;
  transition: opacity .4s;
  background: rgba(0, 0, 0, .5);
}

#special-contents .special-contents-item>li .fade-content p{
  position: relative;
  display: inline-block;
  margin: 0;
  color: #fff;
  z-index: 100;
  font-size: 1.125em;
  line-height: 1.5;
}

#special-contents .special-contents-item>li .fade-content p span {
  display: inline-block;
  margin-top: 14px;
  border-bottom: solid 1px #fff;
  line-height: 1;
}


#special-contents .special-contents-item a {
  display: block;
  color: #222;
}

#special-contents .special-contents-item .img-wrap {
  max-width: 360px;
}

#special-contents .special-contents-item .img-wrap img{
  border-radius: 30px;
}

#special-contents .special-contents-item p.title{
  margin: 9px 0 0;
  letter-spacing: 0.05em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

#special-contents .special-contents-item p.category{
  display: inline-block;
  padding: 3px 22.5px 5px;
  border-radius: 6px;
  color: #fff;
  font-size: .8125em;
  font-weight: 500;
  line-height: 1.42857;
  margin-top: 18px;
  background-color: #00A35E;
}

#special-contents .special-contents-item p.date{
  margin-top: 6px;
  color: #969696;
  font-size: 0.875em;
  letter-spacing: 0.03em;
  font-weight: 500;
}

#special-contents .more-button {
  position: relative;
  width: 17.75em;
  display: block;
  margin-top: 59px;
  margin-left: auto;
  margin-right: auto;
  will-change: transform;
  pointer-events: none;
  text-align: center;

}
#special-contents .more-button a span {
  position: relative;
  z-index: 10;
  color: #FFF;
  will-change: transform;
}

#special-contents .more-button a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.75;
  padding: 1px;
  border: 2px solid transparent;
  border-radius: 2em;
  background-color: transparent;
  /* slide */
  will-change: transform;
  position: relative;
  overflow: hidden;
  pointer-events: auto;

}

#special-contents .more-button a:after{
  will-change: transform;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: position 200ms 0s ease-out;
  pointer-events: none;
}

#special-contents .more-button:before {
  pointer-events: none;
  display: block;
  content: '';
  /* width: 1.7777778em;
  height: 1.7777778em; */
  width: 1.625em;
  height: 1.625em;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  /*right: 0.75em;*/
  right: 0.7em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: background .2s ease-out;
}
#special-contents .more-button:after {
  pointer-events: none;
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
  transition: border .2s ease-out;
}

@media only screen and (min-width: 769px) {
  #special-contents .special-contents-item>li a:hover .fade-content{
    opacity: 1;
  }

  /*hoverした際の形状*/
  body:not(.is-touch) #special-contents .more-button a:hover span {
    color: #000;
  }

  body:not(.is-touch) #special-contents .more-button a:hover {
    background-color: #FFF;
    border: solid 2px #000;
  }
  body:not(.is-touch) #special-contents .more-button a:hover:after {
    left: 100%;
    transition: all .25s ease-out 0s;
  }
  body:not(.is-touch) #special-contents .more-button:hover:before {
    background-color: #000;
  }
  body:not(.is-touch) #special-contents .more-button:hover:after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

@media screen and (max-width: 769px) {
  #special-contents {
    padding: 0 0 80px;
    background: url(/sustainableproducts/shared/images/contact_back-top.png) top, linear-gradient(rgba(0, 0, 0, 0) 78.125px, #F5F5F5 78.125px, #F5F5F5 calc(100% - 78.125px), rgba(0, 0, 0, 0) calc(100% - 78.125px));
    background-repeat: repeat-x;
    background-size: 500px;
  }

  #special-contents .area {
    max-width: 500px;
    padding: 50px 20px 80px;
  }
  #special-contents .tertiary{
    margin-top: 20px;
    font-size: 0.75em;
  }

  #special-contents .special-contents-item {
    justify-content: space-between;
    margin: 0;
    padding-top: 40px;
  }

  #special-contents .special-contents-item>li{
    margin: 0 0 20px;
    width: 48%;
  }

  #special-contents .special-contents-item>li .fade-content {
    border-radius: 10px;
  }

  #special-contents .special-contents-item p.title{
    position: relative;
    font-size: 0.875em;
    line-height: 1.25;
  }

  #special-contents .special-contents-item p.date {
    margin-top: 8px;
    font-size: 0.75em;
  }

  #special-contents .special-contents-item .img-wrap img{
    border-radius: 10px;
  }

  #special-contents .more-button {
    width: 60%;
    margin-top: 40px;
  }
  #special-contents .more-button a {
    font-size: 0.75em;
  }
}

/*-----------------------------------------------------------
  #popup
-----------------------------------------------------------*/

.column-button-fixed{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

.column-button-fixed.hide{
  display: none;
  opacity: 0;
}

.column-button-fixed .button{
  display: flex;
  align-items: center;
  padding: 1.17vw;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 20px rgb(0, 0, 0, 0.08);
}

.column-button-fixed .button .image{
  width: 64px;
  height: 64px;
  background: url(../images/column-person.png) center center / contain no-repeat;
}

.column-button-fixed .button .text{
  padding-left: 10px;
}

.column-button-fixed .button h2{
  font-size: min(20px,1.17vw);
  color: #222;
  letter-spacing: 0;
  font-weight: 500;
}

.column-button-fixed .button i {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #A1A1A1;
  border-radius: 50%;
  margin-left: 4px;
}

.column-button-fixed .button i:before {
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%,-50%) rotate(-45deg);
  content: '';
}

.column-button-fixed a.close {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  right: -10px;
  top: -10px;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
}

.column-button-fixed a.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.column-button-fixed a.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.column-button-fixed a.close:before,
.column-button-fixed a.close:after {
  display: block;
  content: "";
  position: absolute;
  width: 0.5px;
  height: 15px;
  background: #ffffff;
  top: 50%;
  left: 50%;
}

.column-button-fixed a.close span{
  display: none;
}

@media screen and (min-width: 2226px) {
  .column-button-fixed .button h2{
    font-size: 21.3325px;
  }
}

@media screen and (max-width: 1280px) and (min-width: 769px) {
  .column-button-fixed .button{
    padding: 16px;
  }
  .column-button-fixed .button h2{
    font-size: 16px;
  }
}

@media screen and (max-width: 769px) {
  .column-button-fixed{
    bottom: 20px;
    right: 20px;
  }
  .column-button-fixed .button{
    padding: 12px;
    border-radius: 12px;
  }

  .column-button-fixed .button .image{
    width: 32px;
    min-width: auto;
    height: 32px;
    min-height: auto;
  }
  .column-button-fixed .button h2{
    font-size: 12px;
    line-height: 1.375;
  }
  .column-button-fixed .button i {
    width: 20px;
    min-width: auto;
    height: 20px;
    min-height: auto;
  }
  .column-button-fixed .button i:before {
    width: 4px;
    min-width: auto;
    height: 4px;
    min-height: auto;
  }
  .column-button-fixed a.close {
    width: 20px;
    height: 20px;
    right: -8px;
    top: -8px;
  }
  .column-button-fixed a.close:before,
  .column-button-fixed a.close:after {
    height: 10px;
  }
}

.pagetop{
  display: none;
}