@charset "UTF-8";
/*
[ファイル概要]
*/
/*
$FONT_FAMILY: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ Ｐ明朝','MS PMincho',serif !default;
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

/*
@mixin tab {
  @media (min-width: $widthTab) and (max-width: ($widthPC)) {
    @content;
  }
}
*/
.u-d-none-sp {
  display: none !important;
}

@media (min-width: 768px) {
  .u-d-none-sp {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .u-d-none-pc {
    display: none !important;
  }
}

.Header {
  width: 100%;
  height: 60px;
  background-color: #FF2476;
  position: fixed;
  top: 0;
  z-index: 11;
}

@media (min-width: 1000px) {
  .Header {
    height: auto;
    background-color: transparent;
    padding: 18px 0 0;
  }
}

@media (min-width: 1000px) {
  .Header::before {
    content: '';
    width: 100%;
    height: 60px;
    background-color: #FF2476;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 85px;
  }
}

.Header_inner {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1000px) {
  .Header_inner {
    margin: auto;
    padding: 0 20px;
    align-items: flex-start;
  }
}

.Header_block {
  display: flex;
  align-items: center;
  padding: 4px 0 0 10px;
}

@media (min-width: 1000px) {
  .Header_block {
    padding: 4px 0 0;
  }
}

.Header_logo {
  width: 77px;
}

@media (min-width: 1000px) {
  .Header_logo {
    width: 203px;
  }
}

@media (min-width: 1000px) and (max-width: 1369px) {
  .Header_logo {
    width: 180px;
  }
}

.Header_logo img {
  width: 100%;
}

.Header_text {
  font-family: 'Comfortaa', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: 0 0 0 8px;
  flex: 1;
}

@media (min-width: 1000px) {
  .Header_text {
    display: none;
  }
}

.Header_list {
  display: none;
  height: 100vh;
}

@media (min-width: 1000px) {
  .Header_list {
    height: auto;
    border: 2px solid #FF2476;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    margin: 6px 0 0;
    width: calc(100% - 220px);
    position: relative;
  }
}

@media (min-width: 1000px) and (max-width: 1369px) {
  .Header_list {
    width: 100%;
  }
}

.Header_list-inner {
  height: 100%;
  overflow: scroll;
}

@media (min-width: 1000px) {
  .Header_list-inner {
    overflow: visible;
  }
}

@media (min-width: 1000px) {
  .Header_list-content {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}

.active .Header_list {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9;
  padding: 85px 20px 40px;
  box-sizing: border-box;
}

.Header_item {
  position: relative;
}

@media (min-width: 1000px) {
  .Header_item {
    display: table-cell;
    padding: 15px 0;
    position: static;
  }
}

@media (min-width: 1000px) {
  .Header_item:last-of-type .Header_item-link {
    border: none;
  }
}

.Header_item-hidden .Header_item-link {
  color: #ccc;
}

@media (min-width: 1000px) {
  .Header_item-hidden .Header_item-link:hover {
    cursor: default;
  }
  .Header_item-hidden .Header_item-link:hover .Header_item-eng {
    letter-spacing: 0.1em;
  }
  .Header_item-hidden .Header_item-link:hover .Header_item-jap {
    letter-spacing: 0.02em;
  }
}

.Header_item-link {
  width: calc(100% - 50px);
  color: #FF2476;
  padding: 16px 17px 16px 6px;
  display: block;
  position: relative;
}

@media (min-width: 1000px) {
  .Header_item-link {
    width: auto;
    padding: 0;
    height: 68px;
    border-right: 2px solid #E9E9E9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.Header_item-link:hover {
  opacity: 1;
}

.Header_item-eng {
  font-family: 'Fredoka One', cursive;
  letter-spacing: 0.18em;
  transition: .3s;
  font-size: 2.0rem;
}

@media (min-width: 1000px) {
  .Header_item-eng {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 1000px) and (max-width: 1369px) {
  .Header_item-eng {
    font-size: 1.0rem;
  }
}

.Header_item-jap {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  transition: .3s;
  margin: 10px 0 0;
}

@media (min-width: 1000px) {
  .Header_item-jap {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
}

@media (min-width: 1000px) and (max-width: 1369px) {
  .Header_item-jap {
    font-size: 1.2rem;
  }
}

@media (min-width: 1000px) {
  .Header_item-link:hover .Header_item-eng {
    letter-spacing: 0.2em;
  }
  .Header_item-link:hover .Header_item-jap {
    letter-spacing: 0.2em;
  }
}

.Header_under-item {
  display: none;
  margin: 0 0 15px;
}

@media (min-width: 1000px) {
  .Header_under-item {
    display: none;
  }
}

.Header_under-item a {
  color: #FF2476;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 20px 20px 20px 25px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Header_under-item a:hover {
  background-color: rgba(255, 36, 118, 0.05);
  opacity: 1;
}

.Header_under-item::before {
  width: 100%;
  height: 2px;
  content: '';
  width: 100%;
  display: block;
  background-color: #FF2476;
  border-radius: 2px;
}

.Header_item-btn {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 17px;
  top: 30px;
  margin: auto;
}

@media (min-width: 1000px) {
  .Header_item-btn {
    display: none;
  }
}

.Header_item-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.Header_item-btn-inner::before, .Header_item-btn-inner::after {
  content: '';
  display: block;
  border-radius: 2px;
  background-color: #FF2476;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Header_item-btn-inner::before {
  width: 100%;
  height: 2px;
}

.Header_item-btn-inner::after {
  width: 2px;
  height: 100%;
}

@media (min-width: 1000px) {
  .Header_under-item-open {
    width: calc(100% + 4px);
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    background-color: #FF2476;
    margin: 0;
    top: 83px;
    border-radius: 0 0 20px 20px;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.4);
    left: -2px;
    z-index: -2;
  }
}

@media (min-width: 1000px) {
  .Header_under-item-open .Header_under-item-inner {
    padding: 30px 30px 20px;
  }
}

@media (min-width: 1370px) {
  .Header_under-item-open .Header_undermenu-link {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 10px 20px;
  }
}

@media (min-width: 1000px) and (max-width: 1369px) {
  .Header_under-item-open .Header_undermenu-link {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 10px 20px;
  }
}

@media (min-width: 1000px) {
  .Header_under-item-open .Header_undermenu-title {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    margin: 20px 0 10px;
    padding: 12px 0;
    background-color: #fff;
    color: #FF2476;
  }
}

@media (min-width: 1000px) {
  .Header_under-item-open .Header_item-arrow {
    display: none;
  }
}

@media (min-width: 1000px) {
  .Header_under-item-open .Header_listB {
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .Header_under-item-open::before {
    display: none;
  }
}

.Header_undermenu-link-hidden {
  color: #ccc !important;
}

@media (min-width: 1000px) {
  .Header_undermenu-link-hidden {
    position: relative;
    color: #fff !important;
    opacity: 0.7;
  }
}

.Header_undermenu-link-hidden .Header_item-arrow {
  display: none;
}

.Header_item-arrow {
  width: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.Header_item-arrow::before,
.Header_item-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.Header_item-arrow::before {
  width: 5px;
  height: 5px;
  border-top: 2px solid #FF2476;
  border-right: 2px solid #FF2476;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}

.Header_listB {
  padding: 0 0 0 25px;
}

.Header_listB a {
  padding: 20px 20px 20px 10px;
}

.Header_undermenu-title {
  color: #FF2476;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0 0 12px;
  margin: 25px 0 0;
}

.Header_undermenu-title::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #FF2476;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Header_item-btn.active .Header_item-btn-inner::after {
  display: none;
}

@media (min-width: 1000px) {
  .Header_listA {
    display: flex;
    flex-wrap: wrap;
  }
}

.Header_undermenu-item {
  transition: 0.2s linear;
}

.Header_undermenu-item:hover {
  opacity: 0.7;
}





/* --------------------
  ハンバーガー
--------------------- */
.Header_icon {
  width: 60px;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  transition: all .4s;
}

@media (min-width: 1000px) {
  .Header_icon {
    display: none;
  }
}

.Header_icon-trigger,
.Header_icon-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.Header_icon-trigger {
  position: relative;
  width: 30px;
  height: 24px;
}

.Header_icon-trigger:hover {
  opacity: 1;
}

.Header_icon-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FF2476;
  border-radius: 2px;
}

.Header_icon-trigger span:nth-of-type(1) {
  top: 0;
}

.Header_icon-trigger span:nth-of-type(2) {
  width: 23px;
  top: 10px;
}

.Header_icon-trigger span:nth-of-type(3) {
  bottom: 0;
}

.active .Header_icon {
  background-color: #FF2476;
}

.active .Header_icon-trigger span {
  background-color: #fff;
}

.active .Header_icon-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.active .Header_icon-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .Header_icon-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.active .Header_icon-trigger:hover {
  opacity: 1;
}

.Footer {
  height: 60px;
  background-color: #FF2476;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Fredoka One', cursive;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height:2;
}


@media (min-width: 768px) {
  .Footer {
    height: 80px;
  }
}

.FooterUnder {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .FooterUnder {
    margin: 80px 0 0;
  }
}

.Footer_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .Footer_btn {
    right: 10px;
    bottom: 10px;
  }
}

.Footer_btn-link {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FF2476;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media (max-width: 767px) {
  .Footer_btn-link {
    width: 60px;
    height: 60px;
  }
}

.Footer_arrow {
  position: relative;
  text-align: center;
}

.Footer_arrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0 5px 5px;
}


@media (max-width: 767px) {
  .Footer_arrow::before {
    width: 12px;
    height: 12px;
    margin: 0 0 2px 7px;
  }
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  font-size: 62.5%;
}

@media (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #000;
  letter-spacing: 0.1em;
  background-color: #fff;
}

a {
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
  color: #000;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

.PageContainer {
  position: relative;
  background-image: url(/files/39/admin/agf2021/images/AGFHP_haikei20%25.png);
  background-size: 100px 200px;
  overflow: hidden;
}

@media (max-width: 767px ) {
  .slick-slide img {
    margin-right: auto;
    margin-left: auto;
  }
}

.Pr {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  padding: 5px;
  -webkit-animation-name: prSlide;
          animation-name: prSlide;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .Pr {
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    position: static;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .Pr {
    padding: 0 40px;
  }
}

.Pr_title {
  display: none;
}

@media (min-width: 768px) {
  .Pr_title {
    font-family: 'Fredoka One', cursive;
    height: 40px;
    background-color: #FF2476;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin: 15px 0 10px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .Pr_list {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .Pr_item {
    width: calc((100% - 10px)/2);
  }
}

.Pr_item:first-of-type {
  margin: 0 0 10px;
  display: none;
}

@media (min-width: 768px) {
  .Pr_item:first-of-type {
    margin: 0;
    display: block;
  }
}

.Pr_item img {
  width: 100%;
}

.Pr_item-link {
  display: block;
}

@-webkit-keyframes prSlide {
  0% {
    bottom: -15%;
    opacity: 1;
    visibility: visible;
  }
  100% {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes prSlide {
  0% {
    bottom: -15%;
    opacity: 1;
    visibility: visible;
  }
  100% {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}

.Banner_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Banner_item {
  width: calc((100% - 5px)/2);
  font-size: 0;
}

@media (min-width: 768px) {
  .Banner_item {
    width: calc((100% - 10px)/2);
  }
}

.Banner_item img {
  width: 100%;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .Banner_item img {
    border-radius: 10px;
  }
}

.Banner_item-link {
  display: block;
}

.Banner_item {
  margin: 2.5px 0;
}

@media (min-width: 768px) {
  .Banner_item {
    margin: 5px 0;
  }
}

.Side {
  display: none;
}

@media (min-width: 1000px) {
  .Side {
    width: 250px;
    border: 2px solid #FF2476;
    border-radius: 10px;
    padding: 0 0 60px;
    display: block;
    position: fixed;
  }
}

.SideTop {
  width: calc((320 / 1200) * 100%);
}

.Side_title {
  border-bottom: 2px solid #FF2476;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FF2476;
  padding: 20px 15px;
}

.Side_title:hover {
  opacity: 1;
  background-color: rgba(255, 36, 118, 0.05);
}

.Side_text-eng {
  font-family: 'Fredoka One', cursive;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  word-break: break-all;
}

.Side_text-jap {
  font-size: 1.4rem;
  letter-spacing: 0.11em;
  margin: 10px 0 0;
}

.Side_arrow {
  width: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.Side_arrow::before,
.Side_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.Side_arrow::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #FF2476;
  border-right: 2px solid #FF2476;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}

.Side_item-link {
  color: #FF2476;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px 16px 10px;
  line-height: 1.6;
}
.Side_item-link .Side_arrow {
  position: absolute;
  right: 12px;
}

.Side_item-link:hover {
  opacity: 1;
  background-color: rgba(255, 36, 118, 0.05);
}

.Side_item-title {
  color: #FF2476;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 5px;
  padding: 0 5px 12px;
  position: relative;
}

.Side_item-title::after {
  width: 100%;
  height: 2px;
  content: '';
  background-color: #FF2476;
  border-radius: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Side_listB {
  margin: 40px 0 0;
}

.Info {
  border: 2px solid #FF2476;
  border-radius: 10px;
  margin: 10px 5px;
  background-color: #fff;
}

@media (min-width: 1000px) {
  .Info {
    width: calc((320 / 1200) * 100%);
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .Info {
    margin: 10px 40px;
  }
}

.Info_title {
  height: 46px;
  background-color: #FF2476;
  color: #fff;
  font-family: 'Fredoka One', cursive;
  font-size: 2.0rem;
  letter-spacing: 0.18em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}

@media (min-width: 768px) {
  .Info_title {
    height: 55px;
    font-size: 1.8rem;
  }
}

.Info_inner {
  height: calc(100% - 55px);
  padding: 0 10px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .Info_inner {
    padding: 0 15px;
  }
}

.Info_item {
  padding: 20px 3px;
}

@media (min-width: 768px) {
  .Info_item {
    padding: 20px 10px;
  }
}

.Info_item:not(:last-of-type) {
  border-bottom: 2px solid #E2E2E2;
}

.Info_item-link {
  display: block;
}

.Info_top {
  display: flex;
  align-items: center;
}

.Info_label {
  min-width: 100px;
  min-height: 23px;
  border-radius: 11px;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
}

@media (min-width: 768px) {
  .Info_label {
    min-width: 90px;
    min-height: 20px;
    font-size: 1.2rem;
    border-radius: 10px;
  }
}

.Info_planning {
  background-color: #FF2476;
}

.Info_stage {
  background-color: #00AFCC;
}

.Info_ticket {
  background-color: #94c509;
}

.Info_about {
  background-color: #000;
}

.Info_exhibition {
  background-color:#ff9300;
}

.Info_map {
  background-color:#e81ddd;
}

.Info_web_pamphlet {
  background-color:#f4de15;
}

.Info_qa_cont {
  background-color: #FF4141;
  font-size: 1.2rem;
  text-align: center;
}

.Info_covid-19 {
  background-color:#583F99;
}

.Info_date {
  font-family: 'Comfortaa', cursive;
  color: #FF2476;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 3px 0 0 10px;
}

@media (min-width: 768px) {
  .Info_date {
    font-size: 1.0rem;
    margin: 0 0 0 10px;
  }
  .Info_qa_cont {
    font-size: 1.0rem;
  }
}

.Info_text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 12px 0 0;
}

@media (min-width: 768px) {
  .Info_text {
    font-size: 1.2rem;
    margin: 14px 0 0;
  }
}

@media (min-width: 1000px) {
  .Sns {
    width: calc((320 / 1200) * 100%);
  }
}

.Sns_inner {
  height: calc(100% - 10px);
  border: 2px solid #20A7FF;
  border-radius: 10px;
  margin: 5px 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .Sns_inner {
    padding: 0 15px 5px;
  }
}

iframe#twitter-widget-0 {
  width: 740px !important;
}

@media (min-width: 768px) {
  iframe#twitter-widget-0 {
    height: 100% !important;
  }
}

.PartsMv {
  margin: 0 0 20px;
  display: block;
}

@media (min-width: 768px) {
  .PartsMv {
    margin: 0 0 30px;
  }
}

.PartsBlock {
  background-color: #fff;
  margin: 0 5px;
  padding: 20px 15px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .PartsBlock {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .PartsBlock {
    padding: 0 40px;
  }
}

.PartsHeadline {
  background-color: #FF2476;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.4;
  padding: 8px 15px;
  border-radius: 15px 15px 0 0;
  margin: 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .PartsHeadline {
    font-size: 2.6rem;
    padding: 15px 24px;
    border-radius: 20px 20px 0 0;
    margin: 0 0 30px;
  }
}

.PartsHeading {
  background-color: #FFE8F1;
  font-weight: bold;
  color: #FF2476;
  line-height: 1.4;
  margin: 0 0 20px;
  font-size: 1.6rem;
  padding: 8px 15px;
}

@media (min-width: 768px) {
  .PartsHeading {
    margin: 0 0 30px;
    font-size: 1.8rem;
    padding: 15px 24px;
  }
}

.PartsSubheading {
  padding: 0 15px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FF2476;
  position: relative;
  overflow: hidden;
  line-height: 1.4;
  margin: 0 0 20px;
}
.PartsSubheadingSquare {
  padding: 0 15px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FF2476;
  position: relative;
  overflow: hidden;
  line-height: 1.4;
  margin: 0 0 20px;
}

.PartsSubheading a {
  color: #FF2476;
}

@media (min-width: 768px) {
  .PartsSubheading {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 24px;
  }
  .PartsSubheadingSquare {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 24px;
  }
}

.PartsSubheading::after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  background-color: #FF2476;
  position: absolute;
  left: -30px;
  top: 0;
  border-radius: 40px;
}

.PartsSubheadingSquare::after {
  content: '';
  display: block;
  width: 40px;
  height: 80%;
  background-color: #FF2476;
  position: absolute;
  left: -30px;
  top: 11%;
}

@media (min-width: 768px) {
  .PartsSubheading::after {
    width: 40px;
    left: -22px;
  }
  .PartsSubheadingSquare::after {
    width: 40px;
    left: -22px;
  }
}



.PartsBtnBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.PartsBtn {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  position: relative;
}

.PartsBtnLarge {
  width: 100%;
  font-size: 1.8rem;
  padding: 12px 24px;
  border-radius: 28px;
}

@media (min-width: 768px) {
  .PartsBtnLarge {
    max-width: 660px;
    padding: 12px 40px;
    margin: 0 auto;
  }
}

.PartsBtnMedium {
  width: calc((100% - 5px) /2);
  max-width: 435px;
  font-size: 1.6rem;
  padding: 12px 24px;
  border-radius: 28px;
}

@media (min-width: 768px) {
  .PartsBtnMedium {
    width: calc((100% - 10px) /2);
    font-size: 1.8rem;
    padding: 12px 40px;
  }
}

.PartsBtnSmall {
  width: calc((100% - 5px) / 2);
  max-width: 100%;
  font-size: 1.6rem;
  border-radius: 28px;
  padding: 8px 24px;
  margin: 2.5px 0;
}

@media (min-width: 768px) {
  .PartsBtnSmall {
    width: calc((100% - 30px) / 4);
    max-width: 212px;
    padding: 12px 40px;
    font-size: 1.4rem;
    margin: 0;
  }
}

.PartsBtnPink {
  background-color: #FF2476;
  border: 2px solid #FF2476;
}

.PartsBtnPink:hover {
  opacity: 1;
  color: #FF2476;
  background-color: #fff;
}

.arrow{
  position: relative;
}

.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrowRight::before{
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowDown::before{
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.PartsBtnPink:hover.arrowRight::before,
.PartsBtnPink:hover.arrowDown::before {
  border-top: 2px solid #FF2476;
  border-right: 2px solid #FF2476;
}
/* .PartsBtnPink:hover .PartsBtnArrow::before {
  border-top: 2px solid #FF2476;
  border-right: 2px solid #FF2476;
} */

.PartsBtnYellow {
  background-color: #FCC800;
  border: 2px solid #FCC800;
}

.PartsBtnYellow:hover {
  opacity: 1;
  color: #FCC800;
  background-color: #fff;
}
.PartsBtnYellow:hover.arrowRight::before,
.PartsBtnYellow:hover.arrowDown::before {
  border-top: 2px solid #FCC800;
  border-right: 2px solid #FCC800;
}

.PartsBtnGreen {
  background-color: #BAD11C;
  border: 2px solid #BAD11C;
}

.PartsBtnGreen:hover {
  opacity: 1;
  color: #BAD11C;
  background-color: #fff;
}
.PartsBtnGreen:hover.arrowRight::before,
.PartsBtnGreen:hover.arrowDown::before {
  border-top: 2px solid #BAD11C;
  border-right: 2px solid #BAD11C;
}

.PartsBtnDarkGreen {
  background-color: #30B370;
  border: 2px solid #30B370;
}

.PartsBtnDarkGreen:hover {
  opacity: 1;
  color: #30B370;
  background-color: #fff;
}
.PartsBtnDarkGreen:hover.arrowRight::before,
.PartsBtnDarkGreen:hover.arrowDown::before {
  border-top: 2px solid #30B370;
  border-right: 2px solid #30B370;
}

.PartsBtnWhite {
  background-color: #B7B6B9;
  border: 2px solid #B7B6B9;
}

.PartsBtnWhite:hover {
  opacity: 1;
  color: #B7B6B9;
  background-color: #fff;
}
.PartsBtnWhite:hover.arrowRight::before,
.PartsBtnWhite:hover.arrowDown::before {
  border-top: 2px solid #B7B6B9;
  border-right: 2px solid #B7B6B9;
}
/* .PartsBtnYellow:hover .PartsBtnArrow::before {
  border-top: 2px solid #FCC800;
  border-right: 2px solid #FCC800;
} */

.PartsBtnBlue {
  background-color: #00AECB;
  border: 2px solid #00AECB;
}

.PartsBtnBlue:hover {
  opacity: 1;
  color: #00AECB;
  background-color: #fff;
}
.PartsBtnBlue:hover.arrowRight::before,
.PartsBtnBlue:hover.arrowDown::before {
  border-top: 2px solid #00AECB;
  border-right: 2px solid #00AECB;
}
/* .PartsBtnBlue:hover .PartsBtnArrow::before {
  border-top: 2px solid #00AECB;
  border-right: 2px solid #00AECB;
} */

.PartsBtnPurple {
  background-color: #915DA3;
  border: 2px solid #915DA3;
}

.PartsBtnPurple:hover {
  opacity: 1;
  color: #915DA3;
  background-color: #fff;
}
.PartsBtnPurple:hover.arrowRight::before,
.PartsBtnPurple:hover.arrowDown::before {
  border-top: 2px solid #915DA3;
  border-right: 2px solid #915DA3;
}
/* .PartsBtnPurple:hover .PartsBtnArrow::before {
  border-top: 2px solid #915DA3;
  border-right: 2px solid #915DA3;
} */

/* .PartsBtnArrowWrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  right: 10px;
  display: flex;
  align-items: center;
} */

/* @media (min-width: 768px) {
  .PartsBtnArrowWrap {
    right: 20px;
  }
} */

/* .PartsBtnArrow {
  width: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
} */

/* .PartsBtnArrow::before,
.PartsBtnArrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition-property: all;
  transition: 0.2s linear;
} */

/* .PartsBtnArrow::before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
} */

/* .PartsBtnPage.arrowRight {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
} */

.PartsTileA {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.PartsTileA_item {
  width: calc((100% - 10px)/2);
  margin: 5px 0;
}

@media (min-width: 768px) {
  .PartsTileA_item {
    width: calc((100% - 40px)/3);
    margin: 10px 0;
  }
}

@media (min-width: 768px) {
  .PartsTileB {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.PartsTileB img {
  width: 100%;
}

.PartsTileB_pic {
  display: block;
}

.PartsTileB_item:not(:last-of-type) {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .PartsTileB_item:not(:last-of-type) {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .PartsTileB_item-small {
    width: calc((280 / 880)*100%);
  }
}

@media (min-width: 768px) {
  .PartsTileB_item-large {
    width: calc((580 / 880)*100%);
  }
}

.PartsTileB_text {
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  margin: 6px 0 0;
}

@media (min-width: 768px) {
  .PartsTileB_text {
    font-size: 1.4rem;
    margin: 18px 0 0;
  }
}

@media (min-width: 768px) {
  .PartsTileC {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .PartsTileC_item {
    width: calc((100% - 40px)/3);
  }
}

.PartsTileC_item .PartsSubheading {
  margin: 0 0 10px;
}

.PartsTileC_item:not(:last-of-type) {
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  .PartsTileC_item:not(:last-of-type) {
    margin: 0;
  }
}

.PartsTileC_item-main {
  background-color: #FFF3F8;
  border-radius: 0 0 10px 10px;
  display: block;
}

@media (min-width: 768px) {
  .PartsTileC_item-main {
    border-radius: 0 0 20px 20px;
  }
}

.PartsTileC_item-main img {
  width: 100%;
}

.PartsTileC_item-text {
  padding: 14px;
  display: block;
}

@media (min-width: 768px) {
  .PartsTileC_item-text {
    padding: 18px;
  }
}

.PartsTileC_item-title {
  display: block;
  color: #FF2476;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.2rem;
  margin: 0 0 6px;
}

@media (min-width: 768px) {
  .PartsTileC_item-title {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}

.PartsTileC_item-comment {
  font-size: 1.2rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .PartsTileC_item-comment {
    font-size: 1.4rem;
  }
}

.PartsTileC_link-block {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
}

.PartsTileC_link {
  width: calc((100% - 10px) / 2);
  color: #FF2476;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  border: 1px solid #FF2476;
  border-radius: 13px;
  padding: 6px 0;
}

@media (min-width: 768px) {
  .PartsTileD {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .PartsTileD_item {
    width: calc((100% - 40px)/2);
    display: flex;
    justify-content: space-between;
  }
}

.PartsTileD_item:not(:last-of-type) {
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  .PartsTileD_item:not(:last-of-type) {
    margin: 0;
  }
}

.PartsTileD_item-pic {
  margin: 0 0 10px;
  display: block;
}

@media (min-width: 768px) {
  .PartsTileD_item-pic {
    width: 150px;
    margin: 0 16px 0 0;
  }
}

.PartsTileD_item-pic img {
  width: 100%;
}

.PartsTileD_item-text {
  flex: 1;
}

.PartsTileD_item-title {
  color: #FF2476;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin: 0 0 4px;
}

@media (min-width: 768px) {
  .PartsTileD_item-title {
    font-size: 1.6rem;
    margin: 0 0 12px;
  }
}

.PartsTileD_item-comment {
  display: block;
  font-size: 1.2rem;
  line-height: 1.7;
}

.PartsTileE {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.PartsTileE_item {
  width: calc((100% - 5px)/2);
  background-color: #FFF3F8;
  border-radius: 10px;
  padding: 18px 8px;
  text-align: center;
  margin: 2.5px 0;
}

@media (min-width: 768px) {
  .PartsTileE_item {
    width: calc((100% - 16px)/3);
    margin: 4px 0;
    padding: 30px 10px 18px;
  }
}

.PartsTileE_title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: relative;
  margin: 0 0 15px;
  z-index: 2;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .PartsTileE_title {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}

.PartsTileE_title::after {
  content: '';
  width: calc(100% + 5px);
  height: 6px;
  display: block;
  border-radius: 5px;
  background-color: #FF2476;
  position: absolute;
  bottom: 0;
  left: -3px;
  opacity: 0.2;
}

@media (min-width: 768px) {
  .PartsTileE_title::after {
    width: calc(100% + 10px);
    height: 10px;
    left: -6px;
    bottom: 1px;
  }
}

.PartsTileE_title span {
  position: relative;
  z-index: 11;
}

.PartsTileE_pic {
  padding: 0 10px;
  display: block;
}

@media (min-width: 768px) {
  .PartsTileE_pic {
    padding: 0 25px;
  }
}

.PartsTileE_text {
  font-size: 1.2rem;
  text-align: left;
  padding: 0 10px;
  line-height: 1.5;
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .PartsTileE_text {
    margin: 20px 0 0;
  }
}

.PartsTableA {
  width: 100%;
  border: 2px solid #FF2476;
  table-layout: fixed;
  word-break: break-word;
  word-wrap: break-word;
}

.PartsTableA thead th {
  background-color: #FF2476;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 5px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .PartsTableA thead th {
    padding: 10px 0;
  }
}

.PartsTableA tbody {
  background-color: #fff;
}

.PartsTableA tbody td {
  border: 1px solid #FF2476;
  vertical-align: middle;
  padding: 5px;
}

@media (min-width: 768px) {
  .PartsTableA tbody td {
    padding: 16px;
  }
}

.PartsTableA tbody td span {
  display: block;
}

.PartsTableB {
  width: 100%;
  border: 2px solid #FFA7C8;
  table-layout: fixed;
  word-break: break-word;
  word-wrap: break-word;
}

.PartsTableB thead th {
  background-color: #FFA7C8;
  color: #fff;
  border-right: 1px solid #fff;
  padding: 5px 0;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .PartsTableB thead th {
    padding: 10px 0;
  }
}

.PartsTableB tbody {
  background-color: #FFF3F8;
}

.PartsTableB tbody td {
  border: 1px solid #FFA7C8;
  vertical-align: middle;
  padding: 5px;
}

@media (min-width: 768px) {
  .PartsTableB tbody td {
    padding: 16px;
  }
}

.PartsTableB tbody td span {
  display: block;
}

.PartsTableC {
  font-size: 1.2rem;
  background-color: #FBFAFF;
  padding: 10px 15px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .PartsTableC {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

.PartsTableC dt {
  font-weight: bold;
}

.PartsTableD {
  font-size: 1.2rem;
  background-color: #E5F7FA;
  padding: 10px 15px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .PartsTableD {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

.PartsTableD dt {
  font-weight: bold;
}

.PartsTableE {
  font-size: 1.2rem;
  background-color: #FFF3F8;
  padding: 10px 15px;
  line-height: 1.7;
}


.PartsTableC dd span,
.PartsTableD dd span,
.PartsTableE dd span,
.PartsTableF dd span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}




@media (min-width: 768px) {
  .PartsTableE {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

.PartsTableE dt {
  font-weight: bold;
}

.PartsTableF {
  font-size: 1.2rem;
  background-color: #F3F7D2;
  padding: 10px 15px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .PartsTableF {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}

.PartsTableF dt {
  font-weight: bold;
}

.PartsLayoutA_item {
  border-bottom: 2px solid #D9D9D9;
  justify-content: space-between;
  padding: 0 0 15px;
}

@media (min-width: 768px) {
  .PartsLayoutA_item {
    padding: 0 0 35px;
    overflow: hidden;
  }
}

.PartsLayoutA_item:not(:first-of-type) {
  padding: 20px 0 15px;
}

@media (min-width: 768px) {
  .PartsLayoutA_item:not(:first-of-type) {
    padding: 20px 0 35px;
  }
}

.PartsLayoutA_item img {
  width: 100%;
}

.PartsLayoutA_item-pic-wide {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .PartsLayoutA_item-pic-wide {
    float: right;
    width: calc((560 / 880)*100%);
  }
}

.PartsLayoutA_item-pic-normal {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .PartsLayoutA_item-pic-normal {
    float: left;
    width: calc((280 / 880)*100%);
  }
}

.PartsLayoutA_item-block {
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .PartsLayoutA_item-block {
    width: calc((560 / 880)*100%);
    margin: 15px 0 0;
  }
}

.PartsLayoutA_item-text {
  font-size: 1.2rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .PartsLayoutA_item-text {
    font-size: 1.4rem;
    width: calc((560 / 880)*100%);
    float: right;
  }
}

.PartsLayoutB_item {
  padding: 15px 10px 20px;
}

@media (min-width: 768px) {
  .PartsLayoutB_item {
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
  }
}

.PartsLayoutB_item img {
  width: 100%;
}

.PartsLayoutB_item:nth-of-type(even) {
  background-color: #F0F0F0;
}

@media (min-width: 768px) {
  .PartsLayoutB_item-pic {
    width: calc((260 / 840)*100%);
  }
}

@media (min-width: 768px) {
  .PartsLayoutB_item-block {
    width: calc((540 / 840)*100%);
  }
}

.PartsLayoutB_item-block-title {
  color: #FF2476;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 6px 0 0;
  display: block;
}

@media (min-width: 768px) {
  .PartsLayoutB_item-block-title {
    font-size: 1.8rem;
  }
}

.PartsLayoutB_item-block-title span {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 6px;
}

.PartsLayoutB_item-block-text {
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 6px 0 0;
  display: block;
}

@media (min-width: 768px) {
  .PartsLayoutB_item-block-text {
    font-size: 1.4rem;
    margin: 30px 0 0;
  }
}

.PartsFaq_item {
  font-size: 1.4rem;
  line-height: 1.6;
  border-top: 2px solid #D9D9D9;
  padding: 16px 5px;
}

@media (min-width: 768px) {
  .PartsFaq_item {
    padding: 20px 10px;
  }
}

.PartsFaq_item:last-of-type {
  border-bottom: 2px solid #D9D9D9;
}

.PartsFaq_item dt, .PartsFaq_item dd {
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.PartsFaq_item dt {
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .PartsFaq_item dt {
    margin: 0 0 5px;
  }
}

.PartsFaq_item dt span:first-of-type {
  width: 38px;
  height: 38px;
  font-family: 'Fredoka One', cursive;
  font-size: 1.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #FF2476;
  margin: 0 10px 0 0;
}

.PartsFaq_item dt span:last-of-type {
  flex: 1;
  font-weight: bold;
  min-height: 38px;
  display: flex;
  align-items: center;
}

.PartsFaq_item dd > span:first-of-type {
  width: 38px;
  height: 38px;
  font-family: 'Fredoka One', cursive;
  font-size: 1.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF2476;
  background-color: #fff;
  margin: 0 10px 0 0;
  border: 1px solid #FF2476;
}

.PartsFaq_item dd span:last-of-type {
  flex: 1;
}

.PartsTextLink {
  color: #FF2476;
  display: inline-block;
  font-weight: bold;
}
.PartsTextLink a {
  text-decoration: underline;
  color: #FF2476;
}

.PartsTextBtn {
  color: #FF2476;
  font-weight: bold;
  display: block;
  padding: 18px;
  text-align: center;
  border: 2px solid #FF2476;
}
.PartsTextBtnBlue {
  color: #00AECB;
  font-weight: bold;
  display: block;
  padding: 18px;
  text-align: center;
  background-color: #E5F7FA;
  border: 2px solid #00AECB;
}

.PartsFont12 {
  font-size: 1.0rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .PartsFont12 {
    font-size: 1.2rem;
  }
}

.PartsFont14 {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .PartsFont14 {
    font-size: 1.4rem;
  }
}

.PartsFont16 {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .PartsFont16 {
    font-size: 1.6rem;
  }
}

.PartsFont18 {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .PartsFont18 {
    font-size: 1.8rem;
  }
}

.PartsFontBold {
  font-weight: bold;
}

.PartsFontColor {
  color: #FF2476;
}

.PartsTextCenter {
  text-align: center;
}

.PartsWidth10 {
  width: 10%;
}

.PartsWidth15 {
  width: 15%;
}

.PartsWidth20 {
  width: 20%;
}

.PartsWidth25 {
  width: 25%;
}

.PartsWidth30 {
  width: 30%;
}

.PartsWidth35 {
  width: 35%;
}

.PartsWidth40 {
  width: 40%;
}

.PartsWidth45 {
  width: 45%;
}

.PartsWidth50 {
  width: 50%;
}

.PartsWidth55 {
  width: 55%;
}

.PartsWidth60 {
  width: 60%;
}

.PartsWidth65 {
  width: 65%;
}

.PartsWidth70 {
  width: 70%;
}

.PartsWidth75 {
  width: 75%;
}

.PartsWidth80 {
  width: 80%;
}

.PartsWidth85 {
  width: 85%;
}

.PartsWidth90 {
  width: 90%;
}

.PartsWidth95 {
  width: 95%;
}

.PartsWidth100 {
  width: 100%;
}

.PartsMargin5 {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .PartsMargin5 {
    margin-bottom: 5px;
  }
}

.PartsMargin10 {
  margin-bottom: 5px;
}


@media (min-width: 768px) {
  .PartsMargin10 {
    margin-bottom: 10px;
  }
}

.PartsMargin15 {
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .PartsMargin15 {
    margin-bottom: 15px;
  }
}



.PartsMargin20 {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .PartsMargin20 {
    margin-bottom: 20px;
  }
}

.PartsMargin30 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .PartsMargin30 {
    margin-bottom: 30px;
  }
}

.PartsMargin40 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .PartsMargin40 {
    margin-bottom: 40px;
  }
}

.PartsMargin50 {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .PartsMargin50 {
    margin-bottom: 50px;
  }
}

.PartsMargin60 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .PartsMargin60 {
    margin-bottom: 60px;
  }
}

.PartsMargin70 {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .PartsMargin70 {
    margin-bottom: 70px;
  }
}

.Bread {
  height: 30px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .Bread {
    display: none;
  }
}

.Bread_list {
  height: 100%;
}

.Bread_home {
  width: 45px;
  height: 100%;
  background-color: #FF2476;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Bread_home i {
  color: #fff;
  font-size: 1.5rem;
}

.Bread_item {
  width: calc(100% - 45px);
  color: #FF2476;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.Bread_item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding: 2px 5px 0 0;
}

.Bread_list {
  display: flex;
}

.Main {
  display: block;
  margin: 60px auto 0 !important;
}

@media (min-width: 768px) {
  .Main {
    padding: 70px 40px 40px !important;
    background-color: #fff;
    margin: 85px auto 0 !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .Main {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .Main {
    padding: 0 0 40px !important;
    margin: 60px auto 0 !important;
  }
}

@media (min-width: 1000px) {
  .Main_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
  }
}

.MainBlockTop {
  width: 100%;
}

@media (min-width: 1000px) {
  .MainBlockTop {
    width: calc((850 / 1200) * 100%);
  }
}

.MainBlockParts {
  width: 100%;
}

@media (min-width: 1000px) {
  .MainBlockParts {
    padding: 0 0 0 340px;
  }
}

.Main_inner-bottom {
  margin: 0 5px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .Main_inner-bottom {
    margin: 0 40px;
  }
}

@media (min-width: 1000px) {
  .Main_inner-bottom {
    margin: 20px 0 0;
  }
}

@media (min-width: 768px) {
  .MainParts {
    padding: 70px 40px 200px 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .MainParts {
    padding: 0 0 40px !important;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 1.4rem;
  right: 30px;
  top: 18px;
  font-family: 'Comfortaa', cursive;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: absolute;
  right: 0;
  bottom: -45px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 100px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  opacity: 0.7;
}

.modaal-close span {
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 1.4rem;
  right: 30px;
  top: 18px;
  font-family: 'Comfortaa', cursive;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  right: 8px;
  width: 2px;
  height: 22px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 1.4rem;
  right: 30px;
  top: 18px;
  font-family: 'Comfortaa', cursive;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #FFCBDE;
}

.slick-dots li button:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "•";
  width: 10px;
  height: 10px;
  text-align: center;
  background-color: #EFEFEF;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #FFCBDE;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}


.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}










.Booth {
  background-color: #fff;
  margin: 0 5px;
  padding: 30px 15px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .Booth {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .Booth {
    padding: 0 40px;
  }
}

.BoothMv {
  margin: 0 0 30px;
}

.BoothBtn {
  width: 100%;
  max-width: 660px;
  background-color: #FF2476;
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  border-radius: 30px;
  position: relative;
}

.BoothBtn::before {
  content: '';
  top: 21px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.BoothList_wrap {
  margin: 40px 0 0;
}

@media (min-width: 768px) {
  .BoothList_wrap {
    margin: 60px 0 0;
  }
}

.BoothMenuList {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .BoothMenuList {
    margin: 50px 0 0;
  }
}

.BoothMenuList_item {
  width: 64px;
  height: 56px;
  border: 2px solid #E9E9E9;
  border-radius: 10px;
  transition-property: all;
  transition: 0.2s linear;
}

@media (min-width: 768px) {
  .BoothMenuList_item {
    width: 84px;
    height: 70px;
  }
}

.BoothMenuList_item:not(:last-of-type) {
  margin: 0 4px 4px 0;
}

.BoothMenuList_item:hover {
  border: 2px solid #FF2476;
}

.BoothMenuList_item:hover .BoothMenuList_item-link {
  background-color: #FF2476;
  color: #fff;
  opacity: 1;
}

.BoothMenuList_item-link {
  width: 100%;
  height: 100%;
  font-size: 2.0rem;
  color: #FF2476;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .BoothMenuList_item-link {
    font-size: 2.4rem;
  }
}

.Booth_search-form {
  background-color: rgba(255, 232, 241, 0.7);
  margin: 20px 0 0;
  border-radius: 50px;
}

.Booth_search-inner {
  display: flex;
  justify-content: space-between;
}

.Booth_search-text {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 30px !important;
  letter-spacing: 0.11em;
  color: #FF2476;
  flex: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .Booth_search-text {
    padding: 20px 40px !important;
  }
}

input.Booth_search-text::-webkit-input-placeholder {
  color: #FF2476;
}

input.Booth_search-text::-moz-placeholder {
  color: #FF2476;
}

input.Booth_search-text:-ms-input-placeholder {
  color: #FF2476;
}

input.Booth_search-text::-ms-input-placeholder {
  color: #FF2476;
}

input.Booth_search-text::placeholder {
  color: #FF2476;
}

input.Booth_search-text:-ms-input-placeholder {
  color: #FF2476;
}

input.Booth_search-text::-ms-input-placeholder {
  color: #FF2476;
}

.Booth_submit-btn {
  width: 70px;
  background-color: #FF2476;
  border-radius: 0 50px 50px 0;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
}

@media (min-width: 768px) {
  .Booth_submit-btn {
    width: 111px;
  }
}

.Booth_submit-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.Booth_search-icon {
  width: 30px;
  height: 30px;
  background-image: url(/files/39/admin/agf/images/search-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 0 0 16px;
}

@media (min-width: 768px) {
  .Booth_search-icon {
    margin: 0 0 0 36px;
  }
}

.BoothList_block:not(:first-of-type) {
  margin: 30px 0 0;
}

.BoothList_item {
  overflow: hidden;
  padding: 15px 0;
  border-top: 2px solid #D9D9D9;
}

@media (min-width: 768px) {
  .BoothList_item {
    padding: 30px 0;
    position: relative;
  }
}

.BoothList_item:last-of-type {
  border-bottom: 2px solid #D9D9D9;
}

@media (min-width: 768px) {
  .BoothList_item-number,
  .BoothList_item-pic {
    width: calc((300 / 880)*100%);
  }
}

@media (min-width: 768px) {
  .BoothList_item-title,
  .BoothList_item-text {
    width: calc((555 / 880)*100%);
  }
}

.BoothList_item-number {
  height: 40px;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
}

@media (min-width: 768px) {
  .BoothList_item-number {
    height: 43px;
    float: left;
    font-size: 2.4rem;
    margin: 3px 0 0;
  }
}

@media (min-width: 768px) {
  .BoothList_item-title {
    min-height: 47px;
    float: right;
  }
}

.BoothList_item-title span {
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

.BoothList_item-title-first {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .BoothList_item-title-first {
    font-size: 1.8rem;
  }
}

.BoothList_item-title-second {
  font-size: 1.6rem;
  margin: 6px 0 0;
}

.BoothList_item-title-second:empty {
  display: none;
}

.BoothList_item-title-second::before {
  content: '取扱いコンテンツ：';
  color: #FF2476;
}

@media (min-width: 768px) {
  .BoothList_item-title-second:last-of-type {
    font-size: 1.2rem;
  }
}

.BoothList_item-pic {
  height: 140px;
  display: block;
  margin: 20px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .BoothList_item-pic {
    height: auto;
    margin: 30px 0 0;
    float: left;
    left: 0;
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    */
  }
}

.BoothList_item-pic img {
  height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .BoothList_item-pic img {
    width: 100%;
  }
}

.BoothList_item-pic-link {
  display: inline-block;
  height: 100%;
  position: relative;
}

.BoothList_item-pic-link::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 0px solid #14FF00;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: all .3s;
  opacity: 0;
}

.BoothList_item-pic-link:hover {
  opacity: 1;
}

.BoothList_item-pic-link:hover::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #14FF00;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  opacity: 1;
}

.BoothList_item-text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 20px 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (min-width: 768px) {
  .BoothList_item-text {
    margin: 23px 0 0;
    float: right;
  }
}

.BoothList_item-pink .BoothList_item-number {
  background-color: rgba(255, 36, 36, 0.1);
  color: #ff2424;
}

.BoothList_item-pink .BoothList_item-title span:first-of-type {
  color: #ff2424;
}

.BoothList_item-green .BoothList_item-number {
  background-color: rgba(141, 203, 0, 0.1);
  color: #8DCB00;
}

.BoothList_item-green .BoothList_item-title span:first-of-type {
  color: #8DCB00;
}

.BoothList_item-yellow .BoothList_item-number,
.BoothList_item-purple .BoothList_item-number {
  background-color: rgba(254, 243, 204, 1);
  color: #FFCC00;
}

.BoothList_item-yellow .BoothList_item-title span:first-of-type,
.BoothList_item-purple .BoothList_item-title span:first-of-type {
  color: #FFCC00;
}

.BoothList_item-gray .BoothList_item-number,
.BoothList_item-blue .BoothList_item-number{
  background-color: rgba(170, 170, 170, 1);
  color: #fff;
}

.BoothList_item-gray .BoothList_item-title span:first-of-type,
.BoothList_item-blue .BoothList_item-title span:first-of-type {
  color: #000;
}

.BoothList_item-title span:first-of-type {
  color: #000 !important;
}

.Main_border {
  width: calc((850 / 1200) * 100%);
  height: 2px;
  background-color: #FF2476;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Main_border-item {
  padding: 10px;
  background-color: #fff;
  display: inline-block;
}
.Main_border-item:first-of-type {
  padding: 10px 10px 10px 0;
}
.Main_border-item:last-of-type {
  padding: 10px 0 10px 10px;
}
.Main_border-item span {
  width: 5px;
  height: 5px;
  background-color: #FF2476;
  border-radius: 50%;
  display: block;
}
@media (max-width: 999px) {
  .Main_border {
    display: none;
  }
}

.TimeTable {
  background-color: #fff;
  margin: 0 5px;
  padding: 30px 15px;
  border-radius: 8px;
}

.TimeTable+.TimeTable {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .TimeTable {
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
  .TimeTable+.TimeTable {
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .TimeTable {
    padding: 0 40px;
  }
}

.TimeTableMv {
  margin: 0 0 30px;
}

.TimeTableList_wrap {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .TimeTableList_wrap {
    margin: 40px 0 0;
  }
}

.TimeTable_Headline {
  background-color: #FF2476;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.4;
  padding: 8px 15px;
  border-radius: 15px 15px 0 0;
  margin: 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .TimeTable_Headline {
    font-size: 2.6rem;
    padding: 15px 24px;
    border-radius: 20px 20px 0 0;
    margin: 0 0 30px;
  }
}

.TimeTable_item {
  width: 100%;
  max-width: 880px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #D9D9D9;
}

.TimeTable_itemInner {
  display: flex;
  flex-direction: column-reverse;
  order: -1;
}

@media (min-width: 768px) {
  .TimeTable_itemInner {
    cursor: pointer;
    flex-direction: row;
    order: 1;
  }
}

.TimeTable_item+.TimeTable_item {
  margin-top: 24px;
}

.TimeTable_item-pic {
  margin: 18px 8px 22px;
  text-align: center;
}

@media (min-width: 768px) {
  .TimeTable_item-pic {
    margin: 25px;
  }
}

.TimeTable_item-picInner {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .TimeTable_item-picInner {
    width: 200px;
    height: 100px;
  }
}

.TimeTable_item-pic img {
  /* object-fit: contain;
  height: 37.33333vw;
  min-height: 140px;
  width: 100%; */
  max-width: 100%;
}
@media (min-width: 768px) {
  .TimeTable_item-pic img {
    height: inherit;
    min-height: auto;
    width: auto;
  }
}

.TimeTable_item-texts {
  padding: 17px 12px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.TimeTable_item-toggleIcon,
.TimeTable_item-toggleIcon span {
  position: absolute;
	display: inline-block;
	transition: all .4s;
}

.TimeTable_item-toggleIcon {
  width: 30px;
  height: 30px;
  right: 12px;
  top: 8px;
}

.TimeTable_item-toggleIcon span {
	position: absolute;
  left: 8px;
  width: 50%;
	height: 2px;
  background-color: #FF2476;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.TimeTable_item-toggleIcon span:nth-of-type(1) {
  top: 15px;
	transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.TimeTable_item-toggleIcon span:nth-of-type(2) {
  top: 15px;
	transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.TimeTable_item-toggleIcon.active span:nth-of-type(1) {
	display:none;
}
.TimeTable_item-toggleIcon.active span:nth-of-type(2) {
	top: 15px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (min-width: 768px) {
  .TimeTable_item-toggleIcon {
    opacity: 0;
    width: 46px;
    height: 30px;
    right: 12px;
    top: auto;
    bottom: 0;
    background-color: #FF2476;
    border-radius: 5px 5px 0 0;
    transition: opacity 0.3s ease-in-out;
  }
  .TimeTable_itemInner:hover .TimeTable_item-toggleIcon {
    opacity: 1;
  }
  .TimeTable_item-toggleIcon span {
    left: 16px;
    width: 30%;
  }
  .TimeTable_item-toggleIcon span {
    background-color: #FFF;
  }
  .TimeTable_itemInner .TimeTable_item-toggleIcon.active {
    background-color: #fff;
  }
  .TimeTable_itemInner .TimeTable_item-toggleIcon.active span {
    background-color: #FF3983;
  }
}

@media (min-width: 768px) {
  .TimeTable_item-texts {
    flex: 1;
    padding: 35px 14px 30px;
  }
  .TimeTable_itemInner:hover .TimeTable_item-texts {
    background-color: rgba(256,36,118,.06);
  }
}

.TimeTable_item-time {
  color: #FF2476;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  .TimeTable_item-time {
    font-size: 22px;
    margin-bottom: 20px;
  }
}


.TimeTable_item-title {
  color: #303030;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: .03em;
}
@media (min-width: 768px) {
  .TimeTable_item-title {
    font-size: 18px;
    line-height: 1.4444;
    letter-spacing: .04em;
  }
}
.TimeTable_descriptionInner {
  padding: 20px;
  display: none;
  background-color: rgba(256,36,118,.06);
}
@media (min-width: 768px) {
  .TimeTable_descriptionInner {
    padding: 20px 20px 50px;
  }
}


.TimeTable_descriptionInner.open {
  display: block;
  animation: show 0.5s linear 0s;
}


@keyframes show{
  from{
      opacity: 0;
  }
  to{
      opacity: 1;
  }
}

.TimeTable_description-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .08;
  margin-bottom: 10px;
}

.TimeTable_description-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.64;
  letter-spacing: 0;
}

.TimeTable_description-text+.TimeTable_description-title {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .TimeTable_description-text+.TimeTable_description-title {
    margin-top: 40px;
  }
}

.SearchCondition {
  display: flex;
  align-items: baseline;
  margin: 12px 0 0;

}
.SearchCondition_label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #bbb;
  margin: 0 10px 0 0;
}
.SearchCondition_value {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FF2476;
}

.NoBooth {
  font-size: 1.4rem;
  padding: 20px 0 0;
  border-top: 2px solid #D9D9D9;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .SearchCondition_value {
    font-size: 3.0rem;
  }
  .NoBooth {
    font-size: 1.6rem;
    padding: 30px 0 0;
  }
}


.BoothList_item-number:empty {
  display: none;
}

.BoothList_item-number:empty ~ .BoothList_item-pic {
  margin: 0;
}

.ModalAttention {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 36, 118, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 20px;
}

.ModalAttention_box_wrap {
  position: relative;
}

.ModalAttention_box {
  max-width: 800px;
  max-height: 70vh;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 20px;
  font-weight: 600;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 10px;
}

.ModalAttention_box::-webkit-scrollbar {
  display:none;
}

.ModalAttention_title {
  font-size: 1.6rem;
  line-height: 1.6;
}

.ModalAttention_text {
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 30px 0;
}

.ModalAttention_text a {
  color: #fff;
  text-decoration: underline;
}

.ModalAttention_name {
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.6;
}

.ModalAttention_btn {
  position: absolute;
  right: 0;
  top: -50px;
  transform: rotate(45deg);
  cursor: pointer;
}

.ModalAttention_btn:hover {
  opacity: 0.7;
}

.ModalAttention_btn_inner {
  width: 40px;
  height: 40px;
  position: relative;
}

.ModalAttention_btn_inner::before,
.ModalAttention_btn_inner::after {
  content: '';
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
}

.ModalAttention_btn_inner::before {
  width: 100%;
  height: 2px;
}

.ModalAttention_btn_inner::after {
  width: 2px;
  height: 100%;
}


@media (min-width: 768px) {
  .ModalAttention {
    padding: 90px 30px 30px;
  }

  .ModalAttention_box {
    padding: 50px;
  }

  .ModalAttention_title {
    font-size: 2.0rem;
  }

  .ModalAttention_text {
    font-size: 1.6rem;
    margin: 50px 0;
  }

  .ModalAttention_name {
    font-size: 1.3rem;
  }

  .ModalAttention_btn {
    top: -90px;
  }

  .ModalAttention_btn_inner {
    width: 70px;
    height: 70px;
  }
}
