@charset "UTF-8";

#dream.tiger {
  position: relative;
}

#dream.tiger .dream-fv {
  height: 100vh;
  display: flex;
  text-align: center;
  align-content: center;
  position: relative;
}

#dream.tiger .dream-fv .title {
  max-width: 550px;
  margin: auto;
  width: 92%;
  justify-content: center
}

#dream.tiger .dream-fv .project {
  position: absolute;
  bottom: 10%;
  right: 10%;
  font-size: 16px;
}

#dream.tiger .dream-fv img {
  margin: auto;
}

#dream.tiger h2 {
  font-size: 42px;
  line-height: 2em;
}

#dream.tiger .inner {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

#dream.tiger .left {
  text-align: left;
}
.fmG{
  line-height: 2.14;
}

#dream.tiger .about p {
  line-height: 2.14;
}

#dream.tiger .dream-btn {
  max-width: 350px;
  width: 40%;
  margin: 90px auto 0;
}

#dream.tiger .dream-btn a {
  display: block;
  background-color: #CC1A00;
  padding: 15px;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#dream.tiger .dream-btn a::after {
  content: "";
  background: #ffffff;
  height: 7.5px;
  width: 15px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform: rotate(90deg);
}

#dream.tiger .inhrit {
  padding-top: 510px;
}

#dream.tiger .inhrit .box {
  margin: 0;
}

#dream.tiger .inhrit .img {
  max-width: 992px;
}

#dream.tiger .inhrit .ttl p {
  font-size: 32px;
}

#dream.tiger .inhrit .ttl .small {
  font-size: 18px;
}


#dream.tiger .soccer {
  margin-top: 50px;
  width: 100%;
  padding: 6rem 8rem 6rem;
}
#dream.tiger #sign .inner {
  padding-top: 410px;
}
#dream.tiger .soccer .inner {
  padding-top: 150px;
}

#dream.tiger .soccer .box {
  width: 90%;
  margin-top: 17%
}

#dream.tiger .soccer .img {
  max-width: 992px;
}

#dream.tiger .soccer .txtbox {
  max-width: 660px;
}

#dream.tiger .soccer .comment {
  gap: 55px;
}

#dream.tiger .soccer .person {
  max-width: 236px;
}

#dream.tiger .soccer .grid {
  max-width: 950px;
  margin: 30px auto;
  display: grid;

  /*grid-template-columns: repeat(12, 1fr);*/
  gap: 10px;
}

#dream.tiger .soccer .grid img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: .6s;
}

#dream.tiger .soccer .grid .grid-item {
  max-height: 300px;
}

/* サイズパターン */
@media (min-width: 751px) {
  #dream.tiger .soccer .grid .large {
    grid-column: span 6;
    aspect-ratio: 16 / 10;
  }

  #dream.tiger .soccer .grid .wide {
    grid-column: span 6;

  }

  #dream.tiger .soccer .grid .tall {
    grid-column: span 3;

    aspect-ratio: 3 / 4;
  }

  #dream.tiger .soccer .grid .grid-item:not(.large):not(.wide):not(.tall) {
    grid-column: span 4;

    aspect-ratio: 1 / 1;
  }
}


#dream.tiger .soccer {
  /* 左の縦長 */
}

#dream.tiger .soccer {
  /* 右上 */
}

#dream.tiger .soccer {
  /* 右下 */
}

#dream.tiger .soccer {
  /* 見た目用 */
}

#dream.tiger .soccer .grid-item {
  overflow: hidden;
}

#dream.tiger .soccer .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#dream.tiger .culture h2 span {
  font-size: 32px;
}
#dream.tiger h2 span {
  font-size: 24px;
}
#dream.tiger .product .h3-ttl span.small {
  font-size: 16px;
}
#dream.tiger .culture .artsection {
  margin-top: 120px;
}

#dream.tiger .product {
  margin-bottom: 120px;
}

#dream.tiger .product .flex {
  gap: 32px;
  align-items: center;
}

#dream.tiger .product .txt {
  padding: 0;
}

#dream.tiger .art-heading {
  line-height: 1em;
}

#dream.tiger .art-heading span {
  font-size: 24px;
}

#dream.tiger .goods .relative-box {
  max-height: 100rem;
}

#dream.tiger .goods .relative-box .dream-btn {
  margin: auto;
}

#dream.tiger .goods-list {
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
}

#dream.tiger .tigerclaw {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

#dream.tiger .tigerclaw .img {
  max-width: 550px;
}

@media (max-width: 750px) {
  #dream.tiger .post-article {
    padding: 0;
  }

  #dream.tiger h2 {
    font-size: 28px;
    /*line-height: 2em;*/
    line-height: 1em;
  }

  #dream.tiger .dream-btn {
    width: 90%;
    margin: 20px auto 0;
  }

  #dream.tiger .dream-btn a {
    display: block;
    background-color: #CC1A00;
    padding: 15px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  #dream.tiger .inhrit {
    padding-top: 0;
  }

  #dream.tiger .inhrit .img {
    position: relative;
    width: 100%;
  }

  #dream.tiger .inhrit .ttl {
    margin-top: 54px;
  }

  #dream.tiger .inhrit .ttl p {
    font-size: 32px;
  }

  #dream.tiger .inhrit .ttl p.sub-ttl {
    font-size: 18px;
  }


  #dream.tiger .inhrit .box {
    border: 0;
    margin: 0;
    padding: 0;
  }

  #dream.tiger .inhrit .flex {
    flex-direction: column;
  }

  #dream.tiger .soccer .inner {
    padding-top: 0;
  }

  #dream.tiger .soccer {
    padding: 0;
  }

  #dream.tiger .soccer .img {
    position: relative;
    width: 100%;
  }

  #dream.tiger .soccer .ttl {
    margin-top: 54px;
  }

  #dream.tiger .soccer .ttl p {
    font-size: 32px;
  }

  #dream.tiger .ttl p.sub-ttl {
    font-size: 18px;
  }

  #dream.tiger .soccer .box {
    border: 0;
    margin: 0;
    padding: 0;
  }

  #dream.tiger .soccer .flex {
    flex-direction: column-reverse;
    gap: 16px;
  }

  #dream.tiger .soccer .person {
    align-self: center;
  }

  #dream.tiger .soccer .grid {
    grid-template-columns: 1fr;
  }

  #dream.tiger .goods .relative-box {
    background: none;
  }

  #dream.tiger .detail {
    border: none;
  }
}

.tiger-form h1 {
  font-size: 3.6rem;
}

#form .tiger-contact form * {
  -webkit-appearance: revert;
}

#form .tiger-contact form .img{
  max-width: 657px;
}

#form .tiger-contact {
  margin-top: 4rem;
  margin-bottom: 10rem;
  border-top: 1px solid #666;
}

#form .tiger-contact .title {
  font-size: 2.3rem;
}

#form .tiger-contact .title span {
  font-size: 1.2rem;
}

#form .tiger-contact .check {
  padding-top: 6rem;
}

#form .tiger-contact .check span.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (max-width: 750px) {
  #form .tiger-contact .check span.wpcf7-checkbox {
    flex-direction: column;
  }
}

#form .tiger-contact .check span.wpcf7-list-item {
  position: relative;
  display: flex;
  padding: 7rem 0;
  width: 48%;
  justify-content: flex-end;
  gap: 10px;
  border: 1px solid #fff;
}


#form .tiger-contact .check span.wpcf7-list-item label {
  height: inherit;
  display: flex;
  width: 63%;
  margin-right: 10%;
}

@media (max-width: 750px) {
  #form .tiger-contact .check span.wpcf7-list-item {
    width: 100%;
    padding-top: 100px;
  }

  #form .tiger-contact .check span.wpcf7-list-item label {
    width: 100%;
  }
}

#form .tiger-contact label span.wpcf7-list-item-label:before {
  display: none;
}

#form .tiger-contact .check span.wpcf7-list-item:nth-child(1)::after {
  content: '';
  position: absolute;
  background: url(../images/tiger/tiger-art_01.jpg) no-repeat;
  top: 25%;
  left: 5%;
  width: 123px;
  height: 82px;
}

#form .tiger-contact .check span.wpcf7-list-item:nth-child(2)::after {
  content: '';
  position: absolute;
  background: url(../images/tiger/tiger-art_02.jpg) no-repeat;
  top: 25%;
  left: 5%;
  width: 123px;
  height: 82px;
}

@media (max-width: 750px) {
  #form .tiger-contact .check span.wpcf7-list-item:nth-child(1)::after {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  #form .tiger-contact .check span.wpcf7-list-item:nth-child(2)::after {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#form .tiger-contact .check span.wpcf7-list-item:nth-child(3)::after {
  content: '';
  position: absolute;
  background: url(../images/dream/contact_img03.jpg) no-repeat;
  top: 10%;
  left: 5%;
  width: 153px;
  height: 156px;
}

#form .tiger-contact .check span.wpcf7-list-item:nth-child(4)::after {
  content: '';
  position: absolute;
  background: url(../images/dream/contact_img04.jpg) no-repeat;
  top: 10%;
  left: 5%;
  width: 153px;
  height: 156px;
}

#form .tiger-contact .radio {
  margin: 6rem 0;
}

#form .tiger-contact .radio .title {
  margin-bottom: 2rem;
}

#form .tiger-contact dl {
  border: none;
}

#form .tiger-contact .info {
  border-bottom: 1px solid #666;
  padding-bottom: 6rem;
}

#form .tiger-contact dl dt sup {
  font-size: 12px;
}

.page-id-713 h1 {
  font-size: 3.6rem;
}

#form .tiger-contact input[type='checkbox'],
#form .tiger-contact input[type='radio'] {
  opacity: 1;
  position: unset;
  margin-bottom: 0.4rem;
  margin-right: 0.5rem;
}

#dream .hyuga .grid {
  gap: 32px;
  display: grid;
  grid-template-columns: 33% 1fr;
}

#dream .hyuga .text-area p.heading {
  font-size: 2.3rem;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px #fff solid;
}

#dream .hyuga .text-area p.heading span {
  font-size: 1rem;
}

@media (max-width: 750px) {

  #dream .hyuga .grid {
    grid-template-columns: 1fr;
  }

}

/*# sourceMappingURL=tiger.css.map */
