@charset "UTF-8";
.pc_disp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

.ipad_disp {
  display: block !important;
}
@media (min-width: 1025px) {
  .ipad_disp {
    display: none !important;
  }
}

body {
  font-family: "ヒラギノ角ゴ ProN";
  line-height: 1;
}

.MainColumn {
  position: relative;
  z-index: 1;
  margin: 0px auto 0px;
  text-align: left;
  background: #fff;
  overflow: hidden;
  color: #222;
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

header .Header_Inner {
  width: auto !important;
}

header.Header_Area .Header_Inner .SiteToggleBtn01 a {
  min-width: auto;
}

#PageTop {
  background: #fff;
}

footer {
  position: relative;
}

@media only screen and (min-width: 768px) {
  header.Header_Area .Header_Inner .SiteToggleBtn01 a {
    min-width: auto;
  }
  header.Header_Area .Header_Inner {
    min-width: min(84.1666666667vw, 1010px);
    padding: 0 min(2.3333333333vw, 28px);
    box-sizing: border-box;
  }
  header.Header_Area h1 {
    min-width: min(18.5vw, 222px);
  }
  header.Header_Area h1 img {
    width: min(14.3333333333vw, 172px);
  }
  header.Header_Area .Header_Inner,
  header ul.UserMyMenu li a,
  nav {
    font-size: min(1.1666666667vw, 12px) !important;
  }
  nav.ContentNavi01 {
    min-width: min(80vw, 960px) !important;
  }
  nav.ContentNavi01 > ul li a {
    font-size: min(1.4166666667vw, 14px) !important;
    padding: 0 min(0.8333333333vw, 10px) 0 min(0.8333333333vw, 10.5px) !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.Header_Area .Header_Inner .SiteToggleBtn01 a {
    min-width: auto;
  }
}
footer,
footer .FootWrap {
  min-width: min(91.6666666667vw, 960px) !important;
}

footer .KeirinLink01,
footer .NkFooterArea dl.FootSiteTitle,
footer .PCfooter .BtnPagetop {
  width: min(91.6666666667vw, 960px);
}

footer dl.NkFoot01 {
  padding: 0 min(2.5vw, 30px);
}

footer dl.NkFootCateLink {
  padding: 0 min(1vw, 12px) 0 0;
}

footer dl.NkFoot01:last-child {
  padding: 0 0 0 min(2.5vw, 30px);
}

footer dl.NkFoot02 {
  padding: min(0.5vw, 6px) min(1.8333333333vw, 22px);
}

footer dl.NkFoot02:first-child {
  padding: 0 min(1.8333333333vw, 22px) 0 0;
}

footer .NkFoot01 .Nk_Sns {
  width: min(22.5vw, 270px);
}

dl.NkFoot01 dd.SpNkInfoImg .SearchImg01 {
  width: min(16.6666666667vw, 200px);
}

dl.NkFoot01 dd.SpNkInfoImg .QrImg01 {
  width: min(5vw, 60px);
}

dl.NkFoot01 ul.AprStoreList img {
  width: min(11.5833333333vw, 140px);
}

.PCfooter .Nk_Sns ul li {
  width: min(3.75vw, 45px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer dl.NkFoot01:last-child {
    width: 15.8333333333vw;
  }
  footer dl.NkFoot01 dd.SpNkInfoImg img.QrImg01 {
    top: -9px;
  }
  footer dl.NkFoot01 dd ul li {
    font-size: min(1.25vw, 14px);
  }
  footer dl.NkFoot02 dd ul li {
    font-size: min(1.25vw, 14px);
  }
  dl.NkFoot02 dt {
    font-size: min(1.25vw, 14px);
  }
}
/*===============================
	lp css
================================*/
/*==============================================
/*
/*共通
/*
=============================================*/
.InnerBox {
  max-width: min(80vw, 960px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .InnerBox {
    max-width: 89.3333333333vw;
  }
}

.CommonPager {
  padding: 8px 8px 10px;
}

.CommonPager ul {
  display: table;
  margin: 0 auto;
  max-width: 280px;
}

.CommonPager ul + ul {
  margin-top: 8px;
}

.CommonPager ul li {
  display: table-cell;
  width: 40px;
  font-size: 0.8em;
  vertical-align: top;
  border-top: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  background: #fff;
}

.CommonPager ul li:first-child {
  width: 55px;
}

.CommonPager ul li:first-child,
.CommonPager ul li:first-child a,
.CommonPager ul li:first-child div {
  border-top-left-radius: 2px 2px;
  border-bottom-left-radius: 2px 2px;
}

.CommonPager ul li:last-child {
  width: 55px;
  border-right: 1px solid #BDBDBD;
}

.CommonPager ul li:last-child,
.CommonPager ul li:last-child a,
.CommonPager ul li:last-child div {
  border-bottom-right-radius: 2px 2px;
  border-top-right-radius: 2px 2px;
}

.CommonPager ul li a,
.CommonPager ul li div {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #444;
}

.CommonPager ul li:first-child div,
.CommonPager ul li:last-child div,
.CommonPager ul li:last-child a {
  color: #666;
}

/* 川柳用ページャー */
.CommonPager ul {
  margin: 20px auto;
  text-align: center;
  max-width: 100%;
}

.CommonPager ul li {
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  border: 1px solid #d9dde3;
  border-right: 0;
  color: #0062cc;
  margin: 0;
  width: 40px;
  vertical-align: middle;
}

.CommonPager ul li a {
  color: #444;
}

.CommonPager ul li:first-child {
  font-weight: bold;
  background-color: #f5f5f5;
  border-top-left-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  text-align: center;
  border: 1px solid #d9dde3;
  border-right: 0;
  color: #8d8d8d;
}

.CommonPager ul li:last-child {
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom-right-radius: 2px 2px;
  border-top-right-radius: 2px 2px;
  text-align: center;
  border: 1px solid #d9dde3;
  color: #8d8d8d;
}

.CommonPager ul span {
  display: block;
}

.CommonPager ul li.Page_Active {
  width: 40px;
  border-radius: 0;
  border-right: none;
}

.CommonPager ul li:nth-of-type(9n-4) {
  margin-right: 0;
}

.CommonPager ul li.Page_Active div {
  color: #fff;
  background-color: #222;
  border-radius: 0;
}

.Icon_SNS_S .Icon_GrayTriangle_Left {
  display: none;
}

.Icon_SNS_S .Icon_GrayTriangle_Right {
  display: none;
}

.fv {
  background: url("../img/fv_bg_pc.png") no-repeat;
  background-size: cover;
  background-position: top;
  background-color: #A2D3E1;
  position: relative;
  z-index: 1;
  height: min(58.4375vw, 1138px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .fv {
    background: url("../img/fv_bg_sp.png") no-repeat;
    background-size: cover;
    background-position: top;
    height: 105.6vw;
  }
}
.fv .fv_img_pc {
  position: absolute;
  top: 0;
  left: 0;
}
.fv_img01 {
  position: absolute;
  pointer-events: none;
  bottom: -10%;
  left: max(-18.3854166667vw, -353px);
  width: min(51.9270833333vw, 997px);
}
@media screen and (max-width: 767px) {
  .fv_img01 {
    width: 36vw;
    left: 0;
    bottom: -3%;
    z-index: 1;
  }
}
.fv_img02 {
  position: absolute;
  pointer-events: none;
  bottom: -10%;
  right: max(-12.3958333333vw, -238px);
  width: min(45.6770833333vw, 877px);
}
@media screen and (max-width: 767px) {
  .fv_img02 {
    width: 36vw;
    right: 0;
    bottom: -1%;
    z-index: 1;
  }
}
.fv_inner {
  position: relative;
  z-index: 1;
  padding: min(5.7291666667vw, 110px) 0 0;
  max-width: min(52.3958333333vw, 1306px);
  margin: 0 auto;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .fv_inner {
    position: initial;
    padding: 0;
  }
}
.fv_subtitle01 {
  width: min(34.3229166667vw, 659px);
}
@media screen and (max-width: 767px) {
  .fv_subtitle01 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 15%;
    width: 53.8666666667vw;
  }
}
.fv_subtitle02 {
  width: min(31.40625vw, 603px);
  margin-top: min(-1.0416666667vw, -20px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv_subtitle02 {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 0;
    bottom: 34%;
    width: 49.6vw;
  }
}
.fv_title {
  width: min(68.0208333333vw, 1306px);
  margin-top: min(-1.3020833333vw, -25px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv_title {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 0;
    top: 22%;
    width: 89.3333333333vw;
  }
}
.fv_catch_inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: min(12.9166666667vw, 148px);
  background: #222;
  bottom: 0%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv_catch_inner {
    height: 19.4666666667vw;
  }
}
.fv_catch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10%;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: min(2vw, 28px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv_catch {
    line-height: 1.2;
    font-size: 11px;
    font-size: 2.9333333333vw;
    top: -10%;
  }
}
.fv .scroll {
  position: absolute;
  top: 5px;
  left: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fv .scroll {
    top: 2px;
  }
}
.fv .scroll .scroll_list {
  display: flex;
  gap: 0 10px;
  animation: scroll-left linear infinite;
}
.fv .scroll .scroll_list.pc {
  animation-duration: 30s;
}
@media screen and (max-width: 767px) {
  .fv .scroll .scroll_list.pc {
    display: none;
  }
}
.fv .scroll .scroll_list.sp {
  animation-duration: 10s;
}
@media screen and (min-width: 1024px) {
  .fv .scroll .scroll_list.sp {
    display: none;
  }
}
.fv .scroll img {
  max-width: none;
  width: auto;
  height: min(6.3020833333vw, 121px);
}
@media screen and (max-width: 767px) {
  .fv .scroll img {
    height: 10.4vw;
  }
}
.fv .scroll_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv .scroll_sp {
    display: block;
    position: absolute;
    bottom: 20%;
    left: 0;
  }
  .fv .scroll_sp .scroll_list {
    display: flex;
    gap: 0 10px;
    animation: scroll-right 10s linear infinite;
  }
  .fv .scroll_sp img {
    max-width: none;
    width: auto;
    height: 10.4vw;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
a.HeaderBtn {
  position: absolute;
  display: block;
  top: -29%;
  right: 7%;
  width: min(11.4583333333vw, 260px);
  height: min(11.4583333333vw, 260px);
  animation-name: anime1;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  z-index: 2;
}
@media (max-width: 1024px) and (min-width: 768px) {
  a.HeaderBtn {
    top: -20%;
  }
}
@media screen and (max-width: 767px) {
  a.HeaderBtn {
    top: -15%;
    right: 2%;
    width: 24vw;
    height: 24vw;
  }
}

a.HeaderBtn:hover {
  animation-play-state: paused;
}

@keyframes anime1 {
  0% {
    transform: translateY(20px);
  }
  80% {
    transform: translateY(35px);
  }
  100% {
    transform: translateY(20px);
  }
}
.intro {
  position: relative;
  z-index: 1;
  padding: 34px 0 0px;
  background-color: #FFD452;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 2.6666666667vw 0 0;
  }
}
.intro::before {
  background: url("../img/intro_bg_pc.png") no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: min(13.3333333333vw, 160px);
  position: absolute;
  background-size: cover;
  background-position: center;
  top: max(-13.3333333333vw, -160px);
  left: 0%;
}
@media screen and (max-width: 767px) {
  .intro::before {
    background: url("../img/intro_bg_sp.png") no-repeat;
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background-size: cover;
    background-position: center;
    top: -60px;
  }
}
@media screen and (min-width: 1920px) {
  .intro::before {
    height: 220px;
    top: -220px;
  }
}
.intro_inner {
  position: relative;
  max-width: min(88.8333333333vw, 1066px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro_inner {
    max-width: 89.3333333333vw;
  }
}
.intro_inner::before {
  background: url("../img/kazari01_pc.png") no-repeat;
  content: "";
  display: block;
  width: min(28.3333333333vw, 340px);
  height: min(51vw, 612px);
  position: absolute;
  background-size: contain;
  top: 8%;
  left: max(-31.0833333333vw, -373px);
  z-index: -1;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .intro_inner::before {
    background: url("../img/kazari01_sp.png") no-repeat;
    width: 89.0666666667vw;
    height: 16.8vw;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .intro_inner::before {
    background: url("../img/kazari01_sp.png") no-repeat;
    width: 89.0666666667vw;
    height: 16.8vw;
    background-size: contain;
    transform: none;
    top: 19%;
    left: 0;
  }
}
.intro_inner::after {
  background: url("../img/kazari02_pc.png") no-repeat;
  content: "";
  display: block;
  width: min(28.3333333333vw, 340px);
  height: min(51vw, 612px);
  position: absolute;
  background-size: contain;
  top: 9%;
  right: max(-31.3333333333vw, -376px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .intro_inner::after {
    display: none;
  }
}
.intro .fukidashi {
  position: relative;
  width: 100%;
  height: min(20.8333333333vw, 250px);
}
@media (max-width: 1024px) and (min-width: 768px) {
  .intro .fukidashi {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .intro .fukidashi {
    height: 47.2vw;
  }
}
.intro .fukidashi .fukidashi01 {
  position: absolute;
  left: -1%;
  top: 3%;
  width: min(31.0833333333vw, 373px);
}
@media screen and (max-width: 767px) {
  .intro .fukidashi .fukidashi01 {
    width: 41.0666666667vw;
    top: 0;
    left: 2%;
  }
}
.intro .fukidashi .fukidashi02 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 2%;
  width: min(28.75vw, 345px);
}
@media (max-width: 1024px) and (min-width: 768px) {
  .intro .fukidashi .fukidashi02 {
    top: 42%;
  }
}
@media screen and (max-width: 767px) {
  .intro .fukidashi .fukidashi02 {
    width: 41.0666666667vw;
    top: auto;
    bottom: 0;
  }
}
.intro .fukidashi .fukidashi03 {
  position: absolute;
  right: -1%;
  top: 2%;
  width: min(30.5833333333vw, 367px);
}
@media screen and (max-width: 767px) {
  .intro .fukidashi .fukidashi03 {
    width: 41.0666666667vw;
    right: 2%;
    top: 0;
  }
}
.intro .top {
  margin: 22px auto 7px;
  font-size: min(3.3333333333vw, 40px);
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro .top {
    margin: 5.3333333333vw auto 3.2vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.intro .top .top_link {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: min(0.8333333333vw, 10px);
  padding-bottom: min(0.4166666667vw, 5px);
  color: #222;
  border-bottom: 3px solid #222;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intro .top .top_link {
    margin-right: 3px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    border-width: 1px;
  }
}
.intro .top .top_link .icon_window {
  display: inline-block;
  margin-left: 5px;
  width: min(2.5vw, 30px);
}
@media screen and (max-width: 767px) {
  .intro .top .top_link .icon_window {
    margin-left: 0.8vw;
    width: 2.4vw;
  }
}
.intro .top .span01 {
  font-size: min(2.5vw, 30px);
}
@media screen and (max-width: 767px) {
  .intro .top .span01 {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.intro .top .span02 {
  display: inline-block;
  padding: min(1.3333333333vw, 16px) min(1vw, 12px);
  background: #fff;
  border: solid 4px #222;
  font-size: min(6.5vw, 78px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intro .top .span02 {
    margin-right: 2px;
    padding: 2.6666666667vw 2.1333333333vw;
    border: solid 1px #222;
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.intro .top .span03 {
  font-size: min(4.8333333333vw, 58px);
}
@media screen and (max-width: 767px) {
  .intro .top .span03 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.intro .top .span04 {
  font-size: min(6.5vw, 78px);
}
@media screen and (max-width: 767px) {
  .intro .top .span04 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.intro .bottom {
  margin-bottom: 30px;
  font-size: min(2.1666666667vw, 26px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .intro .bottom {
    margin-bottom: 2px;
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.period {
  padding: min(2.5vw, 30px) 0 min(7.5vw, 90px);
  background: url("../img/period_bg_pc.png") no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
}
.period.end {
  padding: min(4.1666666667vw, 50px) 0 min(4.1666666667vw, 50px);
}
@media screen and (max-width: 767px) {
  .period.end {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .period {
    margin-top: 10px;
    padding: 30px 0 30px;
    background: url("../img/period_bg_sp.png") no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.period_box {
  font-weight: bold;
}
.period_box dt {
  margin-bottom: min(0.8333333333vw, 10px);
  font-size: min(2.1666666667vw, 26px);
}
@media screen and (max-width: 767px) {
  .period_box dt {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.period_box dd {
  margin-bottom: min(1.6666666667vw, 20px);
  font-size: min(2.5vw, 30px);
}
@media screen and (max-width: 767px) {
  .period_box dd {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.period_box dd span {
  font-size: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 767px) {
  .period_box dd span {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.period p {
  font-size: min(1.5vw, 18px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .period p {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

.EntryBtn_inner + .EntryBtn_inner {
  margin-top: 35px;
}

.main_btn_inner {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .main_btn_inner::before {
    background: url("../img/main_btn_bg.png") no-repeat;
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    z-index: -1;
    opacity: 1;
  }
}
.main_btn_inner.entry {
  width: min(50.5vw, 606px);
  height: min(9.5833333333vw, 115px);
}
@media screen and (max-width: 767px) {
  .main_btn_inner.entry {
    width: 78.6666666667vw;
    height: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main_btn_inner.entry::before {
    width: min(50vw, 600px);
    height: min(11vw, 132px);
    position: absolute;
    top: 22%;
    right: -4%;
  }
}
@media screen and (min-width: 1024px) {
  .main_btn_inner.entry .main_btn:hover {
    transform: translate(min(2vw, 24px), min(1.75vw, 21px));
  }
}
.main_btn_inner.sns {
  margin-top: 28px;
  width: min(32.5vw, 390px);
  height: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 767px) {
  .main_btn_inner.sns {
    width: 78.6666666667vw;
    height: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main_btn_inner.sns::before {
    width: min(34.6666666667vw, 416px);
    height: min(7vw, 84px);
    position: absolute;
    top: 13%;
    right: -12%;
  }
}
.main_btn_inner.back {
  margin-top: 28px;
  width: min(32.5vw, 390px);
  height: min(6.6666666667vw, 80px);
}
@media screen and (max-width: 767px) {
  .main_btn_inner.back {
    width: 78.6666666667vw;
    height: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main_btn_inner.back::before {
    width: min(34.6666666667vw, 416px);
    height: min(7vw, 84px);
    position: absolute;
    top: 13%;
    right: -12%;
  }
}
@media screen and (min-width: 1024px) {
  .main_btn_inner.submit {
    margin-top: 28px;
    width: 390px;
    height: 80px;
  }
  .main_btn_inner.submit::before {
    width: 416px;
    height: 84px;
    position: absolute;
    top: 13%;
    right: -12%;
  }
}
.main_btn_inner.submit button {
  padding: 0;
  border: none;
}
.main_btn_inner.end {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main_btn_inner.end {
    margin-bottom: 2.6666666667vw;
  }
}
.main_btn_inner.end::before {
  content: none;
}
.main_btn_inner.end img {
  display: block;
  margin: 0 auto;
  width: min(50.6666666667vw, 608px);
  height: min(11vw, 132px);
}
@media screen and (max-width: 767px) {
  .main_btn_inner.end img {
    width: 75.7333333333vw;
    height: 16.5333333333vw;
  }
}
.main_btn_inner.shop {
  width: min(22.5vw, 270px);
  height: min(4.5833333333vw, 55px);
}
@media screen and (max-width: 767px) {
  .main_btn_inner.shop {
    width: 78.6666666667vw;
    height: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .main_btn_inner.shop::before {
    width: min(21.9166666667vw, 263px);
    height: min(5vw, 60px);
    position: absolute;
    top: 17%;
    right: -4%;
  }
}
@media screen and (min-width: 1024px) {
  .main_btn_inner.shop .main_btn:hover {
    transform: translate(min(1vw, 12px), min(0.75vw, 9px));
  }
}
.main_btn_inner .main_btn {
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .main_btn_inner .main_btn:hover {
    transform: translate(min(1.0833333333vw, 13px), min(0.8333333333vw, 10px));
  }
}

.silkhc_list .EntryWork,
.silkhc_mine .EntryWork {
  position: relative;
  background: url("../img/entrywork_bg02_pc.png") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0 250px;
}
@media screen and (max-width: 767px) {
  .silkhc_list .EntryWork,
  .silkhc_mine .EntryWork {
    background: url("../img/entrywork_bg02_sp.png") no-repeat;
    background-size: cover;
    background-position: top;
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}

.EntryWork {
  position: relative;
  background: url("../img/entrywork_bg_pc.png") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 262px 0 286px;
  margin-top: -16px;
  background-color: #FFD452;
}
@media screen and (max-width: 767px) {
  .EntryWork {
    background: url("../img/entrywork_bg_sp.png") no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #FFD452;
    padding: 20.8vw 0 66.6666666667vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1920px) {
  .EntryWork {
    margin-top: 0;
    background-size: cover;
  }
}
.EntryWork .list_title {
  margin: 0 auto 15px;
  width: min(51.6666666667vw, 620px);
}
@media screen and (max-width: 767px) {
  .EntryWork .list_title {
    width: auto;
  }
}
.EntryWork .list_kazari01 {
  position: absolute;
  left: max(-32.75vw, -393px);
  top: -70px;
  width: min(30.3333333333vw, 364px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .EntryWork .list_kazari01 {
    left: 0;
    top: -7%;
    width: 26.6666666667vw;
  }
}
.EntryWork .list_kazari02 {
  position: absolute;
  right: -293px;
  right: max(-24.4166666667vw, -293px);
  top: -64px;
  width: min(22.1666666667vw, 266px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .EntryWork .list_kazari02 {
    right: 4%;
    top: -7%;
    width: 23.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .EntryWork .list_kazari03 {
    width: 32.8vw;
    position: absolute;
    right: 0%;
    top: 16%;
    z-index: -1;
  }
  .EntryWork .list_kazari04 {
    width: 45.0666666667vw;
    position: absolute;
    left: 0%;
    bottom: 23%;
    z-index: -1;
  }
}

.notes {
  margin-top: -160px;
  padding: 90px 0 150px;
  position: relative;
  z-index: 1;
  background-color: #222;
}
@media screen and (max-width: 767px) {
  .notes {
    margin-top: -42.6666666667vw;
    padding: 5.3333333333vw 0 21.3333333333vw;
  }
}
.notes::before {
  background: url("../img/notes_bg_pc.png") no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  background-size: cover;
  background-position: center;
  top: -160px;
  left: 0%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .notes::before {
    height: 42.6666666667vw;
    top: -42.6666666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .notes::before {
    height: 220px;
    top: -220px;
  }
}
.notes_inner {
  max-width: min(89.5vw, 1074px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .notes_inner {
    max-width: 89.3333333333vw;
  }
}
.notes_title {
  margin: 0 auto 44px;
}
@media screen and (max-width: 767px) {
  .notes_title {
    margin: 0 auto 10px;
  }
}
.notes_title img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .notes_title img {
    width: 42.6666666667vw;
  }
}
.notes_text {
  font-size: min(1.5vw, 18px);
  line-height: 2.1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .notes_text {
    line-height: 1.9;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.notes_text a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/*==============================================
/*
/*みんなのアイデア
/*
=============================================*/
.ContentsBanner_List .EntryWork {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .ContentsBanner_List .EntryWork {
    margin-top: 0px;
  }
}
.EntryWork h2 {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
  z-index: 2;
}
.EntryWork h2 img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .EntryWork h2 img {
    width: 42.6666666667vw;
  }
}

.EntryWork .EntryWorkInner {
  position: relative;
  max-width: min(77.5vw, 930px);
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .EntryWork .EntryWorkInner {
    max-width: inherit;
    min-height: 400px;
  }
}

.EntryWork .SortList {
  margin-left: -10px;
}

.EntryWork .SortList ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 385px;
  margin: 0 auto 37px;
  text-align: center;
}

.EntryWork .SortList ul li {
  position: relative;
  display: inline-block;
  width: 114px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  background-color: #222;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 10px;
  letter-spacing: normal;
  border-radius: 3px;
  cursor: pointer;
}
.EntryWork .SortList ul li:nth-of-type(1) {
  margin-left: 0;
}

.EntryWork .SortList ul li a {
  display: block;
  color: #fff;
}

.EntryWork .SortList ul li.active span,
.EntryWork .SortList ul li.active a {
  color: #222;
}

.EntryWork .SortList ul li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .EntryWork .SortList ul li:after {
    right: 5px;
  }
}

.EntryWork .SortList ul li.active {
  background-color: #A2D3E1;
}

.EntryWork .SortList ul li.active:after,
.EntryWork .SortList ul li.mine:after {
  display: none;
}

div[id^=_banner_list_] ul {
  margin-top: 10px;
}

ul.Banner_items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px min(2.5vw, 30px);
}
@media screen and (max-width: 767px) {
  ul.Banner_items {
    justify-content: center;
    gap: 8vw 0;
  }
}

ul.Banner_items li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

ul.Banner_items li .BannerWrap {
  position: relative;
  background: url("../img/banner_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: min(24.1666666667vw, 290px);
  height: min(14.1666666667vw, 170px);
  padding: min(2.5vw, 30px) 0 0px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, 0.1);
}
@media screen and (max-width: 767px) {
  ul.Banner_items li .BannerWrap {
    padding: 8vw 0 0;
    width: 77.3333333333vw;
    height: 45.3333333333vw;
  }
}

ul.Banner_items li .BannerWrap p.BannerText {
  position: relative;
  height: min(8.1666666667vw, 98px);
}
@media screen and (max-width: 767px) {
  ul.Banner_items li .BannerWrap p.BannerText {
    height: 26.1333333333vw;
  }
}

ul.Banner_items li .BannerWrap p.BannerText span {
  display: block;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

ul.Banner_items li .BannerWrap p.BannerText span.name {
  max-width: min(23.3333333333vw, 280px);
  max-height: min(6.0833333333vw, 73px);
  font-size: min(2.3333333333vw, 28px);
  line-height: 1.38;
  overflow: hidden;
  margin: auto;
}
@media screen and (max-width: 767px) {
  ul.Banner_items li .BannerWrap p.BannerText span.name {
    max-width: 74.6666666667vw;
    max-height: 19.4666666667vw;
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
}

ul.Banner_items li .BannerWrap p.BannerText span.name.small {
  max-width: min(20.8333333333vw, 250px);
  max-height: min(6vw, 72px);
  font-size: min(1.3333333333vw, 16px);
  line-height: 1.62;
  text-align: left;
}
@media screen and (max-width: 767px) {
  ul.Banner_items li .BannerWrap p.BannerText span.name.small {
    max-width: 68vw;
    max-height: 19.2vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.UserInfo {
  display: inline-block;
  background: #fff;
  width: calc(100% - 3px);
  height: min(3.3333333333vw, 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .UserInfo {
    height: 10.6666666667vw;
  }
}

.UserInfo .UserInfo_Inner {
  position: relative;
  line-height: min(3.3333333333vw, 40px);
  color: #000000;
  font-size: min(1.3333333333vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .UserInfo .UserInfo_Inner {
    line-height: 10.6666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.UserInfo strong {
  font-weight: bold;
  max-width: min(18.5vw, 222px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .UserInfo strong {
    max-width: 59.2vw;
  }
}

.UserInfo span.avatar {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  left: -2px;
  top: -2px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .UserInfo span.avatar {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 4.8vw;
    left: -0.5333333333vw;
    top: -0.5333333333vw;
  }
}

.BtnWrap {
  position: relative;
  margin-top: 11px;
  margin-bottom: 25px;
}

.BtnWrap .BtnCloseBanner {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 17px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .BtnWrap .BtnCloseBanner {
    width: 4.5333333333vw;
  }
}

ul.Banner_items li .Fav {
  display: block;
  text-align: right;
  height: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 0;
}

ul.Banner_items li .Fav dl {
  display: inline-block;
  padding: 2px 4px 2px 6px;
  background-color: #222;
  border-radius: 4px;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  ul.Banner_items li .Fav dl {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

ul.Banner_items li .Fav dl dt {
  display: inline-block;
  color: #fff;
}

ul.Banner_items li .Fav dl dd {
  display: inline-block;
  padding: 4px 6px;
  color: #888888;
  background-color: #fff;
  border-radius: 3px;
}

ul.Banner_items + .count,
#_banner_list p.count {
  margin: 46px auto 13px;
  font-size: 15px;
  color: #757575;
  text-align: center;
}

#_banner_list .nodata p {
  font-size: 123.08%;
  line-height: 1.69;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #_banner_list .nodata p {
    font-size: 15px;
    font-size: 4vw;
  }
}

@media only screen and (max-width: 767px) {
  .EntryWork .SortList ul {
    display: block;
    margin: 0 auto 10px;
    max-width: initial;
  }
  .EntryWork .SortList ul li {
    font-size: 100%;
    margin-bottom: 4.5333333333vw;
    width: 26.6666666667vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-left: 2.6666666667vw;
    border-bottom: 1px;
  }
  .EntryWork .SortList ul li a {
    line-height: 8vw;
  }
  ul.Banner_items + .count, #_banner_list p.count {
    margin: 7.4666666667vw auto 3.4666666667vw;
  }
  .silkhc_mine .nodata {
    margin-bottom: 200px;
  }
}
/*==============================================
/*
/*SNS投稿確認
/*
=============================================*/
.post_page {
  background-color: #A2D3E1;
  padding: 50px 0 100px;
}

.post_page .head {
  width: 100%;
  padding: 50px 0 38px;
}

.post_page .head p.title {
  position: relative;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .post_page .head p.title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.post_page .head p.title::after {
  background: #222;
  content: "";
  display: block;
  width: 254px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .post_page .head p.title::after {
    width: 45.8666666667vw;
    height: 1px;
  }
}

.post_page .post_sample {
  background-color: #fff;
  padding-bottom: 70px;
  border-radius: 6px;
  text-align: center;
}

.post_page ul.Banner_items {
  justify-content: center;
}

.post_page ul.Banner_items li {
  margin-bottom: 24px;
}

/*==============================================
/*
/*フォーム
/*
=============================================*/
.oubo-form {
  background-color: #A2D3E1;
  padding: 20px;
  font-weight: 300;
  color: #222;
}
@media screen and (max-width: 767px) {
  .oubo-form {
    padding: 10px;
  }
}
.oubo-form ::-moz-placeholder {
  color: #999;
  font-weight: 300;
}
.oubo-form ::placeholder {
  color: #999;
  font-weight: 300;
}

.oubo-form .head {
  padding: 50px 0 38px;
}
@media screen and (max-width: 767px) {
  .oubo-form .head {
    padding: 10px 0 9.0666666667vw;
  }
}

.oubo-form .head p.title {
  position: relative;
  color: #222;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .oubo-form .head p.title {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.oubo-form .head p.title::after {
  background: #222;
  content: "";
  display: block;
  width: 330px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .oubo-form .head p.title::after {
    width: 59.7333333333vw;
    height: 1px;
  }
}

.oubo-form .form_pop_Inner {
  padding: 30px 0 40px;
  background-color: #fff;
  border-radius: 6px;
}
.oubo-form .form_pop_Inner div[class^=section] {
  width: 440px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .oubo-form .form_pop_Inner div[class^=section] {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.ContentsBanner .btn_flag .noactive_block div {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.ContentsBanner .btn_flag .noactive_block div img {
  margin: 0 auto;
  width: 387px;
}
@media screen and (max-width: 767px) {
  .ContentsBanner .btn_flag .noactive_block div img {
    width: 73.6vw;
  }
}

.ContentsBanner .btn_flag .noactive_block p {
  color: red;
  text-align: center;
  margin: 10px auto 0px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ContentsBanner .btn_flag .noactive_block p {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

.ContentsBanner .btn_flag.active .noactive_block {
  display: none;
}

.ContentsBanner .btn_flag.noactive .noactive_block {
  display: block;
}

.ContentsBanner .btn_flag.noactive button {
  display: none;
}

.ContentsBanner .btn_flag.active button {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ContentsBanner .btn_flag.active button {
    margin: 0 auto;
    background: transparent;
    width: 76vw;
  }
}
.ContentsBanner .btn_flag.active button img {
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .ContentsBanner .btn_flag.active button img {
    margin-right: -2.6666666667vw;
  }
}

.btn_flag.noactive .submit {
  display: none;
}
.btn_flag.noactive .main_btn_inner.submit::before {
  content: none;
}

.btn_flag.active .main_btn_inner.submit::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .btn_flag.active .main_btn_inner.submit::before {
    content: none;
  }
}

.ContentsBanner .form_info p {
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ContentsBanner .form_info p {
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.9;
  }
}
.ContentsBanner .form_info p a {
  color: #222;
  border-bottom: 1px solid #222;
}

.ContentsBanner .form_info p.title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ContentsBanner .form_info p.title {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

.form_info_box {
  width: 100%;
  padding: 20px 7px 20px 20px;
  box-sizing: border-box;
  background: #F0F0F0;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .form_info_box {
    padding: 15px 7px 15px 15px;
  }
}

.form_info_inner {
  position: relative;
  max-height: 235px;
  overflow: auto;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .form_info_inner {
    max-height: 60vw;
  }
}

/* スクロールバー全体 */
.form_info_inner::-webkit-scrollbar {
  width: 5px; /* 縦スクロールバーの幅 */
  height: 8px; /* 横スクロールバーの高さ */
}

/* スクロールバーのトラック部分（背景） */
/* スクロールバーのつまみ部分 */
.form_info_inner::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 3px;
}

.cboxIframe {
  background: #A2D3E1;
}

#cboxClose {
  bottom: auto;
  width: 29px;
  height: 29px;
  top: -12px;
  right: -5px;
}

.oubo-form div[class^=section] > p {
  margin-bottom: 20px;
  font-size: 18px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .oubo-form div[class^=section] > p {
    margin-bottom: 2.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

.oubo-form div[class^=section] p.sub {
  font-weight: normal;
  margin-bottom: 10px;
}

.oubo-form input[type=radio] {
  display: none;
}

.oubo-form .section1 {
  padding: 0 4px;
}

.oubo-form .section1 .TextArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .oubo-form .section1 .TextArea {
    margin-bottom: 5.3333333333vw;
  }
}

.oubo-form .section1 .TextArea ul li {
  position: relative;
}

.oubo-form .section1 .TextArea textarea {
  width: 100%;
  height: 150px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  border: solid 1px #707070;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .oubo-form .section1 .TextArea textarea {
    padding: 2.6666666667vw;
    height: 34.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}

.oubo-form .section1 .TextArea p {
  margin-top: 10px;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .oubo-form .section1 .TextArea p {
    margin-top: 5px;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}

.oubo-form .section1 .TextArea p.alert {
  position: absolute;
  color: #fff;
  background-color: #ed008d;
  left: 10px;
  top: -19px;
  margin: auto;
  text-align: center;
  padding: 2px 6px;
  border-radius: 6px;
}

.oubo-form .section1 .TextArea p.alert:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ed008e transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
}

.form_check {
  margin: 27px auto 26px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_check {
    margin: 24px auto 22px;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.form_check input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form_check input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #BFBFBF;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .form_check input[type=checkbox] {
    vertical-align: -3px;
  }
}
.form_check input[type=checkbox]:checked {
  border: none;
  background: #222;
}
.form_check input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 6px;
  transform: rotate(50deg);
  width: 4px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

/*======================================
優秀作品発表
======================================*/
@media screen and (max-width: 767px) {
  .silkhc_award .fv {
    height: 105.6vw;
  }
}
@media screen and (max-width: 767px) {
  .silkhc_award .fv .fv_title {
    margin-top: 0;
  }
}
.silkhc_award .fv .fv_img01 {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .silkhc_award .fv .fv_img01 {
    left: -10px;
  }
}
.silkhc_award .fv .fv_img02 {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .silkhc_award .fv .fv_img02 {
    right: -10px;
  }
}
.silkhc_award .fv .fv_btn {
  display: block;
  width: min(21.875vw, 420px);
  margin-top: min(-4.5833333333vw, -8px);
  z-index: 1;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
  animation-name: anime1;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .silkhc_award .fv .fv_btn {
    width: 33.0666666667vw;
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.2));
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 0;
    bottom: 32%;
  }
}
.silkhc_award .fv a.fv_btn:hover {
  animation-play-state: paused;
}
@media screen and (max-width: 767px) {
  .silkhc_award .intro {
    padding-bottom: 6.1333333333vw;
  }
}
.silkhc_award .intro a.HeaderBtn {
  animation: none;
}
@media screen and (max-width: 767px) {
  .silkhc_award .intro .fv_catch {
    top: -11%;
  }
}
.silkhc_award .intro .period {
  padding: min(3.3333333333vw, 40px) 0 min(3.3333333333vw, 40px);
  background: url("../img/period_bg02_pc.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .silkhc_award .intro .period {
    background: url("../img/period_bg02_sp.png") no-repeat;
    background-size: contain;
    background-position: center;
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
.silkhc_award .EntryWork {
  padding-top: 83px;
  background: url("../img/entrywork_bg03_pc.png") no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .silkhc_award .EntryWork {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .silkhc_award .EntryWork {
    background: url("../img/entrywork_bg02_sp.png") no-repeat;
    background-size: cover;
    background-position: top;
  }
}

@media (min-width: 768px) {
  .hougan_pc {
    background: url("../img/hougan_pc.png");
  }
}
.award {
  position: relative;
  z-index: 1;
  background: url("../img/award_bg_pc.png") no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 250px 0 100px;
}
@media screen and (max-width: 767px) {
  .award {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .award {
    background: url("../img/award_bg_sp.png") no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #FFD452;
    padding: 15.4666666667vw 0 50px;
  }
}
.award::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(12.5vw, 150px) 50vw 0 50vw;
  border-color: #FFD452 transparent transparent transparent;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .award::after {
    content: none;
  }
}
.award_title {
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .award_title {
    margin: 0 auto 8.5333333333vw;
  }
}
.award_title img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .award_title img {
    width: 86.1333333333vw;
  }
}
.award_list {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .award_list {
    gap: 5.3333333333vw 0;
  }
}
.award_list::before {
  background: #F0F0F0;
  content: "";
  display: block;
  width: 1066px;
  height: 486px;
  border-radius: 244px;
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  z-index: -1;
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .award_list::before {
    width: 89.3333333333vw;
    height: 359.4666666667vw;
    border-radius: 30.6666666667vw;
    top: -1%;
  }
}
.award_list.fade {
  opacity: 1;
}
.award_list.fadein::before {
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.award_list > li {
  position: relative;
  width: 330px;
}
.award_list > li.parker img {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .award_list > li.parker img {
    padding: 0 5.3333333333vw;
  }
}
.award_list > li.magcup img {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .award_list > li {
    width: 77.3333333333vw;
  }
  .award_list > li.fade {
    opacity: 1;
  }
  .award_list > li.fadein::before {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
.award_list .UserInfo {
  padding: 7px 0;
  height: auto;
  text-align: center;
  background: transparent;
}
.award_list .award_item {
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .award_list .award_item {
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.2));
  }
}
.award .award_list:last-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .award .award_list:last-of-type {
    margin-top: 0;
  }
}
.award_text {
  max-width: min(88.8333333333vw, 1066px);
  margin: 0 auto 67px;
  font-size: min(2.1666666667vw, 26px);
  line-height: 1.92;
}
@media screen and (max-width: 767px) {
  .award_text {
    margin: 0 5.3333333333vw 13.3333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.62;
  }
}
.award_text span {
  font-weight: bold;
  font-size: min(2.5vw, 30px);
}
@media screen and (max-width: 767px) {
  .award_text span {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.award_text p {
  margin-top: 20px;
  line-height: 1.92;
}
@media screen and (max-width: 767px) {
  .award_text p {
    line-height: 1.62;
  }
}
.award_notice {
  max-width: min(88.8333333333vw, 1066px);
  margin: 72px auto 265px;
  font-size: min(1.5vw, 18px);
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .award_notice {
    margin: 14.1333333333vw 5.3333333333vw 51.4666666667vw;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.9;
  }
}
.award .award_slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 367px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .award .award_slider {
    width: 77.3333333333vw;
    height: 93.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .award .award_slider {
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.2));
  }
}
.award .award_slider::before {
  background: url("../img//award/award_waku_pc.png") no-repeat;
  content: "";
  display: block;
  width: 330px;
  height: 367px;
  position: absolute;
  background-size: contain;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .award .award_slider::before {
    background: url("../img//award/award_waku_sp.png") no-repeat;
    background-size: contain;
    width: 77.3333333333vw;
    height: 93.8666666667vw;
  }
}
.award .award_slider img {
  padding: 0 20px;
  width: 330px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .award .award_slider img {
    padding: 0 5.3333333333vw;
    width: 77.3333333333vw;
    box-sizing: border-box;
  }
}
.award .product_name {
  margin-top: 10px;
  font-weight: bold;
  font-size: min(2vw, 23px);
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .award .product_name {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.award .product_name span {
  display: block;
  margin-top: 7px;
  font-size: min(1.3333333333vw, 16px);
}
@media screen and (max-width: 767px) {
  .award .product_name span {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 1.45;
  }
}
.award_head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .award_head {
    margin-bottom: 8vw;
  }
}
.award_head.head02 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .award_head.head02 {
    margin-top: 17.3333333333vw;
  }
}
.award_head img {
  display: block;
  margin: 0 auto;
  height: min(4.1666666667vw, 50px);
}
@media screen and (max-width: 767px) {
  .award_head img {
    height: 17.3333333333vw;
  }
}

@media (max-width: 1060px) and (min-width: 768px) {
  .award_list::before {
    width: 486px;
    top: 22%;
    left: 50%;
    border-radius: 50%;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 7.2vw;
  }
}

.slick-dots li {
  margin: 0;
}

ots li button {
  width: 6px;
  height: 6px;
}

.slick-dots li button:before {
  color: #D0D0D0;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  top: 1px;
  color: #FFD452;
  font-size: 8px;
}

.slick-prev, .slick-next {
  color: #333; /* 矢印の色 */
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  content: "";
  border-top: 2px solid #D0D0D0;
  border-left: 2px solid #D0D0D0;
  width: 13px;
  height: 13px;
  top: 17px;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .slick-prev:before, .slick-next:before {
    top: 3.2vw;
  }
}

.slick-prev:before {
  transform: rotate(-45deg);
  left: 45px;
}
@media screen and (max-width: 767px) {
  .slick-prev:before {
    left: 12vw;
  }
}

.slick-next:before {
  transform: rotate(135deg);
  right: 45px;
}
@media screen and (max-width: 767px) {
  .slick-next:before {
    right: 13.3333333333vw;
  }
}

/*×ボタン*/
#cboxWrapper #cboxClose {
  text-indent: -9999px !important;
  position: absolute;
  top: -20px;
  right: -5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 3px solid #b5b29f;
  background: #fff;
  border-radius: 50%;
}

#cboxWrapper #cboxClose::before,
#cboxWrapper #cboxClose::after {
  content: "";
  height: 3px;
  width: 24px;
  display: block;
  background: #b5b29f;
  position: absolute;
  top: 15px;
  left: 5px;
}

#cboxWrapper #cboxClose img {
  display: none;
}

#colorbox {
  overflow: inherit !important;
}

.cboxIframe {
  overflow: auto !important;
}

#cboxWrapper #cboxClose::before {
  transform: rotate(-45deg);
}

#cboxWrapper #cboxClose::after {
  transform: rotate(45deg);
}

/*======================================
アニメーション
======================================*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 1;
}

.fv_title {
  animation-name: boundanime;
  animation-duration: 1.4s;
  animation-delay: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.fv_subtitle01,
.fv_subtitle02 {
  animation-name: fv_opacity;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.fv_img01 {
  animation: fv_left 0.5s ease 0.1s 1 normal backwards;
}

.fv_img02 {
  animation: fv_right 0.5s ease 0.2s 1 normal backwards;
}

.list_kazari01.fade,
.list_kazari02.fade {
  transform: translateY(0px);
}

.list_kazari01.fadein,
.list_kazari02.fadein {
  animation-name: verticalbottomanime;
  animation-duration: 1.4s;
  animation-fill-mode: both;
  transition: all 500ms;
}

.list_title_img.fadein,
.notes_title.fadein,
.award_title.fadein {
  animation-name: boundanime;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.fukidashi01.fadein,
.fukidashi02.fadein,
.fukidashi03.fadein {
  animation-name: boundanime;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.fukidashi01.fadein {
  transition-delay: 0.3s;
}

.fukidashi03.fadein {
  transition-delay: 0.6s;
}

@keyframes boundanime {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1.3);
  }
  40% {
    transform: scale(0.95);
  }
  60% {
    transform: scale(1);
  }
}
@keyframes verticalbottomanime {
  0% {
    transform: translate(0px, 150%);
  }
  30% {
    transform: translate(0px, 0px);
  }
  37% {
    transform: translate(0px, 5%);
  }
  43% {
    transform: translate(0px, 0px);
  }
  53% {
    transform: translate(0px, 3%);
  }
  68% {
    transform: translate(0px, 0%);
  }
  100% {
    transform: translate(0px, 0%);
  }
}
@keyframes fv_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fv_right {
  0% {
    opacity: 1;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fv_left {
  0% {
    opacity: 1;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */