@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel|Noto+Serif+TC:300,400,500");
a, abbr, acronym, address, article, aside, audio, b, basefont, bdi, bdo, big, blockquote, body, canvas, caption, center, cite, code, command, datalist, dd, del, details, dfn, dialog, dir, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, map, mark, menu, menuitem, meter, nav, noframes, noscript, object, ol, output, p, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, wbr {
  padding: 0;
  border: none;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  color: inherit;
  background-color: transparent;
}

article, aside, canvas, command, datalist, details, figcaption, figure, header, hgroup, main, nav, section, summary {
  display: block;
}

mark, output {
  display: inline-block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden], rp, template {
  display: none;
}

a {
  background: 0 0;
  cursor: pointer;
}

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

[disabled] {
  cursor: not-allowed;
}

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

svg:not(:root) {
  overflow: hidden;
}

*, :after, :before {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-family: sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

address, b, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, i, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

a, del, ins, s {
  text-decoration: none;
}

abbr, acronym {
  font-variant: normal;
  cursor: help;
}

abbr[title], acronym[title] {
  border-bottom: 1px dotted;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
  color: inherit;
  text-align: left;
  font: inherit;
}

table, td, th {
  table-layout: auto;
}

code, kbd, pre, samp, tt {
  font-size: 1em;
  font-family: monospace, sans-serif;
}

:link, :visited, a, address, cite, em, i, ins, s, u, var {
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

blockquote, caption, dd, div, dt, h1, h2, h3, h4, h5, h6, li, p, td, th {
  word-wrap: break-word;
}

caption, center, th {
  font-weight: 400;
  text-align: left;
}

listing, plaintext, xmp {
  font-family: inherit;
  white-space: normal;
}

embed, img, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

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

hr {
  height: 0;
}

pre {
  overflow: auto;
}

:focus {
  outline: 0;
}

button, datagrid, input, isindex, keygen, optgroup, select, textarea {
  line-height: 1;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  color: inherit;
  letter-spacing: 0;
  word-spacing: 0;
}

input, select {
  vertical-align: middle;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button {
  overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: none;
}

button, select {
  text-transform: none;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

html,
body {
  height: 100%;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Maru Gothic ProN", メイリオ, "ヒラギノ丸ゴ ProN W4", 微軟正黑體, Meiryo, "Droid Sans";
}

body.onload {
  opacity: 0;
}
body.stop-scroll {
  overflow: hidden;
}

#app {
  opacity: 1;
  transition: 1000ms ease;
  background: url("img/bg.png");
  position: relative;
}
#app.is-hide {
  opacity: 0;
  transition: initial;
}

div {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Maru Gothic ProN", メイリオ, "ヒラギノ丸ゴ ProN W4", 微軟正黑體, Meiryo, "Droid Sans";
}

main.container {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 30px;
  max-width: 1920px;
}
@media (min-width: 768px) {
  main.container {
    padding: 0px;
  }
}
@media (min-width: 1440px) {
  main.container {
    margin: 180px auto 0;
    padding: 0px;
  }
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  background-color: #5b5b5b;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.3s;
  pointer-events: all;
  opacity: 1;
  z-index: 1;
}
.scroll-to-top:hover {
  background-color: #707070;
}
.scroll-to-top::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
}
.scroll-to-top.off {
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

.embed {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.embed:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
}
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed_media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed_hide {
  display: none;
}

[v-cloak] {
  display: none;
}

.text-sub {
  vertical-align: super;
  font-size: smaller;
}

.header {
  position: relative;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 15;
}
.header .header_shadow {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 15px;
  bottom: 1px;
  z-index: 1;
  pointer-events: none;
  background: #fff;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.09);
}

.header_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1240px;
  padding: 15px 30px;
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .header_inner {
    padding: 0px 20px;
  }
}

.logo {
  max-width: 80px;
}

.menu {
  flex: 1 0 60%;
  display: none;
  max-width: calc(100% - 110px);
  color: #626262;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .menu {
    display: flex;
    align-items: center;
  }
}

.menu_list {
  display: flex;
  align-items: center;
  flex: 1 0 85%;
}

.menu_item {
  position: relative;
  flex: 1 1 auto;
  padding: 0 0.625rem;
}
.menu_item > .menu_link {
  background: #fff;
}
.menu_item.active .submenu_list {
  pointer-events: all;
  opacity: 1;
  top: 100%;
  z-index: 0;
}
.menu_item:last-child .menu_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_link {
  cursor: pointer;
  position: relative;
  display: block;
  padding: 20px 0;
  text-align: center;
  z-index: 1;
  letter-spacing: 2.1px;
  color: #002c63;
  font-weight: bold;
}
.menu_link:hover {
  transition: all 0.3s;
}

.menu_switch {
  display: block;
  position: fixed;
  right: 20px;
  width: 20px;
  height: 16px;
  background: none;
  border: none;
  top: 20px;
  z-index: 16;
}
@media (min-width: 992px) {
  .menu_switch {
    display: none;
  }
}
.menu_switch.on .menu_line {
  transition: top 0.3s, transform 0.3s 0.3s;
}
.menu_switch.on .menu_line:nth-child(1) {
  top: 50%;
  transform: rotate(30deg);
}
.menu_switch.on .menu_line:nth-child(2) {
  opacity: 0;
}
.menu_switch.on .menu_line:nth-child(3) {
  top: 50%;
  transform: rotate(-30deg);
}

.menu_line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #002c63;
  transition: top 0.3s 0.3s, transform 0.3s, opacity 0.3s 0.3s;
  left: 0;
}
.menu_line:nth-child(1) {
  top: 0;
  transform: rotate(0deg);
}
.menu_line:nth-child(2) {
  top: 50%;
  opacity: 1;
}
.menu_line:nth-child(3) {
  top: 100%;
  transform: rotate(0deg);
}

.menu_icon {
  max-width: 20px;
  width: 100%;
}
.menu_icon:last-child {
  max-width: 18px;
}

.submenu_list {
  pointer-events: none;
  display: none;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  transition: opacity 0.3s, top 0.3s;
  background: #eee;
  opacity: 0;
  z-index: -1;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .submenu_list {
    display: block;
  }
}

.submenu_item > .menu_link {
  padding: 15px 0;
  letter-spacing: 5.1px;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .submenu_item > .menu_link {
    display: block;
    font-size: 1rem;
  }
}
.submenu_item > .menu_link.active, .submenu_item > .menu_link:hover {
  background: #707070;
  color: #fff;
}

.social_list {
  flex: 1 0 15%;
  display: flex;
  justify-content: flex-end;
}

.menu_symbol {
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  padding: 0 3px;
  line-height: 1;
}

.social_icon {
  max-width: 32px;
  width: 100%;
}

div.sidemenu {
  position: fixed;
  top: 0;
  left: 0;
  right: -10px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  overflow-y: auto;
  transition: all 0.4s;
}
div.sidemenu.open {
  z-index: 14;
  opacity: 1;
  pointer-events: auto;
  right: 0;
}

nav.sidemenu {
  padding: 57px 30px 30px;
}
nav.sidemenu .social_list {
  justify-content: center;
}

.social_link {
  display: flex;
  align-items: center;
  color: #707070;
}

.social_item {
  display: block;
  margin: 0 10px;
}

.social_share {
  display: block;
  margin-left: 5px;
}

.sidemenu_list {
  text-align: center;
  margin: 20px 0 40px;
}

.sidemenu_item {
  margin-bottom: 10px;
}
.sidemenu_item > .sidemenu_link {
  color: #707070;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
  padding-bottom: 0;
}

.sidemenu_link {
  display: block;
  padding: 10px 0;
  text-align: center;
}

.second_list {
  margin-bottom: 10px;
}
.second_list .sidemenu_link {
  padding: 5px 0;
  color: #707070;
}
.second_list .sidemenu_link.active {
  background: #707070;
  color: #eee;
}

.section-kv {
  position: relative;
  z-index: 2;
  height: calc(100vh - 57px);
  height: calc(var(--vh, 1vh) * 100 - 57px);
  margin-top: 57px;
  padding: 0;
  max-width: initial;
}
@media (min-width: 992px) {
  .section-kv {
    height: calc(100vh - 64px);
    height: calc(var(--vh, 1vh) * 100 - 64px);
    margin-top: 64px;
    display: flex;
  }
}

.kv_link {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .kv_link {
    flex-wrap: wrap;
  }
}

.kv_left,
.kv_right {
  position: relative;
  height: 50%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .kv_left,
.kv_right {
    width: 50%;
    height: 100%;
  }
}
.kv_left:hover .kv_bg,
.kv_right:hover .kv_bg {
  transform: scale(1.1);
}

.kv_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.kv_left .kv_bg {
  background-image: url("img/outstanding.jpg");
}
.kv_right .kv_bg {
  background-image: url("img/diamond.jpg");
}

.kv_body {
  text-align: center;
  color: #fff;
}

.kv_note {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 10px;
}
@media (min-width: 768px) {
  .kv_note {
    font-size: 20px;
  }
}

.kv_title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-style: italic;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  padding: 0;
}
.kv_title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
@media (min-width: 768px) {
  .kv_title {
    font-size: 32px;
  }
}

.section-outstanding {
  padding: 60px 0 0;
}
@media (min-width: 768px) {
  .section-outstanding {
    padding: 140px 0 0;
  }
}
@media (min-width: 1440px) {
  .section-outstanding {
    padding: 180px 0 0;
  }
}
.section-outstanding .area_top {
  position: relative;
  margin-bottom: 80px;
  z-index: 5;
}
.section-outstanding .area_top:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 58.6458333333%;
  height: 133.6589698046%;
  background-color: rgba(224, 220, 160, 0.21);
  display: none;
}
@media (min-width: 992px) {
  .section-outstanding .area_top:after {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-outstanding .area_top {
    margin-bottom: 166px;
  }
}
.section-outstanding .area_bottom {
  position: relative;
  z-index: 5;
}

.section-diamond {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .section-diamond {
    padding: 140px 0;
  }
}
@media (min-width: 1440px) {
  .section-diamond {
    padding: 180px 0 160px;
  }
}
.section-diamond .area_top {
  position: relative;
  margin-bottom: 80px;
  z-index: 5;
}
.section-diamond .area_top:after {
  content: "";
  display: block;
  position: absolute;
  top: -86px;
  right: 0;
  width: 58.6458333333%;
  height: 112.6998223801%;
  background: rgba(159, 255, 161, 0.13);
  display: none;
}
@media (min-width: 768px) {
  .section-diamond .area_top:after {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-diamond .area_top {
    margin-bottom: 166px;
  }
}
.section-diamond .area_bottom {
  position: relative;
  z-index: 5;
}
.section-diamond .attention_wrap {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .section-diamond .attention_wrap {
    margin-bottom: 80px;
  }
}

.card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  box-shadow: 6.9px 11px 38px 0 rgba(85, 85, 85, 0.35);
  margin-bottom: 50px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto 50px;
}
@media (min-width: 992px) {
  .card {
    display: flex;
    max-width: initial;
    margin: inherit;
    width: 90.9375%;
    margin-bottom: 137px;
  }
}
.section-diamond .card {
  margin-left: auto;
}

.card_cover {
  width: 100%;
}
.card_cover::before {
  padding-top: 49.2214532872%;
}
@media (min-width: 992px) {
  .card_cover {
    width: 66.2084765178%;
  }
}
.card_cover .embed_media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
  order: 1;
}
@media (min-width: 992px) {
  .card_content {
    width: 33.7915234822%;
    padding: 0;
    order: 0;
  }
}
.section-outstanding .card_content {
  background: url("img/paris-bg.jpg") no-repeat center;
  background-size: cover;
}
.section-diamond .card_content {
  background: url("img/croatia-bg.jpg") no-repeat center;
  background-size: cover;
}

.card_title {
  font-style: italic;
  color: #484848;
  letter-spacing: 4.1px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 576px) {
  .card_title {
    font-size: 24px;
  }
}
.card_title .small {
  font-size: 12px;
  color: #b1b1b1;
  display: block;
  letter-spacing: 1.6px;
}
@media (min-width: 576px) {
  .card_title .small {
    font-size: 14px;
  }
}

.card_info {
  font-size: 24px;
  line-height: 1.56;
  letter-spacing: 4.5px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .card_info {
    font-size: 26px;
  }
}
.section-outstanding .card_info {
  color: #385c9b;
}
.section-diamond .card_info {
  color: #559c3c;
}

.card_tag {
  display: block;
  border-radius: 16.5px;
  line-height: 1.54;
  letter-spacing: 11px;
  color: #fff;
  padding-right: 19px;
  padding-left: 29px;
  margin-top: 1rem;
  font-size: 14px;
}
@media (min-width: 576px) {
  .card_tag {
    font-size: 16px;
  }
}
.section-outstanding .card_tag {
  background: #304c62;
}
.section-diamond .card_tag {
  background: #528805;
}

.video {
  position: relative;
  width: 100%;
  z-index: 1;
  max-width: 560px;
  margin: auto;
}
@media (min-width: 992px) {
  .video {
    width: 71.1458333333%;
    max-width: initial;
    margin: inherit;
  }
}
.section-diamond .video {
  margin-left: auto;
}

.video_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 6.9px 11px 38px 0 rgba(85, 85, 85, 0.35);
}
@media (min-width: 992px) {
  .video_wrap {
    display: flex;
    flex-wrap: nowrap;
  }
}

.video_info {
  display: flex;
  text-align: center;
  background: #fff;
  padding: 30px 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  order: 2;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 2.5px;
  min-height: 250px;
}
@media (min-width: 576px) {
  .video_info {
    padding: 30px 10px;
  }
}
@media (min-width: 992px) {
  .video_info {
    min-height: initial;
    width: 54.3191800878%;
    order: 0;
  }
}
.section-outstanding .video_info {
  color: #4d6da5;
  background: url("img/stamp-blue.png") no-repeat center #fff;
  background-size: 45%;
}
@media (min-width: 768px) {
  .section-outstanding .video_info {
    background-size: 35%;
  }
}
@media (min-width: 992px) {
  .section-outstanding .video_info {
    background-size: 45%;
  }
}
.section-diamond .video_info {
  color: #559c3c;
  background: url("img/stamp-green.png") no-repeat center #fff;
  background-size: 45%;
}
@media (min-width: 768px) {
  .section-diamond .video_info {
    background-size: 35%;
  }
}
@media (min-width: 992px) {
  .section-diamond .video_info {
    background-size: 45%;
  }
}

.video_media {
  width: 100%;
}
@media (min-width: 992px) {
  .video_media {
    width: 45.8272327965%;
  }
}

.rules_wrap,
.condition_wrap,
.rules_wrap,
.attention_wrap {
  max-width: 880px;
  margin: 0 auto 80px;
  color: #5b5b5b;
  font-weight: bold;
}
@media (min-width: 768px) {
  .rules_wrap,
.condition_wrap,
.rules_wrap,
.attention_wrap {
    margin: 0 auto 120px;
    padding: 0 30px;
  }
}

.section_subtitle {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-left: 40px;
}
@media (min-width: 576px) {
  .section_subtitle {
    margin-left: 50px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .section_subtitle {
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .section_subtitle {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .section_subtitle {
    margin-left: 30px;
  }
}
.section_subtitle:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -50px;
  top: -1px;
}
.section-diamond .section_subtitle {
  color: #98ce24;
}
.section-diamond .section_subtitle:after {
  background: url("img/green_icon.png") no-repeat center;
  background-size: cover;
}
.section-outstanding .section_subtitle {
  color: #ff653b;
}
.section-outstanding .section_subtitle:after {
  background: url("img/orange_icon.png") no-repeat center;
  background-size: cover;
}

.list {
  padding-left: 1.5rem;
  margin-bottom: 60px;
  line-height: 1.89;
  letter-spacing: 1.8px;
}
@media (min-width: 768px) {
  .list {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.list-num {
  list-style-type: decimal;
}

.list-item {
  padding: 5px 0;
}

.info_wrap {
  color: #838383;
  line-height: 2;
  letter-spacing: 1.7px;
  font-size: 14px;
}
.attention_wrap .info_wrap {
  line-height: 1.89;
  letter-spacing: 1.8px;
  font-size: 16px;
  color: #5b5b5b;
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .info_wrap {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.table-wrap {
  overflow-x: auto;
  width: 100%;
  margin: 0 auto 38px;
}
.condition_wrap .table-wrap {
  max-width: 546px;
}

.table-shadow.on {
  position: relative;
}
.table-shadow.on:after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 30px;
  height: 100%;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, white 100%);
}

.table {
  width: 100%;
  color: #5b5b5b;
}
.table thead {
  font-size: 17px;
}
.table tr {
  border: 1px solid #000;
}
.table td,
.table th {
  border: 1px solid #000;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: middle;
  padding: 9px 10px;
  font-weight: bold;
  background: #fff;
}
.table td.orange,
.table th.orange {
  background: #ffc9ab;
}
.table td.orange-darker,
.table th.orange-darker {
  background: #ffb400;
}
.table td.yellow,
.table th.yellow {
  background: #fffbb9;
}
.condition_wrap .table th {
  width: 50%;
}
.rules_wrap .table td {
  width: 33.333%;
  min-width: 180px;
}

.section-diamond,
.section-outstanding {
  position: relative;
}

.bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  padding: 0;
  display: none;
}
.bg:before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .bg {
    display: block;
  }
}

.bg_media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-opacity {
  opacity: 0.45;
}

.bg-love-01 {
  width: 9.3229166667%;
  min-width: 60px;
  right: 8.6979166667%;
  top: 23.7283236994%;
}
.bg-love-01:before {
  padding-top: 97.7653631285%;
}

.bg-flag {
  width: 10.5208333333%;
  left: 11.8229166667%;
  top: 49.710982659%;
}
.bg-flag:before {
  padding-top: 121.7821782178%;
}

.bg-photo-01 {
  width: 41.1458333333%;
  right: 0;
  top: 39.2196531792%;
}
.bg-photo-01:before {
  padding-top: 71.8987341772%;
}
@media (min-width: 992px) {
  .bg-photo-01 {
    top: 36%;
  }
}
@media (min-width: 1440px) {
  .bg-photo-01 {
    top: 39%;
  }
}

.bg-photo-02 {
  width: 32.5520833333%;
  left: 0;
  top: 63.4393063584%;
}
.bg-photo-02:before {
  padding-top: 74.56%;
}

.bg-love-02 {
  width: 10.15625%;
  right: 11.7708333333%;
  top: 63.7283236994%;
}
.bg-love-02:before {
  padding-top: 127.1794871795%;
}

.bg-camera {
  width: 19.3229166667%;
  right: 15.9895833333%;
  top: 77.5144508671%;
}
.bg-camera:before {
  padding-top: 66.576819407%;
}

.bg-bonjouz {
  width: 56.09375%;
  left: 0;
  top: 86.7630057803%;
}
.bg-bonjouz:before {
  padding-top: 51.5320334262%;
}

.bg-photo {
  width: 31.25%;
  right: 0;
  top: 44.0416666667%;
  min-width: 157px;
}
.bg-photo:before {
  padding-top: 109.1666666667%;
}
@media (min-width: 992px) {
  .bg-photo {
    top: 32%;
  }
}
@media (min-width: 1200px) {
  .bg-photo {
    top: 33%;
  }
}
@media (min-width: 1440px) {
  .bg-photo {
    top: 36%;
  }
}
@media (min-width: 1800px) {
  .bg-photo {
    top: 40%;
  }
}

.bg-bicycle {
  width: 24.53125%;
  left: 0;
  top: 42.8798095994%;
  min-width: 200px;
}
.bg-bicycle:before {
  padding-top: 127.3885350318%;
}

.bg-light {
  width: 19.21875%;
  right: 8.6979166667%;
  bottom: 0;
  min-width: 120px;
}
.bg-light:before {
  padding-top: 240.379403794%;
}

.bg-love {
  width: 10.1041666667%;
  left: 9.375%;
  bottom: 16.6666666667%;
  min-width: 64px;
}
.bg-love:before {
  padding-top: 124.2268041237%;
}

.footer {
  background: #D8D9D8;
  color: #707070;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Maru Gothic ProN", メイリオ, "ヒラギノ丸ゴ ProN W4", 微軟正黑體, Meiryo, "Droid Sans";
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

@media (min-width: 992px) {
  html.ie .header_shadow {
    bottom: -6px;
  }
}
html.ie .logo img {
  width: 80px;
}
html.ie .menu {
  flex: 1 0 1090px;
}
html.ie .area_top {
  width: 100%;
}
@media (min-width: 992px) {
  html.ie .card {
    max-width: 90.9375%;
  }
}
@media (min-width: 992px) {
  html.ie .video {
    max-width: 71.1458333333%;
  }
}
@media (min-width: 992px) {
  html.ie .video_info {
    min-height: auto;
  }
}
