@charset "UTF-8";
/* ============================================
	ページ共通
============================================ */
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  font-weight: 400;
  color: #1a1311;
}

html {
  scroll-behavior: smooth;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  display: block;
  height: auto;
}

.yellow {
  color: #fdcd00;
}

.white {
  color: #ffffff;
}

.is-eventNone {
  pointer-events: none;
}

#suntoryCommonHeader {
  z-index: 100;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}

/* ============================================
	RESET
============================================ */
nav ul {
  list-style: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

/* ============================================
	HEADER
============================================ */
header {
  position: sticky;
  display: flex;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 10px 20px;
  transition-duration: 300ms;
  background-color: #ffffff;
  align-items: center;
}
@media (max-width: 750px) {
  header {
    padding: 10px 5%;
  }
}
header .logo-link {
  display: block;
  width: 280px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1350px) {
  header .logo-link {
    width: 19vw;
  }
}
@media (max-width: 750px) {
  header .logo-link {
    width: 40vw;
  }
}
header .logo-link img {
  width: 100%;
}
header .logo-link:hover {
  opacity: 0.6;
}
header .leftarea {
  display: flex;
  margin-left: auto;
  align-items: center;
}
header .leftarea .nav-menu {
  padding-top: 0px !important;
  display: flex;
}
@media (max-width: 1024px) {
  header .leftarea .nav-menu {
    padding-top: 130px !important;
    display: block;
  }
}
@media (max-width: 1024px) {
  header .leftarea .nav-menu {
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-right: clamp(30px, 8vw, 60px);
    padding-bottom: clamp(30px, 8vw, 60px);
    padding-left: clamp(30px, 8vw, 60px);
    transition-duration: 300ms;
    transform: translateX(200%);
    overflow: auto;
    /* ナビメニューの背景色を変えたい時 */
    background-color: rgba(0, 0, 0, 0.8);
  }
  header .leftarea .nav-menu.active {
    transform: translateX(0);
  }
}
header .leftarea .nav-menu .menu-list {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  gap: clamp(10px, 2.0833333333vw, 20px);
}
@media (max-width: 1024px) {
  header .leftarea .nav-menu .menu-list {
    display: inherit;
  }
}
@media (max-width: 1024px) {
  header .leftarea .nav-menu .menu-list .menu-item {
    border-style: solid;
    border-color: #fff;
    border-bottom-width: 1px;
  }
}
header .leftarea .nav-menu .menu-list .menu-item .menu-link {
  display: block;
  color: #1a1311;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  text-decoration: none;
  color: #1a1311;
  transition: all 0.2s ease;
}
header .leftarea .nav-menu .menu-list .menu-item .menu-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1350px) {
  header .leftarea .nav-menu .menu-list .menu-item .menu-link {
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 1120px) {
  header .leftarea .nav-menu .menu-list .menu-item .menu-link {
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  header .leftarea .nav-menu .menu-list .menu-item .menu-link {
    font-size: clamp(14px, 1.0416666667vw, 20px);
    padding-top: clamp(10px, 2.6666666667vw, 20px);
    padding-bottom: clamp(10px, 2.6666666667vw, 20px);
    text-align: center;
    color: #1a1311;
  }
}
@media screen and (max-width: 750px) {
  header .leftarea .nav-menu .menu-list .menu-item .menu-link {
    font-size: 18px;
    color: #ffffff !important;
  }
}
header .leftarea .nav-menu.active .menu-link {
  color: #fff !important;
}
header .leftarea .nav-menu .contact_area {
  display: block;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  header .leftarea .nav-menu .contact_area {
    display: flex;
    margin: 30px auto;
  }
}
@media screen and (max-width: 750px) {
  header .leftarea .nav-menu .contact_area {
    display: block;
    width: 100%;
  }
}
header .leftarea .nav-menu .contact_area a {
  position: relative;
  display: inline-block;
  width: 150px;
  padding: 15px 5px 15px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  margin-left: 5px;
  border-radius: 5px;
  transition: all 0.2s ease;
  top: 0;
}
@media screen and (max-width: 1350px) {
  header .leftarea .nav-menu .contact_area a {
    width: 140px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1120px) {
  header .leftarea .nav-menu .contact_area a {
    width: 12vw;
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  header .leftarea .nav-menu .contact_area a {
    width: 50%;
    padding: 23px 0px;
    font-size: 14px;
    line-height: 1em;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  header .leftarea .nav-menu .contact_area a {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
  }
}
header .leftarea .nav-menu .contact_area a:hover {
  opacity: 0.8;
  top: -2px;
}
header .leftarea .nav-menu .contact_area .cbtn {
  color: #ffffff;
  background-color: #1a1311;
  border: 3px solid #1a1311;
}
header .leftarea .nav-menu .contact_area .cbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/common/icon_window-w.svg) center center/contain no-repeat;
}
header .leftarea .nav-menu .contact_area .dbtn {
  color: #1a1311;
  background-color: #fff;
  border: 3px solid #1a1311;
}
header .leftarea .nav-menu .contact_area .dbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/common/icon_window-b.svg) center center/contain no-repeat;
}

/* ============================================
	ハンバーガー
============================================ */
.hamburger-button {
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(13px, 3.4666666667vw, 26px);
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .hamburger-button {
    display: none;
  }
}
.hamburger-button .hamburger-lines {
  position: relative;
  width: clamp(40px, 10.6666666667vw, 70px);
  height: clamp(13px, 3.4666666667vw, 26px);
  transition-duration: 300ms;
}
@media (max-width: 1024px) {
  .hamburger-button .hamburger-lines {
    width: clamp(40px, 10.6666666667vw, 70px);
    height: clamp(13px, 3.4666666667vw, 26px);
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .hamburger-button .hamburger-lines {
    width: clamp(30px, 7.4962518741vw, 50px);
    height: clamp(15px, 2.9985007496vw, 20px);
  }
}
.hamburger-button .hamburger-lines.active {
  height: 1px;
}
.hamburger-button .hamburger-lines .line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(1px, 0.2666666667vw, 2px);
  margin: auto;
  transition-duration: 300ms;
  background-color: #1a1311;
}
.hamburger-button .hamburger-lines.active .line {
  background-color: #fff;
}
.hamburger-button .hamburger-lines .line:nth-child(1), .hamburger-button .hamburger-lines .line:nth-child(2) {
  top: 0;
}
.hamburger-button .hamburger-lines .line:nth-child(3) {
  bottom: 0;
}

/* ============================================
	KV
============================================ */
.kv {
  background: url("../images/common/kv_img.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 750px) {
  .kv {
    background: url("../images/common/kv_img_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
.kv .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 5%;
}
@media (max-width: 750px) {
  .kv .inner {
    padding: 50vw 5%;
  }
}
.kv .inner .catch {
  position: relative;
  width: 100%;
  max-width: 736px;
  margin: 0px auto 50px;
}
.kv .inner .catch img {
  width: 100%;
}
.kv .inner .catch .img01 {
  position: absolute;
  bottom: -150px;
  left: -100px;
  width: 148px;
}
@media (max-width: 750px) {
  .kv .inner .catch .img01 {
    display: none;
  }
}
.kv .inner .catch .img02 {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 115px;
}
@media (max-width: 750px) {
  .kv .inner .catch .img02 {
    display: none;
  }
}
.kv .inner ul {
  display: flex;
  width: 100%;
  max-width: 650px;
  margin: auto;
  padding: 0px;
  list-style: none;
}
@media (max-width: 750px) {
  .kv .inner ul {
    display: block;
    width: 75%;
  }
}
.kv .inner ul li {
  display: block;
  width: 100%;
  margin: 0px 1%;
  text-align: center;
}
@media (max-width: 750px) {
  .kv .inner ul li:last-child {
    margin: 0px 0%;
    margin-top: 30px;
  }
}
.kv .inner ul li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  padding: 25px 0px;
  text-decoration: none;
  color: #1a1311;
  border-radius: 5px;
  transition: all 0.2s ease;
  top: 0;
}
@media (max-width: 750px) {
  .kv .inner ul li a {
    font-size: 4vw;
  }
}
.kv .inner ul li a:hover {
  opacity: 0.9;
  top: -2px;
}
.kv .inner ul li a.cbtn {
  background-color: #ffffff;
  border: 3px solid #1a1311;
}
.kv .inner ul li a.cbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/icon_window-b.svg) center center/contain no-repeat;
}
.kv .inner ul li a.dbtn {
  background-color: #1a1311;
  border: 3px solid #1a1311;
  color: #ffffff;
}
.kv .inner ul li a.dbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(../images/common/icon_window-w.svg) center center/contain no-repeat;
}

/* ============================================
	TTL
============================================ */
.ttl {
  display: block;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 1024px) {
  .ttl {
    margin: 0px 0px 5vw 0px;
  }
}
.ttl .main_ttl {
  display: block;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .ttl .main_ttl {
    font-size: 8vw;
    margin-bottom: 10px;
  }
}
.ttl .sub_ttl {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .ttl .sub_ttl {
    font-size: 3.5vw;
  }
}

/* ============================================
	FLOAT BANNER
============================================ */
.float {
  position: fixed;
  bottom: 80px;
  right: 2%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  transition: all 1s ease;
}
@media screen and (max-width: 750px) {
  .float {
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 0px;
  }
}
.float .btn_area {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  gap: 1%;
}
@media screen and (max-width: 750px) {
  .float .btn_area {
    width: 100%;
  }
}
.float .btn_area a {
  display: inline-block;
  width: 49.5%;
  padding: 15px 5px 15px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 750px) {
  .float .btn_area a {
    padding: 20px 5px 20px 0px;
    font-size: 16px;
  }
}
.float .btn_area a.cbtn {
  position: relative;
  color: #1a1311;
  border: 3px solid #1a1311;
  background-color: #fff;
}
.float .btn_area a.cbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/common/icon_window-b.svg) center center/contain no-repeat;
}
.float .btn_area a.dbtn {
  position: relative;
  color: #fff;
  background-color: #1a1311;
  border: 3px solid #1a1311;
}
.float .btn_area a.dbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  background: url(../images/common/icon_window-w.svg) center center/contain no-repeat;
}
.float .btn_area a.pbtn {
  position: relative;
  color: #ffffff;
  background-color: #333333;
  width: 100%;
  margin-top: 1%;
}
.float .btn_area a.pbtn::before, .float .btn_area a.pbtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 2px;
  height: 10px;
  margin: auto;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1.5px);
}
.float .btn_area a.pbtn::before {
  transform: rotate(45deg);
}
.float .btn_area a.pbtn::after {
  transform: rotate(-45deg);
}
.float .btn_area a:hover {
  opacity: 0.9;
  top: -1px;
}
.float.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1024px) {
  .float .contact_area {
    display: flex;
    margin: 30px auto;
  }
}
@media screen and (max-width: 1350px) {
  .float .contact_area a {
    width: 140px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1120px) {
  .float .contact_area a {
    width: 12vw;
    font-size: 1vw;
  }
}
@media (max-width: 1024px) {
  .float .contact_area a {
    width: 50%;
    padding: 23px 0px;
    font-size: 14px;
    line-height: 1em;
    margin: auto;
  }
}

/* ============================================
	PARTNER
============================================ */
.p-partner {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .p-partner {
    padding: 10px 0;
    position: relative;
  }
}
.p-partner .p-partner__list {
  display: flex;
  animation: scroll-left 30s linear infinite;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  transition-timing-function: linear;
  list-style: none;
  /*width: 100%;
  max-width: 1000px;
  margin: auto;*/
}
@media (max-width: 750px) {
  .p-partner .p-partner__list {
    padding: 0;
    position: relative;
  }
}
.p-partner .p-partner__list .p-partner__item {
  flex: 0 0 auto;
  width: auto;
}
.p-partner .p-partner__list .p-partner__item a {
  transition: all 0.2s ease;
}
.p-partner .p-partner__list .p-partner__item a:hover {
  opacity: 0.8;
}
.p-partner .p-partner__list .p-partner__item a .p-partner__img {
  aspect-ratio: 170/35;
  -o-object-fit: contain;
     object-fit: contain;
  /*width: 25%;
  margin: auto;*/
  height: 50px;
}

/* 動かしたい場合に必要*/
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ============================================
	LEAD
============================================ */
.lead {
  position: relative;
  background: url("../images/common/lead_bg.jpg") no-repeat center center;
  background-size: cover;
}
.lead:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.lead .inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 0px 100px 0px;
}
@media (max-width: 1024px) {
  .lead .inner {
    width: 90%;
    padding: 50px 0px 50px 0px;
  }
}
.lead .inner h2 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 750px) {
  .lead .inner h2 {
    margin: 0px 0px 30px 0px;
  }
}
.lead .inner ._txt {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  margin: 0px auto 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .lead .inner ._txt {
    margin: 0px auto 20px;
  }
}
.lead .inner ._msg {
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 80px auto 0;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .lead .inner ._msg {
    margin: 30px auto 0;
  }
}

/* ============================================
	MVV
============================================ */
.mvv {
  position: relative;
  background-color: #f2f2f2;
}
.mvv .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 50px;
}
@media (max-width: 750px) {
  .mvv .inner {
    padding: 50px 5%;
  }
}
.mvv .inner .box {
  display: flex;
  width: 780px;
  margin: 0 auto 50px;
  align-items: center;
}
@media (max-width: 750px) {
  .mvv .inner .box {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.mvv .inner .box .ttlarea {
  position: relative;
  width: 230px;
  padding: 30px 0;
}
@media (max-width: 750px) {
  .mvv .inner .box .ttlarea {
    width: 100%;
    padding: 6vw 0;
  }
}
.mvv .inner .box .ttlarea:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 160px;
  background-color: #fdcd00;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 750px) {
  .mvv .inner .box .ttlarea:after {
    width: 35vw;
    height: 35vw;
  }
}
.mvv .inner .box .ttlarea ._ttl {
  position: relative;
  display: block;
  text-align: right;
  font-size: 40px;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .mvv .inner .box .ttlarea ._ttl {
    text-align: left;
    font-size: 8vw;
    margin-left: 30px;
  }
}
.mvv .inner .box .ttlarea ._ttl span {
  color: #ffffff;
}
.mvv .inner .box .ttlarea ._txt01 {
  position: relative;
  display: block;
  text-align: right;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .mvv .inner .box .ttlarea ._txt01 {
    text-align: left;
    font-size: 5vw;
    margin-left: 30px;
  }
}
.mvv .inner .box .ttlarea ._txt02 {
  position: relative;
  display: block;
  text-align: right;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .mvv .inner .box .ttlarea ._txt02 {
    text-align: left;
    font-size: 5vw;
    margin-left: 30px;
  }
}
.mvv .inner .box ul {
  display: block;
  padding: 0 0 0 50px;
  list-style: none;
}
@media (max-width: 750px) {
  .mvv .inner .box ul {
    padding: 0 0 0 0;
  }
}
.mvv .inner .box ul li {
  display: block;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #1a1311;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.mvv .inner .box ul li:last-child {
  margin: 0;
}
.mvv .inner .box ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #fdcd00;
  position: relative;
  top: 0;
  border-radius: 50%;
  margin-right: 10px;
}
.mvv .inner .box ul li span {
  font-weight: 900;
}

/* ============================================
	INFORMATION
============================================ */
.info {
  position: relative;
  background-color: #fdcd00;
}
.info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f9e366;
  clip-path: polygon(10% 0%, 150% 0%, 60% 150%, -50% 100%);
}
.info .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 50px;
}
@media (max-width: 750px) {
  .info .inner {
    padding: 50px 5%;
  }
}
.info .inner ul {
  display: block;
  list-style: none;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.info .inner ul li {
  display: flex;
  margin: 0 0 30px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  height: 70px;
}
@media (max-width: 750px) {
  .info .inner ul li {
    display: block;
    margin: 0 0 20px;
    height: auto;
    padding: 10px 5%;
  }
}
.info .inner ul li a {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  height: 70px;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 3px solid #fff;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .info .inner ul li a {
    display: block;
    height: auto;
  }
}
.info .inner ul li a::before, .info .inner ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 20px;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 1.5px) 50%;
}
@media (max-width: 750px) {
  .info .inner ul li a::before, .info .inner ul li a::after {
    right: 0%;
  }
}
.info .inner ul li a::before {
  transform: rotate(45deg);
}
.info .inner ul li a::after {
  transform: rotate(-45deg);
}
.info .inner ul li a:hover {
  border: 3px solid #222;
}
.info .inner ul li .name {
  font-size: 16px;
  line-height: 1;
  color: #1a1311;
  padding: 0 30px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .info .inner ul li .name {
    padding: 0 0 10px;
  }
}
.info .inner ul li .txt {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #1a1311;
}
.info .inner .box {
  display: flex;
  width: 780px;
  margin: 0 auto 50px;
  align-items: center;
}
@media (max-width: 750px) {
  .info .inner .box {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.info .inner .box .ttlarea {
  position: relative;
  width: 230px;
  padding: 30px 0;
}
.info .inner .box .ttlarea:after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 160px;
  background-color: #f07400;
  border-radius: 50%;
  z-index: 0;
}
.info .inner .box .ttlarea ._ttl {
  position: relative;
  display: block;
  text-align: right;
  font-size: 40px;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .info .inner .box .ttlarea ._ttl {
    font-size: 6vw;
  }
}
.info .inner .box .ttlarea ._ttl span {
  color: #ffffff;
}
.info .inner .box .ttlarea ._txt01 {
  position: relative;
  display: block;
  text-align: right;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .info .inner .box .ttlarea ._txt01 {
    font-size: 5vw;
    margin-bottom: 5px;
  }
}
.info .inner .box .ttlarea ._txt02 {
  position: relative;
  display: block;
  text-align: right;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .info .inner .box .ttlarea ._txt02 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}

/* ============================================
	CONCEPT
============================================ */
.concept {
  position: relative;
  background: url("../images/common/concept_bg.jpg") no-repeat center center;
  background-size: cover;
  /*filter: grayscale(100%);*/
  overflow: hidden;
  z-index: 0;
  background-blend-mode: saturation;
}
.concept:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(4px);
  background: inherit;
  z-index: 1;
}
.concept:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  top: 0;
}
.concept .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 80px 50px;
  z-index: 3;
}
@media (max-width: 750px) {
  .concept .inner {
    padding: 50px 5%;
  }
}
.concept .inner .imgarea {
  width: 100%;
  max-width: 528px;
  margin: auto;
}
.concept .inner .imgarea img {
  width: 100%;
}

/* ============================================
	MESSAGE
============================================ */
.message {
  position: relative;
  background-color: #f2f2f2;
  padding: 80px 50px;
}
@media (max-width: 750px) {
  .message {
    padding: 50px 5%;
  }
}
.message .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 80px 50px;
  background-color: #971940;
  border-radius: 50px;
}
@media (max-width: 750px) {
  .message .inner {
    padding: 50px 5%;
    border-radius: 20px;
  }
}
.message .inner ul {
  display: flex;
  width: 100%;
  max-width: 850px;
  margin: auto;
  list-style: none;
  gap: 5%;
  align-items: center;
}
@media (max-width: 750px) {
  .message .inner ul {
    display: block;
  }
}
.message .inner ul li.message_prof {
  position: relative;
  width: 30%;
  color: #fff;
}
@media (max-width: 750px) {
  .message .inner ul li.message_prof {
    width: 100%;
    margin-bottom: 30px;
  }
}
.message .inner ul li.message_prof .imgarea {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}
.message .inner ul li.message_prof .imgarea img {
  width: 100%;
}
.message .inner ul li.message_prof .name {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .message .inner ul li.message_prof .name {
    font-size: 5vw;
  }
}
.message .inner ul li.message_prof .data {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}
.message .inner ul li.message_txt {
  position: relative;
  width: 70%;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .message .inner ul li.message_txt {
    width: 100%;
  }
}
.message .inner ul li.message_txt h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .message .inner ul li.message_txt h3 {
    font-size: 5vw;
    line-height: 1.6;
  }
}
.message .inner ul li.message_txt p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .message .inner ul li.message_txt p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ============================================
	ABOUT
============================================ */
.about {
  position: relative;
  background-color: #f9e366;
  padding: 80px 50px;
}
@media screen and (max-width: 750px) {
  .about {
    padding: 50px 5%;
  }
}
.about .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.about .inner ul {
  display: flex;
  width: 100%;
  margin: 0 auto 50px;
  list-style: none;
  gap: 5%;
  align-items: center;
}
@media (max-width: 750px) {
  .about .inner ul {
    display: block;
  }
}
.about .inner ul li.imgarea {
  width: 40%;
}
@media (max-width: 750px) {
  .about .inner ul li.imgarea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about .inner ul li.imgarea img {
  width: 100%;
}
.about .inner ul li.message_txt {
  width: 60%;
}
@media (max-width: 750px) {
  .about .inner ul li.message_txt {
    width: 100%;
  }
}
.about .inner ul li.message_txt h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .about .inner ul li.message_txt h3 {
    font-size: 5vw;
  }
}
.about .inner ul li.message_txt p {
  font-size: 16px;
  line-height: 1.6;
}

/* ============================================
	MENU
============================================ */
.menu {
  position: relative;
  padding: 80px 50px 100px;
  background: url(../images/common/menu_bg.png) no-repeat top left #f2f2f2;
  background-size: cover;
}
@media (max-width: 750px) {
  .menu {
    padding: 50px 0;
  }
}
.menu .inner {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
@media (max-width: 750px) {
  .menu .inner {
    width: 95%;
  }
}
.menu .inner table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
  border-collapse: collapse;
}
@media (max-width: 750px) {
  .menu .inner table {
    margin: 0 auto 50px;
  }
}
.menu .inner table td,
.menu .inner table th {
  border: 1px solid #d4d4d4;
  background-color: #fff;
  padding: 20px 0;
}
.menu .inner table th {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  width: 180px;
}
@media (max-width: 750px) {
  .menu .inner table th {
    width: auto;
    font-size: 16px;
    line-height: 1.4;
  }
}
.menu .inner table th span {
  display: block;
  font-size: 16px;
}
@media (max-width: 750px) {
  .menu .inner table th span {
    font-size: 10px;
  }
}
.menu .inner table th.L01 {
  background-color: #7ddce9;
}
.menu .inner table th.L02 {
  background-color: #c9c9c9;
}
.menu .inner table th.L03 {
  background-color: #d7bf79;
}
.menu .inner table th.L04 {
  background-color: #fdcd00;
}
.menu .inner table td {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  white-space: nowrap;
  padding: 20px;
  text-align: center;
}
@media (max-width: 750px) {
  .menu .inner table td {
    padding: 10px 1%;
    white-space: inherit;
    font-size: 14px;
    line-height: 1.4;
  }
}
.menu .inner table td span {
  display: block;
  font-size: 10px;
}
.menu .inner table td.head {
  width: 350px;
  padding: 20px;
}
@media (max-width: 750px) {
  .menu .inner table td.head {
    width: auto;
    padding: 10px 1%;
  }
}
.menu .inner table td.number {
  width: 40px;
}
@media (max-width: 750px) {
  .menu .inner table td.number {
    width: auto;
  }
}
.menu .inner table td:nth-child(2) {
  text-align: left;
}
.menu .inner table td:nth-child(3) {
  background-color: #beedf4;
}
.menu .inner table td:nth-child(4) {
  background-color: #e4e4e4;
}
.menu .inner table td:nth-child(5) {
  background-color: #ebdfbc;
}
.menu .inner table td:last-child {
  background-color: #fee67f;
}
.menu .inner table td .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #1a1311;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .menu .inner table td .circle {
    width: 14px;
    height: 14px;
  }
}
.menu .inner table td .bar {
  width: 15px;
  height: 3px;
  border-radius: 50px;
  background-color: #1a1311;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .menu .inner table td .bar {
    width: 13px;
  }
}
.menu .inner h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .menu .inner h3 {
    font-size: 4.5vw;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.menu .inner .menu_item {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  margin: auto;
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 750px) {
  .menu .inner .menu_item {
    margin: 0;
    width: 95%;
  }
}
.menu .inner .menu_item h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  background-color: #1a1311;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .menu .inner .menu_item h4 {
    font-size: 5vw;
    line-height: 1.4;
    padding: 10px;
  }
}
.menu .inner .menu_item p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .menu .inner .menu_item p {
    font-size: 14px;
    display: block;
    width: 90%;
    margin: auto;
  }
}
.menu .inner .menu_item ._img {
  width: 100%;
  max-width: 820px;
  margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
  .menu .inner .menu_item ._img {
    width: 90%;
    margin: 30px auto 0;
  }
}
.menu .inner ul {
  display: flex;
  width: 100%;
  margin: 0 auto 50px;
  list-style: none;
  gap: 5%;
  align-items: center;
}
@media (max-width: 750px) {
  .menu .inner ul {
    display: block;
    margin: 0 auto 20px;
  }
}
.menu .inner ul li.imgarea {
  width: 40%;
}
.menu .inner ul li.imgarea img {
  width: 100%;
}
.menu .inner ul li.message_txt {
  width: 60%;
}
.menu .inner ul li.message_txt p {
  font-size: 16px;
  line-height: 1.6;
}

/* ============================================
	SPONSOR
============================================ */
.sponsor {
  position: relative;
  background-color: #fff;
}
.sponsor .inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 100px 50px;
}
@media (max-width: 750px) {
  .sponsor .inner {
    padding: 50px 5%;
  }
}
.sponsor .inner .sponsor__list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 5%;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .sponsor .inner .sponsor__list {
    gap: 3%;
  }
}
.sponsor .inner .sponsor__list .sponsor__item {
  border: 1px solid #ccc;
  padding: 3%;
  width: 20%;
  margin: 0 0 3%;
}
@media (max-width: 750px) {
  .sponsor .inner .sponsor__list .sponsor__item {
    width: 30%;
  }
}
.sponsor .inner .sponsor__list .sponsor__item a {
  transition: all 0.2s ease;
}
.sponsor .inner .sponsor__list .sponsor__item a:hover {
  opacity: 0.8;
}
.sponsor .inner .sponsor__list .sponsor__item a .sponsor_img {
  width: 100%;
  height: 70px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ============================================
	CONTACT
============================================ */
.contact {
  position: relative;
  background-color: #ffd000;
}
.contact .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0px;
}
@media (max-width: 1024px) {
  .contact .inner {
    width: 90%;
    padding: 30px 0px;
  }
}
.contact .inner .ttl .main_ttl {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .contact .inner .ttl .main_ttl {
    font-size: 5vw;
  }
}
.contact .inner ul {
  display: flex;
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 0px;
  list-style: none;
  gap: 5%;
}
@media (max-width: 750px) {
  .contact .inner ul {
    display: block;
    width: 90%;
    gap: 0;
  }
}
.contact .inner ul li {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 750px) {
  .contact .inner ul li {
    margin-bottom: 20px;
  }
}
.contact .inner ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  padding: 20px 0px;
  text-decoration: none;
  color: #1a1311;
  border-radius: 50px;
  transition: all 0.2s ease;
  background-color: #fee67f;
  border: 3px solid #fee67f;
}
@media (max-width: 750px) {
  .contact .inner ul li a {
    font-size: 4vw;
  }
}
.contact .inner ul li a span {
  font-size: 12px;
}
.contact .inner ul li a:hover {
  opacity: 0.9;
  border: 3px solid #1a1311;
  background-color: #1a1311;
  color: #fff;
}
.contact .inner ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.contact .inner ul li a.cbtn::after {
  background: url(../images/common/contact_icon_mail.png) center center/24px no-repeat #fff;
}
.contact .inner ul li a.dbtn {
  padding-left: 40px;
}
.contact .inner ul li a.dbtn::after {
  background: url(../images/common/contact_icon_phone.png) center center/24px no-repeat #fff;
}

/* ============================================
	FOOTER
============================================ */
footer {
  background-color: #1a1311;
}
footer .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px;
}
@media (max-width: 1024px) {
  footer .inner {
    padding: 30px;
  }
}
footer .inner p {
  display: block;
  font-size: 10px;
  line-height: 1.8;
  font-weight: 500;
  color: #ffd000;
  text-align: center;
  margin: auto;
}