@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSCSSから生成されていますので、
  直接編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/* Zen Kaku Gothic New */
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: 0 0;
}

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

li,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a,
em,
i,
small,
span,
strong {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
  overflow-x: hidden !important;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #3e3a39;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
  font-style: normal;
  background-color: #f4fbc7;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  transition: all 0.2s;
  color: #3e3a39;
}
@media screen and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: none;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

strong {
  font-weight: 700;
}

input {
  padding: 0;
  border: none;
  background: 0 0;
}

* {
  box-sizing: border-box;
  transition: font-size 0.1s linear;
  backface-visibility: hidden;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.palt {
  font-feature-settings: "palt";
}

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

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

/*--------------------------------------------------------------------------------------------------------
    main
--------------------------------------------------------------------------------------------------------*/
header {
  background-color: #fff;
}

.mv--wrap {
  max-width: 1400px;
  margin: 80px auto 0;
  padding-top: 30px;
  background: url(../img/bg-head.svg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .mv--wrap {
    background: url(../img/bg-head-sp.svg) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    margin-top: 50px;
  }
}
.mv--wrap .mv--inner {
  max-width: 1150px;
  margin-left: 11.43%;
  /* 160px / 1400px * 100 = 約11.43% */
  margin-right: 5.71%;
  /* 80px / 1400px * 100 = 約5.71% */
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv--wrap .mv--inner {
    flex-direction: column;
    margin: 0 auto;
  }
}
.mv--wrap .mv--inner .mv-icon {
  position: absolute;
  top: -30px;
  left: -70px;
  max-width: 220px;
}
@media screen and (max-width: 768px) {
  .mv--wrap .mv--inner .mv-icon {
    width: 37.2vw;
    top: -29px;
    left: 10px;
  }
}
.mv--wrap .kadanfes--logo {
  width: min(430px, 30.7142857143vw);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mv--wrap .kadanfes--logo {
    width: 57.3333333333vw;
    margin: 0 auto;
  }
}
.mv--wrap .kadanfes--image {
  width: min(670px, 47.8571428571vw);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .mv--wrap .kadanfes--image {
    width: 92vw;
    margin: -60px auto 0;
  }
}

.intro--wrap {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 80px 0 120px;
  background: url(../img/bg-intro.svg) no-repeat;
  background-position: center center;
  background-size: 220px 242px;
}
@media screen and (max-width: 768px) {
  .intro--wrap {
    font-size: 1.8rem;
    margin: 30px 0 70px;
    padding: 0;
    background-size: 140px 154px;
  }
}

.event--cont {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 87px;
}
.event--cont .content--inner {
  background-color: #fff;
  border-radius: 0 60px 60px 0;
  max-width: 1237px;
}
@media screen and (max-width: 1236px) {
  .event--cont .content--inner {
    width: 96%;
    border-radius: 0 30px 30px 0;
  }
}
.event--cont .ttl-h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
  font-size: 4.5rem;
  background-color: #68be8d;
  border-radius: 0 999px 999px 0;
  width: min(525px, 42.4413904608%);
  text-align: center;
  position: relative;
  height: 90px;
  line-height: 90px;
  top: -45px;
}
@media screen and (max-width: 768px) {
  .event--cont .ttl-h2 {
    font-size: 3rem;
    margin-left: auto;
    border-radius: 999px 0 0 999px;
    width: 70%;
    margin-right: -4%;
    height: 60px;
    line-height: 60px;
    top: -30px;
    text-align: left;
    padding-left: 30px;
  }
}
.event--cont .ttl-h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-color: #68be8d;
  border-radius: 50%;
  position: absolute;
  right: -100px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .event--cont .ttl-h2::after {
    width: 60px;
    height: 60px;
    right: inherit;
    left: -65px;
  }
}
.event--cont .content--item {
  padding: 0 12.93% 7.68% 12.93%;
}
@media screen and (max-width: 1236px) {
  .event--cont .content--item {
    padding: 0 6% 10% 10%;
  }
}
.event--cont .content--item dl div {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div.flex-direction {
    flex-direction: column;
  }
  .event--cont .content--item dl div.flex-direction dd {
    padding-left: 1em;
  }
}
.event--cont .content--item dl div:last-child {
  margin-bottom: 0;
}
.event--cont .content--item dl div dt {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div dt {
    padding-left: 1em;
  }
}
.event--cont .content--item dl div dt::before {
  content: "";
  display: block;
  width: 12px;
  height: 28px;
  background-color: #68be8d;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: -0.7em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div dt::before {
    width: 7px;
    height: 17px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div dd .indent {
    padding-left: 2.9em;
  }
}
.event--cont .content--item dl div.map {
  flex-direction: column;
}
.event--cont .content--item dl div.map dd {
  max-width: 680px;
  width: 80%;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div.map dd {
    width: 100%;
    margin-top: 10px;
  }
}
.event--cont .content--item dl div.map .map-notes {
  max-width: 680px;
  width: 80%;
  margin: 20px auto 0;
  display: block;
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div.map .map-notes {
    width: 100%;
  }
}
.event--cont .content--item dl div.map .btn {
  max-width: 680px;
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div.map .btn {
    width: 90%;
  }
}
.event--cont .content--item dl div.map .btn a {
  display: block;
  color: #fff;
  background-color: #68be8d;
  width: 80%;
  border-radius: 15px;
  text-decoration: none;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .event--cont .content--item dl div.map .btn a {
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
  }
}
.event--cont .content--item dl div.map .btn a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_target.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 17px;
  height: 18px;
  margin-left: 5px;
}
.event--cont.event--cont_pink .content--inner {
  border-radius: 60px 0 0 60px;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1236px) {
  .event--cont.event--cont_pink .content--inner {
    border-radius: 30px 0 0 30px;
  }
}
.event--cont.event--cont_pink .ttl-h2 {
  background-color: #F2B1B4;
  border-radius: 999px 0 0 999px;
  width: min(525px, 42.4413904608%);
  position: absolute;
  top: -45px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .event--cont.event--cont_pink .ttl-h2 {
    width: 70%;
    top: -30px;
    border-radius: 0 999px 999px 0;
    position: relative;
    margin-left: -4%;
  }
}
.event--cont.event--cont_pink .ttl-h2::after {
  content: "";
  display: block;
  background-color: #F2B1B4;
  right: inherit;
  left: -100px;
}
@media screen and (max-width: 768px) {
  .event--cont.event--cont_pink .ttl-h2::after {
    right: -65px;
    left: inherit;
  }
}
.event--cont.event--cont_pink .insta-txt {
  padding-top: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event--cont.event--cont_pink .insta-txt {
    padding-top: 0;
  }
}

.content--footer {
  background-color: #fff;
  text-align: center;
  padding: 30px 0 40px;
}
.content--footer p {
  margin-bottom: 25px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .content--footer p {
    font-size: 1.6rem;
  }
}
.content--footer .flex-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content--footer .flex-box {
    flex-direction: column;
  }
}
.content--footer a {
  display: block;
  width: calc((100% - 120px) / 3);
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .content--footer a {
    width: 53.3333333333vw;
    margin-bottom: 1em;
  }
  .content--footer a*:last-child {
    margin-bottom: 0;
  }
}
.content--footer a img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.BackToTop {
  margin: 0;
}/*# sourceMappingURL=cadanfes.css.map */