<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.wrapper {
  width: 100%;
  height: auto;
  
}
.wrapper .swiper {
  padding-top: 0px;
  padding-bottom:50px;
  height:100vh;
}
.wrapper .swiper .swiper-container {
  position: relative;
  /* ← swiper.cssに含まれています */
  height: auto;
  opacity: 0.95;
}
.wrapper .swiper .swiper-container .swiper-wrapper {
  position: absolute;
  /* ← swiper.cssと優先順位が干渉するときは工夫してください */
  top: 0;
  left: 0;
}
.wrapper .swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 520px) {/*768から*/
.hero {
  display:none;
}
}


@media screen and (max-width: 520px) {/*768まで*/


.wrapper .swiper {
  display:none;
}


/* ------ slide image ------- */
.hero-slide__img {
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  display: block;
  min-height: 100vh;
  object-fit: cover;
  opacity: 0;
  width: 100%;
}

.hero-slide__item:nth-of-type(1) .hero-slide__img {
  animation-delay: 0s;
}

.hero-slide__item:nth-of-type(2) .hero-slide__img {
  animation-delay: 5s;
}

.hero-slide__item:nth-of-type(3) .hero-slide__img {
  animation-delay: 10s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }

  16% {
    opacity: 1;
  }

  33% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

}

/* ------ hero erea ------- */
.hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}


/* ------ hero title ------- */


.hero-slide__item {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: -10%;
  width: 110%;
}


}






/*
@media screen and (max-width: 768px) {768まで


.swiper .swiper-container .swiper-wrapper .swiper-slide .swiper-slide {
  display:none;
}

.swiper-slide_sm {
  height: 100vh;
  position: relative;
  overflow: hidden;
}


}

*/

.wrapper .swiper .swiper-container .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
}



.wrapper .swiper .swiper-container:before {
  content: "";
  display: block;
  padding-top: calc(9/21*100%);
  /* 縦/横*100の値を書く */
}
.wrapper .swiper .swiper-pagination {
  text-align: center;
  width: 100%;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .wrapper .swiper .swiper-pagination {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .swiper .swiper-pagination {
    margin-top: 10px;
  }
}






.wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #333;
  margin: 0 15px;
  outline: none;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}










.wrapper .about {
  margin: 50px auto 0 auto;
  width: 90%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .about {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .about {
    margin-top: 10px;
  }
}
.wrapper .about .about-image {
  height: auto;
  width:100%;
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper .about .about-image {
    text-align: center;
  }
}
.wrapper .about .about-image img {
  width: 100%;
  height: auto;
}


			/* パソコンで見たときは"pc"のclassがついた画像が表示される */
			.pc { display: block !important; max-width:1200px; margin:0 auto;}
			.sp { display: none !important; }
			 
			/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

			@media only screen and (max-width: 768px) {
				.pc { display: none !important; }
				.sp { display: block !important; margin:0 auto;}
			}


@media screen and (max-width: 768px) {
  .wrapper .about .about-image img {
    width: 90vw;
  }
}
.wrapper .about .about-info {
  height: auto;
  margin-top: 50px;
}
.wrapper .about .about-info .about-content {
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .about .about-info .about-content {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .about .about-info .about-content {
    width: 95%;
    margin: 0 auto;
  }
}
.wrapper .about .about-info .about-content .about-top {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .about .about-info .about-content .about-top p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .about .about-info .about-content .about-top p {
    font-size: 1.3rem;
  }
}
.wrapper .about .about-info .about-content .about-top h2 {
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  .wrapper .about .about-info .about-content .about-top h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .about .about-info .about-content .about-top h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .about .about-info .about-content .about-top h2 {
    font-size: 2rem;
  }
}
.wrapper .about .about-info .about-content .about-text {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .wrapper .about .about-info .about-content .about-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .about .about-info .about-content .about-text {
    margin-top: 5px;
  }
}
.wrapper .about .about-info .about-content .about-text p {
  font-size: 1.5rem;
  line-height: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .wrapper .about .about-info .about-content .about-text p {
    line-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .about .about-info .about-content .about-text p {
    line-height: 3.5rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .about .about-info .about-content .about-text p {
    line-height: 3rem;
    font-size: 1.1rem;
  }
}
.wrapper .about .about-info .about-content .more {
  height: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .wrapper .about .about-info .about-content .more {
    text-align: center;
  }
}
.wrapper .about .about-info .about-content .more .about-more {
  width: 20rem;
  height: 8rem;
  color: #fff;
  background: #DBD5D2;
  border: none;
  font-size: 1.8rem;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  outline: none;
  cursor: pointer;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .wrapper .about .about-info .about-content .more .about-more {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .about .about-info .about-content .more .about-more {
    width: 100%;
    font-size: 1.7rem;
    height: 6.5rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .about .about-info .about-content .more .about-more {
    font-size: 1.3rem;
    height: 5rem;
  }
}
.wrapper .about .about-info .about-content .more .about-more:hover {
  background: #EEDDA2;
  color: #A7851D;
}
.wrapper .about .about-info .about-content .more .about-more:before, .wrapper .about .about-info .about-content .more .about-more:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #EEDDA2;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.wrapper .about .about-info .about-content .more .about-more:after {
  right: inherit;

  top: inherit;
  left: 0;
  bottom: 0;
}
.wrapper .about .about-info .about-content .more .about-more:hover:before, .wrapper .about .about-info .about-content .more .about-more:hover:after {
  width: 100%;
  -webkit-transition: .6s ease all;
  transition: .6s ease all;
}
.wrapper .news {
  margin: 50px auto 0 auto;
  width: 90%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .news {
    width: 100%;
  }
}
.wrapper .news .news-title {
  height: auto;
}
@media screen and (max-width: 768px) {
  .wrapper .news .news-title {
    margin-left: 50px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .news .news-title {
    margin-left: 30px;
  }
}
.wrapper .news .news-title h2 {
  font-size: 2.5rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .wrapper .news .news-title h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .news .news-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .news .news-title h2 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
}
.wrapper .news .news-main {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 30px 0;
}
.wrapper .news .news-main .news-container {
  width: 95%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrapper .news .news-main .news-container .news-inner {
  padding: 20px 50px 20px 50px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .wrapper .news .news-main .news-container .news-inner {
    padding: 20px 50px 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .news .news-main .news-container .news-inner {
    padding: 20px 50px 20px 50px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .news .news-main .news-container .news-inner {
    padding: 20px 20px 20px 20px;
  }
}
.wrapper .news .news-main .news-container .news-inner .news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .wrapper .news .news-main .news-container .news-inner .news-article {
    width: 90%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .news .news-main .news-container .news-inner .news-article {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}
.wrapper .news .news-main .news-container .news-inner .news-article .date, .wrapper .news .news-main .news-container .news-inner .news-article .news-content {
  padding-right: 50px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .wrapper .news .news-main .news-container .news-inner .news-article .date, .wrapper .news .news-main .news-container .news-inner .news-article .news-content {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .news .news-main .news-container .news-inner .news-article .date, .wrapper .news .news-main .news-container .news-inner .news-article .news-content {
    font-size: 1.3rem;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .news .news-main .news-container .news-inner .news-article .date, .wrapper .news .news-main .news-container .news-inner .news-article .news-content {
    font-size: 1.1rem;
    padding-right: 30px;
  }
}
.wrapper .news .news-main .news-container .news-inner .news-article .news-content {
  padding: 0;
}
.wrapper .news .news-main .news-container .news-inner .news-article:hover {
  opacity: 0.6;
}
.wrapper .news .news-main .news-container .viewmore {
  display: block;
  text-align: right;
  padding: 0 70px 30px 0;
}
@media screen and (max-width: 1024px) {
  .wrapper .news .news-main .news-container .viewmore {
    padding: 0 50px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .news .news-main .news-container .viewmore {
    padding: 0 30px 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .news .news-main .news-container .viewmore {
    padding: 0 20px 20px 0;
  }
}
.wrapper .news .news-main .news-container .viewmore p {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
}
.wrapper .news .news-main .news-container .viewmore p:hover {
  opacity: 0.8;
}
.wrapper .news .news-main .news-container .viewmore p::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.wrapper .news .news-main .news-container .viewmore p:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .wrapper .news .news-main .news-container .viewmore p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .news .news-main .news-container .viewmore p {
    font-size: 1.1rem;
  }
}
.wrapper .topic {
  margin: 50px auto 0 auto;
  width: 90%;
  height: auto;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .wrapper .topic {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .topic {
    width: 100%;
  }
}
.wrapper .topic .topic-title {
  height: auto;
}
.wrapper .topic .topic-title h2 {
  font-size: 2.5rem;
  padding: 30px 0 20px 30px;
}
@media screen and (max-width: 1024px) {
  .wrapper .topic .topic-title h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .topic .topic-title h2 {
    font-size: 2rem;
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .topic .topic-title h2 {
    font-size: 1.5rem;
  }
}
.wrapper .topic .topic-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
	  padding-bottom:10px;
}
@media screen and (max-width: 768px) {
  .wrapper .topic .topic-inner {
    display: inline-block;
    width: 100%;
  }
}
.wrapper .topic .topic-inner .topic-article {
  margin: 0 auto;
  width: 95%;
  overflow: hidden;
}
.wrapper .topic .topic-inner .topic-article img {
  width: 100%;
  height: auto; vertical-align:bottom;
  /*-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrapper .topic .topic-inner .topic-article img:hover {
  /*-webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);*/
}
.wrapper .topic .topic-inner .topic-article .topic-text {
  font-size: 1.8rem;
  padding: 0px 0 0px 0;
}
@media screen and (max-width: 1024px) {
  .wrapper .topic .topic-inner .topic-article .topic-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .topic .topic-inner .topic-article .topic-text {
    font-size: 1.8rem;
    padding: 0px 0 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .topic .topic-inner .topic-article .topic-text {
    font-size: 1.5rem;
  }
}
.wrapper .topic .topic-inner .topic-article:hover {
  text-decoration: underline;
}
.wrapper .new-product {
  margin: 50px auto 0 auto;
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
	  /*background-color:#000000;*/
}
@media screen and (max-width: 1024px) {
  .wrapper .new-product {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .new-product {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .new-product {
    margin-top: 50px;
	width: 90%;
  }
}
.wrapper .new-product .new-product-box {
  width: calc(100% / 4);
  padding: 30px 10px 30px 10px;
  margin:0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  height: auto;
  border-bottom:#ccc 1px solid;
  box-sizing: border-box;

}
@media screen and (max-width: 1024px) {
  .wrapper .new-product .new-product-box {
    width: calc(100% / 3);
    padding: 20px 5px 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .new-product .new-product-box {
    width: calc(100% / 2);
    padding: 20px 5px 20px 5px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .new-product .new-product-box {
    width: calc(100% / 1);
    height: 100%;
  }
}
.wrapper .new-product .new-product-box img {
  height: auto;
  max-width: 100%;
  /*-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  .wrapper .new-product .new-product-box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .wrapper .new-product .new-product-box img {
    width: 100%;
    height: auto;
  }
}

.wrapper .new-product .new-product-box img:hover {
  opacity: 0.8;
}
.wrapper .new-product .new-product-box p {
  font-size: 1.5rem;
  width:90%;
  /*text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;*/word-break: normal;
}
@media screen and (max-width: 768px) {
  .wrapper .new-product .new-product-box p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .new-product .new-product-box p {
    font-size: 1.2rem;
  }
}
.wrapper .new-product .new-product-box .new-product-heading {
  height: 100%;
  text-align: center;
  padding-top: 70px;
}
@media screen and (max-width: 480px) {
  .wrapper .new-product .new-product-box .new-product-heading {
    padding: 0px 0;
  }
}
.wrapper .new-product .new-product-box .new-product-heading h3 {
  position: relative;
  display: block;
  font-size: 1.9rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .wrapper .new-product .new-product-box .new-product-heading h3 {
    font-size: 2.3rem;
  }
}
.wrapper .new-product .new-product-box .new-product-heading h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 50px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}
.wrapper .new-product .new-product-box .new-product-heading p {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .wrapper .new-product .new-product-box .new-product-heading p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .new-product .new-product-box .new-product-heading p {
    font-size: 1.8rem;
  }
}
.wrapper .new-product .new-product-box .new-product-heading .new-product-btn {
  margin-top: 15px;
  padding: 12px;
  border: none;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 0.3rem;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper .new-product .new-product-box .new-product-heading .new-product-btn {
    padding: 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .new-product .new-product-box .new-product-heading .new-product-btn {
    padding: 18px;
    font-size: 2rem;
  }
}
.wrapper .new-product .new-product-box .new-product-heading .new-product-btn:hover {
  background: #fff;
  color: #333;
}
.wrapper .new-product .new-product-box .new-product-heading .new-product-btn:before, .wrapper .new-product .new-product-box .new-product-heading .new-product-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #333;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.wrapper .new-product .new-product-box .new-product-heading .new-product-btn:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.wrapper .new-product .new-product-box .new-product-heading .new-product-btn:hover:before, .wrapper .new-product .new-product-box .new-product-heading .new-product-btn:hover:after {
  width: 100%;
  -webkit-transition: .6s ease all;
  transition: .6s ease all;
}
.wrapper .new-product .new-product-box:nth-child(n + 2):hover {
  text-decoration: underline;
}




.wrapper .category {
  margin: 50px auto 50px auto;
  width: 90%;
  height: auto;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .wrapper .category {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .category {
    width: 100%;
  }
}
.wrapper .category .category-title {
  height: auto;
}
.wrapper .category .category-title h2 {
  font-size: 2.5rem;
  padding: 30px 0 20px 30px;
}
@media screen and (max-width: 1024px) {
  .wrapper .category .category-title h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .category .category-title h2 {
    font-size: 2rem;
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .category .category-title h2 {
    font-size: 1.5rem;
  }
}
.wrapper .category .category-inner {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: start;*/
  width:100%;
  padding-bottom:10px;
}

@media screen and (min-width: 768px) {/*768から*/
  .category-inner2 {
    display: none;  
  }



.wrapper .category .category-inner .category-article {
  padding: 0px 10px;
  margin: 0px 0px;
  width: calc(100% / 4);
  box-sizing: border-box;
}

.wrapper .category .category-inner .category-article img{
  margin: 0px auto;
  display: inline-block;
  background-color:#FFFFFF;
}

.test{
  width: 100%; display: flex; justify-content: start; margin-bottom:10px; 
}


  
  }









@media screen and (max-width: 768px) {/*768まで*/
  /*.wrapper .category .category-inner .category-article {
    width: 100%; margin-left:auto; margin-right:auto; text-align:center;
  }*/

  /*.wrapper .category .category-inner {
    display: none;  
  }*/

.wrapper .category .category-inner2 {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: start;*/
  padding-bottom:10px;
}


.wrapper .category .category-inner2 .category-article2 {
  padding: 0px 0px;
  margin: 0px auto;
  width: calc(90% / 1);
  box-sizing: border-box; 
}

.wrapper .category .category-inner2 .category-article2 img{
  margin: 0px auto;
  display: inline-block;
  width:100%;
  vertical-align:bottom;
}

.test{
  display:none; 
}

.test2{
  width: 100%; display: flex; justify-content: start; margin-bottom:10px;
}



}
.wrapper .category .category-inner .category-article img {
  max-width: 400px;
  width:100%;
  height: auto;
  display: flex; 
  /*-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);*/
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>