@charset "utf-8";

/*--調整--*/
html {
	background-color: transparent !important;
}

.h_bar, 
#beltbnr {
	display: none;
}

#specialty {
  text-align: center;
}

#specialty a {
  text-decoration: none;
}

/*--文字余白--*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
:root {
  --leading-trim: 0px;
}
}

/*--フォント--*/
.font-jp-r {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-jp-b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/*----------
BG
----------*/
#specialty {
  padding: 0 0 60px 0;
  background-color: #FCF9E4;
}


/*----------
KV
----------*/
.kv__wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
.kv__wrapper {
  width: 900px;
  padding: 60px 0;
}  
}  


/*----------
LEAD
----------*/
.lead__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px 60px 30px;
  background-color: #ffffff;
}

.lead-txt {
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

.lead-txt br {
  display: none;
}

.lead-img {
  width: 48.83%;
  margin: 30px auto 0;
}


@media only screen and (min-width: 768px) {
.lead__wrapper {
  padding: 80px 30px 120px 30px;
}

.lead-txt {
  font-size: 14px;
  text-align: center;
}
  
.lead-txt br {
  display: block;
}

.lead-img {
  width: 210px;
  margin: 60px auto 0;
}
}  


/*----------
ITEM
----------*/
.item__wrapper {
  width: 100%;
  margin: 0 auto;
}

.item__content {
  overflow: hidden;
}

/*NO10*/
.item10 {
  width: calc(100% - 30px * 2);
  margin: 100px auto 0;
}

.item10 .item-img {
  position: relative;
}

.item10 .item-img .number {
  width: 38.91%;
  position: absolute;
  top: -44px;
  left: -13px;
  z-index: 1;
}

.item10 .item-img h2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  transform: rotate(-5deg);
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item10 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item10 .item-txt {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
.item10 {
  width: 750px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item10 .item-img {
  width: 55%;
  order: 2;
}

.item10 .item-img .number {
  width: 172px;
  top: -70px;
  left: -90px;
}

.item10 .item-img h2 {
  font-size: 20px;
}

.item10 .item-txt {
  width: 40%;
  margin: 0;
  font-size: 14px;
  order: 1;
}
}  

/*NO09*/
.item09 {
  width: 100%;
  margin: 100px auto 0;
}

.item09 .item-img {
  position: relative;
}

.item09 .item-img .number {
  width: 38.60%;
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 1;
}

.item09 .item-img h2 {
  position: absolute;
  bottom: -30px;
  left: 20px;
  z-index: 1;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item09 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item09 .item-txt {
  width: calc(100% - 50px * 2);
  margin: 60px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

.item09 .item-txt br {
  display: none;
}

@media only screen and (min-width: 768px) {
.item09 .item-img {
  width: 500px;
  margin: 0 auto;
}

.item09 .item-img .number {
  width: 199px;
  top: -10px;
  right: -50px;
}

.item09 .item-img h2 {
  bottom: 10px;
  left: -50px;
  font-size: 20px;
}

.item09 .item-txt {
  margin: 40px auto 0;
  font-size: 14px;
  text-align: center;
  order: 1;
}

.item09 .item-txt br {
  display: block;
}
}  

/*NO08*/
.item08 {
  width: calc(100% - 30px * 2);
  margin: 100px auto 0;
}

.item08 .item-img {
  position: relative;
}

.item08 .item-img .number {
  width: 44.86%;
  position: absolute;
  top: -44px;
  left: -13px;
  z-index: 1;
}

.item08 .item-img h2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  transform: rotate(-5deg);
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item08 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item08 .item-txt {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
.item08 {
  width: 750px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item08 .item-img {
  width: 55%;
  order: 2;
}

.item08 .item-img .number {
  width: 199px;
  top: -70px;
  left: -90px;
}

.item08 .item-img h2 {
  font-size: 20px;
}

.item08 .item-txt {
  width: 40%;
  margin: 0;
  font-size: 14px;
  order: 1;
}
}  

/*NO07*/
.item07 {
  width: calc(100% - 30px * 2);
  margin: 100px auto 0;
}

.item07 .item-img {
  position: relative;
}

.item07 .item-img .number {
  width: 43.24%;
  position: absolute;
  top: -44px;
  right: -20px;
  z-index: 1;
}

.item07 .item-img h2 {
  position: absolute;
  bottom: -20px;
  left: -10px;
  z-index: 1;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item07 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item07 .item-txt {
  width: calc(100% - 20px * 2);
  margin: 45px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
.item07 {
  width: 750px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item07 .item-img {
  width: 55%;
  order: 1;
}

.item07 .item-img .number {
  width: 192px;
  top: -70px;
  right: -90px;
}

.item07 .item-img h2 {
  font-size: 20px;
}

.item07 .item-txt {
  width: 40%;
  margin: 0;
  font-size: 14px;
  order: 2;
}
}  

/*NO06*/
.item06 {
  width: 100%;
  margin: 100px auto 0;
}

.item06 .item-img {
  position: relative;
}

.item06 .item-img .number {
  width: 38.60%;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 1;
}

.item06 .item-img h2 {
  position: absolute;
  bottom: -10px;
  right: 20px;
  z-index: 1;
  transform: rotate(-5deg);
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item06 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item06 .item-txt {
  width: calc(100% - 50px * 2);
  margin: 40px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

.item06 .item-txt br {
  display: none;
}

@media only screen and (min-width: 768px) {
.item06 .item-img {
  width: 500px;
  margin: 0 auto;
}

.item06 .item-img .number {
  width: 199px;
  top: -10px;
  left: -50px;
}

.item06 .item-img h2 {
  bottom: 10px;
  right: -50px;
  font-size: 20px;
}

.item06 .item-txt {
  margin: 40px auto 0;
  font-size: 14px;
  text-align: center;
  order: 1;
}

.item06 .item-txt br {
  display: block;
}
}  

/*NO05*/
.item05 {
  width: calc(100% - 30px * 2);
  margin: 100px auto 0;
}

.item05 .item-img {
  position: relative;
}

.item05 .item-img .number {
  width: 44.05%;
  position: absolute;
  top: -44px;
  right: -20px;
  z-index: 1;
}

.item05 .item-img h2 {
  position: absolute;
  bottom: -20px;
  left: -10px;
  z-index: 1;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item05 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item05 .item-txt {
  width: calc(100% - 20px * 2);
  margin: 45px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
.item05 {
  width: 750px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item05 .item-img {
  width: 55%;
  order: 1;
}

.item05 .item-img .number {
  width: 192px;
  top: -70px;
  right: -90px;
}

.item05 .item-img h2 {
  font-size: 20px;
}

.item05 .item-txt {
  width: 40%;
  margin: 0;
  font-size: 14px;
  order: 2;
}
}  

/*NO04*/
.item04 {
  width: calc(100% - 30px * 2);
  margin: 100px auto 0;
}

.item04 .item-img {
  position: relative;
}

.item04 .item-img .number {
  width: 44.86%;
  position: absolute;
  top: -44px;
  left: -13px;
  z-index: 1;
}

.item04 .item-img h2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  transform: rotate(-5deg);
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item04 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item04 .item-txt {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
.item04 {
  width: 750px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item04 .item-img {
  width: 55%;
  order: 2;
}

.item04 .item-img .number {
  width: 199px;
  top: -70px;
  left: -90px;
}

.item04 .item-img h2 {
  font-size: 20px;
}

.item04 .item-txt {
  width: 40%;
  margin: 0;
  font-size: 14px;
  order: 1;
}
}  

/*NO03*/
.item03 {
  width: 100%;
  margin: 100px auto 0;
}

.item03 .item-img {
  position: relative;
}

.item03 .item-img .number {
  width: 37.20%;
  position: absolute;
  top: -30px;
  right: 20px;
  z-index: 1;
}

.item03 .item-img h2 {
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 1;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item03 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item03 .item-txt {
  width: calc(100% - 50px * 2);
  margin: 30px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

.item03 .item-txt br {
  display: none;
}

@media only screen and (min-width: 768px) {
.item03 .item-img {
  width: 500px;
  margin: 0 auto;
}

.item03 .item-img .number {
  width: 199px;
  top: 10px;
  right: -50px;
}

.item03 .item-img h2 {
  bottom: 10px;
  left: -50px;
  font-size: 20px;
}

.item03 .item-txt {
  margin: 40px auto 0;
  font-size: 14px;
  text-align: center;
  order: 1;
}

.item03 .item-txt br {
  display: block;
}
}  

/*NO02*/
.item02 {
  width: calc(100% - 30px * 2);
  margin: 100px auto 0;
}

.item02 .item-img {
  position: relative;
}

.item02 .item-img .number {
  width: 44.05%;
  position: absolute;
  top: -46px;
  left: -13px;
  z-index: 1;
}

.item02 .item-img h2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 1;
  transform: rotate(-5deg);
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item02 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item02 .item-txt {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
.item02 {
  width: 750px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item02 .item-img {
  width: 55%;
  order: 2;
}

.item02 .item-img .number {
  width: 199px;
  top: -70px;
  left: -90px;
}

.item02 .item-img h2 {
  font-size: 20px;
}

.item02 .item-txt {
  width: 40%;
  margin: 0;
  font-size: 14px;
  order: 1;
}
}  

/*NO01*/
.item01 {
  width: calc(100% - 30px * 2);
  margin: 100px auto 0;
}

.item01 .item-img {
  position: relative;
}

.item01 .item-img .number {
  width: 42.43%;
  position: absolute;
  top: -46px;
  right: -20px;
  z-index: 1;
}

.item01 .item-img h2 {
  position: absolute;
  bottom: -20px;
  left: -10px;
  z-index: 1;
  font-size: 4.65vw;
  line-height: 2;
  color: #000000;
  text-align: left;
}

.item01 .item-img h2 span {
  padding: 2px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.item01 .item-txt {
  width: calc(100% - 20px * 2);
  margin: 45px auto 0;
  font-size: 3.25vw;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
.item01 {
  width: 750px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item01 .item-img {
  width: 55%;
  order: 1;
}

.item01 .item-img .number {
  width: 192px;
  top: -70px;
  right: -90px;
}

.item01 .item-img h2 {
  font-size: 20px;
}

.item01 .item-txt {
  width: 40%;
  margin: 0;
  font-size: 14px;
  order: 2;
}
}  

/*CREDIT*/
.credit-area {
  width: calc(100% - 50px * 2);
  margin: 30px auto 0;
}

.credit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit:nth-child(n+2) {
  margin-top: 20px;
}

.credit .name {
  font-size: 2.79vw;
  line-height: 1.8;
  color: #000000;
  text-align: left;
}

.credit .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #EBC900;
  border: 1px solid #EBC900;
  border-radius: 50%;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 3.25vw;
  color: #000000;
  text-align: center;
}

.credit .btn:hover a {
  background: #ffffff;
  border: 1px solid #000000;
}

@media only screen and (min-width: 768px) {
.credit-area {
  width: 550px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.credit {
  width: 45%;
}

.credit:nth-child(n+2) {
  margin-top: 0;
}

.credit .name {
  font-size: 12px;
}

.credit .btn a {
  font-size: 14px;
}
}  


/*----------
BUTTON
----------*/
.more-btn {
  width: calc(100% - 20px * 2);
  margin: 60px auto;
}

.more-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #EBC900;
  border: 1px solid #EBC900;
  border-radius: 50px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 3.72vw;
  color: #000000;
  text-align: center;
}

.more-btn:hover a {
  background: #ffffff;
  border: 1px solid #000000;
}

@media only screen and (min-width: 768px) {
.more-btn {
  width: 390px;
  margin: 120px auto;
}

.more-btn a {
  font-size: 16px;
}
}


/*----------
ANIMATION
----------*/
.zoomIn {
  transform: scale(0);
}

.zoomIn.active {
  animation: zoomIn 1s ease-in-out forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.slideTop {
  opacity: 0;
}

.slideTop.active {
  animation: slideTop 1s ease-in-out forwards;
}

@keyframes slideTop {
  0% {
    opacity: 0;
    bottom: -40px;
  }
  100% {
    opacity: 1;
    bottom: -10px;
  }
}

.slideRight {
  opacity: 0;
}

.slideRight.active {
  animation: slideRight 1s ease-in-out forwards;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}