@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap');
@import url("wool-reset.css");
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 991px) {
  .pc-s {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .sp-s {
    display: none !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}

body {
  font-family: "游ゴシック体", YuGothic,"Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
  background: black;
}

a {
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 991px) {
  a {
    box-shadow: 0 0 1px transparent;
    transition-duration: 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
  a img {
    -webkit-transition: 0.3s;
  }
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

main.main{
overflow: hidden;	
}
.mln {
  margin-left: -0.5em;
}

.txt-site-color {
  color: #000;
}

.color-red {
  color: #e50012;
}

.fntb {
  font-weight: bold;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated05 {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated03 {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.delay05 {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

.delay07 {
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
}

.delay09 {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
}

.delay1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.delay2 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@media screen and (max-width: 991px) {
	body{
	padding-bottom: 60px;
	}
}

body.wool-top {
  padding-top: 97px;
}

@media screen and (max-width: 991px) {
  body.wool-top {
    padding-top: 80px;
  }
}

#menu {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 35px;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 991px) {
  .header {
    top: 0;
    box-sizing: border-box;
    padding: 13px 20px 13px 18px;
  }
}

.header .inner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 1.8vw;
}

.header .inner .site-logo {
	width: 95px;
}
@media (max-width: 991px) {
.header .inner .site-logo {
	width: 65px;
	}
}

.header .inner .site-logo a{
	width: 100%;
	position: relative;
}
.header .inner .site-logo a img{
	width: 100%;
	height: auto;
}

.header .inner .site-logo a i{
	background-image: url(../img/wool/common/logo-ball.svg);
	background-repeat: no-repeat;
	background-size: 62px;
	display: block;
	width: 62px;
	height: 62px;
	position: absolute;
	left: 20px;
	top: 5px;
/* 	animation: rotation 1s linear infinite; */	
/* 	animation: rotation 19s linear infinite; */
}
@media (max-width: 991px) {
.header .inner .site-logo a i{
	background-size: 42px;
	width: 42px;
	height: 42px;
	left: 14px;
	top: 3px;
	}
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header .inner .insta{
position: absolute;
right: 6vw;
top: 22px;	
}
@media screen and (max-width: 1366px) {
.header .inner .insta{
right: 8vw;
	}
}

@media screen and (max-width: 991px) {
.header .inner .insta{
	right: 55px;
top: 11px;	
}	
.header .inner .insta img{
width: 31px;
height: 31px;
	}
}


.header .inner .menu-btn {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .header .inner .menu-btn {
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
  }
}

.slicknav_menu .slicknav_btn {
  padding: 10px;
  width: 62px;
  height: 26px;
}

@media screen and (max-width: 991px) {
  .slicknav_menu .slicknav_btn {
    width: 28px;
    height: 22px;
  }
}

.slicknav_menu .slicknav_btn:hover {
  opacity: 1;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar {
  background: none;
  top: 53%;
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:before {
  width: 62px;
  background: white;
}

@media screen and (max-width: 991px) {
  .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:before {
    width: 28px;
  }
}

.slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:after {
  width: 62px;
  background: white;
}

@media screen and (max-width: 991px) {
  .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:after {
    width: 28px;
  }
}

.slicknav_menu .slicknav_btn .slicknav_icon em {
  background: #fff;
  left: 3px;
}

.slicknav_menu .slicknav_btn .slicknav_icon em:before {
  background: #fff;
  width: 61px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .slicknav_menu .slicknav_btn .slicknav_icon em:before {
    width: 28px;
  }
}

.slicknav_menu .slicknav_btn .slicknav_icon em:after {
  background: #fff;
  width: 62px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .slicknav_menu .slicknav_btn .slicknav_icon em:after {
    width: 28px;
  }
}

.slicknav_menu .slicknav_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slicknav_menu .slicknav_nav .inner-wrapper {
  max-width: 500px;
}

@media (max-width: 640px) {
  .slicknav_menu .slicknav_nav .inner-wrapper {
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
  }
}

.slicknav_menu .slicknav_nav .inner-wrapper .ttl {
  text-align: center;
}

@media (max-width: 480px) {
  .slicknav_menu .slicknav_nav .inner-wrapper .ttl {
    padding: 0 30px;
  }
}

.slicknav_menu .slicknav_nav .inner-wrapper .ttl img {
  width: 300px;
  height: auto;
}

@media (max-width: 480px) {
  .slicknav_menu .slicknav_nav .inner-wrapper .ttl img {
    width: 100%;
    height: auto;
  }
}

.slicknav_menu .slicknav_nav .inner-wrapper .nav-list {
  border-top: 1px solid #606060;
  margin-top: 30px;
  width: 500px;
  padding: 0;
}

@media (max-width: 640px) {
  .slicknav_menu .slicknav_nav .inner-wrapper .nav-list {
    width: 100%;
    margin-top: 15px;
  }
}

.slicknav_menu .slicknav_nav .inner-wrapper .nav-list li {
  border-bottom: 0;
}

.slicknav_menu .slicknav_nav .inner-wrapper .nav-list li a {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #606060;
  color: #9a9a9a;
  display: block;
  text-decoration: none;
  font-family: YuMincho, 'Yu Mincho',serif;
}

@media (max-width: 640px) {
  .slicknav_menu .slicknav_nav .inner-wrapper .nav-list li a {
    font-size: 15px;
    padding: 15px 0;
  }
}

.wool-lower .slicknav_menu .slicknav_btn .slicknav_icon em, .wool-lower .slicknav_menu .slicknav_btn .slicknav_icon em:before, .wool-lower .slicknav_menu .slicknav_btn .slicknav_icon em:after {
  background: white;
}

.wool-lower .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon em {
  background: none;
}

.fix-banner{
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
background: #6FFF00;
padding:10px 10px 0;		
z-index: 99;
}
@media (max-width: 1366px) {
.fix-banner{
padding:5px 10px 0;		
	}
}

@media (max-width: 991px) {
	.fix-banner{	
	left: 0;
	right: inherit;
	top: inherit;
	bottom: 0;
	width: 100%;
	transform: none;
	padding: 10px 0;
	}
}
@media (max-width: 991px) {
	.fix-banner .list{	
	display: flex;
	justify-content: space-between;
	}
}
.fix-banner .list li{
border-bottom: 1px solid black;		
}
@media (max-width: 991px) {
.fix-banner .list li{
width: 33.3%;	
border-bottom: 0;
border-right: 1px solid black;
	}
}
.fix-banner .list li:last-child{
border: 0;
}
@media (max-width: 991px) {
.fix-banner .list li:last-child{
border: 0;
	}
}
.fix-banner .list li a{
display: flex;
justify-content: center;
align-items: center;
text-align: center;	
height: 3.2vw; 
}
@media (max-width: 1366px) {
.fix-banner .list li a{
height:3.8vw; 
	}
}
@media (max-width: 991px) {
.fix-banner .list li a{
height: 45px; 
	}
}
.fix-banner .list li a img{
max-width: 100%;
height: auto;	
}
.fix-banner .list li a img[src*="fix-ico1"]{
width: 2.95vw;
height: auto;
margin-left: -.1vw;
}
.fix-banner .list li a img[src*="fix-ico2"]{
width: 1.75vw;
height: auto;	
	}
.fix-banner .list li a img[src*="fix-ico3"]{
width: 2vw;
height: auto;	
margin-right: -.27vw;
	}		
@media (max-width: 1366px) {
.fix-banner .list li a img[src*="fix-ico1"]{
width: 3.54vw;
margin-left: -.1vw;
}
.fix-banner .list li a img[src*="fix-ico2"]{
width: 2.1vw;
	}
.fix-banner .list li a img[src*="fix-ico3"]{
width: 2.4vw;
margin-right: -.27vw;
	}	
}
@media (max-width: 991px) {
.fix-banner .list li a img[src*="fix-ico1"]{
width: 40.5%;
height: auto;	
margin-left: -.5vw;
	}
.fix-banner .list li a img[src*="fix-ico2"]{
width: 25%;
height: auto;	
	}
.fix-banner .list li a img[src*="fix-ico3"]{
width: 30%;
height: auto;	
margin-right: -.5vw;
	}		
}

.footer {
  background: #000;
}

.footer .top-area {
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(top, black 0%, black 73%, #2b2b2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, black 73%, #2b2b2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, black 73%, #2b2b2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b',GradientType=0 );
  /* IE6-9 */
  padding: 255px 0 140px;
}

@media screen and (max-width: 991px) {
  .footer .top-area {
    padding: 40px 0 20px;
  }
}

.footer .top-area .buy-btn {
  text-align: center;
  margin-bottom: 115px;
}

.footer .top-area .buy-btn a{
	display: block;
}

@media screen and (max-width: 991px) {
  .footer .top-area .buy-btn {
    margin-bottom: 80px;
  }
  .footer .top-area .buy-btn img {
    width: 267px;
    height: auto;
  }
}

.footer .bottom-swiper-container {
  max-width: 1100px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.footer .bottom-swiper-container .title {
  text-align: center;
  margin-bottom: 45px;
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide .thumb {
    height: auto;
    margin-bottom: 50px;
    padding: 0 70px;
  }
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide .thumb img {
  flex-shrink: 1;
}

@media (max-width: 480px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide .thumb img {
    width: 100%;
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide.num2 .thumb img, .footer .bottom-swiper-container .swiper-wrapper .swiper-slide.num4 .thumb img {
    width: 80%;
    margin: auto;
    display: block;
  }
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area {
  color: white;
}

@media (max-width: 768px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area {
    padding: 0 20%;
  }
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area .size {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area .size {
    border: 0;
    font-size: 12px;
    padding-bottom: 0;
  }
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area .price {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area .price {
    font-size: 18px;
  }
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area .price small {
  font-size: 16px;
}

@media (max-width: 768px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area .price small {
    font-size: 12px;
  }
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide .txt-area .price .size-w {
  width: 80px;
  display: inline-block;
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  padding-left: 70px;
  padding-right: 25px;
}

@media (max-width: 768px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding: 0;
  }
}

.footer .bottom-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
  padding-right: 70px;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .footer .bottom-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next {
    padding: 0;
  }
}

.footer .bottom-area .inner {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 65px;
}

@media screen and (max-width: 991px) {
  .footer .bottom-area .inner {
    display: none;
  }
}

.footer .bottom-area .inner .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 560px;
  margin-bottom: 90px;
}

.footer .bottom-area .inner .nav-wrap .list {
  width: 240px;
  margin-right: 40px;
}

.footer .bottom-area .inner .nav-wrap .list li a {
  display: block;
  border-bottom: 1px solid #606060;
  color: #adadad;
  padding-bottom: 3px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: YuMincho,	'Yu Mincho',serif;
  text-decoration: none;
}

.footer .bottom-area .inner .logo-area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.footer .bottom-area .inner .logo-area h3 {
  margin-bottom: 15px;
}

.footer .bottom-area .inner .logo-area .copy {
  font-size: 10px;
  margin-bottom: 45px;
  color: #adadad;
  letter-spacing: 2px;
}

.footer .bottom-area .inner .logo-area nav {
  display: flex;
  justify-content: flex-end;
}

.footer .bottom-area .inner .logo-area nav a {
  margin-left: 23px;
  color: #adadad;
  font-size: 12px;
  text-decoration: none;
}

.footer .bottom-area .inner-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer .bottom-area .inner-sp {
    display: block;
    padding: 40px 40px;
  }
  .footer .bottom-area .inner-sp .ttl {
    text-align: center;
    margin-bottom: 25px;
  }
/*
  .footer .bottom-area .inner-sp .nav-list {
    border-top: 1px solid #606060;
  }
*/
  .footer .bottom-area .inner-sp .nav-list.mb {
    margin-bottom: 90px;
  }
  .footer .bottom-area .inner-sp .nav-list li a {
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #606060;
    color: #9a9a9a;
    display: block;
    text-decoration: none;
    font-family: YuMincho,	'Yu Mincho',serif;
  }
  .footer .bottom-area .inner-sp nav {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .footer .bottom-area .inner-sp nav a {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    font-family: YuMincho,	'Yu Mincho',serif;
    font-size: 11px;
    color: #9a9a9a;
    white-space: nowrap;
  }
  .footer .bottom-area .inner-sp .copy {
    text-align: center;
    color: #9a9a9a;
    font-size: 10px;
  }
}

.top-swiper-container {
  width: 100%;
  margin-bottom: 75px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .top-swiper-container {
    margin-bottom: 0;
  }
}

.top-swiper-container .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: black;	
}

.top-swiper-container .swiper-slide img {
  width: 100%;
  flex-shrink: 1;
}
.top-swiper-container .swiper-slide video {
  width: auto;
  height: 100%;
  position: absolute;
 left: 50%;
 transform:translateX(-50%);
 -webkit-transform:translateX(-50%); 
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 991px) {
.top-swiper-container .swiper-slide video {
  opacity: 0;
	}
}

.top-swiper-container .swiper-slide.swiper-slide-active video {
  opacity: 1;
  transition: .5s;
}
.top-swiper-container .swiper-slide img.zoomL{
transform: scale(1);	
}
.top-swiper-container .swiper-slide.swiper-slide-active img.zoomL{
	animation: imageAnimation02 3s linear 1 0s;		
}
@keyframes imageAnimation02 {
  0% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.top-swiper-container .swiper-slide img.zoom{
	animation: imageAnimation01 14s linear infinite 0s;		
}

@keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1) rotate(0.0001deg);
    transform: scale(1) rotate(0.0001deg);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.top-swiper-container .swiper-slide img.man{
	transform:translateX(100%);
	opacity: 0;
}
.top-swiper-container .swiper-slide.swiper-slide-active img.man{
	transform:translateX(0);
	transition: .6s;	
	transition-delay: .4s;
	opacity: 1;	
}

.top-swiper-container .swiper-slide .copy {
  position: absolute;
  top: 70%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 991px) {
.top-swiper-container .swiper-slide .copy {
  left: 5vw;
	}
}
.top-swiper-container .swiper-slide .copy span{
opacity: 0;
}

.top-swiper-container .swiper-slide .copy img[src*="copy1"] {
width: 74.6vw;
height: auto;	
}
.top-swiper-container .swiper-slide .copy img[src*="copy2"] {
width: 47.2vw;
height: auto;	
}
.top-swiper-container .swiper-slide .copy img[src*="copy3"] {
width: 56.9vw;
height: auto;	
}
.top-swiper-container .swiper-slide .copy img[src*="copy4"] {
width: 61.7vw;
height: auto;	
}


.top-swiper-container .swiper-slide.swiper-slide-active .copy {
}
.top-swiper-container .swiper-slide.swiper-slide-active .copy span{
  animation-name:slideTextX100;
  animation-duration:0.8s;
  animation-delay:1s;
  animation-fill-mode:forwards;	  
  font-size: 5.1vw;
/*   font-family: 'Noto Sans JP', sans-serif; */
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 991px) {
.top-swiper-container .swiper-slide.swiper-slide-active .copy span{	
font-size:6.4vw;
white-space: nowrap;
line-height: 1.6;
	}
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
  opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
  opacity: 1;
  }
}

.top .sec1 {
  padding: 75px 0 0;
}

@media screen and (max-width: 991px) {
  .top .sec1 {
    padding: 70px 0 0;
  }
}

.top .sec1 h2 {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .top .sec1 h2 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 991px) {
  .top .sec1 h2 img {
    max-width: 333px;
    height: auto;
    width: 100%;
  }
}

.top .sec1 figure {
  text-align: center;
  margin: 0 0 70px;
}

.top .sec1 figure img {
  margin-bottom: 40px;
  width: 645px;
}

@media screen and (max-width: 991px) {
  .top .sec1 figure img {
    width: 293px;
    height: auto;
    margin-bottom: 30px;
  }
}

.top .sec1 figure figcaption {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .top .sec1 figure figcaption {
    padding: 0 30px;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 13px;
  }
}

.top .sec1 .peaks-area{
	margin: 75px 0 110px;
	text-align: center;
}
@media screen and (max-width: 991px) {
.top .sec1 .peaks-area{
	margin: 40px 0 60px;
	}
}
.top .sec1 .peaks-area h2{
	text-align: center;
	margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
.top .sec1 .peaks-area h2{
	margin-bottom: 40px;
	}
}
.top .sec1 .peaks-area h2 img{
	width: 189px;
	height: auto;
}
@media screen and (max-width: 991px) {
.top .sec1 .peaks-area h2 img{
	width: 113px;
	}
}
.top .sec1 .peaks-area .fig{
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
.top .sec1 .peaks-area .fig{
padding: 0 30px;
margin-bottom: 30px;
	}
.top .sec1 .peaks-area .fig img{
width: 100%;
height: auto;
	}	
}
.top .sec1 .peaks-area .thumb{
	margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
.top .sec1 .peaks-area .thumb{
	margin-bottom: 20px;
	padding: 0 30px;
	}
.top .sec1 .peaks-area .thumb img{
	max-width: 280px;
	width: 100%;
	}
}

.top .sec1 .peaks-area h3{
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 991px) {
.top .sec1 .peaks-area h3{
	font-size: 18px;
	}
}

.top .sec1 .peaks-area h3 + p{
	font-size: 18px;
	font-weight: bold;	
}
@media screen and (max-width: 991px) {
.top .sec1 .peaks-area h3 + p{
	font-size: 11px;
	text-align: left;
	padding: 0 30px;
	}
}


.top .movie-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 auto 120px;
	max-width: 60vw;
}
@media screen and (max-width: 991px) {
.top .movie-wrap{
	display: block;
	padding: 0 30px;
	margin-bottom: 60px;
	max-width: 100%;
	}
}
.top .movie-wrap h3{
	width: 100%;
}
@media screen and (max-width: 991px) {
.top .movie-wrap .movie-area + h3{
margin-top: 30px;	
	}
}

.top .movie-wrap h2{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
.top .movie-wrap h2{
	margin-bottom: 30px;
	}
}
.top .movie-wrap h2 img{
width:166px;
height: auto;	
}
@media screen and (max-width: 991px) {
.top .movie-wrap h2 img{
width:99px;
	}
}
.top .movie-wrap .movie-area{
  width: 26vw;
  position: relative;
  height: auto;
  margin: 0 8px 16px;
}
@media (max-width: 1366px) {
.top .movie-wrap .movie-area{
  width: 32.5vw;
	}		
}
@media screen and (max-width: 991px) {
.top .movie-wrap .movie-area{
  width: 100%;
  margin: 0;
	}
.top .movie-wrap .movie-area + .movie-area{
margin-top: 20px;
	}	
}

.top .movie-wrap .movie-area::before{
content: "";
display: block;
padding-top: 56.5%;	
}

.top .movie-wrap .movie-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.top .movie-wrap .movie-txt{
	text-align: center;
	width: 100%;
	margin-top: 30px;
	color: white;
}
@media screen and (max-width: 991px) {
.top .movie-wrap .movie-txt{
	margin-top: 20px;
	font-size: 11px;
	text-align: left;
	}
}

.top .sec1 .pickup-list-wrap{
margin-bottom: 120px;	
}
@media (max-width: 991px) {
.top .sec1 .pickup-list-wrap{
margin-bottom: 60px;	
	}
}

.top .sec1 .pickup-list-wrap h2{
	text-align: center;
}
.top .sec1 .pickup-list-wrap h2 img[src*="ttl-wool"]{
width: 154px;
height: auto;
}
@media screen and (max-width: 991px) {
.top .sec1 .pickup-list-wrap h2 img[src*="ttl-wool"]{
width: 92px;
	}
}
.top .sec1 .pickup-list-wrap h2 img[src*="ttl-sdgs"]{
width: 130px;
height: auto;
}
@media screen and (max-width: 991px) {
.top .sec1 .pickup-list-wrap h2 img[src*="ttl-sdgs"]{
width: 78px;
	}
}
.top .sec1 .pickup-list {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .top .sec1 .pickup-list {
    display: block;
  }
}

.top .sec1 .pickup-list li {
  width: 50%;
  height: 525px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

@media (max-width: 991px) {
  .top .sec1 .pickup-list li {
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
}

.top .sec1 .pickup-list li.num1 {
  background-image: url(../img/wool/top/sec1-list-bg-1.webp);
}

.top .sec1 .pickup-list li.num2 {
  background-image: url(../img/wool/top/sec1-list-bg-2.webp);
}

.top .sec1 .pickup-list li.num3 {
  background-image: url(../img/wool/top/sec1-list-bg-3.webp);
}

.top .sec1 .pickup-list li.num4{
  background-image: url(../img/wool/top/sec1-list-bg-4.webp);
}

.top .sec1 .pickup-list li h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.top .sec1 .pickup-list li h3 a{
	display: block;
}
@media (max-width: 991px) {
.top .sec1 .pickup-list li h3 a img[src*="wool-copy-1"]{
	width: 169px;
	height: auto;
	}
.top .sec1 .pickup-list li h3 a img[src*="wool-copy-2"]{
	width: 238px;
	height: auto;
	}
.top .sec1 .pickup-list li h3 a img[src*="sdgs-copy-1"]{
	width: 249px;
	height: auto;
	}
.top .sec1 .pickup-list li h3 a img[src*="sdgs-copy-2"]{
	width: 159px;
	height: auto;
	}
	
}
.top .sec1 .pickup-list li .btn{
	width: 180px;
	height: 50px;
	border-radius:40px;
	background: #6FFF00;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-weight: 700;
	position: absolute;
	bottom:1.8vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%); 
	text-decoration: none;
}

@media (max-width: 991px) {
.top .sec1 .pickup-list li .btn{
	width: 150px;
	height: 40px;
	bottom:20px;
	font-size: 14px;
	}
}

.com-flow-area {
  background: #000;
  padding: 100px 0 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .com-flow-area {
    padding: 70px 0 0;
  }
}

.com-flow-area h2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .com-flow-area h2 {
    margin-bottom: 40px;
  }
}

.com-flow-area h3.ttl {
  margin-bottom: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .com-flow-area h3.ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.com-flow-area .txt {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-bottom: 55px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .com-flow-area .txt {
    margin-bottom: 35px;
    font-size: 13px;
    padding: 0 30px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .com-flow-area .thumb {
    text-align: right;
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .com-flow-area .thumb img {
    width: 273px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
  }
}

.com-flow-area .scene-list {
  margin-top: 85px;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list {
    margin-top: 60px;
  }
}

.com-flow-area .scene-list li {
  position: relative;
  height: 580px;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li {
    height: auto;
    background-color: black;
    padding: 64% 30px 35px;
    background-size: 100% auto;
  }
}

.com-flow-area .scene-list li section {
  position: absolute;
  top: 60px;
  text-align: left;
  width: 480px;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li section {
    position: inherit;
    top: inherit;
    width: 100%;
  }
}

.com-flow-area .scene-list li section .ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li section .ttl {
    margin-bottom: 15px;
  }
}

.com-flow-area .scene-list li section .s-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li section .s-ttl {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}

.com-flow-area .scene-list li section .txt {
  font-size: 14px;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li section .txt {
    font-size: 13px;
    padding: 0;
    margin-bottom: 0;
  }
}

.com-flow-area .scene-list li.num1 {
  background-image: url(../img/wool/top/sec2-list-bg-1.jpg);
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li.num1 {
    background-image: url(../img/wool/top/sec2-list-bg-1-sp.jpg);
  }
}

.com-flow-area .scene-list li.num1 section {
  right: 12%;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li.num1 section {
    right: inherit;
  }
  .com-flow-area .scene-list li.num1 section .ttl img {
    width: 96px;
    height: auto;
  }
}

.com-flow-area .scene-list li.num2 {
  background-image: url(../img/wool/top/sec2-list-bg-2.webp);
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li.num2 {
    background-image: url(../img/wool/top/sec2-list-bg-2-sp.webp);
  }
}

.com-flow-area .scene-list li.num2 section {
  left: 12%;
  top: 135px;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li.num2 section {
    left: inherit;
    top: inherit;
  }
  .com-flow-area .scene-list li.num2 section .ttl img {
    width: 207px;
    height: auto;
  }
}

.com-flow-area .scene-list li.num3 {
  background-image: url(../img/wool/top/sec2-list-bg-3.jpg);
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li.num3 {
    background-image: url(../img/wool/top/sec2-list-bg-3-sp.jpg);
  }
}

.com-flow-area .scene-list li.num3 section {
  right: 145px;
}

@media screen and (max-width: 991px) {
  .com-flow-area .scene-list li.num3 section {
    right: inherit;
  }
  .com-flow-area .scene-list li.num3 section .ttl img {
    width: 102px;
    height: auto;
  }
}

.function .main-top-area {
  background-image: url(../img/wool/function/top-main.jpg);
  background-position: center top;
  background-size: cover;
  height: auto;
  padding-top: 46%;
  position: relative;
  margin-bottom: 140px;
}

@media screen and (max-width: 991px) {
  .function .main-top-area {
    padding-top: 60%;
    margin-bottom: 120px;
  }
}

@media (max-width: 480px) {
  .function .main-top-area {
    padding-top: 95%;
  }
}

.function .main-top-area .item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -90px;
}

@media screen and (max-width: 991px) {
  .function .main-top-area .item {
    bottom: -45px;
  }
  .function .main-top-area .item img {
    width: 250px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .function .main-top-area .item img {
    width: 200px;
    height: auto;
  }
}

.function .sec1 {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .function .sec1 {
    margin-bottom: 40px;
  }
}

.function .sec1 h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .function .sec1 h2 {
    margin-bottom: 30px;
  }
}

.function .sec1 h3 {
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: -1px;
  font-weight: 900;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .function .sec1 h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}

.function .sec1 h3 + p {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .function .sec1 h3 + p {
    font-size: 13px;
    margin-bottom: 40px;
    padding: 0 30px;
    text-align: left;
  }
}

.function .sec {
  text-align: center;
  margin-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .function .sec {
    margin-bottom: 75px;
  }
}

.function .sec figure {
  margin: 0 auto 75px;
  max-width: 1400px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .function .sec figure {
    overflow: hidden;
  }
}

.function .sec figure img.bg {
  width: 100%;
}

@media (max-width: 768px) {
  .function .sec figure img.bg {
    width: auto;
    height: 450px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@media (max-width: 480px) {
  .function .sec figure img.bg {
    height: 350px;
  }
}

.function .sec figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.function .sec figure figcaption img {
  opacity: 0;
}

.function .sec figure figcaption img.active {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.function .sec h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .function .sec h2 {
    margin-bottom: 30px;
  }
}

.function .sec h3 {
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: -1px;
  font-weight: 900;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .function .sec h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}

.function .sec p.txt {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .function .sec p.txt {
    font-size: 13px;
    margin-bottom: 40px;
    padding: 0 30px;
    text-align: left;
  }
}

.function .sec .thumb-area {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .function .sec .thumb-area {
    margin-bottom: 80px;
    padding: 0 30px;
  }
}

@media (max-width: 480px) {
  .function .sec .thumb-area img {
    width: 100%;
  }
}

.function .sec2 .reason-area {
  max-width: 1052px;
  margin: auto;
  background: #ece6d4;
  box-sizing: border-box;
  padding: 35px 25px;
}

.function .sec2 .reason-area h3 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .function .sec2 .reason-area h3 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.function .sec2 .reason-area h3:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  content: "";
  width: 255px;
  height: 1px;
  background: black;
  display: block;
}

@media screen and (max-width: 991px) {
  .function .sec2 .reason-area h3:before {
    width: 50px;
    margin-right: 20px;
    position: inherit;
    left: inherit;
    top: inherit;
  }
}

.function .sec2 .reason-area h3:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  content: "";
  width: 255px;
  height: 1px;
  background: black;
  display: block;
}

@media screen and (max-width: 991px) {
  .function .sec2 .reason-area h3:after {
    width: 50px;
    margin-left: 20px;
    position: inherit;
    right: inherit;
    top: inherit;
  }
}

.function .sec2 .reason-area p {
  margin-bottom: 0;
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  .function .sec2 .reason-area p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 13px;
  }
}

.function .sec3 h4 {
  font-weight: bold;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .function .sec3 h4 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .function .sec4 .thumb-area img {
    width: 100%;
    height: auto;
  }
}

.structure {
  background: black;
}

.structure .top-area {
  position: relative;
}

@media (max-width: 480px) {
  .structure .top-area {
    padding-top: 25%;
  }
}

.structure .top-area img.bg {
  width: 100%;
}

.structure .top-area h2 {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

@media (max-width: 480px) {
  .structure .top-area h2 {
    top: 62%;
  }
}

.structure .top-area h2 img {
  opacity: 0;
}

.structure .top-area h2 img.active {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.structure .detail-area {
  margin-top: 100px;
  color: white;
}

@media screen and (max-width: 991px) {
  .structure .detail-area {
    margin-top: 50px;
  }
}

.structure .detail-area .cont-ttl {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .cont-ttl {
    margin-bottom: 40px;
  }
}

.structure .detail-area .cont-ttl + h3 {
  text-align: center;
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: -1px;
  font-weight: 900;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .cont-ttl + h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}

.structure .detail-area .cont-ttl + h3 + p {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .cont-ttl + h3 + p {
    font-size: 13px;
    margin-bottom: 40px;
    padding: 0 30px;
    text-align: left;
  }
}

.structure .detail-area .pickup-area-1 {
  background-image: url(../img/wool/structure/detail-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  max-width: 1100px;
  height: 875px;
  background-size: cover;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-1 {
    background-size: 90% auto;
    height: auto;
    padding-top: 70%;
  }
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-1 ul {
    display: none;
  }
}

.structure .detail-area .pickup-area-1 ul li {
  position: absolute;
}

.structure .detail-area .pickup-area-1 ul li:nth-child(1) {
  left: 0;
  top: 135px;
}

.structure .detail-area .pickup-area-1 ul li:nth-child(2) {
  left: 0;
  top: 420px;
}

.structure .detail-area .pickup-area-1 ul li:nth-child(3) {
  right: 0;
  top: 135px;
}

.structure .detail-area .pickup-area-1 ul li:nth-child(4) {
  right: 20px;
  top: 490px;
}

.structure .detail-area .pickup-area-1 ul li img {
  opacity: 0;
}

.structure .detail-area .pickup-area-2 {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-2 {
    padding: 0 30px;
  }
}

.structure .detail-area .pickup-area-2 li {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
  color: white;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-2 li {
    margin: 0 auto 50px;
    display: block;
    max-width: 540px;
  }
}

.structure .detail-area .pickup-area-2 li .detail {
  max-width: 488px;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-2 li .detail {
    max-width: inherit;
    margin-bottom: 20px;
  }
}

.structure .detail-area .pickup-area-2 li .detail h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-2 li .detail h3 {
    text-align: center;
  }
}

@media (max-width: 540px) {
  .structure .detail-area .pickup-area-2 li .detail h3 {
    margin-bottom: 0;
  }
  .structure .detail-area .pickup-area-2 li .detail h3 img {
    width: 100%;
  }
}

.structure .detail-area .pickup-area-2 li .detail .txt {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-2 li .detail .txt {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .structure .detail-area .pickup-area-2 li .detail .txt {
    margin-top: -15px;
  }
}

.structure .detail-area .pickup-area-2 li .thumb {
  padding-top: 45px;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-2 li .thumb {
    padding-top: 0;
    text-align: center;
  }
}

.structure .detail-area .pickup-area-2 li .thumb img {
  flex-shrink: 1;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-2 li .thumb img {
    max-width: 100%;
  }
}

.structure .detail-area .pickup-area-2 li:nth-child(2) .detail {
  margin-top: -50px;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .pickup-area-2 li:nth-child(2) .detail h3 {
    margin-bottom: -20px;
  }
}

@media (max-width: 540px) {
  .structure .detail-area .pickup-area-2 li:nth-child(2) .detail h3 {
    margin-bottom: -45px;
  }
}

@media (max-width: 400px) {
  .structure .detail-area .pickup-area-2 li:nth-child(2) .detail h3 {
    margin-bottom: -60px;
  }
}

.structure .detail-area .pickup-area-2 li:nth-child(4) .thumb {
  padding-top: 0;
}

.structure .detail-area .declaration-area {
  margin-top: 180px;
  padding-bottom: 125px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .declaration-area {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .structure .detail-area .declaration-area {
    margin-top: 40px;
  }
}

.structure .detail-area .declaration-area h3 {
  text-align: center;
  font-size: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: -1px;
  font-weight: 900;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .declaration-area h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}

.structure .detail-area .declaration-area h3 + p {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .structure .detail-area .declaration-area h3 + p {
    font-size: 13px;
    padding: 0 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.structure .detail-area .declaration-area .thumb {
  text-align: center;
  max-width: 1100px;
  margin: auto;
}

.structure .detail-area .declaration-area .thumb img {
  width: 100%;
}

.main.contact {
  background: black;
  padding-top: 260px;
}

@media screen and (max-width: 991px) {
  .main.contact {
    padding-top: 30vw;
  }
}

.contact .contact-area {
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .contact .contact-area {
    padding: 0 30px;
  }
}

.contact .contact-area .page-ttl {
  text-align: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 40px 0;
  line-height: 1;
  margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .page-ttl {
    margin-bottom: 30px;
    padding: 20px 30px;
  }
  .contact .contact-area .page-ttl img {
    width: 120px;
    height: auto;
  }
}

.contact .contact-area .s-ttl {
  text-align: center;
  color: white;
  font-size: 18px;
  margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .s-ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.contact .contact-area .form-style {
  max-width: 855px;
  margin: auto;
  padding-bottom: 10px;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: white !important;
}

.contact .contact-area .form-style dl {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .form-style dl {
    display: block;
  }
}

.contact .contact-area .form-style dl dt {
/*   background: white; */
  width: 240px;
  box-sizing: border-box;
  padding: 20px 0 20px 75px;
  font-size: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .form-style dl dt {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}

.contact .contact-area .form-style dl dd {
  background: white;
  width: calc(100% - 240px);
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 15px;
  border-left: 1px solid #999999;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .form-style dl dd {
    width: 100%;
    padding: 10px 15px;
    border: 0;
    margin-bottom: 30px;
  }
}

.contact .contact-area .form-style dl dd input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.contact .contact-area .form-style dl dd textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 250px;
}

.contact .contact-area .form-style .submit-btn {
  margin: 60px auto 0;
  text-align: center;
  width: 300px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .form-style .submit-btn {
    width: 90%;
    margin: 50px auto 0;
  }
}

.contact .contact-area .form-style .submit-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #6FFF00;
  border-right: 2px solid #6FFF00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact .contact-area .form-style .submit-btn input {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7b73f+0,2b802b+100 */
/*
  background: #a7b73f;
  background: -moz-linear-gradient(left, #a7b73f 0%, #2b802b 100%);
  background: -webkit-linear-gradient(left, #a7b73f 0%, #2b802b 100%);
  background: linear-gradient(to right, #a7b73f 0%, #2b802b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7b73f', endColorstr='#2b802b',GradientType=1 );
*/
  border:3px solid #6FFF00;
  background: transparent;
  color: #6FFF00;
  font-size: 23px;
  background-size: 337px 55px;
  -webkit-background-size: 337px 55px;
  -moz-background-size: 337px 55px;
  width: 300px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .form-style .submit-btn input {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
}

.contact .contact-area .form-style .back-btn {
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .form-style .back-btn {
    padding-top: 20px;
    width: 70%;
  }
}

.contact .contact-area .form-style .back-btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.contact .contact-area .form-style .back-btn input {
  background: #666;
  color: black;
  font-size: 23px;
  width: 200px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .contact .contact-area .form-style .back-btn input {
    width: 100%;
    height: 47px;
  }
}

.wpcf7c-force-hide {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: red;
}

.screen-reader-response {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  margin-bottom: 30px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color: white;
}

main.lower{
padding-top: 11.5vw;	
}

@media (max-width: 1366px) {
main.lower{
padding-top: 19.3vw;	
	}		
}

@media (max-width: 991px) {
main.lower{
padding-top: 30vw;	
	}		
}

/* 下層ページ */
.lower .content-wrapper h2{
text-align: center;	
margin-bottom: 55px;
}
@media (max-width: 991px) {
.lower .content-wrapper h2{
margin-bottom: 30px;
	}	
}
.lower .content-wrapper h3{
text-align: center;	
font-size: 30px;
font-weight: 700;
margin-bottom: 25px;
}
@media (max-width: 991px) {
.lower .content-wrapper h3{
font-size: 18px;
margin-bottom: 20px;
	}	
}
.lower .content-wrapper h3 + p{
font-size: 18px;
font-weight: 700;
text-align: center;	
}
@media (max-width: 991px) {
.lower .content-wrapper h3 + p{
font-size: 13px;
text-align: left;
padding: 0 30px;
line-height: 1.8;
	}	
}

.lower .content-wrapper h3.mt{
margin-top: 75px;	
}
@media (max-width: 991px) {
.lower .content-wrapper h3.mt{
margin-top: 40px;	
	}	
}
.lower .content-wrapper [class^="fig"]{
margin-top: 70px;	
text-align: center;
}
@media (max-width: 991px) {
.lower .content-wrapper [class^="fig"]{
margin-top: 30px;	
padding: 0 15px;
	}
}
/* texture */
.lower.texture .content-wrapper h2 img{
width: 338px;
height: auto;
}
@media (max-width: 991px) {
.lower.texture .content-wrapper h2 img{
width: 169px;
	}
}
.lower.texture .content-wrapper .fig img{
width: 780px;
height: auto;	
}
@media (max-width: 991px) {
.lower.texture .content-wrapper .fig img{
width: 100%;
	}
}
/* about */
@media (max-width: 991px) {
.lower.about .content-wrapper h2 img{
width: 238px;
height: auto;	
	}
}

.lower.about .content-wrapper .fig1 img{
	width: 963px;
	height: auto;
}
@media (max-width: 991px) {
.lower.about .content-wrapper .fig1 img{
	width: 100%;
	}
}
.lower.about .content-wrapper .fig2 img{
	width: 697px;
	height: auto;
}
@media (max-width: 991px) {
.lower.about .content-wrapper .fig2 img{
	width: 100%;
	}
}
.lower.about .content-wrapper .reason-box{
background: #6FFF00;
padding: 35px 25px;
text-align: center;	
width: 50vw;
margin:70px auto 0;
}
@media (max-width: 991px) {
.lower.about .content-wrapper .reason-box{
padding: 20px 15px;
width: 100%;
margin:60px auto 40px;
	}	
}
.lower.about .content-wrapper .reason-box h3{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.lower.about .content-wrapper .reason-box h3 span{
	font-size: 30px;
	color: black;
	font-weight: 700;
	padding: 0 20px;
	background: #6FFF00;
	z-index: 1;
}
@media (max-width: 991px) {
.lower.about .content-wrapper .reason-box h3 span{
	font-size: 20px;
	padding: 0 10px;
	}
}

.lower.about .content-wrapper .reason-box h3::before{
	content: "";
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	height: 1px;
	background: black;
	z-index: 0;
}
.lower.about .content-wrapper .reason-box h3 + p{
	font-size: 18px;
	font-weight: 700;
	color: black;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph; 
	word-break: break-all;
}
@media (max-width: 991px) {
.lower.about .content-wrapper .reason-box h3 + p{
	font-size: 13px;
	line-height: 1.8;
	padding: 0;
	}
}

/* ウールにこだわる理由 */
@media (max-width: 991px) {
.lower.wool .content-wrapper h2 img{
	width: 193px;
	height: auto;
	}
}

.lower.wool .content-wrapper .txt{
font-size: 18px;
font-weight: 700;
text-align: center;	
}
@media (max-width: 991px) {
.lower.wool .content-wrapper .txt{
font-size: 13px;
padding: 0 30px;
text-align: left;
line-height: 1.8;
	}
}
@media (max-width: 991px) {
.lower.wool .content-wrapper .fig{
margin-bottom: 40px;	
	}

}
.lower.wool .content-wrapper .fig img{
	width: 970px;
	height: auto;
}
@media (max-width: 991px) {
.lower.wool .content-wrapper .fig img{
	width: 100%;
	}
}

/* 毎日洗える匂いにくい */
@media (max-width: 991px) {
.lower.laundry .content-wrapper h2 img{
	width: 159px;
	height: auto;
	}
}

@media (max-width: 991px) {
.lower.laundry .content-wrapper .txt{
font-size: 13px;
padding: 0 30px;
text-align: left;
line-height: 1.8;
font-feature-settings: "palt";
text-align: justify;
text-justify: inter-ideograph; 
word-break: break-all;
	}
}

.lower.laundry .content-wrapper .fig img{
	max-width: 100%;
	height: auto;
}

@media (max-width: 991px) {
.lower.laundry .content-wrapper .fig{
margin-bottom: 40px;
	}	

}
