@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700');
@import url('//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,700&display=swap');
@font-face {
  font-family: 'Qatar2022';
  font-weight: 700;
  src: url('../font/Qatar2022-Bold.otf');
}
@font-face {
  font-family: 'Qatar2022';
  font-weight: 400;
  src: url('../font/Qatar2022-Book.otf');
}
@font-face {
  font-family: 'Qatar2022';
  font-weight: 500;
  src: url('../font/Qatar2022-Medium.otf');
}
/* ------------------------------------------
  Utility Class
------------------------------------------ */
/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */
* {
  box-sizing: border-box;
  word-break: break-all;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  -webkit-text-size-adjust: none;
}

body.active {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
}

a:focus {
  outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

ul, ol {
  list-style: none;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type=checkbox], input[type=radio] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }

  .container {
    margin: 0 12px;
    max-width: auto;
    padding: 0;
  }

  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */
.header {
  display: flex;
  height: 123px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header.scroll {
  height: 73px;
}

.header_title {
  background-color: #550065;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 20px;
  position: relative;
  width: 409px;
  z-index: 2;
}

.header_title:hover {
  opacity: 1;
}

.header_title::after {
  border-color: transparent transparent transparent #540065;
  border-style: solid;
  border-width: 61.5px 0 61.5px 60px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -60px;
  top: 0;
  width: 0;
  z-index: 2;
}

.header.scroll .header_title::after {
  border-width: 37px 0 37px 34px;
  right: -34px;
}

.header_title_text {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.header_title_text span {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
}

.header_logo {
  background-color: #fff;
  height: 100%;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}

.header_logo::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 61.5px 0 61.5px 60px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -60px;
  top: 0;
  width: 0;
  z-index: 1;
}

.header.scroll .header_logo {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-left: 34px;
  width: 324px;
}

.header.scroll .header_logo::after {
  border-width: 37px 0 37px 34px;
  right: -34px;
}

.header_logo .header_logo_img {
  display: block;
  width: 282px;
}

.header.scroll .header_logo_img {
  width: 169px;
}

.header_links {
  align-items: center;
  background-color: #eeeee4;
  display: flex;
  height: 94px;
  padding-left: 60px;
  width: calc(100% - 751px);
}

.header.scroll .header_links {
  height: 74px;
  width: calc(100% - 733px);
}

.header_links_lists {
  display: flex;
  justify-content: space-around;
  padding: 0 40px;
  width: calc(100% - 147px);
}

@media screen and (max-width: 1400px) {
  .header_links_lists {
    padding: 0;
  }
}

.header_links_lists_item {
  margin-left: 15px;
  padding-top: 3px;
}

.header_links_lists_item:first-child {
  margin-left: 0;
}

.header_links_lists_item a {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}

.sns-container {
  position: fixed;
  right: 0;
  top: 0;
  transform: translate(100%, 0);
  transition: all .3s 0s ease;
  z-index: 100;
}

.sns-container.is-active {
  transform: translate(0, 0);
}

.sns-container_inner {
  position: relative;
}

.sns-container-header {
  background: linear-gradient(to right,#7253ba 0%, #00cfb7 100%);
  color: #fff;
  cursor: pointer;
  font-family: 'Qatar2022';
  font-size: 1.6rem;
  font-weight: 700;
  left: -147px;
  line-height: 47px;
  position: absolute;
  text-align: center;
  top: 24px;
  width: 147px;
}

.header.scroll .sns-container-header {
  top: 14px;
}

.sns-container-content {
  background: #00c8af;
  padding: 10px;
  position: relative;
  text-align: center;
}

.sns-container-content .title {
  background: #550065;
  color: hsl(0deg, 0%, 100%);
  display: inline-block;
  font-size: .86rem;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.sns-container-content .title::before, .sns-container-content .title::after {
  background: #550065;
  content: '';
  display: block;
  height: 22px;
  position: absolute;
  top: 13px;
  transform: rotate(45deg) translate(0, -50%);
  width: 22px;
}

.sns-container-content .title::after {
  right: -4px;
}

.sns-container-content .title::before {
  left: -19px;
}

.sns-container-content .sns-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

.sns-container-content .sns-list li {
  padding: .5rem;
}

.sns-container-content .sns-list li a {
  align-items: center;
  background: #550065;
  border-radius: 50%;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.sns-container-content .sns-list li a:hover {
  opacity: 1;
}

.sns-container-content .sns-list li .icon {
  display: block;
  height: 18px;
  width: 18px;
}

.sns-container-content .sns-list li .icon.sns-fb {
  background: url(../img/common/icon-fb.svg) no-repeat center center;
  background-size: contain;
}

.sns-container-content .sns-list li .icon.sns-tw {
  background: url(../img/common/icon-tw.svg) no-repeat center center;
  background-size: contain;
}

.sns-container-content .sns-list li .icon.sns-yt {
  background: url(../img/common/icon-yt.svg) no-repeat center center;
  background-size: contain;
}

.sns-container-content .sns-list li .icon.sns-ins {
  background: url(../img/common/icon-ins.svg) no-repeat center center;
  background-size: contain;
}

.sns-container-content .sns-list li .icon.sns-line {
  background: url(../img/common/icon-line.svg) no-repeat center center;
  background-size: contain;
}

.sns-container-content .sns-list li .icon.sns-tik {
  background: url(../img/common/icon-tik.svg) no-repeat center center;
  background-size: contain;
}

.c_menu {
  display: none;
}

.header_nav {
  display: none;
}

@media screen and (max-width: 1280px) {
  .header_links_lists {
    display: none;
  }

  .sns-container {
    left: 0;
    right: auto;
    top: calc(50% + 61px);
    transform: translate(-100%, -50%);
  }

  .sns-container.is-active {
    transform: translate(0, -50%);
  }

  .sns-container-header {
    -webkit-animation: 2s slidetab infinite;
    animation: 2s slidetab infinite;
    background: linear-gradient(to right,#7253ba 0%, #00cfb7 100%);
    color: #fff;
    cursor: pointer;
    font-family: 'Qatar2022';
    font-size: 1.4rem;
    font-weight: 700;
    left: auto;
    line-height: 30px;
    right: -69px;
    top: 39px;
    transform: rotate(90deg);
    width: 108px;
  }

  .header_links {
    justify-content: flex-end;
    padding-right: 20px;
  }

  .header .c_menu {
    cursor: pointer;
    display: block;
    height: 28px;
    position: relative;
    transition: 300ms;
    width: 48px;
    z-index: 3;
  }

  .header .c_menu.is-open .c_menu_inner {
    background: rgba(255, 255, 255, 0);
  }

  .header .c_menu.is-open .c_menu_inner::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 48px;
  }

  .header .c_menu.is-open .c_menu_inner::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 48px;
  }

  .header .c_menu_inner {
    background-color: #000;
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    top: 49%;
    transform: translate(-50%,-50%);
    transition: all 0ms 300ms;
    transition: 300ms;
    width: 48px;
  }

  .header .c_menu_inner::before {
    background-color: #000;
    bottom: 14px;
    content: '';
    height: 4px;
    position: absolute;
    right: 0;
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 48px;
  }

  .header .c_menu_inner:after {
    background-color: #000;
    content: '';
    height: 4px;
    position: absolute;
    right: 0;
    top: 14px;
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 48px;
  }

  .header_nav {
    background-color: #00cfb7;
    display: none;
    left: 0;
    padding: 60px 40px 40px;
    position: fixed;
    top: 94px;
    width: 100%;
  }

  .header.scroll .header_nav {
    padding-top: 40px;
    top: 74px;
  }

  .header_nav_lists_item {
    border-bottom: 1px #fff solid;
  }

  .header_nav_lists_item a {
    background-image: url(../img/common/header_nav_arrow.png);
    background-position: center right 12px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    color: #722f6d;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 15px 12px;
    text-align: left;
  }

  .header_nav_lists_item:first-child a {
    background-position: top 6px right 12px;
    padding-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .header_title {
    background-color: #550065;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 20px;
    position: relative;
    width: 350px;
    z-index: 2;
  }

  .header_title_text {
    font-size: 2rem;
  }

  .header_title_text span {
    font-size: 1.3rem;
  }

  .header_logo {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .header_logo .header_logo_img {
    width: 250px;
  }

  .header_links {
    width: calc(100% - 660px);
  }

  .header.scroll .header_links {
    width: calc(100% - 660px);
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: 54px;
  }

  .header_title {
    padding-left: 12px;
    width: 210px;
  }

  .header_title::after {
    border-width: 27px 0 27px 25px;
    right: -25px;
  }

  .header_title_text {
    font-size: 1.1rem;
  }

  .header_title_text span {
    font-size: 1rem;
    letter-spacing: -.01em;
    margin-top: 4px;
    zoom: .9;
  }

  .header_logo {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 25px;
  }

  .header_logo::after {
    border-width: 27px 0 27px 25px;
    right: -25px;
  }

  .header_logo .header_logo_img {
    display: block;
    width: 75px;
  }

  .header_links {
    height: 45px;
    padding-left: 25px;
    padding-right: 12px;
    width: calc(100% - 310px);
  }

  .sns-container {
    bottom: 10px;
    top: auto;
    transform: translateX(-100%);
  }

  .sns-container.is-active {
    transform: translateX(0);
  }

  .header .c_menu_inner {
    height: 2px;
    width: 24px;
  }

  .header .c_menu_inner::before {
    bottom: 7px;
    height: 2px;
    width: 24px;
  }

  .header .c_menu_inner:after {
    height: 2px;
    top: 7px;
    width: 24px;
  }

  .header .c_menu.is-open .c_menu_inner::before {
    bottom: 0;
    width: 24px;
  }

  .header .c_menu.is-open .c_menu_inner::after {
    top: 0;
    width: 24px;
  }

  .header_nav {
    padding: 30px 12px 40px;
    top: 45px;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */
.footer {
  background-color: #fff;
  padding: 60px 0;
}

.footer_main {
  background-image: url(../img/common/footer_back.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 322px;
  padding-top: 67px;
}

.footer_main_logo {
  margin: 0 auto;
  width: 486px;
}

.footer_main_logo_main {
  display: flex;
}

.footer_main_logo_link {
  display: block;
  width: 140px;
}

.footer_main_logo_icon {
  width: 33px;
}

.footer_main_logo_main_bottom img {
  width: 100%;
}

.footer_links {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.footer_links_item {
  margin-left: 30px;
}

.footer_links_item:first-child {
  margin-left: 0;
}

.footer_links_item a {
  color: #8a1538;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .04em;
}

.footer_copy {
  color: #8a1538;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 60px;
  text-align: center;
}

.footer_copy span + span {
  margin-left: 15px;
}

@media screen and (max-width: 1280px) {
  .footer_main {
    min-height: 25vw;
    padding-top: 5.3vw;
  }

  .footer_main_logo {
    width: 33vw;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 13px;
  }

  .footer_main {
    background-image: url(../img/common/footer_back_sp.png);
    height: 120px;
    margin: 0 auto;
    max-width: 351px;
    min-height: auto;
    padding-top: 0;
  }

  .footer_main_logo {
    margin: 0 auto;
    width: 250px;
  }

  .footer_main_logo_link {
    display: block;
    width: 72px;
  }

  .footer_main_logo_icon {
    width: 16px;
  }

  .footer_links {
    border-left: 1px #8c1c39 solid;
    border-top: 1px #8c1c39 solid;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 50px auto 0;
    max-width: 351px;
  }

  .footer_links_item {
    border-bottom: 1px #8c1c39 solid;
    border-right: 1px #8c1c39 solid;
    margin-left: 0;
    width: 50%;
  }

  .footer_links_item a {
    background-image: url(../img/common/footer_links_item_arrow.png);
    background-position: center right 12px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    font-size: 1.4rem;
    line-height: 50px;
    padding-left: 13px;
  }

  .footer_copy {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 20px;
  }

  .footer_copy span {
    display: block;
  }

  .footer_copy span + span {
    margin-left: 0;
  }
}

/* ------------------------------------------
  pagetotop
------------------------------------------ */
.pagetotop {
  cursor: pointer;
  right: 48px;
  width: 65px;
}

@media screen and (max-width: 768px) {
  .pagetotop {
    right: 12px;
    width: 60px;
  }
}


/* ------------------------------------------
  custom_style
------------------------------------------ */

@media screen and (max-width: 768px) {
    .sp_hidden{
      display: none;
    }
}