@charset "UTF-8";

.myriad {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp {
  font-family: "biz-udpgothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.biz-udp-mincho {
  font-family: "biz-udpmincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tsukushi_normal {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tsukushi_bold,
main h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}

.col_2 {
  margin-left: -30px;
}

.col_2>* {
  margin-left: 30px;
  width: calc(50% - 30px);
}

.col_3 {
  margin-left: -30px;
}

.col_3>* {
  margin-left: 30px;
  width: calc(33.33333% - 30px);
}

.col_4 {
  margin-left: -30px;
}

.col_4>* {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}

.col_5>* {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media screen and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }

  .col_2>* {
    margin-left: 0;
    width: 100%;
  }

  .col_3 {
    margin-left: 0;
  }

  .col_3>* {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }

  .col_3>*:last-child {
    margin-bottom: 0 !important;
  }

  .col_4 {
    margin-left: -10px;
  }

  .col_4>* {
    margin-left: 10px;
    margin-bottom: 14px;
    width: calc(50% - 10px);
  }

  .col_5 {
    margin-left: -15px;
  }

  .col_5>* {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

.wrap {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 90%;
  }
}

.sp_only {
  display: none !important;
}

.text_c {
  text-align: center;
}

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

  .sp_only {
    display: block !important;
  }
}

.item,
a {
  transition: all 0.2s ease-in-out;
}

body {
  font-feature-settings: "palt";
  color: #000;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

table th {
  padding: 0.5em 0;
  text-align: left;
  vertical-align: top;
}

table td {
  padding: 0.5em 1em;
}

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

a.underline {
  text-decoration: underline;
}

li {
  list-style: none;
}

/*--------------------------------------------------
アニメーションの準備
--------------------------------------------------*/
.invisible {
  transition: all 0.5s ease;
  opacity: 0;
}

.visible {
  transition: all 0.5s ease;
  opacity: 1;
}

.item,
.anime {
  animation: fadeInUp linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}

.item_2,
.anime_2 {
  animation-range: entry 25% cover 50%;
}

.item_3,
.anime_3 {
  animation-range: entry 50% cover 50%;
}

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

  .item_2,
  .anime_2 {
    animation-range: entry 0% cover 50%;
  }

  .item_3,
  .anime_3 {
    animation-range: entry 0% cover 50%;
  }
}

.check_point article {
  animation: fadeInUp linear both;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}

.check_point article:nth-child(3n+2) {
  animation-range: entry 25% cover 50%;
}

.check_point article:nth-child(3n+3) {
  animation-range: entry 50% cover 50%;
}

@media screen and (max-width: 768px) {
  .check_point article:nth-child(3n+2) {
    animation-range: entry 0% cover 50%;
  }

  .check_point article:nth-child(3n+3) {
    animation-range: entry 0% cover 50%;
  }
}

.icon_stamp {
  animation: bounce linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  background: #C6E2F8;
  padding: 10px 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}

.btn:before {
  position: absolute;
  top: -3px;
  left: -3px;
  display: inline-block;
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  border: 1px solid #005688;
}

.btn:after {
  position: absolute;
  z-index: -1;
  bottom: -3px;
  right: -3px;
  display: inline-block;
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: #0092E5;
}

.btn .icon-blank {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: no-repeat 50%/cover url(../img/icon/blank.svg);
}

.btn:hover {
  background: #EAF6FF;
}

.btn:hover:after {
  bottom: 0;
  right: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

/*----------------------------------------------------------------------
テキスト
----------------------------------------------------------------------*/
.futura-m {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.nami_h {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  font-size: 68px;
  font-size: 4.25rem;
  color: #fff;
  text-shadow: 2px 2px 0 #0092E5;
  -webkit-text-stroke: 2px #0092E5;
  text-stroke: 2px #0092E5;
  text-align: center;
}

.nami_h b {
  font-weight: normal;
  padding: 0 0.5em;
}

.nami_h:before,
.nami_h:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 3%;
  background: no-repeat 50%/cover url(../img/parts/line.svg);
}

@media screen and (max-width: 768px) {
  .nami_h {
    flex-direction: column;
    font-size: 48px;
    font-size: 3rem;
  }

  .nami_h:before,
  .nami_h:after {
    padding-top: 6.5%;
  }
}

.nami2_h {
  margin: 0 auto 40px;
  text-align: center;
  color: #0092E5;
}

.nami2_h span {
  display: inline-block;
  padding: 0 1em;
}

.nami2_h span:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 5%;
  background: no-repeat 50%/cover url(../img/parts/line2.svg);
}

.fuchidori_h {
  margin: 0 0 20px;
  font-size: 34px;
  font-size: 2.125rem;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #0092E5;
  -webkit-text-stroke: 1px #005688;
  text-stroke: 1px #005688;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .fuchidori_h {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.fukidashi {
  position: relative;
  width: fit-content;
  margin: 0 auto 18px !important;
  padding: 4px 16px 12px 8px;
  color: #0092E5;
  font-weight: 600;
  border: 2px solid #0092E5;
  background-color: #ffffff;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #0092E5;
  background-color: #ffffff;
}

.fukidashi:after {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #0092E5;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  /* 背景色と同じ色を指定 */
}

@media screen and (max-width: 768px) {
  .fukidashi {
    padding: 4px 12px 10px 6px;
    font-size: 12px;
    font-size: 0.75rem;
  }

  .fukidashi:before {
    top: -4px;
  }
}

main h2 {
  font-family: "Zen Maru Gothic", serif;
}

main h3 {
  font-size: 34px;
  font-size: 2.125rem;
  color: #0092E5;
}

@media screen and (max-width: 768px) {
  main h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.header {
  z-index: 2;
}

section {
  position: relative;
}

section .wrap {
  position: relative;
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.photo_img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.photo_img:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.photo_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.line_box {
  background: repeating-linear-gradient(-45deg, #C6E2F8, #C6E2F8 12px, #DDEDFA 12px, #DDEDFA 24px);
  padding: 15px;
}

.line_box__inner {
  padding: 4%;
  background: #fff;
}

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

.dl_table dl {
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #0092E5;
  border-radius: 10px;
}

.dl_table dl:last-child {
  margin-bottom: 0;
}

.dl_table dt,
.dl_table dd {
  padding: 10px 1.5em;
  font-weight: 700;
}

.dl_table dt {
  display: flex;
  align-items: center;
  width: 10em;
  color: #fff;
  border-radius: 10px 0 0 10px;
  background: #0092E5;
}

.dl_table dd {
  width: calc(100% - 10em);
}

@media screen and (max-width: 768px) {
  .dl_table dl {
    flex-direction: column;
  }

  .dl_table dt {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }

  .dl_table dd {
    width: 100%;
  }
}

.fix_btn {
  right: 20px;
  bottom: 20px;
  width: 12vw;
  position: fixed;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fix_btn {
    width: 20vw;
  }
}

/*----------------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------------*/
.visual {
  position: relative;
  margin-bottom: 60px;
  padding: 0 0;
  background: no-repeat 50%/cover url(../img/parts/fv_bg.png) #C6E2F8;
}

.visual:before {
  display: block;
  content: "";
  padding-top: 51.4864864865%;
}

.visual:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  padding-top: 2.1621621622%;
  background: no-repeat 0/cover url(../img/parts/nami_bg.svg);
}

.visual h2 {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
  width: 50%;
}

.visual h2 img {
  width: 80%;
}

.visual .app_btn {
  position: absolute;
  bottom: 15vw;
  right: 15vw;
}

.visual .app_btn img {
  width: 10vw;
  max-width: 238px;
}

@media screen and (max-width: 768px) {
  .visual {
    background: no-repeat 50%/cover url(../img/parts/fv_bg_sp.png) #C6E2F8;
  }

  .visual:before {
    padding-top: 159.7333333333%;
  }

  .visual h2 {
    width: 100%;
    top: 46%;
  }

  .visual .app_btn {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
  }

  .visual .app_btn img {
    width: 35vw;
    max-width: 238px;
  }
}

.about {
  margin-bottom: 60px;
}

.about h2 {
  margin-bottom: 40px;
}

.about p {
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------
スタンプラリーの楽しみ方
----------------------------------------------------------------------*/
.flow .line_box {
  position: relative;
}

.flow .line_box .stamp {
  position: absolute;
  left: 2vw;
  top: -1vw;
  width: 8vw;
  background: no-repeat 50%/cover url(../img/icon/stamp.svg);
}

.flow .line_box .stamp:before {
  display: block;
  content: "";
  padding-top: 131.5384615385%;
}

.flow .line_box .camera {
  position: absolute;
  left: 2vw;
  bottom: 1vw;
  width: 13vw;
  max-width: 187px;
  background: no-repeat 50%/cover url(../img/icon/camera.svg);
}

.flow .line_box .camera:before {
  display: block;
  content: "";
  padding-top: 84.5%;
}

.flow .line_box .cycling {
  position: absolute;
  right: 0;
  bottom: -5vw;
  width: 19vw;
  z-index: 2;
  background: no-repeat 50%/cover url(../img/parts/cycling_illust.svg);
}

.flow .line_box .cycling:before {
  display: block;
  content: "";
  padding-top: 91%;
}

@media screen and (max-width: 768px) {
  .flow .line_box .stamp {
    left: -4vw;
    right: 0;
    top: -14vw;
    width: 22vw;
    margin: auto;
  }

  .flow .line_box .camera {
    bottom: -25vw;
    width: 30vw;
  }

  .flow .line_box .cycling {
    bottom: -35vw;
    width: 50vw;
  }

  .flow .line_box .line_box__inner {
    padding: 60px 20px 20px;
  }
}

.flow .col {
  margin-top: 40px;
  justify-content: space-between;
}

.flow figure {
  width: 35%;
  text-align: center;
}

.flow article {
  position: relative;
  width: 60%;
}

.flow article .map {
  position: absolute;
  right: -2vw;
  top: 38%;
  width: 17vw;
  max-width: 192px;
  background: no-repeat 50%/cover url(../img/icon/map.svg);
}

.flow article .map:before {
  display: block;
  content: "";
  padding-top: 81.5%;
}

@media screen and (max-width: 768px) {
  .flow article .map {
    top: 60%;
    width: 20vw;
  }
}

.flow article .stamp2 {
  position: absolute;
  right: -4vw;
  top: 70%;
  width: 17vw;
  max-width: 168px;
  background: no-repeat 50%/cover url(../img/icon/stamp2.svg);
}

.flow article .stamp2:before {
  display: block;
  content: "";
  padding-top: 69.5%;
}

@media screen and (max-width: 768px) {
  .flow article .stamp2 {
    top: 80%;
    width: 25vw;
  }
}

.flow article .btn_col a {
  display: inline-block;
}

.flow article .btn_col a:first-child {
  margin-right: 20px;
}

.flow dl {
  counter-reset: listnum;
}

.flow dl dt {
  margin-bottom: 12px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

.flow dl dt:before {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  counter-increment: listnum;
  content: counter(listnum);
  color: #FFF;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background: no-repeat 50%/cover url(../img/icon/circle.svg);
}

.flow dl dd {
  margin-bottom: 60px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.flow dl dd p {
  margin-bottom: 14px;
}

.flow dl dd img {
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .flow figure {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .flow article {
    width: 100%;
  }

  .flow .sp_text_c {
    margin-bottom: 20px;
    text-align: center;
  }

  .flow .btn_col {
    text-align: center;
  }

  .flow .btn_col a {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow .btn_col a img {
    width: 80%;
  }

  .flow dl dt {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .flow dl dd {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*----------------------------------------------------------------------
スタンプラリーのルールと景品
----------------------------------------------------------------------*/
#award_sec {
  position: relative;
  z-index: 1;
  margin-top: 160px;
  margin-bottom: 166px;
  padding: 80px 0 0;
  background: #EAF6FF;
}

@media screen and (max-width: 768px) {
  #award_sec {
    margin-top: 220px;
    padding-top: 120px;
  }
}

#award_sec:before {
  display: block;
  content: "";
  width: 100%;
  height: 11vw;
  position: absolute;
  top: -11vw;
  background: no-repeat 50%/cover url(../img/parts/nami_top.svg);
}

#award_sec:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10vw;
  width: 100%;
  height: auto;
  padding-top: 13vw;
  background: no-repeat 50%/cover url(../img/parts/nami_bottom.svg);
}

#award_sec .font_l {
  margin: 20px 0 40px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #005688;
}

@media screen and (max-width: 768px) {
  #award_sec .font_l {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 60px;
  }
}

#award_sec h2 {
  display: inline-block;
  position: relative;
}

#award_sec h2 .icon_present {
  position: absolute;
  left: -5vw;
  top: -1vw;
  width: 4vw;
  background: no-repeat 50%/cover url(../img/icon/present.svg);
}

#award_sec h2 .icon_present:before {
  display: block;
  content: "";
  padding-top: 116.9014084507%;
}

@media screen and (max-width: 768px) {
  #award_sec h2 .icon_present {
    width: 16vw;
    top: -20vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

#award_sec article {
  margin-bottom: 60px;
  padding: 4%;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #award_sec article {
    margin-bottom: 80px;
  }
}

#award_sec figure figcaption {
  margin-top: 12px;
  font-weight: 600;
}

#award_sec .award_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

#award_sec .award_area .award {
  margin-right: 20px;
}

#award_sec .award_area h3 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.4em 1.5em;
  font-size: min(2.1vw, 32px);
  color: #000;
  border-radius: 45px;
}

#award_sec .award_area p {
  font-size: min(1.6vw, 22px);
}

@media screen and (max-width: 768px) {
  #award_sec .award_area {
    margin-top: -60px;
    flex-direction: column;
    text-align: center;
  }

  #award_sec .award_area .award {
    margin: 0 0 20px;
  }

  #award_sec .award_area h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  #award_sec .award_area p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#award_sec .award_a h3 {
  background: #FFDA00;
}

#award_sec .award_b h3 {
  background: #DCD9D7;
}

#award_sec .award_c h3 {
  background: #C9A27C;
}

#award_sec .award_sp h3 {
  font-size: min(1.5vw, 24px);
  background: #EDD96C;
}

#award_sec .award_sp figure {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #award_sec .award_sp .award_area {
    margin-top: -60px;
    flex-direction: column;
    text-align: center;
  }

  #award_sec .award_sp .award_area h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#award_sec .award_p {
  padding: 4% 2%;
}

@media screen and (max-width: 768px) {
  #award_sec .award_p {
    padding: 4%;
  }
}

#award_sec .award_p .award {
  margin-bottom: 20px;
}

#award_sec .award_p .award+p {
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #award_sec .award_p .award {
    margin-top: -60px;
  }
}

#award_sec .award_p h4 {
  position: relative;
  margin-bottom: 12px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #0092E5;
  border-radius: 45px;
}

#award_sec .award_p h4 .p_fukidasi {
  position: absolute;
  left: 0;
  top: -23px;
  width: 84px;
  height: 37px;
  background: no-repeat 50%/cover url(../img/parts/all.svg);
}

#award_sec .award_p .item {
  margin-bottom: 30px;
}

#award_sec .award_p .item .col figure {
  width: 60px;
  margin-right: 15px;
}

#award_sec .award_p .item .col .text {
  width: calc(100% - 75px);
}

@media screen and (max-width: 768px) {
  #award_sec .award_p .item .col {
    align-items: center;
  }

  #award_sec .award_p .item .col figure {
    width: 30%;
    margin-right: 0;
  }

  #award_sec .award_p .item .col .text {
    width: 70%;
    padding-left: 15px;
  }
}

#award_sec .award_p .text h5 {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

#award_sec .award_p .text h5:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4em;
  background: #EDD96C;
}

#award_sec .award_p .text dt {
  font-weight: 600;
  color: #0092E5;
  font-weight: 600;
}

#award_sec .award_p .text dd {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #award_sec:before {
    height: 75px;
    top: -74px;
    background: no-repeat 50%/cover url(../img/parts/nami_top_sp.svg);
  }

  #award_sec:after {
    bottom: -75px;
    height: 75px;
    background: no-repeat 50%/cover url(../img/parts/nami_bottom_sp.svg);
  }

  #award_sec .wrap:before {
    left: auto;
    top: -185px;
  }
}

/*----------------------------------------------------------------------
チェックポイント
----------------------------------------------------------------------*/
.check_point {
  position: relative;
  margin-top: -200px;
  padding-top: 260px;
  padding-bottom: 60px;
  background: #D0E4FF;
}

.check_point__wrap {
  padding: 30px 4% 0;
}

.check_point h2 {
  display: inline-block;
  position: relative;
}

.check_point h2 .icon_map-pin {
  position: absolute;
  left: -5vw;
  top: -1vw;
  width: 4vw;
  background: no-repeat 50%/cover url(../img/icon/map_pin.svg);
}

.check_point h2 .icon_map-pin:before {
  display: block;
  content: "";
  padding-top: 110.2941176471%;
}

@media screen and (max-width: 768px) {
  .check_point h2 .icon_map-pin {
    left: 0;
    right: 0;
    top: -20vw;
    width: 16vw;
    margin: auto;
  }
}

.check_point h2 .icon_stamp {
  position: absolute;
  left: -8vw;
  top: -5vw;
  width: 7vw;
  background: no-repeat 50%/cover url(../img/icon/stamp3.svg);
}

.check_point h2 .icon_stamp:before {
  display: block;
  content: "";
  padding-top: 115%;
}

@media screen and (max-width: 768px) {
  .check_point h2 .icon_stamp {
    left: -5vw;
    right: 0;
    top: -20vw;
    width: 16vw;
    margin: auto;
  }
}

.check_point article {
  display: flex;
  flex-direction: column;
  padding: 2%;
  border-radius: 10px;
  background: #fff;
}

.check_point article figure {
  margin: 0 0 8px;
}

.check_point article h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
}

.check_point article p {
  margin: 0 0 16px;
}

.check_point article .btn_area {
  margin-top: auto;
}

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

.check_point .col_3 {
  margin-left: -4%;
}

.check_point .col_3>* {
  margin-left: 4%;
  margin-bottom: 4%;
  width: 29.33333%;
}

@media screen and (max-width: 768px) {
  .check_point .col_3 {
    margin-left: 0;
    margin-bottom: 80px;
  }

  .check_point .col_3>* {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.nav_icon.icon_insta a {
  box-sizing: content-box;
}

/*# sourceMappingURL=style.css.map */