@charset "UTF-8";
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0
}
h1 {
  font-size: 2em
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: 700
}
dfn {
  font-style: italic
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0;
  line-height: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, html input[type="button"], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], input[disabled] {
  cursor: default
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
/* reset
-------------------*/
html {
  /*  scroll-behavior: smooth;*/
  background-color: #FFF;
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  background-color: #fff;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a, a:link, a:hover, a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #888;
  color: #FFF; /* Safari */
}
::-moz-selection {
  background-color: #888;
  color: #FFF; /* Firefox */
}
img {
  width: 100%;
  height: auto;
}
.item01 {
  order: 1;
}
.item02 {
  order: 2;
}
.headerWrap .item01 {
  order: 1;
}
.headerWrap .item02 {
  order: 2;
}
.headerWrap .item03 {
  order: 3;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.bold {
  font-weight: 600;
}
.mgb0 {
  margin-bottom: 0;
}
/*-------------------*/
.wrap {
  overflow: hidden;
}
.min {
  font-family: "ta-kobe", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.en {
  font-family: 'Red Hat Display', sans-serif;
}
.en.bold {
  font-weight: 700;
}
.contents {
  padding: 7rem 2rem;
}
.cont_inr {
  max-width: 120rem;
  margin: auto;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?q45ch');
  src: url('fonts/icomoon.eot?q45ch#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?q45ch') format('truetype'), url('fonts/icomoon.woff?q45ch') format('woff'), url('fonts/icomoon.svg?q45ch#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-external-link:before {
  content: "\e900";
}
.icon-download:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-keyboard_arrow_right:before {
  content: "\e905";
}
.icon-file-pdf:before {
  content: "\eadf";
}
.headerWrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000;
}
.headerWrap::after {
  position: fixed;
  content: "";
  background-color: #fff;
  width: 100%;
  left: 0;
  height: 70px;
  top: -100px;
  transition: all 0.3s;
  z-index: -1;
}
.headerWrap.active::after {
  top: 0;
}
#spNav .link_list .honyaku a {
  padding: 1rem 0.5rem;
  position: relative;
  color: #000;
}
#spNav .link_list .honyaku a.active {
  color: #A8003C;
}
#spNav .icon-instagram {
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
/*footer*/
footer {
  background: #A7003D;
}
footer .copyright {
  font-size: 12px;
  color: #fff;
}
/**/
.txt {
  font-size: 1.4rem;
}
.btn {
  max-width: 30rem;
  margin: 1rem 0 2rem;
}
.btn a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  border-radius: 10px;
  background-image: linear-gradient(to right, #006FAA 0%, #006FAA 50%, #AA013E 50%, #AA013E 100%);
  overflow: hidden;
  display: block;
  font-size: 1.6rem;
  padding: 1rem 2rem;
  color: #fff;
  width: 100%;
  position: relative;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn a:hover {
  background-position: 0 0;
}
/**/
.blur {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blur_long {
  animation-name: blurAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blur_long_long {
  animation-name: blurAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .item01 {
    order: 2;
  }
  .item02 {
    order: 1;
  }
  .sp {
    display: none
  }
  .pc {
    display: block;
  }
  .txt {
    font-size: 1.6rem;
  }
  .headerWrap::after {
    height: 80px;
  }
  #spNav {
    position: fixed;
    right: 0;
    top: 3rem;
    max-width: 103rem;
    border: 10px solid #F2F2F2;
    border-right: none;
    border-radius: 36px 0 0 36px;
    background-color: #fff;
    padding: 1rem 1rem;
  }
  #spNav a {
    color: #000000;
    padding: 1rem 1rem;
    font-size: 1.2rem;
  }
  #spNav a:hover {
    color: #AA013E
  }
  #spNav .honyaku li:first-child a::after {
    position: absolute;
    content: "/";
    right: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
  }
}
@media only screen and (min-width: 1066px) {
  #spNav {
    padding: 1rem 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .spMenu {
    cursor: pointer;
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
    z-index: 10100;
    border-radius: 100%;
    border: 1px solid #A8003C;
    transition: all 1s;
    background-color: #fff;
  }
  .spMenu.active, .spMenu.active span:nth-of-type(3) {
    background-color: transparent;
  }
  .spMenu span {
    background-color: #A8003C;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 2px;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .spMenu span:nth-of-type(1) {
    top: 20px;
  }
  .spMenu span:nth-of-type(2) {
    top: 28px;
  }
  .spMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) translateX(-15px) rotate(-45deg);
    transform: translateY(4px) translateX(-15px) rotate(-45deg)
  }
  .spMenu.active span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) translateX(-15px) rotate(45deg);
    transform: translateY(-4px) translateX(-15px) rotate(45deg)
  }
  /*spNav*/
  #spNav {
    height: 100%;
    transition: all .55s ease 0.25s;
    visibility: hidden;
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10000;
    overflow-y: scroll;
    background: #f8f8f8;
    color: #fff;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 0 0;
    display: flex;
  }
  #spNav.active {
    visibility: visible;
    right: 0;
  }
  #spNav::after {
    background: url("../images/bg_txtile.jpg")no-repeat center center/cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #spNav::before, #spNav::after {
    opacity: 0;
    transition: all 550ms ease 0.25s;
  }
  #spNav.active::before, #spNav.active::after {
    opacity: 1;
  }
  #spNav .link_list {
    padding: 2rem;
  }
  #spNav .link_list li {
    border-bottom: 1px solid #ddd;
    width: 100%;
  }
  #spNav .link_list li a:hover {
    color: #ddd;
  }
  #spNav .link_list li a {
    font-size: 2.4rem;
    line-height: 1.2;
    display: block;
    color: #000;
    padding: 4rem;
    position: relative;
  }
  #spNav .link_list li a::after {
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "\e905";
    font-family: 'icomoon' !important;
  }
  #spNav .link_list .honyaku {
    width: 100%;
  }
  #spNav .link_list .honyaku li {
    width: 50%;
  }
  #spNav .link_list .honyaku a {
    padding: 3rem 0.5rem;
    text-align: center;
  }
  #spNav .link_list .honyaku a::after {
    display: none;
  }
}