/*====================================================
////id mv
====================================================*/
#mv {
  z-index: 1;
}
#mv figure.coverImg {
  padding-top: 0;
}

@-webkit-keyframes mv_scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes mv_scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mv .slick-current figure.coverImg img {
  -webkit-animation: mv_scale 6s ease-out;
  animation: mv_scale 6s ease-out;
}

#mv .slick-dotted.slick-slider {
  padding-bottom: 0;
}
#mv .slick-dots {
  bottom: 50px;
  left: auto;
  right: 0;
  width: 50px;
}
#mv .slick-dots li {
  display: block;
  margin: 0;
}
#mv .slick-dots li button {
  width: 50px;
  height: 25px;
}
#mv .slick-dots li button:before {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
#mv .txtBox {
  font-weight: bold;
  text-shadow: 0 0 10px rgba(59, 23, 0, 0.5), 0 0 5px rgba(59, 23, 0, 0.5);
}
#mv .scrollBox {
  margin: auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100px;
}
#mv .scrollBox:before,
#mv .scrollBox:after {
  /* background: #ab1727; */
  background: #fc6264; /*赤色変更*/
  content: "";
  margin: auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
#mv .scrollBox:before {
  width: 5px;
  height: 5px;
}
@-webkit-keyframes scroll {
  0% {
    height: 0;
  }
  90%,
  100% {
    height: 100px;
  }
}
@keyframes scroll {
  0% {
    height: 0;
  }
  90%,
  100% {
    height: 100px;
  }
}
#mv .scrollBox:after {
  -webkit-animation: scroll ease-in-out infinite alternate 1.5s;
  animation: scroll ease-in-out infinite alternate 1.5s;
  width: 1px;
  height: 0;
}
.jouge {
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #mv figure.coverImg {
    padding-top: 120%;
  }
  #mv .slick-dots {
    width: 30px;
    bottom: 20px;
  }
  #mv .slick-dots li button {
    width: 30px;
    height: 15px;
  }
  #mv .slick-dots li button:before {
    transform: scaleY(0.6);
  }
  #mv .txtBox {
    font-size: 2.8rem;
    position: absolute;
    bottom: 100px;
    left: 7%;
    width: 86%;
  }
  #mv .scrollBox {
    transform: scale(0.8);
    bottom: 30px;
  }
  #mv .scrollBox:after {
    transform: scaleY(0.6);
    transform-origin: top;
  }
}

@media screen and (max-width: 500px) {
  #mv .txtBox {
    font-size: 5vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #mv figure.coverImg {
    height: 1020px;
    max-height: calc(100vh - 170px);
    min-height: 700px;
  }
  #mv .txtBox {
    font-size: 3rem;
    position: absolute;
    bottom: 160px;
    left: 10%;
    width: 80%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id common
====================================================*/

/*====================================================
////id leadCopy
====================================================*/
#leadCopy .txtBox {
}
#leadCopy .decoBox.box-1 {
  top: -20vw;
  left: 10%;
  width: 40%;
}
#leadCopy .decoBox.box-2 {
  top: 10%;
  left: 35%;
  width: 30%;
}
#leadCopy .decoBox.box-3 {
  top: 60%;
  right: 12%;
  width: 20%;
}
#leadCopy .decoBox.box-4 {
  top: 120%;
  right: 25%;
  width: 12%;
}
#leadCopy .decoBox.box-5 {
  top: 30%;
  right: 0;
  width: 25%;
}
#leadCopy .imgBox .coverImg {
  padding-top: 50%;
}
#leadCopy .txtBox span:nth-child(10),
#leadCopy .txtBox span:nth-child(11) {
  color: #fc6264;
}
#leadCopy .txtBox span:nth-child(13),
#leadCopy .txtBox span:nth-child(14) {
  color: #1bb81f;
}
.eachTextAnime span {
  opacity: 0;
  transition: 2s ease-out;
}
.eachTextAnime.show span {
  opacity: 1;
  /* -webkit-animation:text_anime_on 1.6s ease-out forwards;
	        animation:text_anime_on 1.6s ease-out forwards; */
  /* animation-delay: .4s; */
}
@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #leadCopy .decoBox.box-1 {
    top: -20%;
    width: 100%;
    left: -5%;
  }
  #leadCopy .decoBox.box-2 {
    top: 0;
    left: -40%;
    width: 80%;
  }
  #leadCopy .decoBox.box-3 {
    top: 30%;
    right: -20%;
    width: 50%;
  }
  #leadCopy .decoBox.box-4 {
    top: 70%;
    right: 15%;
    width: 25%;
  }
  #leadCopy .decoBox.box-5 {
    top: auto;
    bottom: 50%;
    right: 0;
    width: 65%;
  }
  #leadCopy .innerBox {
    align-items: center;
    flex-direction: column;
    padding-bottom: 0;
  }
  #leadCopy .txtBox p {
    margin: 80px 2em 0 0;
    max-height: calc(100vh - 100px);
    min-height: 400px;
  }
  #leadCopy .imgBox {
    margin: 50px -5% 0;
    width: 110%;
  }
  #leadCopy .imgBox .coverImg {
    padding-top: 0;
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #leadCopy .innerBox {
    justify-content: center;
    padding-left: 50%;
    padding-bottom: 80px;
    position: unset;
  }
  #leadCopy .imgBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50vw;
  }
  #leadCopy .imgBox .coverImg {
    padding-top: 0;
    height: 400px;
  }
  #leadCopy .txtBox p {
    line-height: 2.5;
    padding: 100px 60px 0 0;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1400px) {
  #leadCopy .imgBox .coverImg {
    padding-top: 0;
    height: 500px;
  }
}

/*====================================================
////class .productBox
====================================================*/
.productBox .coverImg {
  padding-top: 133.3%;
}
.productBox .coverImg img {
  -o-object-fit: contain;
  object-fit: contain;
}
.productBox .name {
  align-items: flex-end;
  justify-content: flex-start;
  margin: 10px 0;
}
.productBox .name h5 {
  margin: 0 10px -2px 0;
}
.productBox .name p {
  margin-top: 5px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  .productBox .item {
    padding: 10px;
    width: 50%;
  }
  .productBox .name h5 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 500px) {
  .productBox .item .imgBox {
    margin: auto;
    width: 60%;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  .productBox .item {
    padding: 10px;
    width: calc(100% / 6);
  }
  .productBox .name h5 {
    font-size: 2.2rem;
  }

  /* .productBox .copy {
		font-size: 1.6rem;
	} */
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
  .productBox .item {
    padding: 20px;
    width: calc(100% / 3);
  }

  .productBox .name h5 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id newItem
====================================================*/
#newItem .decoBox.box-1 {
  top: -250px;
  right: 53%;
  width: 25%;
}
#newItem .decoBox.box-2 {
  top: 540px;
  left: 53%;
  width: 15%;
}
#newItem .imgBox {
  background: white;
}
#newItem .headBox span:nth-child(1),
#newItem .headBox span:nth-child(2),
#newItem .headBox span:nth-child(3),
#newItem .headBox span:nth-child(4) {
  color: #e9c62c;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #newItem .decoBox.box-1 {
    top: -250px;
    right: 50%;
    width: 60%;
  }
  #newItem .decoBox.box-2 {
    top: 300px;
    left: 60%;
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
}

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

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
  #newItem .decoBox.box-1 {
    width: 35%;
  }
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id product
====================================================*/
#product {
  background: linear-gradient(to bottom, #f9f7f3, #fff);
  overflow: hidden;
}
#product .decoBox {
  top: -100%;
  left: 5%;
  width: 70%;
  z-index: 0;
}
#product .flexWrap {
  gap: 10px 10px;
}

#product .item a {
  position: relative;
  padding: 15px;
  height: 100%;
  border: 1px solid #f2f2f2;
}
#product .item a:before {
  background: url(../img/bg-sakura-2.png) no-repeat top center / contain;
  content: "";
  margin: auto;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 60%;
  height: 100%;
}
#product .item .txtBox {
  width: calc(100% - (60px + 50px));
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
#product .item .txtBox h5 {
  margin-bottom: 0;
}
#product .item .imgBox {
  /* flex: 1; */
}
#product .item .imgBox figure {
  width: 60px;
  aspect-ratio: 1 / 1;
}
#product .item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#product .item a .arrow_square {
  margin: auto;
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  right: 15px;
}
#product .item a .arrow_square .arrow {
  width: 15px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #product .itemBox {
    margin: auto;
    width: 90%;
  }
  #product .item {
    width: 100%;
  }
  #product .item .txtBox h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #product .headBox {
    position: absolute;
    top: 80px;
    left: 0;
    width: 120px;
  }
  #product .itemBox {
    margin: 0 0 0 auto;
    width: calc(100% - 120px);
  }
  #product .item {
    width: calc((100% - 10px) / 2);
  }
  #product .item a:after {
    /* background: #ab1727; */
    background: #fc6264; /*赤色変更*/
    content: "";
    margin: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.6s ease-in-out;
    width: 0;
    height: 5px;
  }
  #product .item a:hover:after {
    opacity: 1;
    width: 100%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
  #product .headBox {
    width: 80px;
  }
  #product .itemBox {
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id policy
====================================================*/
#policy {
  overflow: hidden;
}
#policy .decoBox {
  top: 400px;
  right: -7%;
  width: 40%;
  height: 70%;
}
#policy .decoBox img {
  margin-right: 0;
}
#policy .txtBox {
  flex: 1;
  max-width: 300px;
}
#policy .box-inner .txtBox {
  overflow: hidden;
}
#policy .f-en {
  position: relative;
}
#policy .f-en:before {
  border-top: solid 1px currentColor;
  content: "";
  margin: auto;
  position: absolute;
  right: calc(100% + 10px);
  bottom: 0.2em;
  width: 50vw;
  height: 0;
}
#policy .arrowBox {
  margin-left: 20px;
  width: 60px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #policy .bgBox {
    height: 300px;
    position: relative;
    z-index: 1;
  }
  #policy .decoBox {
    top: auto;
    bottom: -100px;
    height: 50%;
  }
  #policy .innerBox {
    height: 300px;
    padding: 0;
  }
  #policy .box-inner {
    height: 100%;
  }
}

@media screen and (max-width: 500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #policy .bgBox {
    top: 0;
    left: 0;
    right: auto;
    width: 50%;
    z-index: 0;
  }
  #policy .box-inner {
    justify-content: flex-start;
    padding-left: 55%;
  }
  #policy .box-inner .txtBox {
    margin: 0 20px;
  }
  #policy h4 {
    line-height: 2;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id topics
====================================================*/
#topics .innerBox {
  width: 100%;
  max-width: none;
}
#topics .item a {
  height: 100%;
  padding: 30px;
}
#topics .item:nth-child(1) .bgBox {
  border-bottom: 4px solid #2ac8c7;
  border-right: 4px solid #2ac8c7;
}
#topics .item:nth-child(2) .bgBox {
  border-bottom: 4px solid #fc6264;
  border-right: 4px solid #fc6264;
}
#topics .item:nth-child(3) .bgBox {
  border-bottom: 4px solid #1bb81f;
  border-right: 4px solid #1bb81f;
}
#topics .txtBox {
  margin-bottom: 30px;
  padding: 1.2em 0.5em;
  width: 50px;
}
#topics .arrow_square {
  margin: auto;
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: -30px;
  width: 40px;
  height: 40px;
}
#topics .item:nth-child(1) .arrow_square:before {
  background: #2ac8c7;
}
#topics .item:nth-child(2) .arrow_square:before {
  background: #fc6264;
}
#topics .item:nth-child(3) .arrow_square:before {
  background: #1bb81f;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #topics .innerBox {
    padding-bottom: 0;
  }
  #topics .item {
    height: 380px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #topics .item {
    flex: 1;
    margin: 0 30px;
  }
  #topics .item:first-child,
  #topics .item:last-child {
    margin: 0;
  }
  #topics .item a {
    overflow: hidden;
  }
  #topics .item a .bgBox {
    transition: 0.4s ease-in-out;
  }
  #topics .item a:hover .bgBox {
    /* filter: brightness(1.1); */
    opacity: 0.9;
    transform: scale(1.1);
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
  #topics .item {
    flex: 1;
    margin: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id contents-bnr
====================================================*/
#contents-bnr .innerBox {
  padding-top: 50px;
  padding-bottom: 50px;
}

#contents-bnr .item + .item {
  margin-left: 8.333%;
}

#contents-bnr .item {
  width: calc((100% - 8.333%) / 2);
}

#contents-bnr .item img {
  width: 100%;
  object-fit: contain;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #contents-bnr .innerBox {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  #contents-bnr .itemBox {
    flex-direction: column;
  }

  #contents-bnr .item + .item {
    margin-top: 50px;
    margin-left: 0;
  }

  #contents-bnr .item {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
}

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

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id result
====================================================*/
#result .box-inner {
  overflow: hidden;
}
#result .decoBox.box-1 {
  top: -20%;
  left: -10%;
  transform: rotate(-10deg);
  width: 70%;
}
#result .decoBox.box-2 {
  top: 40%;
  right: 3%;
  transform: rotate(90deg);
  width: 50%;
}
#result .decoBox.box-3 {
  bottom: 0;
  right: 0;
  width:30%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #result .innerBox {
    padding: 0;
    width: 100%;
  }
  #result .txtBox {
    padding: 80px 4%;
  }
  #result .imgBox {
    display: none;
  }
  #result .decoBox.box-3 {
    bottom: 0;
    right: 0;
    width:25%;
  }
}

@media screen and (max-width: 500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #result .txtBox {
    width: 50%;
  }
  #result .txtBox .resultText {
    padding-right: 50px;
  }
  #result .imgBox {
    width: 50%;
    height: 100%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id sdgs
====================================================*/
#sdgs .decoBox {
  top: 50%;
  right: 0;
  width: 30%;
  max-width: 490px;
}
#sdgs .logo {
  margin: 0 auto 50px;
  width: 60%;
  max-width: 450px;
}
#sdgs .txtBox span {
/*   background: linear-gradient(transparent 40%, #fcffb4 45%, #fcffb4 93%, transparent 98%); */
	color: #fc6264;
	font-size: 1.0em
}
#sdgs .txtBox .box {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #sdgs .logo {
    width: 90%;
  }
	#sdgs .txtBox {
    font-size: clamp(1.0rem, calc((14 / 375) * 100vw), 1.6rem);
  }
}

@media screen and (max-width: 500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #sdgs .txtBox {
	  font-size: 2.0rem;
	  text-align: center;
  }
  #sdgs .innerBox {
    padding-bottom: 0;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id news
====================================================*/
#news .item {
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}
#news .item a {
  padding: 10px 0;
}
#news .item .squareMark {
  display: block;
  /* font-size: .8em; */
  line-height: 1;
  padding: 0.3em 0 0.4em 0;
  width: 100%;
}
.news-imgBox {
  display: flex;
  align-items: center;
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;;
  z-index: 1;
  width: 92%;
}
.news-imgBox-wrap {
  width: 23.31%;
  aspect-ratio: 1 / 1;
}
.news-imgBox-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-imgBox-wrap + .news-imgBox-wrap {
  margin-left: 2%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #news {
    background: #f9f8f5;
  }
  #news .item dl {
    flex-wrap: wrap;
  }
  #news .item dt {
    width: 40%;
    max-width: 200px;
  }
  #news .item .date {
    padding-left: 20px;
    width: 60%;
  }
  #news .item .title {
    margin-top: 5px;
    width: 100%;
  }
  .news-imgBox {
    padding-top: 50px;
  }
  #news .innerBox {
    padding-top: 50px;
  }
}

@media screen and (max-width: 500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #news .innerBox {
    padding-bottom: 0;
    padding-top: 100px;
  }
  #news .itemBox .bgBox {
    background: #f9f8f5;
  }
  #news .headBox {
    position: absolute;
    top: 50px;
    right: 0;
    width: 100px;
  }
  #news .itemBox {
    min-height: 350px;
    padding: 20px 40px 140px 0;
    width: calc(100% - 120px);
  }
  #news .itemBox .bgBox {
    left: auto;
    right: 0;
    width: 100vw;
  }
  #news .item dt {
    width: 40%;
    max-width: 200px;
    height: 2em;
  }
  #news .item .date {
    margin: 0 30px;
    width: 125px;
  }
  #news .item .title {
    flex: 1;
  }
  #news .linkBox {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 1;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
  #news .item .title {
    flex: auto;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  #news .headBox {
    width: 180px;
  }
  #news .itemBox {
    width: calc(100% - 200px);
  }
}

/*====================================================
////id pickup
====================================================*/
#pickup {
  overflow: hidden;
}
#pickup .decoBox.box-1 {
  top: -25vw;
  left: 48%;
  width: 30%;
}
#pickup .decoBox.box-2 {
  top: 30vw;
  right: 53%;
  width: 15%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #pickup .decoBox.box-1 {
    left: -30%;
    top: -10vw;
    width: 80%;
    max-width: 400px;
  }
  #pickup .decoBox.box-2 {
    top: 15vw;
    right: -3%;
    width: 30%;
  }
}

@media screen and (max-width: 500px) {
}

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

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
  #pickup .decoBox.box-1 {
    top: -200px;
  }
}

#contents .wp-block-image {
  margin: 1.4em 0;
}
/*====================================================
////id reserve
====================================================*/
#reserve .whiteBox {
  padding: 60px 30px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #reserve .whiteBox {
    position: relative;
    margin-bottom: 50px;
  }
  #reserve .whiteBox .linkBox {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
  }
}

@media screen and (max-width: 500px) {
}

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

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id sns
====================================================*/
#sns .item {
  align-items: flex-start;
  flex: 1;
  padding: 20px;
}
#sns .item:last-child {
  border: none;
}
#sns figure {
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
  #sns .item {
    border-right: solid 1px #ccc;
  }
}

@media screen and (max-width: 600px) {
  #sns .itemBox {
    flex-direction: column;
    margin: auto;
    max-width: 400px;
  }
  #sns .item {
    border-right: 0;
    border-bottom: solid 1px #ccc;
    padding: 20px;
    width: 100%;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #sns .item {
    border-right: solid 1px #ccc;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 500px) {
}

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

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 500px) {
}

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

/* ////////// tablet ////////// */
@media screen and (min-width: 769px) and (max-width: 959px) {
}

@media screen and (min-width: 1200px) {
}
