/*---------------------------------------------------------------------------*/
/**main-visual**/
@-webkit-keyframes slideInFromLeft {
  0% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  80% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideInFromLeft {
  0% {
    visibility: hidden;
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  80% {
    visibility: hidden;
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
  100% {
    visibility: visible;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  80% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideInFromUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  90% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes slideInFromUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(100px);
         transform: translateY(100px);
  }
  90% {
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(100px);
         transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes slideInFromUp {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
            transform: translateY(100px);
  }
  90% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Transitions */
.activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=100;
  filter: alpha(opacity=100);
}

.animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
  filter: alpha(opacity=0);
}

#wrapper {
  max-width: 131rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.color-pink {
  color: #D84375;
}

/** main visual **/
.main-visual {
  overflow: hidden;
}

.main-visual .container {
  padding: 0;
}

.main-visual .main-video {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.main-visual .main-video:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main-visual .movie {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.main-visual .movie .main__video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: -1;
}

.main-visual .mv-poster {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.main-visual .movie-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  z-index: 5;
  width: 10.2rem;
  height: 11.3rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.main-visual #pause {
  display: none;
}

/** section-news **/
.section-news {
  background: #fff;
  color: #000;
  padding: 4rem 0 4rem 0;
  margin: 0 0 8rem 0;
}

.section-news .banner-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 6rem;
  margin: -4rem 0 4rem -4rem;
  position: relative;
  z-index: 2;
}

.section-news .banner-list li {
  width: -webkit-calc(100%/4 - 4rem);
  width: -moz-calc(100%/4 - 4rem);
  width: calc(100%/4 - 4rem);
  margin: 0 0 0 4rem;
}

.section-news .container {
  max-width: 71rem;
}

.section-news .news-title {
  max-width: 11.3rem;
}

.section-news .news-list {
  margin: 2rem 0;
}

.section-news .news-list li {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-news .news-list li + li {
  margin-top: 1rem;
}

.section-news .news-list li .time {
  display: inline-block;
  width: 9rem;
}

.section-news .news-list li .link {
  color: #000;
  display: inline-block;
  width: -webkit-calc(100% - 9rem);
  width: -moz-calc(100% - 9rem);
  width: calc(100% - 9rem);
}

/** section concept **/
.section-concept {
  background: #fff;
  color: #000;
  padding: 3rem;
  margin: 0 0 8rem 0;
}

.section-concept .concept-title {
  width: 19.3rem;
  margin: -3.1rem 0 0 0;
}

.section-concept .concept-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.section-concept .concept-row_ctn {
  width: -webkit-calc(40% + 3rem);
  width: -moz-calc(40% + 3rem);
  width: calc(40% + 3rem);
  padding: 0 6.5rem 0 0;
  font-size: 1.2rem;
  line-height: 1.9;
}

.section-concept .concept-row_ctn h3.color-pink {
  margin: 2rem 0;
  font-size: 3.2rem;
  line-height: 1.5;
}

.section-concept .concept-row_ctn .color-pink {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 2rem;
}

.section-concept .concept-row_img {
  width: 60%;
  margin-right: -3rem;
}

.section-concept .ico1 {
  width: 8.1rem;
}

.section-concept .ico2 {
  width: 4.9rem;
}

.section-concept .ico3 {
  width: 6.6rem;
}

.section-concept .ico4 {
  width: 7.3rem;
}

.section-concept .ico5 {
  width: 16.9rem;
}

.section-concept dl dt {
  color: #D84375;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin: 2rem 0;
}

.section-concept dl dt span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 2rem;
}

.section-concept dl dt img {
  display: inline-block;
  vertical-align: middle;
}

.section-concept dl dd {
  font-size: 1.2rem;
  line-height: 1.9;
}

.section-concept .concept-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 0 -4rem;
}

.section-concept .concept-bottom dl {
  width: -webkit-calc(100%/3 - 4rem);
  width: -moz-calc(100%/3 - 4rem);
  width: calc(100%/3 - 4rem);
  margin-left: 4rem;
}

.section-concept .concept-bottom dl.cc05 dt span {
  margin-left: -7rem;
}

/** section-gelato **/
.section-gelato {
  background: #fff;
  color: #000;
  padding: 3rem;
  margin: 0 0 8rem 0;
  position: relative;
}

.section-gelato .gelato-title {
  position: absolute;
  right: 3rem;
  top: 0;
  width: 31.5rem;
}

.section-gelato .gelato-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.section-gelato .gelato-row_ctn {
  width: -webkit-calc(60% + 3rem);
  width: -moz-calc(60% + 3rem);
  width: calc(60% + 3rem);
  padding: 8rem 0 0 3rem;
  font-size: 1.2rem;
}

.section-gelato .gelato-row_ctn h3 {
  text-align: center;
  margin: 0 0 2rem 0;
}

.section-gelato .gelato-row_ctn h3 img {
  max-width: 30rem;
}

.section-gelato .gelato-row_img {
  margin-left: -3rem;
  width: 40%;
}

.section-gelato .gelato-row .gelato-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-gelato .gelato-row .gelato-inner_ctn p {
  margin-bottom: 1.5rem;
}

.section-gelato .gelato-row .gelato-inner_ctn h4 {
  font-size: 3.2rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-gelato .gelato-row .gelato-inner_ctn h4 span {
  line-height: 1;
}

.section-gelato .gelato-row .gelato-inner_ctn h4 a {
  display: inline-block;
  line-height: 1;
}

.section-gelato .gelato-row .gelato-inner_ctn h4 img {
  width: 16rem;
}

.section-gelato .gelato-row .gelato-inner_ctn__in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-gelato .gelato-row .gelato-inner_ctn__in dl {
  width: 48%;
}

.section-gelato .gelato-row .gelato-inner_ctn__in dl dd {
  font-size: 11px;
}

.section-gelato .gelato-row .gelato-inner_img {
  width: 100%;
}

.section-gelato .gelato-row .gelato-inner_img ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-top: 1rem;
}

.section-gelato .gelato-row .gelato-inner_img ul li:last-child {
  margin-left: 1rem;
}

/** section-shop **/
.section-shop {
  margin: 0 0 8rem 0;
}

.section-shop .shop-title {
  max-width: 30rem;
}

.section-shop .shop-logo {
  text-align: center;
}

.section-shop .shop-logo img {
  max-width: 25rem;
}

.section-shop .shop-txt {
  margin: 2rem 0 0;
}

.section-shop .shop-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.section-shop .shop-left {
  width: 50%;
}

.section-shop .shop-right {
  width: 50%;
  padding-left: 4rem;
}

.section-shop .shop-right .shop-image {
  margin-bottom: 2rem;
}

.section-shop .shop-right_ttl {
  max-width: 10.5rem;
  margin-bottom: 0.5rem;
}

.section-shop .shop-right .shop1 h3 {
  max-width: 10.5rem;
}

.section-shop .shop-right .shop2 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.section-shop .shop-right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 0 -4rem;
}

.section-shop .shop-right ul li {
  width: -webkit-calc(50% - 4rem);
  width: -moz-calc(50% - 4rem);
  width: calc(50% - 4rem);
  margin: 0 0 0 4rem;
}

.section-shop .shop-right ul li h3 {
  line-height: 1;
  margin-bottom: 0.5rem;
}

.section-shop .shop-right ul li figure {
  margin-bottom: 2rem;
}

/** section-social **/
.section-social {
  margin: 0 0 6rem 0;
}

#fb-root {
  display: none;
}

.social-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 0 -6rem;
}

.social-row .col {
  width: -webkit-calc(50% - 6rem);
  width: -moz-calc(50% - 6rem);
  width: calc(50% - 6rem);
  margin: 0 0 0 6rem;
}

.social-row_facebook h2 {
  max-width: 26rem;
  line-height: 0;
  margin-bottom: 1rem;
}

.social-row_facebook .facebook__feed {
  width: 100%;
}

.social-row_media h2 {
  max-width: 9.5rem;
  line-height: 0;
  margin-bottom: 1rem;
}

.social-row_media > div {
  padding: 6rem;
  background: #fff;
  color: #000;
  height: 62rem;
}

.social-row_media a {
  color: #0095f6;
}

.social-row_instagram h2 {
  max-width: 28rem;
}

.social-row_instagram .instagram-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 0 0 -1rem;
}

.social-row_instagram .instagram-list li {
  width: -webkit-calc(100%/6 - 1rem);
  width: -moz-calc(100%/6 - 1rem);
  width: calc(100%/6 - 1rem);
  margin: 0 0 0 1rem;
}

.social-row_instagram .instagram-list li a {
  display: block;
}

/** section-company **/
.section-company {
  margin: 0 0 6rem 0;
}

.section-company .company-title {
  max-width: 14.8rem;
}

.section-company .company-row {
  background: #fff;
  padding: 3rem;
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.section-company .company-row .cp-slider {
  width: 55%;
}

.section-company .company-row .cp-slider .slick-slide {
  outline: none;
  border: none;
}

.section-company .company-row .cp-ctn {
  width: 45%;
  padding-left: 4rem;
  font-size: 1.3rem;
}

.section-company .company-row .cp-ctn h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

/** section-onlineshop **/
.section-onlineshop {
  color: #D84375;
  padding: 6rem;
  background: url(../img/onlineshop-img.jpg) center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  min-height: 99rem;
  position: relative;
}

.section-onlineshop .onlineshop-title {
  max-width: 61rem;
}

.section-onlineshop .onlineshop-btn {
  position: absolute;
  left: 6rem;
  bottom: 4rem;
  width: -webkit-calc(100% - 12rem);
  width: -moz-calc(100% - 12rem);
  width: calc(100% - 12rem);
  display: block;
  line-height: 0;
}

/** section-contact **/
.section-contact {
  padding: 6rem 0;
}

.section-contact .container {
  max-width: 85rem;
}

.section-contact .contact-title {
  margin: 0 0 2.5rem 20%;
  text-align: center;
}

.section-contact .contact-title img {
  max-width: 18.9rem;
}

.section-contact .contact-txt {
  font-size: 1.2rem;
  width: 78%;
  margin: 0 0 2.5rem 22%;
}

.contact-form dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.contact-form dl + dl {
  margin: 2rem 0 0;
}

.contact-form dl dt {
  width: 20%;
  font-size: 1.6rem;
  font-weight: normal;
}

.contact-form dl dd {
  width: 80%;
  padding-left: 2%;
}

.contact-form dl dd ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.contact-form dl dd ul li {
  width: 50%;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.ipt {
  width: 100%;
  border: none;
  background: #E4E3E4;
  outline: none;
  padding: 1rem;
}

.ipt.are {
  min-height: 22rem;
}

.contact-btn {
  width: 100%;
  border: none;
  outline: none;
  background: #CF4486;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  cursor: pointer;
}

.group-btn {
  width: 78%;
  margin: 2.5rem 0 0 22%;
}

input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

input[type="checkbox"]:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.8rem;
  left: 0.8rem;
  width: .9rem;
  height: 2rem;
  border: solid #000;
  border-width: 0 .2rem .2rem 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type="radio"]:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.4rem;
  width: 1.1rem;
  height: 1.1rem;
  background: #000;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

label {
  position: relative;
  cursor: pointer;
}

label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #747478;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-bottom: .5rem;
  -moz-border-radius: 0.5rem;
       border-radius: 0.5rem;
  background: white;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, white), color-stop(56%, #cacaca), color-stop(56%, #cacaca), color-stop(100%, #a1a1a1));
  background: -webkit-linear-gradient(45deg, white 0%, #cacaca 56%, #cacaca 56%, #a1a1a1 100%);
  background: -moz- oldlinear-gradient(45deg, white 0%, #cacaca 56%, #cacaca 56%, #a1a1a1 100%);
  background: linear-gradient(45deg, white 0%, #cacaca 56%, #cacaca 56%, #a1a1a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a1a1a1', GradientType=1 );
}

span.loading {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  -moz-animation: load-circle 1.0s linear infinite;
       animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  /** main visual **/
  .main-visual {
    margin-bottom: 0;
    margin-top: 18.22917vw;
  }
  .main-visual .movie-play {
    width: 13.28125vw;
    height: 14.71354vw;
  }
  /** section-news **/
  .section-news {
    background: #fff;
    color: #000;
    padding: 5.20833vw 0 5.20833vw 0;
    margin: 0 0 13.02083vw 0;
  }
  .section-news .banner-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 3.90625vw;
    margin: 0 0 0 -3.90625vw;
    position: relative;
    z-index: 2;
  }
  .section-news .banner-list li {
    width: -webkit-calc(100%/2 - 3.90625vw);
    width: -moz-calc(100%/2 - 3.90625vw);
    width: calc(100%/2 - 3.90625vw);
    margin: 0 0 3.90625vw 3.90625vw;
  }
  .section-news .banner-list li a {
    line-height: 0;
    display: block;
  }
  .section-news .news-title {
    max-width: 23.4375vw;
    margin-top: 7.8125vw;
  }
  .section-news .news-list {
    margin: 2.60417vw 0 7.8125vw;
  }
  .section-news .news-list li {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-news .news-list li + li {
    margin-top: 1rem;
  }
  .section-news .news-list li .time {
    display: inline-block;
    width: 19.53125vw;
  }
  .section-news .news-list li .link {
    color: #000;
    display: inline-block;
    width: -webkit-calc(100% - 19.53125vw);
    width: -moz-calc(100% - 19.53125vw);
    width: calc(100% - 19.53125vw);
  }
  .section-news .news-more {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .section-news .news-more img {
    max-width: 200%;
    width: 200%;
    margin-left: -50%;
  }
  /** section-social **/
  .section-social {
    margin: 0 0 6rem 0;
  }
  #fb-root {
    display: none;
  }
  /** section concept **/
  .section-concept {
    padding: 3.90625vw;
  }
  .section-concept .concept-title {
    max-width: 32.55208vw;
  }
  .section-concept .concept-row {
    display: block;
  }
  .section-concept .concept-row_ctn {
    width: 100%;
    padding: 0;
  }
  .section-concept .concept-row_ctn h3.color-pink {
    font-size: 6.25vw;
  }
  .section-concept .concept-row_ctn .color-pink {
    font-size: 3.64583vw;
  }
  .section-concept .concept-row_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.20833vw;
  }
  .section-concept .ico1 {
    width: 10.54688vw;
  }
  .section-concept .ico2 {
    width: 6.38021vw;
  }
  .section-concept .ico3 {
    width: 8.59375vw;
  }
  .section-concept .ico4 {
    width: 9.50521vw;
  }
  .section-concept .ico5 {
    width: 22.00521vw;
  }
  .section-concept dl dt {
    font-size: 3.64583vw;
  }
  .section-concept dl dt span {
    margin-left: 2.60417vw;
  }
  .section-concept .concept-bottom {
    display: block;
    margin: 0;
  }
  .section-concept .concept-bottom dl {
    width: 100%;
    margin-left: 0;
  }
  .section-concept .concept-bottom dl.cc05 dt span {
    margin-left: 0;
  }
  /** section-shop **/
  .section-shop .shop-title {
    max-width: 78.125vw;
    margin: 0 auto 2.60417vw;
  }
  .section-shop .shop-logo img {
    max-width: 32.55208vw;
  }
  .section-shop .shop-row {
    display: block;
  }
  .section-shop .shop-left {
    width: 100%;
  }
  .section-shop .shop-txt {
    margin: 2.60417vw 0;
  }
  .section-shop .shop-right {
    width: 100%;
    padding-left: 0;
  }
  .section-shop .shop-right .shop-image {
    padding-left: 0;
    margin-bottom: 5.20833vw;
  }
  .section-shop .shop-right ul {
    display: block;
    margin-left: 0;
  }
  .section-shop .shop-right ul li {
    width: 100%;
    margin: 0;
  }
  .section-shop .shop-right ul li + li {
    margin-top: 7.8125vw;
  }
  .section-shop .shop-right ul li figure {
    margin-bottom: 1.95313vw;
  }
  .section-shop .shop-right .shop1 h3 {
    max-width: 19.53125vw;
  }
  .section-shop .shop-right .shop2 h3 {
    font-size: 4.42708vw;
  }
  /** section-gelato **/
  .section-gelato {
    padding: 3.90625vw;
  }
  .section-gelato .gelato-title {
    width: 54.03646vw;
    position: static;
    margin: 0 0 2.60417vw 0;
  }
  .section-gelato .gelato-row {
    display: block;
  }
  .section-gelato .gelato-row_ctn {
    width: 100%;
    padding: 0;
    font-size: 3.125vw;
  }
  .section-gelato .gelato-row_ctn h3 {
    max-width: 49.47917vw;
  }
  .section-gelato .gelato-row_img {
    margin-left: 0;
    width: 100%;
  }
  .section-gelato .gelato-row .gelato-inner {
    display: block;
  }
  .section-gelato .gelato-row .gelato-inner_ctn {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
    text-align: justify;
  }
  .section-gelato .gelato-row .gelato-inner_ctn p {
    margin-bottom: 2.60417vw;
  }
  .section-gelato .gelato-row .gelato-inner_ctn h4 {
    font-size: 4.6875vw;
    margin-bottom: 2.60417vw;
  }
  .section-gelato .gelato-row .gelato-inner_ctn h4 a {
    display: inline-block;
    line-height: 1;
  }
  .section-gelato .gelato-row .gelato-inner_ctn h4 img {
    width: 28.64583vw;
  }
  .section-gelato .gelato-row .gelato-inner_ctn__in {
    display: block;
  }
  .section-gelato .gelato-row .gelato-inner_ctn__in dl {
    width: 100%;
  }
  .section-gelato .gelato-row .gelato-inner_ctn__in dl + dl {
    margin-top: 2rem;
  }
  .section-gelato .gelato-row .gelato-inner_img {
    margin: 5.20833vw 0 0;
    width: 100%;
  }
  /** section-social **/
  .social-row {
    display: block;
    margin: 0;
  }
  .social-row .col {
    width: 100%;
    margin: 0;
  }
  .social-row .col.social-row_media {
    margin: 7.8125vw 0 0 0;
  }
  .social-row_facebook .fb-page.fb_iframe_widget {
    -webkit-transform: scale(1, 1) !important;
       -moz-transform: scale(1, 1) !important;
        -ms-transform: scale(1, 1) !important;
            transform: scale(1, 1) !important;
  }
  .social-row_facebook .fb-page iframe {
    width: 100% !important;
  }
  .social-row_facebook .fb_iframe_widget,
  .social-row_facebook .fb_iframe_widget span,
  .social-row_facebook .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    min-width: 200px;
  }
  .social-row_facebook .fb_iframe_widget {
    display: block !important;
  }
  .social-row_facebook .fb-like-box iframe {
    width: 100% !important;
  }
  .social-row_facebook .fb-like-box span {
    width: auto !important;
    position: initial !important;
  }
  .social-row_facebook .fb_iframe_widget_fluid span {
    width: 100% !important;
  }
  .social-row_facebook .fb_iframe_widget span {
    position: static !important;
  }
  .social-row_media > div {
    padding: 3.90625vw;
    height: auto;
  }
  .social-row_instagram .instagram-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 0 0 -1rem;
  }
  .social-row_instagram .instagram-list li {
    width: -webkit-calc(100%/3 - 1rem);
    width: -moz-calc(100%/3 - 1rem);
    width: calc(100%/3 - 1rem);
    margin: 0 0 0 1rem;
  }
  .social-row_instagram .instagram-list li a {
    display: block;
  }
  /** section-company **/
  .section-company .company-row {
    padding: 3.90625vw;
    display: block;
  }
  .section-company .company-row .cp-slider {
    width: 100%;
    margin-bottom: 5.20833vw;
  }
  .section-company .company-row .cp-ctn {
    width: 100%;
    padding-left: 0;
    font-size: 3.125vw;
  }
  .section-company .company-row .cp-ctn h3 {
    font-size: 4.16667vw;
  }
  /** section-onlineshop **/
  .section-onlineshop {
    color: #D84375;
    padding: 3.90625vw;
    min-height: 130.20833vw;
  }
  .section-onlineshop .onlineshop-title {
    max-width: 53.38542vw;
  }
  .section-onlineshop .onlineshop-btn {
    position: absolute;
    left: 3.90625vw;
    bottom: 3.90625vw;
    width: -webkit-calc(100% - 7.8125vw);
    width: -moz-calc(100% - 7.8125vw);
    width: calc(100% - 7.8125vw);
    display: block;
    overflow: hidden;
  }
  .section-onlineshop .onlineshop-btn img {
    max-width: 200%;
    width: 200%;
    margin-left: -50%;
  }
  /** section-contact **/
  .section-contact .container {
    padding: 0;
  }
  .section-contact .contact-title {
    margin: 0 0 2.5rem 0;
  }
  .section-contact .contact-txt {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  .contact-form dl {
    display: block;
  }
  .contact-form dl + dl {
    margin: 3.90625vw 0 0;
  }
  .contact-form dl dt {
    width: 100%;
    font-size: 3.64583vw;
    margin-bottom: 0.65104vw;
  }
  .contact-form dl dd {
    width: 100%;
    padding-left: 0;
  }
  .contact-form dl dd ul {
    display: block;
  }
  .contact-form dl dd ul li {
    width: 100%;
    font-size: 3.125vw;
    margin-bottom: 0;
  }
  .contact-form dl dd ul li + li {
    margin-top: 1.30208vw;
  }
  .ipt {
    padding: 1.30208vw;
  }
  .ipt.are {
    min-height: 28.64583vw;
  }
  .contact-btn {
    font-size: 3.90625vw;
  }
  .group-btn {
    width: 100%;
    margin: 5.20833vw 0 0 0;
  }
}
