@charset "UTF-8";
/* font
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
/* Document
========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

/* reset
========================================================================== */
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
}

*:focus {
  outline: none;
  box-sizing: border-box;
}

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

/* root */
:root {
  /* Base Colors */
  --color-bg: #FBE0E6;
  /* 背景色（メインの淡い色） */
  --color-white: #FFFFFF;
  /* 白 */
  --color-dark: #F29FB0;
  /* 濃色（文字・強調用） */
  --color-accent: #F7BDC7;
  /* 差し色 */
  --color-lite-bg: #ffeef2;
  /* 薄い背景色 */
  --color-font: #764427;
  /* カラーテキスト*/
  --marker-bg: linear-gradient(transparent 73%, #d8d8d8 0%);
}


body {
  color: #333333;
  background-color: var(--color-lite-bg);
  line-height: 1.8;
  font-weight: 300;
  font-size: 1.4rem;
}

p,
div,
span,
a {
  line-height: 1.8;
  font-weight: 300;
  font-size: 1.4rem;
}


a:hover {
  color: #333333;
}

@media screen and (min-width: 992px) {

  p,
  div,
  span,
  a {
    font-size: 1.6rem;
  }
}


.contents_wrap_inner {
  background-color: var(--color-lite-bg);
}

a {
  box-sizing: border-box;
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #333;
  opacity: 0.5;
}



.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

main {
  position: relative;
}

.link-invalid {
  opacity: 0.2;
  pointer-events: none;
}

/*==============================================================================================

枠組み
===============================================================================================*/
img {
  -ms-interpolation-mode: bicubic;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 5px;
  }
}

@media screen and (min-width: 768px) {

  body#contact li.contact a,
  body#download li.download a,
  body#entry li.entry a,
  body#feature li.feature a,
  body#schedule li.schedule a {
    background: #d73014;
  }
}

/*==============================================================================================


2025追記
===============================================================================================*/
/*ヘッダーレイアウト
------------------------------- */
/*header
=================================================*/
.header {
  position: relative;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 12;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 8px;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 7px;
}

.hamburger__line:nth-of-type(2) {
  top: 14px;
}

.hamburger__line:nth-of-type(3) {
  top: 21px;
}

.hamburger__p {
  position: absolute;
  font-size: 12px;
  left: 8px;
  top: 24px;
}

.hamburger__p_close {
  position: absolute;
  font-size: 12px;
  left: 8px;
  top: 24px;
  display: none;
}

button .hamburger__p,
button .hamburger__p_close {
  color: #333333 !important;
}

.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

.hamburger.active .hamburger__p {
  display: none;
}

.hamburger.active .hamburger__p_close {
  display: block;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 305px;
  height: 100vh;
  background-color: var(--color-bg);
  box-shadow: 2px 0 4px rgba(0, 0, 0, .1);
  transform: translateX(-110%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 40px 0 0;
  list-style: none;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 20px;
  color: #606060;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.nav__item a:hover {
  color: #333;
  text-decoration: none;
}

/* メニュー内：ロゴ */
.area_heder_logo {
  width: 100%;
  height: 60px;
  /* background: #fff;
  border-radius: 0 30px 30px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 40px;
}

.area_heder_logo a {
  height: 80%;
  width: auto;
}

.area_heder_logo img {
  width: auto;
  height: 100%;
}

@media (min-width: 992px) {
  .hamburger {
    right: 10px;
  }
}

/* SNS アイコン */
.menu_social-icons {
  display: flex;
  padding: 2.5rem 1rem;
  justify-content: center;
}

.menu_social-icons a {
  width: 25px;
  height: auto;
  margin: 3px 7px;
}

.menu_social-icons a img {
  width: 100%;
  height: auto;
}


/*footer
=================================================*/
#index .footer {
  background: #fff;
}

#index .footer_sns {
  background: #fff;
}

.footer_sns {
  padding: 20px 20px 20px;
}

.footer_sns,
.footer {
  background-color: var(--color-lite-bg);
}


/*  */
.footer .social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}

.footer .social_icons a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  /* background: #f3d682; */
  background: #ed95aa;
  border-radius: 50%;
  flex: 0 0 48px;
  transition: opacity 0.25s ease;
}

.footer .social_icons a:hover {
  opacity: 0.7;
}

.footer .social_icons img {
  display: block;
  width: 30px;
  height: 30px;
}

.footer .fb .social_icons img {
  width: 36px;
  height: 36px;
}




.footer_main {
  background: #ed95aa;
  color: #fff;
}

.footer_inner {
  max-width: 940px;
  margin: 0 auto;
  padding-inline: 20px;
  box-sizing: border-box;
}

.footer_mark {
  padding-top: 48px;
  text-align: center;
  opacity: 0.35;
}

.footer_mark img {
  width: 70px;
  height: 70px;
}

.footer_nav {
  margin-top: -6px;
  padding-bottom: 85px;
}

.footer_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_nav li+li {
  margin-top: 28px;
}

.footer_nav a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding: 22px 0;
}

.footer-logo {
  display: block;
  width: auto;
  height: 50px;
}


.footer-logo img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer_sns {
    padding: 14px 20px;
  }

  .social_icons {
    gap: 16px;
  }

  .social_icons img {
    width: 48px;
    height: 48px;
  }

  .footer_inner {
    padding-inline: 30px;
  }

  .footer_mark {
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .footer_mark img {
    width: 70px;
    height: 70px;
  }

  .footer_nav {
    margin-top: -2px;
  }

  .footer_nav li+li {
    margin-top: 28px;
  }

  .footer_nav a {
    font-size: 1.6rem;
  }

  .footer_bottom {
    padding: 20px 0 22px;
  }

  .footer_bottom .footer_inner {
    padding-inline: 54px;
  }

  .footer-logo {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 430px) {
  .footer_inner {
    padding-inline: 34px;
  }

  /* .footer_nav a {
    font-size: 22px;
  } */

  .footer_bottom .footer_inner {
    padding-inline: 34px;
  }
}



/*ボタン=============*/
/* .index_wrap{
position: relative;
} */


.btn_primary {
  display: inline-block;
  width: 160px;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 5px 0;
  border-radius: 100px;
  letter-spacing: 0;
  color: #fff;
  background: var(--color-font);
  margin: 10px;
}

.btn-container {
  width: 100%;
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 80;

  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

/* フッターに入った時：右寄せ */
.btn-container.is-footer {
  bottom: 90px;
}

/* ボタン本体 */
.btn-container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/*pagetop
============================*/
.wrapper_pagetop {
  position: relative;
}


#pagetop {
  /*ページトップへ*/
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 56px;
  opacity: 0.8;
  z-index: 1;
}

#pagetop a {
  content: "";
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  transition: opacity 2s linear;
  box-shadow: 0px 10px 10px -5px rgba(108, 24, 11, 0.1);
}

#pagetop a::after {
  content: "";
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 5px;
  bottom: 0;
  width: 1em;
  height: 1em;
  border-left: solid 2px var(--color-dark);
  border-top: solid 2px var(--color-dark);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pagetop a:hover {
  opacity: 0.7;
}

/* スマホファーストで小さめに */
@media (max-width: 991px) {
  .footer_ogo {
    width: 100px;
  }
}

/* タブレット／PC（992px以上） */
@media (min-width: 992px) {

  /*半円を消してフラット背景に*/
  #index .area_footer {
    padding-top: 0;
  }

  #index .footer_arc {
    display: none;
  }

  .footer_logo {
    width: 140px;
  }

  #index ul.footer_nav {
    margin: 0 0 240px 0px;
  }

  .footer_nav a {
    font-size: 1.6rem;
  }

  .social_icons img {
    width: 24px;
  }

  /*ボタン設定＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  .btn_primary,
  #index .btn_primary {
    width: 220px;
    font-size: 1.6rem;
    color: #fff;
    background: var(--color-font);
  }

  /* フッターに入った時 */
  .btn-container {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    transition: bottom 0.3s ease;
  }

  /* フッターに入った時 */
  .btn-container.is-footer {
    bottom: 120px;
    /* right: 40px; */
  }

  @media screen and (max-width: 768px) {
    .btn-container {
      /* right: 16px; */
      bottom: 16px;
    }

    .btn-container.is-footer {
      bottom: 120px;
    }
  }

  /*pagetop==============*/
  #pagetop {
    right: 50px;
  }
}

/* ======================================================================= */
/*レイアウト　2025あしらい共通
========================================================================== */

/*フォント*/
.t_green {
  color: var(--color-dark);
}

.line_green {
  background: var(--marker-bg);
  line-height: 1.8rem;
}

.line_yellow {
  background: var(--marker-bg);
  line-height: 2.0rem;
}

.magenta {
  /*2024データから2025年データに書き換え*/
  color: var(--color-dark);
}

/*改行設定*/
.inline-block {
  display: inline-block;
}

.newline {
  display: flex;
  flex-wrap: wrap;
}

.newline span {
  line-height: 1.4rem;
  margin: 0
}

/*ボタン*/
a.btn_greenline {
  display: block;
  width: fit-content;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 100px;
  border: solid 1px var(--color-dark);
  letter-spacing: 0;
  margin: 10px auto;
  color: #333333;
  background-color: #fff;
}

/*indexタイトル*/
.ttl_green {
  font-size: 2.4rem;
  color: var(--color-dark);
  margin: 0px;
}

/*エリア*/
#index .area_section {
  margin: 80px 20px;
}

.area_section {
  margin: 80px 5px;
}

.area_top_section {
  margin: 90px 20px 0;
}

.area_box_white {
  position: relative;
  background-color: #fff;
  margin: 0 20px;
  border-radius: 20px;
}

.wrapper_box_white {
  padding: 40px 20px;
}

/*左寄せ*/
.area_box_white .ttl_green {
  position: absolute;
  top: -20px;
  left: 20px;
}

/*中央寄せ*/
.area_box_white .ttl_green.ttl_center {
  width: 100%;
  text-align: center;
  left: 0px;
}

@media (min-width: 992px) {
  .area_top_section {
    margin-top: 100px;
  }

  .area_section {
    margin: 80px 5px 100px;
  }

  a.btn_greenline {
    font-size: 1.6rem;
  }

  .area_box_white {
    margin: 0 auto;
    max-width: 520px;
  }

  .wrapper_box_white {
    padding: 60px 40px;
  }

  #index .wrapper_box_white {
    padding: 40px 20px;
  }


  /*listページ*/
  #body_list .ttl_green {
    font-size: 3.0rem;
  }

  #body_list .area_box_white .ttl_green {
    position: absolute;
    top: -27px;
  }
}


/* ======================================================================= */
/* Animation
========================================================================== */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn-up {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-down {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-side {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-4px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.scroll-up {
  position: relative;
  opacity: 0;
  top: 30px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .scroll-up {
      opacity: 1;
    }
  }
}

.scroll-up.active {
  opacity: 1;
  top: 0;
  transition: 1s;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

/*modal window
--------------------------------------*/
.modal-content {
  border-radius: 0;
  box-shadow: none;
}

.modal-header {
  padding: 15px 30px;
}

.modal-footer,
.modal-header {
  border: none;
}

.modal-body {
  padding: 0 30px;
  margin-bottom: 30px;
}

.modal-body td {
  border-bottom: solid 1px #ddd;
}

.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 10px 0 0;
}

.modal-footer {
  display: flex;
  justify-content: center;
}

.modal-footer .btn {
  padding: 5px 10px;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 640px;
  }
}


/* close button
------------------------------- */
button.close {
  position: relative;
  opacity: 0.5;
  width: 15px;
  height: 15px;
  display: block;
  top: 5px;
  right: -10px;
}

button.close:focus {
  outline: none;
}

button.close:hover {
  opacity: 1;
}

button.close:before {
  display: block;
  content: " ";
  width: 20px;
  height: 1px;
  background: #222;
}

button.close:after {
  display: block;
  content: " ";
  width: 20px;
  height: 1px;
  background: #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.close:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* youtube
------------------------------- */
.iframe-content {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}

.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*title area
=================================================*/
#area_ttl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 90px 50px 90px;
}

#area_ttl h1 {
  font-size: 3.6rem;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.5;
}

#area_ttl h1 .sml {
  display: block;
  font-size: 70%;
}

@media screen and (max-width: 1199px) {
  #area_ttl {
    padding: 60px 0 60px;
  }

  #area_ttl h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  #area_ttl h1 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  #area_ttl h1 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}

/*contents area
=================================================*/
/* box contents
------------------------------- */
.box_contents {
  margin-bottom: 40px;
  position: relative;
  background: #fff;
  border-radius: 15px;
  /*padding: 4px;*/
}

.box_contents:last-child {
  margin-bottom: 50px;
}

.box_contents .inner {
  padding: 60px;
}

.box_contents a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .box_contents {
    margin-bottom: 30px;
  }

  .box_contents:last-child {
    margin-bottom: 30px;
  }

  .box_contents .inner {
    padding: 20px 20px 10px;
  }
}

/* title
------------------------------- */
/*本エントリー、事前エントリー、各種ツール類、応募プロセス/応募概要/スケジュール、ジャパンレザーアワード2023について、よくあるご質問、Instagram自己PR紹介*/
.sttl_contents .sttl {
  color: #d73015;
  font-size: 20px;
  font-weight: 400;
}

#winning .sttl_contents .sttl {
  font-size: 50px;
  letter-spacing: 4px;
}

.sttl_contents .area_sttl {
  margin-bottom: 60px;
  margin-top: 20px;
  text-align: center;
}

.sttl_contents .area_sttl .sttl_en,
.sttl_contents .area_sttl .sttl_en_long,
.sttl_contents .area_sttl .sttl_en_insta {
  font-size: 60px;
  font-weight: 100;
  color: #d73015;
  font-family: "Lexend Exa", sans-serif;
  line-height: 1;
  text-indent: -10px;
}

.sttl_contents .area_sttl .sttl_en,
.sttl_contents .area_sttl .sttl_en_long {
  margin-bottom: 15px;
}

#exhibition .sttl_contents .area_sttl .sttl_en_long {
  font-size: 57px;
}

.sttl_contents .area_sttl .sttl_en_insta {
  margin-bottom: 20px;
}

.and_text60 {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .sttl_contents .area_sttl {
    margin-bottom: 40px;
  }

  .sttl_contents .sttl {
    font-size: 20px;
    text-indent: -4px;
  }

  #winning .sttl_contents .sttl {
    font-size: 40px;
  }

  .sttl_contents .area_sttl .sttl_en,
  .sttl_contents .area_sttl .sttl_en_insta {
    font-size: 50px;
  }

  .sttl_contents .area_sttl .sttl_en_long {
    font-size: 45px;
  }

  #exhibition .sttl_contents .area_sttl .sttl_en_long {
    font-size: 45px;
  }

  .and_text60 {
    font-size: 40px;
  }
}

.gmap {
  height: 350px;
  padding-bottom: 20%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: -1px;
  height: 100%;
  width: 100%;
}

/*2つのカテゴリーの見出し両側の赤い横線 */
.category_ttl {
  color: #d73015;
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  margin-bottom: 40px;
}

.hr_merit_beside {
  border-top: 1px dashed #ccc;
  margin: 0px;
}

.hr_merit_vertical {
  border-left: 1px dashed #ccc;
}

.top_p60 {
  padding-top: 60px;
}

.top_p10 {
  padding-top: 10px;
}

/*2つのカテゴリーの見出し両側の赤い横線
（ブラウザ幅ごとに作成） */
@media screen and (max-width: 1200px) {
  .category_ttl:before {
    width: 80px;
    height: 3px;
    position: absolute;
    top: calc(50% - 86px);
    left: 70px;
  }

  .category_ttl:after {
    width: 80px;
    height: 3px;
    position: absolute;
    top: calc(50% - 86px);
    right: 70px;
  }

  .gmap {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .category_ttl:before {
    width: 80px;
    height: 3px;
    position: absolute;
    top: calc(50% - 70px);
    left: 40px;
  }

  .category_ttl:after {
    width: 80px;
    height: 3px;
    position: absolute;
    top: calc(50% - 70px);
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .category_ttl:before {
    width: 50px;
    height: 3px;
    position: absolute;
    top: calc(50% - 255px);
    left: 80px;
  }

  .category_ttl:after {
    width: 50px;
    height: 3px;
    position: absolute;
    top: calc(50% - 255px);
    right: 80px;
  }
}

@media screen and (max-width: 673px) {
  .category_ttl:before {
    width: 70px;
    height: 3px;
    position: absolute;
    top: calc(50% - 240px);
    left: 40px;
  }

  .category_ttl:after {
    width: 70px;
    height: 3px;
    position: absolute;
    top: calc(50% - 240px);
    right: 40px;
  }
}

@media screen and (max-width: 550px) {
  .category_ttl:before {
    width: 50px;
    height: 3px;
    position: absolute;
    top: calc(50% - 230px);
    left: 20px;
  }

  .category_ttl:after {
    width: 50px;
    height: 3px;
    position: absolute;
    top: calc(50% - 230px);
    right: 20px;
  }
}

@media screen and (max-width: 470px) {
  .category_ttl:before {
    width: 20px;
    height: 3px;
    position: absolute;
    top: calc(50% - 220px);
    left: 0px;
  }

  .category_ttl:after {
    width: 20px;
    height: 3px;
    position: absolute;
    top: calc(50% - 220px);
    right: 0px;
  }
}

@media screen and (max-width: 410px) {
  .category_ttl:before {
    width: 20px;
    height: 3px;
    position: absolute;
    top: calc(50% - 200px);
    left: 0px;
  }

  .category_ttl:after {
    width: 20px;
    height: 3px;
    position: absolute;
    top: calc(50% - 200px);
    right: 0px;
  }
}


/*インスタのご案内*/
@media screen and (max-width: 991px) {
  .gmap {
    padding-bottom: 80%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sttl_member {
    padding-left: 0;
  }

  .merit_4 {
    width: 90%;
  }

  .gmap {
    padding-bottom: 80%;
    height: 100%;
  }
}

*/

/*button
=================================================*/
/* 通常ボタン*/
.btn {
  display: flex;
  justify-content: center;
  padding: 0;
  pointer-events: none;
}

.btn a {
  display: inline-block;
  padding: 15px 60px;
  color: #7268ab;
  font-size: 16px;
  border: 1px solid #7268ab;
  border-radius: 100px;
  transition: 0.3s;
  box-sizing: border-box;
  letter-spacing: 2px;
  overflow: hidden;
  position: relative;
  pointer-events: auto !important;
}

.btn a span {
  position: relative;
}

.btn a:hover {
  color: #fff;
}

.btn a:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 50px;
  height: 50px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-10px);
  transform: translateX(-80%) translateY(-10px);
  border-radius: 50%;
  background: #857cb9;
  z-index: 0;
}

.btn a:hover:before {
  width: 600px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-197px);
  transform: translateX(-1%) translateY(-197px);
}

/* black*/
.btn_black {
  width: 100%;
  display: block;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 16px;
  background-size: 26px;
  border: none;
  transition: 0.3s;
}

#entry .btn_black,
#contact .btn_black {
  width: 100%;
  display: block;
  text-align: center;
  background: #333 url("../img/arrow_wh.png") 93% 50% no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  background-size: 26px;
  border: none;
  text-decoration: none;
  transition: 0.3s;
}

#winner .btn_black {
  font-size: 13px;
  max-width: 290px;
}

.btn_black a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 30px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  border: 1px solid #333;
  box-shadow: 3px 3px 13px -4px rgba(0, 0, 0, 0.6);
  transition: 0.2s ease-out;
  letter-spacing: 1px;
}

.btn_black a:hover {
  color: #333;
  background: #fafafa;
  box-shadow: none;
}

.btn_black a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn_black a:hover::before {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.btn_black a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49px;
  margin: auto;
  content: "";
  width: 1px;
  height: 29px;
  border-right: 1px solid #aaa;
}

.btn_black a:hover::after {
  border-right: 1px solid #545454;
}

/* gray*/
.btn_gray,
#button_submit.btn_gray:hover {
  width: 100%;
  display: block;
  text-align: center;
  background: #888 url("/common/img/arrow_wh_prev.png") 8% 50% no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  background-size: 26px;
  border: none;
  transition: 0.3s;
}

.btn_gray a {
  display: block;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.btn_gray:hover {
  background: #666 url("/common/img/arrow_wh_prev.png") 8% 50% no-repeat;
  background-size: 26px;
}

/* white*/
.btn_white {
  width: 100%;
  display: block;
  text-align: center;
  background: url("/common/img/arrow_bl.png") 93% 50% no-repeat;
  color: #fff;
  background-size: 26px;
  border: 1px solid #999;
  transition: 0.3s;
}

.btn_white a {
  display: block;
  color: #777;
  text-decoration: none;
  padding: 5px 10px;
  transition: 0.3s;
}

.btn_white:hover {
  border: 1px solid #111;
}

.btn_white a:hover {
  color: #222;
}

@media screen and (max-width: 767px) {
  .btn_white {
    background: none;
  }

  /* gray*/
  .btn_gray,
  #button_submit.btn_gray:hover {
    margin-bottom: 20px;
  }

  #entry .btn_black {
    margin-bottom: 20px;
  }
}

/* PDF*/
/*
.btn_pdf a {
  width: 100%;
  max-width: 300px;
  display: block;
  text-align: center;
  background: #fff;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  padding: 18px 10px 17px 40px;
  border: 2px solid #ccc;
  transition: 0.3s;
  position: relative;
  box-shadow: 5px 5px 9px -5px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.8px;
}
.btn_pdf a:hover {
  opacity: 0.8;
  box-shadow: none;
}
.btn_pdf a:before {
  content: "";
  width: 35px;
  height: 50px;
  background: url(../img/icon_pdf.svg) center center/contain no-repeat;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_gray a:hover {
  background: #666 url("../img/arrow_wh_prev.png") 8% 50% no-repeat;
  background-size: 26px;
}
*/
/*List
=================================================*/
/*
.list_number li {
  position: relative;
  padding-left: 20px;
}
.list_number li:before {
  position: absolute;
  left: 0;
}
.list_number li:first-child::before {
  content: "1.";
}
.list_number li:nth-child(2)::before {
  content: "2.";
}
.list_number li:nth-child(3)::before {
  content: "3.";
}
*/
/*Cmment
=================================================*/
.comment {
  display: block;
  padding: 0 0 0 1.5em;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.comment:before {
  content: "※";
  margin-left: -1.5em;
  margin-right: 0.3em;
}


*/

/*==================================================================================================
pre entry
==================================================================================================*/
#pre07 input,
#pre05 input,
#pre06 input,
#pre10 input,
#pre11 input,
#pre15 input {
  width: 100%;
}

#pre03 .col-md-8 input,
#pre04 .col-md-8 input {
  width: 42%;
}

#pre03 .col-md-8 span,
#pre04 .col-md-8 span:not(.comment) {
  width: 7%;
}

#pre08 .col-md-8 input {
  width: 30%;
}

#pre08 .col-md-8 span:not(.comment) {
  width: 8%;
  text-align: center;
}

#pre13 .col-md-8 input,
#pre14 .col-md-8 input {
  width: 30%;
}

#pre13 .col-md-8 span:not(.comment),
#pre14 .col-md-8 span:not(.comment) {
  width: 5%;
  text-align: center;
}

#catalyst_etc,
#catalyst_event {
  width: 60%;
}

@media screen and (min-width: 992px) {

  #pre03 .col-md-8 span:not(:first-child),
  #pre04 .col-md-8 span:nth-child(3) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 991px) {

  #pre03 .col-md-8 input,
  #pre04 .col-md-8 input {
    width: 85%;
  }

  #pre03 .col-md-8 span:first-child,
  #pre04 .col-md-8 span:first-child {
    margin-bottom: 30px;
  }

  #pre03 .col-md-8 span,
  #pre04 .col-md-8 span:not(.comment) {
    width: 15%;
  }

  #pre08 .col-md-8 input {
    width: 45%;
  }

  #pre08 .col-md-8 span:not(.comment) {
    width: 10%;
    text-align: center;
  }

  #pre09 select {
    width: 100%;
  }

  #pre16 input {
    margin-bottom: 15px;
  }

  #catalyst_etc,
  #catalyst_event {
    margin-top: -10px;
    margin-bottom: 10px;
    width: 100%;
  }
}

/*==================================================================================================
entry
==================================================================================================*/
textarea {
  max-width: 100%;
}

#en03 input,
#en06 input,
#en07 input,
#en10 input,
#en11 input,
#en15 input,
#en16 input,
#en17 textarea,
#en18 input,
#en_sales_site input {
  width: 100%;
}

#en02 .col-md-8 .col-md-4 {
  margin-bottom: 15px;
}

#en02 .col-md-8 span:last-child {
  padding-left: 10px;
}

#en02 input {
  width: 55%;
}

#en02 input#size_shoe {
  width: 30%;
}

#en02 .comment {
  margin-bottom: 5px;
}

/*#en02 span:not(.comment) { width: 15%; }*/
#en04 .col-md-8 input,
#en05 .col-md-8 input {
  width: 38%;
}

#en04 .col-md-8 span,
#en05 .col-md-8 span:not(.comment) {
  width: 7%;
}

#en08 .col-md-8 input {
  width: 30%;
}

#en08 .col-md-8 span:not(.comment) {
  width: 8%;
  text-align: center;
}

#en13 .col-md-8 input,
#en14 .col-md-8 input {
  width: 30%;
}

#en13 .col-md-8 span:not(.comment),
#en14 .col-md-8 span:not(.comment) {
  width: 5%;
  text-align: center;
}

#en19 .col-md-8,
#en21 .col-md-8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#en20 span {
  width: 4%;
}

#en20 input {
  width: 96%;
}

#en24 input {
  width: 100%;
}

#wlog01 input,
#wlog02 input {
  width: 50%;
}

/*#en30 .text_sus {
	display: none;
	width: 100%;
}*/
@media screen and (min-width: 992px) {

  #en04 .col-md-8 span:not(:first-child),
  #en05 .col-md-8 span:nth-child(3) {
    margin-left: 2%;
  }

  /*youtube*/
  #en18 .col-md-8 span {
    width: 275px;
  }

  #en18 .col-md-8 input {
    width: calc(100% - 275px);
  }

  /*インスタ FB*/
  #en19 span,
  #en21 span {
    width: 220px;
  }

  #en19 input,
  #en21 input {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 991px) {
  #en02 .col-md-8 span.shoes {
    display: block;
    width: 100%;
  }

  #en02 span:not(.comment) {
    width: 15%;
  }

  #en02 input {
    width: 70%;
  }

  #en02 input#size_shoe {
    width: 85%;
  }

  #en04 .col-md-8 input,
  #en05 .col-md-8 input {
    width: 85%;
  }

  #en04 .col-md-8 span:first-child,
  #en05 .col-md-8 span:first-child {
    margin-bottom: 30px;
  }

  #en04 .col-md-8 span,
  #en05 .col-md-8 span:not(.comment) {
    width: 15%;
  }

  #en08 .col-md-8 input {
    width: 45%;
  }

  #en08 .col-md-8 span:not(.comment) {
    width: 10%;
    text-align: center;
  }

  #en09 select,
  #en19 span,
  #en21 span,
  #en19 input,
  #en21 input {
    width: 100%;
  }

  #en20 span {
    width: 10%;
  }

  #en20 input {
    width: 90%;
  }

  #en22 label {
    margin-bottom: 15px;
  }

  #wlog01 input,
  #wlog02 input {
    width: 100%;
  }
}

/* サンクスページ
------------------------------- */
#entry .box_anno_insta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333333;
  border: 2px solid var(--color-dark);
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

#entry .box_anno_insta .sideL {
  width: 60%;
}

#entry .box_anno_insta .sideR {
  width: 30%;
}

@media screen and (max-width: 767px) {

  #entry .box_anno_insta .sideL,
  #entry .box_anno_insta .sideR {
    width: 100%;
  }
}