@charset "utf-8";
html {
  scroll-behavior: smooth;
}
.about-bg {
      background-image: url(https://tonkatumiwa.co.jp/system_panel/uploads/images/about-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.pg-fv {
  padding-top: clamp(4rem, -0.292rem + 8.94vw, 10.438rem);
}
.pg-fv__inner {
  padding: 0 clamp(2.5rem, 0.167rem + 4.86vw, 6rem);
}
.pg-fv__img {
      width: 100%;
    object-fit: cover;
}
.pg-fv__img--sp {
    display: none;
}
.pg-fv__right {
      margin-top: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    display: flex;
    justify-content: flex-end;
}
.pg-fv__container {
        margin-top: 16px;
    padding-left: clamp(0rem, -12rem + 25vw, 18rem);
}

.about {
      padding-top: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
    padding-bottom: clamp(7.5rem, 5.833rem + 3.47vw, 10rem);
}
.about__inner {
  padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
}
.about__container {
      display: flex;
    flex-direction: column;
    row-gap: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
}
.about__item {
      display: flex;
    column-gap: clamp(2rem, -1.667rem + 7.64vw, 7.5rem);
}
.about__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.about__left {
  width: 50%;
}
.about__text {
      color: #454545;
    font-weight: 500;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.7;
}
.about__right {
  width: 50%;
}
.about__img {
      height: 100%;
    object-fit: cover;
}
.about__logo {
      width: clamp(5.688rem, 4.438rem + 2.6vw, 7.563rem);
    margin-bottom: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}

.story {
  background-color: #904142;
}
.story__container {
    padding: clamp(5rem, 3.333rem + 3.47vw, 7.5rem) clamp(2.5rem, -11.833rem + 29.86vw, 24rem) clamp(6.25rem, 5.417rem + 1.74vw, 7.5rem);
}
.story__top {
  margin-top: 40px;
}
.story__img {
      height: auto;
    aspect-ratio: 1152/480;
    object-fit: cover;
}
.story__items {
      margin-top: clamp(5rem, 4.167rem + 1.74vw, 6.25rem);
    display: flex;
    flex-direction: column;
    row-gap: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.story__item {
      display: flex;
    column-gap: 20px;
    justify-content: space-between;
}
.story-item__left {
      display: flex;
    column-gap: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    align-items: baseline;
  width: 50%;
}
.story-title__sub {
      font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
    font-family: "Literata", serif;
    font-weight: 400;
    color: #fff;
}
.story-title__main {
      font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
    font-weight: 500;
    line-height: 1.75;
    color: #fff;
}
.story-item__right {
  width: 50%;
}
.story__text {
      font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
    font-weight: 500;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #fff;
    line-height: 1.75;
}

.about-linenup {
  position: relative;
  overflow: hidden;
}
.about-linenup__img {
      height: clamp(14.875rem, 3.958rem + 22.74vw, 31.25rem);
    object-fit: cover;
  transition: all 0.5s;
}
.about-linenup__img:hover {
  transform: scale(1.1);
}
.about-linenup:hover .about-linenup__btn:after {
  width: 100%;
}
.about-linenup__btn {
  width: clamp(20rem, 12.917rem + 14.76vw, 30.625rem);
      position: absolute;
    right: clamp(2.5rem, -3.833rem + 13.19vw, 12rem);
    bottom: clamp(2.188rem, 1.563rem + 1.3vw, 3.125rem);
}
.about-linenup__btn:after {
      content: '';
    width: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #CDA100;
  transition: all 0.5s;
}
.about-linenup:hover .about-linenup__btn:after {
  width: 100%;
}
.about-linenup-btn__text {
  font-size: clamp(1rem, 0.5rem + 1.04vw, 1.75rem);
}
.about-linenup-btn__circle {
      width: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    height: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
}
.about-linenup-btn__circle:after {
      content: '';
    width: clamp(0.375rem, 0.125rem + 0.52vw, 0.75rem);
    height: clamp(0.375rem, 0.125rem + 0.52vw, 0.75rem);
    border: 0;
    border-top: solid 0.5px #fff;
    border-right: solid 0.5px #fff;
    transform: rotate(45deg) translate(-55%,45%);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
}

.vision {
      padding: clamp(5rem, 3.333rem + 3.47vw, 7.5rem) 0;
    background-color: #FFFCEF;
}
.vision__inner {
  padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
}
.vision__content {
      margin-top: clamp(5rem, 4.167rem + 1.74vw, 6.25rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vision__title {
      font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    color: #904142;
}
.vision__text {
      margin-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    text-align: center;
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
    font-weight: 500;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #5C5C5C;
    line-height: 1.8;
}
.vision__img {
      margin-top: clamp(2.5rem, 5.21vw, 6.25rem);
    height: auto;
    aspect-ratio: 1152/500;
    object-fit: cover;
}

.history {
  padding-top: 80px;
}
.history__inner {
  padding: 0 clamp(2.5rem, -11.833rem + 29.86vw, 24rem);
}
.history__items {
      margin-top: 80px;
    width: 635px;
    display: flex;
    flex-direction: column;
    row-gap: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    margin-left: auto;
    margin-right: auto;
}
.history__item {
      display: flex;
    padding-bottom: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    border-bottom: 0.5px solid #9B9B9B;
    align-items: center;
    padding-left: 114px;
}
.history-item__left {
      font-size: clamp(1.5rem, 0.833rem + 1.39vw, 2.5rem);
    font-weight: 400;
    color: #5C5C5C;
    width: clamp(7.875rem, 4.792rem + 6.42vw, 12.5rem);
}
.history-item__right {
      font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
    font-weight: 500;
    color: #454545;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.t-shop {
  padding: clamp(3.75rem, 1.25rem + 5.21vw, 7.5rem) 0;
}
.t-shop__inner {
  padding: 0 clamp(1rem, -6.333rem + 15.28vw, 12rem);
}
.t-shop__container {
      position: relative;
    overflow: hidden;
}
.t-shop__img {
      width: 100%;
    aspect-ratio: 1536/760;
    object-fit: cover;
    height: fit-content;
  transition: all 0.5s;
}
.t-shop__img:hover {
  transform: scale(1.1);
}
.t-shop__img--sp {
  display: none;
}
.t-shop__right {
      position: absolute;
    top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    right: clamp(5rem, -1.375rem + 13.28vw, 14.563rem);
}
.t-shop__left {
      position: absolute;
    top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
    left: clamp(2rem, -0.667rem + 5.56vw, 6rem);
}
.t-shop__text {
      margin-top: 46px;
    line-height: 1.7;
    font-weight: 500;
    color: #5C5C5C;
    font-family: " YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
}
.t-shop__title {
      font-size: clamp(1.125rem, 0.208rem + 1.91vw, 2.5rem);
    line-height: 1.7;
    font-weight: 500;
    color: #904142;
    letter-spacing: 0.12em;
}

@media (max-width: 767px) {
  .pg-fv__inner {
    padding: 0;
  }
  .pg-fv__img {
     display: none;
  }
  .pg-fv__img--sp {
    display: block;
      width: 100%;
    height: clamp(28.5rem, 19.167rem + 19.44vw, 42.5rem);
    object-fit: cover;
  }
  .pg-fv__right {
    padding-right: 16px;
  }
  .pg-fv__container {
    padding-left: 24px;
  }
  
  .about__inner {
    padding: 0;
  }
  .about__item {
        flex-direction: column-reverse;
    row-gap: 40px;
  }
  .about__item:nth-child(2n) {
        flex-direction: column-reverse;
    row-gap: 40px;
  }
  .about__left {
        width: 100%;
    padding: 0 clamp(1rem, -0.435rem + 6.12vw, 2.5rem);
  }
  .about__right {
    width: 100%;
  }
  
  .vision__inner {
    padding: 0;
  }
  .title2--vision {
    padding: 0 clamp(1rem, -0.435rem + 6.12vw, 2.5rem);
  }
  .vision__title {
    padding: 0 clamp(1rem, -0.435rem + 6.12vw, 2.5rem);
  }
  .vision__text {
    padding: 0 clamp(1rem, -0.435rem + 6.12vw, 2.5rem);
  }
  
  .story__container {
        padding-left: 0;
    padding-right: 0;
  }
  .story__items {
    padding: 0 clamp(1rem, -0.435rem + 6.12vw, 2.5rem);
  }
  .story__item {
        flex-direction: column;
    row-gap: 40px;
  }
  .story-item__left {
    width: 100%;
  }
  .story-item__right {
    width: 100%;
  }
  .story__text {
    text-align: right;
  }
  .about-linenup__btn {
        right: 50%;
    transform: translateX(50%);
  }
  
  .history__inner {
    padding: 0 clamp(1rem, 2.08vw, 2.5rem);
  }
  .history__items {
        width: 100%;
    max-width: 635px;
  }
  .history__item {
    padding-left: clamp(0rem, -4.783rem + 20.41vw, 5rem);
  }
  
  .t-shop__inner {
        padding: 0;
    max-width: 500px;
  }
  .t-shop__right {
    right: clamp(2.313rem, -0.258rem + 10.97vw, 5rem);
  }
  .t-shop__img {
    display: none;
  }
    .t-shop__img--sp {
      display: block;
      aspect-ratio: 1/1;
      object-fit: cover;
      width: 100%;
    height: fit-content;
  }
  .t-shop__text {
    display: none;
  }
}

@media (max-width: 374px) {
  .pg-fv {
    padding-top: 80px;
  }
  
  .about-linenup__btn {
    width: 280px;
  }
  
  .story-title__main {
    font-size: 18px;
  }
  
  .vision__title {
    font-size: 18px;
  }
  
  .history-item__left {
    width: 80px;
  }
}