@charset "UTF-8";
/*
# =================================================================
# アクリルグッズ
# =================================================================*/
#acrylic .product {
  padding: 150px 0;
  background: #f5f5f5;
  border-bottom: 15px solid #00aeeb;
}
#acrylic .product .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#acrylic .product .inner h3 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px auto;
}
#acrylic .product .inner > p {
  margin: 0 0 70px 0;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  line-height: 1.8;
}
#acrylic .product .inner .box1 {
  display: flex;
  flex-wrap: wrap;
}
#acrylic .product .inner .box1 .boxProduct {
  width: 40%;
}
#acrylic .product .inner .box1 .boxProduct2 {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
#acrylic .product .inner .box1 .boxProduct3 {
  width: 20%;
  display: flex;
  flex-wrap: wrap;
}
#acrylic .product .inner .box1 .boxProduct2 .boxProductSub {
  width: 33.333333%;
}
#acrylic .product .inner .box1 .boxProduct3 .boxProductSub {
  width: 100%;
}
#acrylic .product .inner .box1 .boxProduct a,
#acrylic .product .inner .box2 .boxProduct a {
  display: block;
  position: relative;
  cursor: pointer;
}
#acrylic .product .inner .box1 .boxProduct a span,
#acrylic .product .inner .box2 .boxProduct a span {
  width: 100%;
  height: 100%;
  padding: 5px;
  background: rgba(0,174,235,.7);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
#acrylic .product .inner .box1 .boxProduct a:hover span,
#acrylic .product .inner .box2 .boxProduct a:hover span {
  opacity: 1;
}
#acrylic .flow {
  padding: 120px 0 150px 0;
  background: #f5f5f5;
  overflow: hidden;
}
#acrylic .flow .mainTxt {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 75px auto;
}
#acrylic .flow .mainTxt h3 {
  max-width: 270px;
  width: 100%;
  margin: 0 auto 75px auto;
}
#acrylic .flow .mainTxt p {
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  line-height: 1.8;
}
#acrylic .flow .iconArrow {
  margin: 0 0 100px 0;
  position: relative;
}
#acrylic .flow .iconArrow:nth-last-of-type(2) {
  margin: 0 0 75px 0;
}
#acrylic .flow .iconArrow::after {
  content: '';
  width: 42px;
  height: 25px;
  margin: 0 auto;
  background: url(../img/flowIconArrow1.png) no-repeat left top;
  position: absolute;
  bottom: -62px;
  left: 0;
  right: 0;
}
#acrylic .flow .iconArrow:nth-last-of-type(2):after {
  content: none;
}
#acrylic .flow .iconArrow .step {
  width: 87.5%;
  margin: 0 12.5% 0 0;
  padding: 45px 0;
  background: #00aeeb;
  border-radius: 0 10px 10px 0;
  position: relative;
}
#acrylic .flow .iconArrow:nth-of-type(odd) .step {
  margin: 0 0 0 12.5%;
  background: #e95541;
  border-radius: 10px 0 0 10px;
}
#acrylic .flow .iconArrow .step .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#acrylic .flow .iconArrow:nth-of-type(odd) .step .inner {
  margin: 0 auto 0 0;
}
#acrylic .flow .iconArrow .step .inner .ttl {
  width: 180px;
  text-align: center;
}
#acrylic .flow .iconArrow .step .inner .ttl .spTtl span:nth-of-type(1) {
  font-family: "Rokkitt", serif;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: block;
}
#acrylic .flow .iconArrow .step .inner .ttl .spTtl span:nth-of-type(2) {
  font-family: "Rokkitt", serif;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: block;
}
#acrylic .flow .iconArrow .step .inner .txt {
  width: calc(100% - 180px);
  padding: 0 50px;
  border-left: 2px solid #fff;
}
#acrylic .flow .iconArrow .step .inner .txt h4 {
  margin: 0 0 25px 0;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
#acrylic .flow .iconArrow .step .inner .txt p {
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
#acrylic .flow .attention {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
#acrylic .flow .attention h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #e95541;
  letter-spacing: .06em;
}
#acrylic .flow .attention p {
  font-weight: 700;
  color: #00aeeb;
  line-height: 1.8;
}
#acrylic .attention {
  padding: 120px 0 150px 0;
  background: #00aeeb;
}
#acrylic .attention .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#acrylic .attention .inner h3 {
  max-width: 470px;
  width: 100%;
  margin: 0 auto 75px auto;
}
#acrylic .attention .inner .box1 {
  padding: 75px;
  background: #f5f5f5;
  border-radius: 10px;
}
#acrylic .attention .inner .box1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 3.9%;
}
#acrylic .attention .inner .box1 ul li {
  width: 29.433333%;
  margin: 0 0 50px 0;
  text-align: center;
}
#acrylic .attention .inner .box1 ul li:nth-last-of-type(1),
#acrylic .attention .inner .box1 ul li:nth-last-of-type(2) {
  margin: 0;
}
#acrylic .attention .inner .box1 ul li img {
  margin: 0 0 30px 0;
}
#acrylic .attention .inner .box1 ul li h4 {
  margin: 0 0 30px 0;
  padding: 10px;
  background: #e95541;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: .06em;
}
#acrylic .attention .inner .box1 ul li h5 {
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #00aeeb;
  font-size: 20px;
  font-weight: 700;
  color: #00aeeb;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .06em;
}
#acrylic .attention .inner .box1 ul li p {
  font-weight: 700;
  color: #00aeeb;
  text-align: left;
  line-height: 1.8;
}
#acrylic .bnr {
  padding: 150px 0 0 0;
  background: #f5f5f5;
  overflow: hidden;
}
#acrylic .bnr .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 150px auto;
}
#acrylic .bnr .inner a {
  width: 700px;
  height: 300px;
  margin: 0 auto;
  padding: 60px 10px 50px 10px;
  background: url(../img/bnrBg1.png) no-repeat center center / 100%;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
#acrylic .bnr .inner a:hover {
  background: url(../img/bnrBg1.png) no-repeat center center / 110%;
}
#acrylic .bnr .inner a span:nth-of-type(1) {
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: block;
}
#acrylic .bnr .inner a span:nth-of-type(2) {
  width: 100%;
  font-family: "Rokkitt", serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: block;  
}
#acrylic .bnr .inner a img {
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
  display: block;
}


/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1240px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
  /* アクリルグッズ */
  #acrylic .bnr .inner a {
    width: 550px;
    height: 236px;
    padding: 45px 10px 35px 10px;
  }
  #acrylic .attention .inner .box1 {
    padding: 55px 35px;
  }
}

/* tablet */
@media screen and (max-width: 768px) {
  /* アクリルグッズ */
  #acrylic .product .inner > p {
    text-align: left;
  }
  #acrylic .product .inner .box2 {
    display: flex!important;
    flex-wrap: wrap;
  }
  #acrylic .product .inner .box2 .boxProduct {
    width: 50%;
  }
  #acrylic .product .inner .box2 .boxProduct2 {
    display: flex;
    flex-wrap: wrap;
  }
  #acrylic .product .inner .box2 .boxProduct2 .boxProductSub {
    width: 50%;
  }
  #acrylic .product .inner .box1 .boxProduct a span,
  #acrylic .product .inner .box2 .boxProduct a span {
    font-size: 14px;
  }
  #acrylic .flow .iconArrow .step .inner {
    margin: 0 auto;
    display: block;
  }
  #acrylic .flow .iconArrow:nth-of-type(odd) .step .inner {
    margin: 0 auto;
  }
  #acrylic .flow .iconArrow .step .inner .ttl {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #acrylic .flow .iconArrow .step .inner .ttl .spTtl {
    width: 80px;
    padding: 0 10px 0 0;
    border-right: 2px solid #fff;
    text-align: center;
  }
  #acrylic .flow .iconArrow .step .inner .ttl .spTtl span:nth-of-type(1) {
    font-size: 22px;
  }
  #acrylic .flow .iconArrow .step .inner .ttl .spTtl span:nth-of-type(2) {
    font-size: 52px;
  }
  #acrylic .flow .iconArrow .step .inner .ttl h4 {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
  #acrylic .flow .iconArrow .step .inner .txt {
    width: 100%;
    padding: 0;
    border-left: none;
  }
  #acrylic .flow .attention p {
    text-align: left;
  }
  #acrylic .attention .inner .box1 ul {
    display: block;
  }
  #acrylic .attention .inner .box1 ul li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  #acrylic .attention .inner .box1 {
    padding: 25px 20px;
  }
  #acrylic .attention .inner .box1 ul li {
    margin: 0 0 25px 0;
  }
  #acrylic .attention .inner .box1 ul li:nth-last-of-type(2) {
    margin: 0 0 25px 0;
  }
  #acrylic .attention .inner .box1 ul li img {
    margin: 0 0 20px 0;
  }
  #acrylic .attention .inner .box1 ul li h4 {
    margin: 0 auto 20px auto;
    font-size: 5vw;
  }
  #acrylic .attention .inner .box1 ul li h5 {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px auto;
    font-size: 5vw;
  }
  #acrylic .attention .inner .box1 ul li p {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    font-size: 4vw;
  }
  #acrylic .bnr .inner a {
    width: 320px;
    height: 291px;
    padding: 55px 10px 45px 10px;
    background: url(../img/bnrBg1_sp.png) no-repeat center center / 100%;
  }
  #acrylic .bnr .inner a:hover {
    background: url(../img/bnrBg1_sp.png) no-repeat center center / 110%;
  }
}

/* mobile L */
@media screen and (max-width: 480px) {
  /* アクリルグッズ */
  #acrylic .product {
    padding: 50px 0;
    border-bottom: 10px solid #00aeeb;
  }
  #acrylic .product .inner h3 {
    max-width: 270px;
  }
  #acrylic .product .inner > p {
    margin: 0 0 30px 0;
    font-size: 4vw;
  }
  #acrylic .product .inner .box1 .boxProduct a span,
  #acrylic .product .inner .box2 .boxProduct a span {
    font-size: 3.4vw;
  }
  #acrylic .flow {
    padding: 50px 0;
  }
  #acrylic .flow .mainTxt {
    margin: 0 auto 30px auto;
  }
  #acrylic .flow .mainTxt h3 {
    max-width: 170px;
    margin: 0 auto 30px auto;
  }
  #acrylic .flow .mainTxt p {
    font-size: 4vw;
    text-align: left;
  }
  #acrylic .flow .iconArrow {
    margin: 0 0 50px 0;
  }
  #acrylic .flow .iconArrow:nth-last-of-type(2) {
    margin: 0 0 40px 0;
  }
  #acrylic .flow .iconArrow::after {
    bottom: -38px;
  }
  #acrylic .flow .iconArrow .step {
    width: 95%;
    margin: 0 5% 0 0;
    padding: 40px 0;
  }
  #acrylic .flow .iconArrow:nth-of-type(odd) .step {
    margin: 0 0 0 5%;
  }
  #acrylic .flow .iconArrow .step .inner .ttl {
    margin: 0 0 20px 0;
  }
  #acrylic .flow .iconArrow .step .inner .ttl .spTtl {
    width: 19vw;
  }
  #acrylic .flow .iconArrow .step .inner .ttl .spTtl span:nth-of-type(1) {
    font-size: 5.2vw;
  }
  #acrylic .flow .iconArrow .step .inner .ttl .spTtl span:nth-of-type(2) {
    font-size: 14vw;
  }
  #acrylic .flow .iconArrow .step .inner .ttl h4 {
    width: calc(100% - 19vw);
    font-size: 5vw;
  }
  #acrylic .flow .iconArrow .step .inner .txt p {
    font-size: 4vw;
  }
  #acrylic .flow .attention {
    padding: 22px 20px;
  }
  #acrylic .flow .attention h4 {
    font-size: 4.6vw;
  }
  #acrylic .flow .attention p {
    font-size: 4vw;
  }
  #acrylic .attention {
    padding: 50px 0;
  }
  #acrylic .attention .inner h3 {
    max-width: 260px;
    margin: 0 auto 30px auto;
  }
  #acrylic .bnr {
    padding: 50px 0 0 0;
  }
  #acrylic .bnr .inner {
    margin: 0 auto 50px auto;
  }
  #acrylic .bnr .inner a {
    width: 100%;
    height: 75vw;
  }
  #acrylic .bnr .inner a span:nth-of-type(1) {
    font-size: 7vw;
  }
  #acrylic .bnr .inner a span:nth-of-type(2) {
    font-size: 4vw;
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
