@charset "utf-8";
.f-an {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  font-size: 110%;
}
.f-anS {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0em;
  font-size: 60%;
}
a:hover, a:active {
  text-decoration: none;
}
.ly-mod-btn.ly-ta-c.ly-icn-rev.fm-sus--btn {
  margin-top: 0;
}
a.btn-work .btn-txt {
    width: 65%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px 12px;
    letter-spacing: 0;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 50px;
}
.btn, a.btn, button.btn {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 25px 20px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
a.btn-work .btn-txt:after {
  content: "";
  position: absolute;
  top: 65%;
  bottom: 0;
  right: 18%;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
a.btn-work .btn-txt:hover:after {
  right: 16%;
}
@media screen and (min-width:737px) {
  .pc-none {
    display: none;
  }
  div#thanks_letter {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    /*font-family: 'Kosugi Maru', 'Noto Sans JP', sans-serif;
	      letter-spacing: 0.05em;*/
    text-align: center;
    color: #313131;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 0.1px rgba(51, 51, 51, 0.5);
  }
  div#thanks_letter p {
    line-height: 3.2rem !important;
  }
  /*header画像*/
  .all-header {
    background-color: #e6f1f7;
    border: solid 5px #54c2f0;
    border-radius: 30px;
    padding: 0.3% 2%;
    box-sizing: border-box;
  }
  .all-header .stamp {
    width: 11%;
    border: solid #54c2f0;
    border-width: 0 3px 0 0;
    padding-right: 1.5%;
  }
  .all-header .logo {
    width: 30.6%;
    padding-left: 2%;
  }
  .txt {
    font-size: 22px;
    text-align: center;
    margin: 3.5% 0;
  }
  .illust {
    width: 100%;
    height: 220px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
  }
  .illust img {
    top: 0;
    left: 0;
    position: absolute;
  }
  .ill-waku {
    background-color: #fff;
    border: solid 5px #54c2f0;
    border-radius: 30px;
    padding: 0 2% 3%;
    box-sizing: border-box;
  }
  .btn-stitch {
    width: 99%;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #0091d7;
    color: #FFF;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 8px #0091d7;
    border: dotted 4px #FFF;
    box-sizing: border-box;
  }
  .btn-stitch:link {
    color: #fff;
  }
  .btn-stitch:visited {
    color: #fff;
  }
  .btn-stitch:hover {
    background: #eb74a8;
    box-shadow: 0px 0px 0px 8px #eb74a8;
    border: dotted 4px #FFF;
  }
  .collection {
    width: 98.5%;
    display: inline-block;
    padding: 1em 0;
    text-decoration: none;
    background: #fff;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.3) 16px, 36px, rgba(84, 194, 240, 0.3) 36px 56px), repeating-linear-gradient(180deg, rgba(84, 194, 240, 0.3) 16px 36px, rgba(255, 255, 255, 0.3) 36px 56px);
    color: #0091d7;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 5px #54c2f0;
    border: solid 5px #FFF;
    box-sizing: border-box;
  }
  .collection h2 {
    font-size: 28px;
    margin: 0 0 0.5em;
  }
  .collection .aten {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.8em;
  }
  .collection .aten .atenS {
    font-size: 80%;
  }
  .collbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-coll {
    flex-wrap: wrap;
    margin: 0.5em;
  }
  .btn-coll-y {
    display: inline-block;
    padding: 0.3em 2.0em 0.2em;
    text-decoration: none;
    background: #fff;
    border-left: solid 20px #ffeb3f; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-g {
    display: inline-block;
    padding: 0.3em 2.0em 0.2em;
    text-decoration: none;
    background: #fff;
    border-left: solid 20px #6fb92c; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-p {
    display: inline-block;
    padding: 0.3em 2.0em 0.2em;
    text-decoration: none;
    background: #fff;
    border-left: solid 20px #eb74a8; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-o {
    display: inline-block;
    padding: 0.3em 2.0em 0.2em;
    text-decoration: none;
    background: #fff;
    border-left: solid 20px #ed780a; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-b {
    display: inline-block;
    padding: 0.3em 2.0em 0.2em;
    text-decoration: none;
    background: #fff;
    border-left: solid 20px #0091d7; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-y:link, .btn-coll-g:link, .btn-coll-p:link, .btn-coll-o:link, .btn-coll-b:link {
    color: #313131;
  }
  .btn-coll-y:visited, .btn-coll-g:visited, .btn-coll-p:visited, .btn-coll-o:visited, .btn-coll-b:visited {
    color: #313131;
  }
  .btn-coll-y:hover, .btn-coll-g:hover, .btn-coll-p:hover, .btn-coll-o:hover, .btn-coll-b:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
}
@media screen and (max-width:736px) {
  .sp-none {
    display: none;
  }
  .sp-mt50 {
    margin-top: 60px;
  }
  div#thanks_letter {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    /*font-family: 'Kosugi Maru', sans-serif;*/
    text-align: center;
    line-height: 2.0em;
    color: #313131;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 0.1px rgba(51, 51, 51, 0.5);
  }
  /*header画像*/
  .all-header {
    background-color: #e6f1f7;
    border: solid 4px #54c2f0;
    border-radius: 20px;
    padding: 2%;
    box-sizing: border-box;
  }
  .all-header .stamp {
    width: 22%;
    border: solid #54c2f0;
    border-width: 0 2px 0 0;
    padding-right: 1%;
  }
  .all-header .logo {
    width: 74%;
    margin: -6px 0 0 0;
    padding-left: 1%;
  }
  .txt {
    font-size: 17px;
    text-align: center;
    margin: 6% 0;
  }
  .illust {
    width: 100%;
    height: 75px;
    margin: 5px auto 0;
    text-align: left;
    overflow: hidden;
    position: relative;
  }
  .illust img {
    top: 0;
    left: 0;
    position: absolute;
  }
  .ill-waku {
    background-color: #fff;
    border: solid 4px #54c2f0;
    border-radius: 20px;
    padding: 0 2% 3%;
    box-sizing: border-box;
  }
  .btn-stitch {
    width: 100%;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #0091d7;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 50px;
    box-shadow: 0px 0px 0px 5px #0091d7;
    border: dotted 2px #FFF;
    box-sizing: border-box;
  }
  .btn-stitch:link {
    color: #fff;
  }
  .btn-stitch:visited {
    color: #fff;
  }
  .btn-stitch:hover {
    background: #eb74a8;
    box-shadow: 0px 0px 0px 5px #eb74a8;
    border: dotted 2px #FFF;
  }
  .collection {
    width: 98.5%;
    display: inline-block;
    padding: 0.8em 0;
    text-decoration: none;
    background: #fff;
    background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.3) 10px, 20px, rgba(84, 194, 240, 0.3) 20px 30px), repeating-linear-gradient(180deg, rgba(84, 194, 240, 0.3) 10px 20px, rgba(255, 255, 255, 0.3) 20px 30px);
    color: #0091d7;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-radius: 20px;
    box-shadow: 0px 0px 0px 4px #54c2f0;
    border: solid 4px #FFF;
    box-sizing: border-box;
  }
  .collection h2 {
    font-size: 24px;
    margin: 0 0 0.5em;
  }
  .collection .aten {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.6em;
  }
  .collection .aten .atenS {
    font-size: 80%;
  }
  .collbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.3em;
  }
  .btn-coll {
    flex-wrap: wrap;
    margin: 0.4em 0.2em;
  }
  .btn-coll-y {
    display: inline-block;
    padding: 0.3em 0.8em 0.1em;
    text-decoration: none;
    background: #fff;
    border-left: solid 15px #ffeb3f; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-g {
    display: inline-block;
    padding: 0.3em 0.8em 0.1em;
    text-decoration: none;
    background: #fff;
    border-left: solid 15px #6fb92c; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-p {
    display: inline-block;
    padding: 0.3em 0.8em 0.1em;
    text-decoration: none;
    background: #fff;
    border-left: solid 15px #eb74a8; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-o {
    display: inline-block;
    padding: 0.3em 0.8em 0.1em;
    text-decoration: none;
    background: #fff;
    border-left: solid 15px #ed780a; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-b {
    display: inline-block;
    padding: 0.3em 0.8em 0.1em;
    text-decoration: none;
    background: #fff;
    border-left: solid 15px #0091d7; /*左線*/
    color: #313131; /*文字色*/
    font-size: 80%;
    line-height: 0.9em !important;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);
  }
  .btn-coll-y:link, .btn-coll-g:link, .btn-coll-p:link, .btn-coll-o:link, .btn-coll-b:link {
    color: #313131;
  }
  .btn-coll-y:visited, .btn-coll-g:visited, .btn-coll-p:visited, .btn-coll-o:visited, .btn-coll-b:visited {
    color: #313131;
  }
  .btn-coll-y:hover, .btn-coll-g:hover, .btn-coll-p:hover, .btn-coll-o:hover, .btn-coll-b:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*----------------------- 20240927追記 -----------------------*/
#slide img {
  max-width: none;
}