@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
	BoxModel
===================================================================*/
* {
  box-sizing: border-box;
}

/* ------------------------------------------------------------------
	Reset
-------------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*  Base
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: medium;
}

body {
  position: relative;
  background: #fff;
}

body,
html {
  height: 100%;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Font
-------------------------------------------------------------------*/
body {
  font: 16px/1.8 "Noto Sans JP", "Meiryo UI", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}

.comfortaa {
  font-family: "Comfortaa", cursive;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/*  Link
---------------------------------------------*/
a {
  color: #1e1e1e;
  text-decoration: none;
  transition: all 0.4s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a img {
  transition: all 0.4s;
}

.touchHover,
.noTapColor,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* General
-------------------------------------------------------------------*/
table {
  empty-cells: show;
}

input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

/*label { margin-right:5px; }*/
legend {
  display: none;
}

/* ------------------------------------------------------------------
	Visual
-------------------------------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.leftBox {
  float: left !important;
}

.rightBox {
  float: right !important;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

a.hover:hover,
input.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* ------------------------------------------------------------------
	Box
-------------------------------------------------------------------*/
.auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt0,
.mv0,
.ma0 {
  margin-top: 0 !important;
}

.mr0,
.mh0,
.ma0 {
  margin-right: 0 !important;
}

.mb0,
.mv0,
.ma0 {
  margin-bottom: 0 !important;
}

.ml0,
.mh0,
.ma0 {
  margin-left: 0 !important;
}

.pt0,
.pv0,
.pa0 {
  padding-top: 0 !important;
}

.pr0,
.ph0,
.pa0 {
  padding-right: 0 !important;
}

.pb0,
.pv0,
.pa0 {
  padding-bottom: 0 !important;
}

.pl0,
.ph0,
.pa0 {
  padding-left: 0 !important;
}

.pl2,
.ph2,
.pa2 {
  padding-left: 2px !important;
}

.pr2,
.ph2,
.pa2 {
  padding-right: 2px !important;
}

.mt5,
.mv5,
.ma5 {
  margin-top: 5px !important;
}

.mr5,
.mh5,
.ma5 {
  margin-right: 5px !important;
}

.mb5,
.mv5,
.ma5 {
  margin-bottom: 5px !important;
}

.ml5,
.mh5,
.ma5 {
  margin-left: 5px !important;
}

.pt5,
.pv5,
.pa5 {
  padding-top: 5px !important;
}

.pr5,
.ph5,
.pa5 {
  padding-right: 5px !important;
}

.pb5,
.pv5,
.pa5 {
  padding-bottom: 5px !important;
}

.pl5,
.ph5,
.pa5 {
  padding-left: 5px !important;
}

.mt5n,
.mv5n,
.ma5n {
  margin-top: -5px !important;
}

.mt10,
.mv10,
.ma10 {
  margin-top: 10px !important;
}

.mr10,
.mh10,
.ma10 {
  margin-right: 10px !important;
}

.mb10,
.mv10,
.ma10 {
  margin-bottom: 10px !important;
}

.ml10,
.mh10,
.ma10 {
  margin-left: 10px !important;
}

.pt10,
.pv10,
.pa10 {
  padding-top: 10px !important;
}

.pr10,
.ph10,
.pa10 {
  padding-right: 10px !important;
}

.pb10,
.pv10,
.pa10 {
  padding-bottom: 10px !important;
}

.pl10,
.ph10,
.pa10 {
  padding-left: 10px !important;
}

.mt20,
.mv20,
.ma20 {
  margin-top: 20px !important;
}

.mr20,
.mh20,
.ma20 {
  margin-right: 20px !important;
}

.mb20,
.mv20,
.ma20 {
  margin-bottom: 20px !important;
}

.ml20,
.mh20,
.ma20 {
  margin-left: 20px !important;
}

.pt20,
.pv20,
.pa20 {
  padding-top: 20px !important;
}

.pr20,
.ph20,
.pa20 {
  padding-right: 20px !important;
}

.pb20,
.pv20,
.pa20 {
  padding-bottom: 20px !important;
}

.pl20,
.ph20,
.pa20 {
  padding-left: 20px !important;
}

.mt30,
.mv30,
.ma30 {
  margin-top: 30px !important;
}

.mr30,
.mh30,
.ma30 {
  margin-right: 30px !important;
}

.mb30,
.mv30,
.ma30 {
  margin-bottom: 30px !important;
}

.ml30,
.mh30,
.ma30 {
  margin-left: 30px !important;
}

.pt30,
.pv30,
.pa30 {
  padding-top: 30px !important;
}

.pr30,
.ph30,
.pa30 {
  padding-right: 30px !important;
}

.pb30,
.pv30,
.pa30 {
  padding-bottom: 30px !important;
}

.pl30,
.ph30,
.pa30 {
  padding-left: 30px !important;
}

.mt40,
.mv40,
.ma40 {
  margin-top: 40px !important;
}

.mr40,
.mh40,
.ma40 {
  margin-right: 40px !important;
}

.mb40,
.mv40,
.ma40 {
  margin-bottom: 40px !important;
}

.ml40,
.mh40,
.ma40 {
  margin-left: 40px !important;
}

.pt40,
.pv40,
.pa40 {
  padding-top: 40px !important;
}

.pr40,
.ph40,
.pa40 {
  padding-right: 40px !important;
}

.pb40,
.pv40,
.pa40 {
  padding-bottom: 40px !important;
}

.pl40,
.ph40,
.pa40 {
  padding-left: 40px !important;
}

.bt0,
.ba0 {
  border-top: none !important;
}

.br0,
.ba0 {
  border-right: none !important;
}

.bb0,
.ba0 {
  border-bottom: none !important;
}

.bl0,
.ba0 {
  border-left: none !important;
}

/* ------------------------------------------------------------------
	Text
-------------------------------------------------------------------*/
strong,
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
}

.f10 {
  font-size: 77% !important;
}

.f11 {
  font-size: 85% !important;
}

.f12 {
  font-size: 93% !important;
}

.f14 {
  font-size: 108% !important;
}

.f15 {
  font-size: 116% !important;
}

.f16 {
  font-size: 123.1% !important;
}

.f17 {
  font-size: 131% !important;
}

.f18 {
  font-size: 138.5% !important;
}

.f19 {
  font-size: 146.5% !important;
}

.f20 {
  font-size: 153.9% !important;
}

.f21 {
  font-size: 161.6% !important;
}

.f22 {
  font-size: 167% !important;
}

.f23 {
  font-size: 174% !important;
}

.f24 {
  font-size: 182% !important;
}

.f25 {
  font-size: 189% !important;
}

.f26 {
  font-size: 197% !important;
}

.red {
  color: #c00;
}

.green {
  color: #5cb85c;
}

.white {
  color: #fff;
}

.grayC {
  color: #ccc;
}

.gray9 {
  color: #999;
}

.gray6 {
  color: #666;
}

.gray3 {
  color: #333;
}

.black {
  color: #000;
}

.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.underline {
  text-decoration: underline !important;
}

.pcBlock {
  display: block !important;
}

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

.pcinline {
  display: inline-block !important;
}

.spinline {
  display: none !important;
}

.overflowBox {
  overflow: hidden;
  position: relative;
}

/*
section {
  padding: 80px 0px;
}

section p {
  line-height: 26px;
}
*/
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    -webkit-appearance: none;
  }
}
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .lgNone {
    display: none !important;
  }
}
@media screen and (max-width: 1030px) {
  .tbNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* ------------------------------------------------------------------
	animation
-------------------------------------------------------------------*/
.shine {
  position: relative;
  overflow: hidden;
}

.shine::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shine;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 5;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*==================================================================
   headre
===================================================================*/
.pc-header {
  width: 100%;
  height: 80px;
  background: #29297b;
  padding: 0 20px;
  position: fixed;
  z-index: 100;
  top: 0;
}
@media screen and (max-width: 768px) {
  .pc-header {
    display: none;
  }
}
.pc-header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.headLogo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.headLogo__img {
  width: 60px;
  margin-right: 5px;
}
.headLogo__ttl {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}
.headLogo__link {
  color: #fff;
}
.headLogo__subttl {
  font-size: 1rem;
  display: block;
}

.gnav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.gnav__item {
  padding-left: 1em;
  padding-right: 3em;
  border-left: 5px solid #fff70a;
}
.gnav__link {
  color: #fff;
}
.gnav__link:hover {
  color: #fff70a;
}

/*** sp-header ************/
.sp-header {
  position: relative;
}
.sp-header:before {
  content: "";
  background: url("../img/logo.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-header:before {
    display: block;
  }
}

.gnavSp {
  display: block;
  position: fixed;
  width: 50vw;
  height: -moz-fit-content;
  height: fit-content;
  background: #29297b;
  padding: 40px 20px;
  z-index: 100;
  top: -100vh;
  right: 0;
  transition: 0.5s;
  opacity: 0;
}
.gnavSp__item {
  border-left: 3px solid #fff70a;
  margin-top: 2em;
  padding-left: 1em;
}
.gnavSp__link {
  display: block;
  color: #fff;
}

/*toggle_btnクリックで.panelactive付与*/
.gnavSp.panelactive {
  top: 0;
  opacity: 1;
}

.toggle_btn {
  display: none;
  position: fixed;
  top: 5px;
  right: 5px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 5px 10px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 110;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .toggle_btn {
    display: block;
    transform: none;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #29297b;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 15px;
}

.toggle_btn span:nth-child(2) {
  top: 25px;
  animation-delay: 0.33s;
}

.toggle_btn span:nth-child(3) {
  top: 35px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.toggle_btn.active {
  top: 0;
  right: 10px;
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .toggle_btn.active {
    top: 10px;
    right: 0;
  }
}

.toggle_btn.active span {
  background-color: #fff;
  width: 30px;
}

.toggle_btn.active span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}

.toggle_btn.active span:nth-child(2) {
  opacity: 0;
  animation: unset;
}

.toggle_btn.active span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}

.toggle_btn.active span:nth-child(4) {
  display: none;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}
@media screen and (max-width: 1030px) {
  .fadeDown {
    animation: none;
    opacity: 1;
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================================================================
    page
===================================================================*/
/*** mainView ************/
.mainView {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 80px;
  background: url("../img/mainview_pc.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1030px) {
  .mainView {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  .mainView {
    margin-top: 0;
    height: 100vh;
    background: url("../img/mainview_sp.png") center center no-repeat;
    background-size: cover;
  }
}
.mainView__body {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.mainView__ttl {
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
@media screen and (max-width: 1030px) {
  .mainView__ttl {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .mainView__ttl {
    position: relative;
    width: 95%;
    top: 20%;
  }
}
.mainView__bnrBox {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 70vw;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mainView__bnrBox {
    display: block;
    width: 90%;
    max-width: 400px;
  }
}

.wrapper {
  position: relative;
}

/** common   **************************/
.secHeading {
  text-align: center;
}
.secHeading__subttl {
  font-size: 0.9rem;
  font-weight: 800;
  padding-bottom: 1em;
  position: relative;
  padding-bottom: 1em;
  color: #29297b;
}
.secHeading__subttl:after {
  content: "";
  background: #fff70a;
  position: absolute;
  width: 20px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.secHeading__subttl--w {
  color: #fff;
}
.secHeading__ttl {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-top: 0.3em;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .secHeading__ttl {
    margin-bottom: 1em;
  }
}
.secHeading__ttl--w {
  color: #fff;
}

.Heading1 {
  position: relative;
}
.Heading1:before {
  content: "";
  position: absolute;
  background: url("../img/outliune_header.svg") center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 33px;
  top: 0;
  left: 0;
}
.Heading1__ttl {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.mainTxt {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mainTxt {
    text-align: left;
    font-size: 1rem;
  }
}
.mainTxt--w {
  color: #fff;
}

/** main  **************************/
.lions {
  position: relative;
  width: 100%;
  background: #29297b;
}
.lions:before {
  content: "";
  background: url("../img/bg_logo.svg") top right no-repeat;
  background-size: contain;
  position: absolute;
  width: 40%;
  height: 500px;
  right: 0;
  top: 0;
}
.lions:after {
  content: "";
  background: url("../img/yellow_top.svg") bottom center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100vw;
  height: 200px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1030px) {
  .lions:after {
    height: 100px;
  }
}
.lions__inr {
  padding: 160px 40px 300px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .lions__inr {
    padding: 80px 40px 150px;
  }
}
@media screen and (max-width: 768px) {
  .lions__inr {
    padding: 80px 20px 150px;
  }
}
.lions__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/** about *********************/
.about {
  position: relative;
  width: 100%;
  background: #f7b500;
}
.about:before {
  content: "";
  background: url("../img/we_save.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 50%;
  height: 150px;
  left: 0;
  top: -170px;
}
@media screen and (max-width: 1030px) {
  .about:before {
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  .about:before {
    width: 80%;
    top: -120px;
  }
}
.about:after {
  content: "";
  background: url("../img/yellow_bottom.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100vw;
  height: 200px;
  right: 0;
  bottom: -200px;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .about:after {
    height: 100px;
    bottom: -100px;
  }
}
.about__inr {
  padding: 80px 40px 80px;
}
@media screen and (max-width: 1030px) {
  .about__inr {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about__inr {
    padding: 20px;
  }
}
.about__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/** greeting *********************/
.greeting {
  position: relative;
  width: 100%;
  background: url("../img/greeting_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .greeting {
    background: url("../img/greeting_bg_sp.png") center center no-repeat;
    background-size: cover;
  }
}
.greeting__inr {
  padding: 240px 40px 160px;
}
@media screen and (max-width: 1030px) {
  .greeting__inr {
    padding: 180px 40px 100px;
  }
}
@media screen and (max-width: 768px) {
  .greeting__inr {
    padding: 130px 20px 80px;
  }
}
.greeting__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .greeting__body {
    padding: 20px;
    padding-top: 40px;
  }
}
.greeting__imgBox {
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .greeting__imgBox {
    margin: 20px auto;
  }
}
.greeting__postname {
  text-align: right;
  margin-top: 1.5em;
  font-weight: 600;
}
.greeting__txt {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .greeting__txt {
    line-height: 1.7;
  }
}
.greeting__name {
  text-align: right;
  font-weight: 600;
  font-size: 1.3rem;
}

/** tournament *********************/
.tournament__inr {
  padding: 160px 40px 100px;
}
@media screen and (max-width: 1030px) {
  .tournament__inr {
    padding: 100px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .tournament__inr {
    padding: 80px 20px 40px;
  }
}
.tournament__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.tournament__ttl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.tournament__scheduleBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tournament__schedule {
  font-size: 1.1rem;
  font-weight: 600;
}

.outlineBlock {
  margin-top: 40px;
}

.gist dl {
  display: flex;
  padding: 1.5em;
}
@media screen and (max-width: 768px) {
  .gist dl {
    display: block;
    padding: 0;
    margin-bottom: 1.5em;
  }
}
.gist dt {
  width: 20%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .gist dt {
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }
}
.gist dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .gist dd {
    width: 100%;
  }
}
.gist .bg-gray {
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .gist .bg-gray {
    background-color: unset;
  }
}
.gist .bg-white {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .gist .bg-white {
    background-color: unset;
  }
}

.summary {
  background-color: #eeeeee;
}
.summary__ttl {
  font-weight: 600;
  padding: 1.5em;
}
.summary__con {
  padding: 1.5em;
  padding-top: 0;
}
.summary__con dl {
  display: flex;
  align-items: center;
  padding: 1.5em;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .summary__con dl {
    display: block;
    padding: 0;
    margin-bottom: 1.5em;
    border-top: none;
  }
}
.summary__con dt {
  width: 20%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .summary__con dt {
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }
}
.summary__con dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .summary__con dd {
    width: 100%;
  }
}

.access {
  margin-top: 80px;
}
@media screen and (max-width: 1030px) {
  .access {
    margin-top: 40px;
  }
}
.access__place {
  font-weight: 600;
  line-height: 1;
}

.gmap iframe {
  width: 100%;
  height: 50vh;
  max-height: 500px;
  margin-bottom: 20px;
}

/** team *********************/
.team {
  width: 100%;
  position: relative;
  background: url("../img/team_bg.png") center center repeat-y;
  background-size: contain;
}
.team__inr {
  padding: 100px 40px 160px;
}
@media screen and (max-width: 1030px) {
  .team__inr {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .team__inr {
    padding: 40px 20px;
  }
}
.team__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.team__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .team__list {
    display: block;
  }
}
.team__item {
  width: 48%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .team__item {
    width: 100%;
  }
}
.team__linkImg:hover {
  opacity: 0.7;
}

/** event *********************/
.event {
  width: 100%;
  position: relative;
  background: #f7b500;
}
.event:before {
  content: "";
  position: absolute;
  background: url("../img/event_top.png") center center no-repeat;
  background-size: cover;
  width: 600px;
  height: 600px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1030px) {
  .event:before {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .event:before {
    width: 300px;
    height: 300px;
  }
}
.event:after {
  content: "";
  position: absolute;
  background: url("../img/event_bottom.png") center center no-repeat;
  background-size: cover;
  width: 800px;
  height: 800px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1030px) {
  .event:after {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .event:after {
    width: 400px;
    height: 400px;
  }
}
.event__inr {
  padding: 160px 40px 100px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1030px) {
  .event__inr {
    padding: 100px 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .event__inr {
    padding: 80px 20px;
  }
}
.event__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.event__food {
  margin-top: 20px;
}
.event__caption {
  text-align: center;
  line-height: 1.2;
}
.event__soccer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
  animation: soccer-move 20s ease 0s infinite;
}
@media screen and (max-width: 768px) {
  .event__soccer {
    animation: soccer-move 8s ease 0s infinite;
  }
}
@keyframes soccer-move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80vw);
  }
  100% {
    transform: translateX(0);
  }
}
.event__soccerImg {
  animation: soccer-rotate 3s linear 0s infinite;
}

@keyframes soccer-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.event .secHeading {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .event .secHeading {
    width: 100%;
  }
}
.event .secHeading:before {
  content: "";
  position: absolute;
  background: url("../img/fes_img.png") center center no-repeat;
  background-size: cover;
  width: 260px;
  height: 170px;
  top: -40px;
  left: 5%;
}
@media screen and (max-width: 1030px) {
  .event .secHeading:before {
    width: 200px;
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .event .secHeading:before {
    width: 130px;
    height: 90px;
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  .event .mainTxt {
    text-align: center;
  }
}

/** sponsor *********************/
.sponsor {
  position: relative;
  width: 100%;
  background: url("../img/sponsor_bg.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sponsor {
    background: url("../img/sponsor_bg_sp.png") center center no-repeat;
    background-size: cover;
  }
}
.sponsor__inr {
  padding: 100px 40px 80px;
}
@media screen and (max-width: 1030px) {
  .sponsor__inr {
    padding: 80px 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .sponsor__inr {
    padding: 60px 20px 20px;
  }
}
.sponsor__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .sponsor__body {
    padding: 30px;
  }
}
.sponsor__listBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sponsor__listBlock {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  .sponsor__item {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sponsor__item {
    text-align: center;
  }
}

/** pagetop *********************/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: 100px;
  height: 100px;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .pagetop {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }
}

/** footer *********************/
.footer {
  background: #29297b;
  padding: 10px 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer__txt {
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

/*==================================================================
    gallery
===================================================================*/
#gallery {
  position: relative;
}
#gallery .pc-header {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background-color: unset;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #gallery .pc-header {
    display: none;
  }
}
#gallery .headLogo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#gallery .headLogo__img {
  width: 60px;
  margin-right: 5px;
}
#gallery .headLogo__ttl {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
}
#gallery .headLogo__link {
  color: #fff;
}
#gallery .headLogo__subttl {
  font-size: 1rem;
  display: block;
}

.galleryPage {
  position: relative;
  width: 100%;
  background: #29297b;
}
.galleryPage:before {
  content: "";
  background: url("../img/bg_logo.svg") top right no-repeat;
  background-size: contain;
  position: absolute;
  width: 40%;
  height: 500px;
  right: 0;
  top: 0;
}
.galleryPage__inr {
  padding: 160px 40px 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .galleryPage__inr {
    padding: 80px 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .galleryPage__inr {
    padding: 80px 20px 0px;
  }
}
.galleryPage__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.Heading2 {
  position: relative;
}
.Heading2:before {
  content: "";
  position: absolute;
  background: url("../img/outliune_header_2.svg") center center no-repeat;
  background-size: contain;
  width: 6px;
  height: 33px;
  top: 0;
  left: 0;
}
.Heading2__ttl {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  margin-top: 2em;
  color: #fff;
}

/** gallery *********************/
.gallery {
  width: 100%;
  position: relative;
}
.gallery__inr {
  padding: 100px 40px 160px;
}
@media screen and (max-width: 1030px) {
  .gallery__inr {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .gallery__inr {
    padding: 40px 20px;
  }
}
.gallery__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.gallery__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.gallery__item {
  width: 32%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .gallery__item {
    width: 48%;
  }
}
.gallery__linkImg:hover {
  opacity: 0.7;
}

/*==================================================================
    その他共通部分
===================================================================*/
/*  loader
-----------------------------------*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #29297b;
  z-index: 101;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__inr {
  text-align: center;
  display: none;
}
.loader__txt {
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.loader__img {
  width: 150px;
  height: 150px;
}

/*  Animation
-----------------------------------*/
/*zoom*/
.zoom img {
  display: block;
}

.zoom:hover img {
  transform: scale(1.1, 1.1);
}

/*floating*/
.floating {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}/*# sourceMappingURL=style.css.map */