@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/**
 # Foundation
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* reset for form */
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "游ゴシ?��?ク?��?", YuGothic, "游ゴシ?��?ク Medium", "Yu Gothic Medium", "游ゴシ?��?ク", "Yu Gothic", "メイリオ", sans-serif;
}

/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --main-color: #233F9C;
  --sub-color: #28B3E6;
  --cta-color: #837062;
  --accent-color: #FF0000;
}

:root {
  --font-serif: "游明朝?��?" , "Yu Mincho" , "游明朝" , "YuMincho" , "ヒラギノ�??���? Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "??��?��??��?�� ??��?��明朝" , "MS PMincho" , serif;
}

/*
	SASS Vars
---------------------------------------------------------------------------- */
body {
  color: #000;
  text-align: left;
  font-weight: normal;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

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

.smp {
  display: none !important;
}

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

/**
 # Layout
 */
/**
 # Objects -  Compornent -
 */
/**
 # Objects -  project -
 */
/**
 # Objects -  pages -
 */
/*--------------------------------------------------------------
    # _lp.scss
--------------------------------------------------------------*/
/*  Config
--------------------------------------------------------------*/

#travel-renewal .detail-common-link {
    width: 960px;
    margin: 0 auto 40px;
}

body {
  min-width: auto;
}

.award2025 {
  font-family: 'Noto Sans JP', YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif,-apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
}

.award2025c--button__wrap {
  text-align: center;
}

.award2025c--button {
  box-sizing: border-box;
  width: 210px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--main-color);
  background-color: #FFF;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.award2025c--button:link {
  text-decoration: none;
}

.award2025c--button:visited {
  text-decoration: none;
}

.award2025c--button:hover {
  text-decoration: none;
  filter: drop-shadow(0px 0px 5px rgba(1, 44, 131, 0.6));
}

.award2025c--button span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.award2025c--button i {
  width: 6.0px;
  height: 10px;
  background-image: url(../images/icon__arrow01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 25px;
}

.award2025c--button.icon__under i {
  transform: rotate(90deg);
}

.c--titlebox {
  width: 100%;
  min-height: 265px;
  border-top: 2px solid var(--main-color);
  margin: 0 0 95px;
}

.c--titlebox__inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  padding: 70px 0 0;
}

.c--titlebox--main {
  position: relative;
}

.c--titlebox-figure {
  position: absolute;
}

.c--titlebox-figure img {
  width: 100%;
  vertical-align: bottom;
}

.c--titlebox--sub {
  text-align: center;
  margin: 0 0 25px;
}

.c--titlebox--sub span {
  font-size: 16px;
  line-height: 1.0;
  letter-spacing: 0.1em;
  color: #FFF;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  background-color: var(--main-color);
  padding: 2.5px;
}

.c--titlebox--maintitle {
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-weight: 400;
  display: inline-block;
  background-color: #FFF;
  line-height: 1.0;
  padding: 3.5px 2.0px;
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .award2025c--button {
    width: 50.66667vw;
    height: 9.33333vw;
    border-radius: 5.33333vw;
  }
  .award2025c--button span {
    font-size: 4.26667vw;
  }
  .award2025c--button i {
    width: 1.6vw;
    height: 2.66667vw;
    right: 5.33333vw;
  }
  .c--titlebox {
    width: auto;
    min-height: 70.66667vw;
    border-top: 0.53333vw solid var(--main-color);
    margin: 0 0 13.33333vw;
  }
  .c--titlebox__inner {
    padding: 13.33333vw 0 0;
  }
  .c--titlebox--main {
    position: relative;
    text-align: center;
  }
  .c--titlebox--sub {
    font-size: 3.73333vw;
    margin: 0 0 5.33333vw;
    text-align: center;
  }
  .c--titlebox--maintitle {
    letter-spacing: 0.1em;
    color: var(--main-color);
    font-weight: 400;
    display: inline;
    background-color: #FFF;
    line-height: 2.0;
    padding: 0;
    font-size: 6.93333vw;
  }
}

/*  Top[MV]
--------------------------------------------------------------*/
.award2025t--mv {
  max-width: 1200px;
  margin: 0 auto;
}

.award2025t--mv img {
  width: 100%;
  vertical-align: bottom;
}

.award2025t--overview {
  background-color: #E8F97B;
  padding: 70px 32px 50px;
}

.award2025t--overview__inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.award2025t--overview-catch {
  width: 44.87179%;
}

.award2025t--overview-catch span {
  display: inline-block;
  background-color: #FFF;
  line-height: 1.0;
  padding: 3.5px 2.0px;
  font-size: 32px;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: var(--main-color);
}

.award2025t--overview-catch span:last-child {
  margin: 0;
}

.award2025t--overview-content {
  width: 50%;
}

.award2025t--overview-content p {
  color: var(--main-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.award2025t--overview .award2025c--button {
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .award2025t--mv {
    max-width: initial;
    background-color: #F3F4ED;
  }
  .award2025t--overview {
    background-color: #E8F97B;
    padding: 8vw 5.33333vw 10.66667vw;
  }
  .award2025t--overview__inner {
    max-width: initial;
    margin: 0 auto;
    display: block;
  }
  .award2025t--overview-catch {
    width: auto;
    margin: 0 0 8vw;
  }
  .award2025t--overview-catch span {
    padding: 0.66667vw;
    font-size: 7.46667vw;
    margin: 0 0 5.33333vw;
  }
  .award2025t--overview-content {
    width: auto;
  }
  .award2025t--overview-content p {
    font-size: 4.26667vw;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .award2025t--overview .award2025c--button {
    margin: 5.33333vw auto 0;
  }
}

/*  Top[Trend]
--------------------------------------------------------------*/
.award2025t--trend {
  background-color: #F9F8D4;
}

.award2025c--trend--title {
  background-image: url(../images/trend__title__bg.png);
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
}

.award2025c--trend--title .trend--title-fig01 {
  width: 78px;
  left: -70px;
  top: -30px;
}

.award2025c--trend--title .trend--title-fig02 {
  width: 102px;
  right: -110px;
  top: 20px;
}

.award2025t--trend__wrap {
  position: relative;
  padding: 0 32px 0;
}

.award2025t--trend__inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.award2025t--trend-box {
  margin: 0 0 100px;
}

.award2025t--trend-box__inner {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}

.award2025t--trend-box-images {
  width: 51.85185%;
  position: relative;
}

.award2025t--trend-box-images img {
  width: 100%;
  vertical-align: bottom;
  border: 2px solid var(--main-color);
  border-radius: 12px;
}

.award2025t--trend-box-content {
  width: 44.44444%;
}

.award2025t--trend-box-content-sub {
  background-color: #DF6B53;
  display: inline-block;
  padding: 2.5px 2.5px;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}

.award2025t--trend-box-content-maintitle {
  margin: 0 0 20px;
}

.award2025t--trend-box-content-maintitle span {
  background-color: #FFF;
  display: inline-block;
  padding: 2.5px 2.5px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--main-color);
}

.award2025t--trend-box-content-text {
  width: auto;
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 40px;
}

.award2025t--trend-box-content-profile {
  display: flex;
  justify-content: space-between;
}

.award2025t--trend-box-content-profile-images {
  width: 27.08333%;
}

.award2025t--trend-box-content-profile-images img {
  width: 100%;
  vertical-align: bottom;
  border: 2px solid var(--main-color);
  border-radius: 50%;
}

.award2025t--trend-box-content-profile-comment {
  width: 69.79167%;
  border: 2px solid var(--main-color);
  background-color: #FFF;
  border-radius: 10px;
}

.award2025t--trend-box-content-profile-comment__inner {
  padding: 20px;
}

.award2025t--trend-box-content-profile-comment__inner p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.85714;
  font-weight: 400;
  color: var(--main-color);
}

.award2025t--trend-box-content-profile-name {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 30px;
  background-color: #DF6B53;
  border-radius: 15px;
  z-index: 10;
  color: #FFF;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: -15px 0 0;
}

.award2025t--trend-box .award2025c--button {
  margin: 30px 0 0 auto;
}

.award2025t--trend-box.rightphoto .award2025t--trend-box-images {
  order: 2;
  margin: 0;
}

.award2025t--trend-box.rightphoto .award2025t--trend-box-content {
  order: 1;
}

.award2025t--trend-box.rightphoto .award2025c--button {
  margin: 30px auto 0 0;
}

.award2025t--trend-box.rightphoto .award2025t--trend-box__inner {
  margin: 0 0 0 auto;
}

.award2025t--trend-illust {
  max-width: 1120px;
  margin: 0 auto;
}

.award2025t--trend-illust__wrap {
  padding: 0 32px 100px;
}

.award2025t--trend-illust img {
  width: 100%;
  vertical-align: bottom;
}

.award2025c--trend__wrap {
  position: relative;
  padding: 0 0 100px;
}

.award2025c--trend__inner {
  max-width: 960px;
  margin: 0 auto;
}

.award2025c--trend-list {
  display: flex;
  flex-wrap: wrap;
}

.award2025c--trend-list > li {
  width: 31.25%;
  margin: 0 3.125% 0 0;
}

.award2025c--trend-list > li:nth-child(3n) {
  margin: 0;
}

.award2025c--trend-box > a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}

.award2025c--trend-box > a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.award2025c--trend-box-images {
  position: relative;
  margin: 0 0 25px;
}

.award2025c--trend-box-images img {
  width: 100%;
  vertical-align: bottom;
  border: 2px solid var(--main-color);
  border-radius: 10px;
}

.award2025c--trend-box-num {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  padding: 2.5px;
  background-color: #F36050;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.award2025c--trend-box-title {
  margin: 0 0 15px;
}

.award2025c--trend-box-title span {
  display: inline;
  background-color: #FFF;
  padding: 2.5px;
  color: var(--main-color);
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2.0;
}

.award2025c--trend-box-comment {
  border: 2px solid var(--main-color);
  border-radius: 10px;
  background-color: #FFF;
}

.award2025c--trend-box-comment__inner {
  padding: 20px 20px 40px;
}

.award2025c--trend-box-comment__inner p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.71429;
}

.award2025c--trend-box-name {
  background-color: #F0624B;
  max-width: 150px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 5.5px 20px;
  border-radius: 20px;
  margin: -20px auto 0;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .award2025c--trend--title .trend--title-fig01 {
    width: 13.86667vw;
    left: -14.66vw;
    top: -6.66vw;
  }
  .award2025c--trend--title .trend--title-fig02 {
    width: 17.06667vw;
    right: -18.46vw;
    top: 6.66vw;
  }
  .award2025t--trend__wrap {
    position: relative;
    padding: 0 5.33333vw;
  }
  .award2025t--trend__inner {
    max-width: initial;
  }
  .award2025t--trend-box {
    margin: 0 0 16vw;
  }
  .award2025t--trend-box__inner {
    max-width: initial;
    display: flex;
    flex-flow: column;
  }
  .award2025t--trend-box-images {
    order: 1;
    width: auto;
    position: relative;
    margin: 0 0 5.33333vw;
  }
  .award2025t--trend-box-images img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 3.2vw;
  }
  .award2025t--trend-box-content {
    width: auto;
    order: 2;
  }
  .award2025t--trend-box-content-sub {
    padding: 0.66667vw;
    font-size: 3.73333vw;
    margin: 0 0 5.33333vw;
  }
  .award2025t--trend-box-content-maintitle {
    margin: 0 0 5.33333vw;
  }
  .award2025t--trend-box-content-maintitle span {
    display: inline;
    padding: 0;
    line-height: 2.0;
    font-size: 6.93333vw;
  }
  .award2025t--trend-box-content-text {
    font-size: 4vw;
    margin: 0 0 8vw;
  }
  .award2025t--trend-box-content-profile-comment {
    border-radius: 2.66667vw;
  }
  .award2025t--trend-box-content-profile-comment__inner {
    padding: 4vw;
  }
  .award2025t--trend-box-content-profile-comment__inner p {
    font-size: 3.2vw;
  }
  .award2025t--trend-box-content-profile-name {
    width: 26.66667vw;
    height: 8vw;
    border-radius: 4vw;
    font-size: 2.93333vw;
    margin: -2.66vw 0 0;
  }
  .award2025t--trend-box .award2025c--button {
    margin: 8vw auto 0;
  }
  .award2025t--trend-box.rightphoto .award2025t--trend-box-images {
    order: 1;
    margin: 0 0 5.33333vw;
  }
  .award2025t--trend-box.rightphoto .award2025t--trend-box-content {
    order: 2;
  }
  .award2025t--trend-box.rightphoto .award2025c--button {
    margin: 8vw auto 0;
  }
  .award2025t--trend-box.rightphoto .award2025t--trend-box__inner {
    margin: 0 0 0 auto;
  }
  .award2025t--trend-illust {
    max-width: initial;
  }
  .award2025t--trend-illust__wrap {
    padding: 0 0 10.66667vw;
  }
  .award2025t--trend-illust img {
    width: 100%;
    vertical-align: bottom;
  }
  .award2025t--trend-illust picture {
    display: block;
  }
  .award2025c--trend__wrap {
    position: relative;
    padding: 0 5.33333vw 13.33333vw;
  }
  .award2025c--trend__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .award2025c--trend-list {
    display: block;
  }
  .award2025c--trend-list > li {
    width: auto;
    margin: 0 0 13.33333vw;
  }
  .award2025c--trend-list > li:nth-child(3n) {
    margin: 0 0 13.33333vw;
  }
  .award2025c--trend-box > a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all  0.6s ease;
  }
  .award2025c--trend-box > a:link {
    text-decoration: none;
  }
  .award2025c--trend-box > a:visited {
    text-decoration: none;
  }
  .award2025c--trend-box > a:hover {
    text-decoration: none;
    opacity: 0.45;
  }
  .award2025c--trend-box-images {
    margin: 0 0 6.66667vw;
  }
  .award2025c--trend-box-images img {
    width: 100%;
    vertical-align: bottom;
    border: 2px solid var(--main-color);
    border-radius: 2.66667vw;
  }
  .award2025c--trend-box-num {
    bottom: -2.66vw;
    padding: 0.66667vw;
    font-size: 3.46667vw;
  }
  .award2025c--trend-box-title {
    margin: 0 0 4vw;
  }
  .award2025c--trend-box-title span {
    display: inline;
    padding: 0.66667vw;
    font-size: 6.4vw;
  }
  .award2025c--trend-box-comment {
    width: 74.66667vw;
    margin: 0 auto;
    border-radius: 2.66667vw;
  }
  .award2025c--trend-box-comment__inner {
    padding: 4vw 4vw 10.66667vw;
  }
  .award2025c--trend-box-comment__inner p {
    font-size: 3.2vw;
  }
  .award2025c--trend-box-name {
    /* max-width: 32vw; */
    color: #FFF;
    font-size: 3.73333vw;
    letter-spacing: 0.1em;
    padding: 1.33333vw 5.33333vw;
    border-radius: 5.33333vw;
    margin: -3.66vw auto 0;
  }
}

/*  Top[Theme]
--------------------------------------------------------------*/
.award2025t--theme {
  background-color: #F3F4ED;
}

.award2025c--theme--title {
  background-image: url(../images/theme__title__bg.png);
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
}

.award2025c--theme--title .theme--title-fig01 {
  width: 82px;
  right: -70px;
  top: -40px;
}

.award2025c--theme--title .theme--title-fig02 {
  width: 93px;
  left: -100px;
  top: 20px;
}

.award2025t--theme__wrap {
  padding: 0 32px;
}

.award2025t--theme__inner {
  max-width: 960px;
  margin: 0 auto;
}

.award2025t--theme-list {
  display: flex;
  flex-wrap: wrap;
}

.award2025t--theme-list > li {
  width: 30.20833%;
  margin: 0 4.6875% 80px 0;
}

.award2025t--theme-list > li:nth-child(3n) {
  margin: 0 0 60px 0;
}

.award2025t--theme-list > li > a {
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
  padding: 80px 0 0;
}

.award2025t--theme-list > li > a:link {
  color: var(--main-color);
  text-decoration: none;
}

.award2025t--theme-list > li > a:visited {
  color: var(--main-color);
  text-decoration: none;
}

.award2025t--theme-list > li > a:hover {
  text-decoration: none;
  opacity: 0.45;
}

.award2025t--theme-list > li > span {
  display: block;
  padding: 80px 0 0;
  color: var(--main-color);
}

.award2025t--theme-box-figure {
  margin: 0 0 20px;
}

.award2025t--theme-box-figure img {
  width: 100%;
  vertical-align: bottom;
}

.award2025t--theme-box {
  position: relative;
}

.award2025t--theme-box-date {
  position: absolute;
  display: block;
  top: 0;
  padding: 2.5px;
  background-color: #45C7C2;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.award2025t--theme-box-title {
  position: absolute;
  display: block;
  top: 30px;
}

.award2025t--theme-box-title span {
  background-color: #FFF;
  letter-spacing: 0.1em;
  color: var(--main-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.8;
}

.award2025t--theme-box-comment {
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  border-radius: 10px;
  background-color: #FFF;
}

.award2025t--theme-box-comment__inner {
  padding: 15px 15px 25px;
}

.award2025t--theme-box-comment__inner p {
  font-size: 14px;
  line-height: 1.85714;
}

.award2025t--theme-box-name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: -15px auto 0;
}

.award2025t--theme-box-name span {
  background-color: #46C7C2;
  padding: 3.5px 20px;
  border-radius: 15px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .award2025c--theme--title .theme--title-fig01 {
    width: 14.93333vw;
    right: -6.33vw;
    top: 5.33vw;
  }
  .award2025c--theme--title .theme--title-fig02 {
    width: 14.93333vw;
    left: -8.66vw;
    top: 20.66vw;
  }
  .award2025t--theme__wrap {
    padding: 0 5.33333vw;
  }
  .award2025t--theme__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .award2025t--theme-list {
    display: block;
    width: 69.33333vw;
    margin: 0 auto;
    padding: 0 0 16vw;
  }
  .award2025t--theme-list > li {
    width: auto;
    margin: 0 0 10.66667vw;
  }
  .award2025t--theme-list > li:nth-child(3n) {
    margin: 0 0 10.66667vw;
  }
  .award2025t--theme-list > li:last-child {
    margin: 0;
  }
  .award2025t--theme-list > li > a {
    padding: 21.33333vw 0 0;
  }
  .award2025t--theme-box-figure {
    margin: 0 0 5.33333vw;
  }
  .award2025t--theme-box-date {
    padding: 0.66667vw;
    font-size: 3.46667vw;
  }
  .award2025t--theme-box-title {
    top: 6.66667vw;
  }
  .award2025t--theme-box-title span {
    font-size: 6.93333vw;
  }
  .award2025t--theme-box-comment {
    border-radius: 2.66667vw;
  }
  .award2025t--theme-box-comment__inner {
    padding: 4vw 4vw 6.66667vw;
  }
  .award2025t--theme-box-comment__inner p {
    font-size: 3.46667vw;
  }
  .award2025t--theme-box-name {
    height: 8vw;
    margin: -3.96vw auto 0;
  }
  .award2025t--theme-box-name span {
    background-color: #46C7C2;
    padding: 2vw 5.33333vw;
    border-radius: 4vw;
    font-size: 3.46667vw;
  }
}

/*  Top[Profile]
--------------------------------------------------------------*/
.award2025t--profile--illust {
  background-color: #F3F4ED;
}

.award2025t--profile--illust img {
  width: 100%;
  vertical-align: bottom;
}

.award2025t--profile__wrap {
  background-color: #E5D8C1;
  padding: 45px 0 0;
}

.award2025c--profile--title {
  background-image: url(../images/profile__title__bg.png);
  background-repeat: repeat;
  background-position: center;
  border: none;
}

.award2025c--profile--title .profile--title-fig01 {
  width: 97px;
  right: -125px;
  top: -20px;
}

.award2025c--profile--title .profile--title-fig02 {
  width: 82px;
  left: -120px;
  top: 70px;
}

.award2025c--profile--title .profile--title-fig03 {
  width: 102px;
  right: -130px;
  top: 0;
}

.award2025c--profile-numbing {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #D440EF;
  padding: 2.5px;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
}

.award2025c--profile-post {
  font-size: 14px;
  font-weight: 400;
  color: var(--main-color);
  letter-spacing: 0.1em;
  display: block;
  margin: 0 0 30px;
}

.award2025c--profile-kana {
  font-size: 14px;
  font-weight: 600;
  color: #D440EF;
  letter-spacing: 0.1em;
  display: block;
  margin: 0 0 15px;
}

.award2025c--profile-name {
  font-size: 26px;
  font-weight: 400;
  color: var(--main-color);
  letter-spacing: 0.1em;
  display: inline;
  padding: 2.5px;
  background-color: #FFF;
  line-height: 2.0;
}

.award2025c--profile-text {
  margin: 25px 0 0;
  color: var(--main-color);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.85714;
}

.award2025c--profile-text-2 {
  margin: 25px 0 0;
  color: var(--main-color);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.85714;
}

.award2025c--profile-text-3 {
  margin: 25px 0 0;
  color: var(--main-color);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 1.85714;
}

.award2025c--profile-single {
  padding: 0 0 100px;
}

.award2025c--profile-single__inner {
  max-width: 780px;
  margin: 0 auto;
}

.award2025c--profile-single-box {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  align-items: flex-start;
}

.award2025c--profile-single-photo {
  width: 34.375%;
  position: relative;
  padding: 10px;
}

.award2025c--profile-single-photo img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 16px;
}

.award2025c--profile-single-photo:before {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/frame__c01__upper.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 220 / 38;
}

.award2025c--profile-single-photo:after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/frame__c01__under.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 220 / 38;
}

.award2025c--profile-single-content {
  width: 57.03125%;
}

.award2025c--profile-primary {
  padding: 0 32px 100px;
}

.award2025c--profile-primary__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.award2025c--profile-primary-box {
  width: 44.79167%;
}

.award2025c--profile-primary-photo {
  position: relative;
  padding: 10px;
  margin: 0 0 30px;
}

.award2025c--profile-primary-photo img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 16px;
}

.award2025c--profile-primary-photo:before {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/profile__frame__primary__upper.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 430 / 38;
}

.award2025c--profile-primary-photo:after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/profile__frame__primary__under.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 430 / 38;
}

.award2025c--profile-secondry {
  padding: 0 32px;
}

.award2025c--profile-secondry__inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.award2025c--profile-secondry-box {
  width: 23.4375%;
  margin: 0 2.08333% 60px 0;
}

.award2025c--profile-secondry-box:nth-child(4n) {
  margin: 0 0 60px 0;
}

.award2025c--profile-secondry-box .award2025c--profile-numbing {
  top: 30px;
}

.award2025c--profile-secondry-photo {
  position: relative;
  padding: 10px;
  margin: 0 0 30px;
}

.award2025c--profile-secondry-photo img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 16px;
}

.award2025c--profile-secondry-photo:before {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/profile__frame__secondry__upper.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 451 / 77;
}

.award2025c--profile-secondry-photo:after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/profile__frame__secondry__under.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 451 / 77;
}

@media screen and (max-width: 768px) {
  .award2025t--profile--illust img {
    width: 100%;
    vertical-align: bottom;
    position: relative;
    top: 1.33333vw;
  }
  .award2025t--profile__wrap {
    padding: 12vw 0 0;
  }
  .award2025c--profile--title {
    min-height: 53.33333vw;
    border: none;
    overflow: hidden;
  }
  .award2025c--profile--title .profile--title-fig01 {
    width: 17.06667vw;
    right: -20.66vw;
    top: -6.46vw;
  }
  .award2025c--profile--title .profile--title-fig02 {
    width: 14.4vw;
    left: -20.66vw;
    top: 18.46vw;
  }
  .award2025c--profile--title .profile--title-fig03 {
    width: 13.33333vw;
    right: -10.66vw;
    top: 14.66vw;
  }
  .award2025c--profile-numbing {
    top: 8vw;
    padding: 0.66667vw;
    font-size: 3.46667vw;
  }
  .award2025c--profile-post {
    font-size: 3.46667vw;
    margin: 0 0 5.33333vw;
    line-height: 1.25;
  }
  .award2025c--profile-kana {
    font-size: 3.46667vw;
    margin: 0 0 2.66667vw;
  }
  .award2025c--profile-name {
    font-size: 6.93333vw;
    padding: 0.66667vw;
  }
  .award2025c--profile-text {
    margin: 5.33333vw 0 0;
    font-size: 3.46667vw;
  }

  .award2025c--profile-text-2 {
    margin: 19.33333vw 0 0;
    font-size: 3.46667vw;
    order: 10; 
    width: 94vw; 
    margin-left: calc(-5vw - 40vw - 3vw); 
  }

  .award2025c--profile-text-3 {
    margin: 4.33333vw 0 0;
    font-size: 3.46667vw;
    order: 10; 
    width: 94vw; 
    margin-left: calc(-5vw - 40vw - 3vw); 
  }  

  .award2025c--profile-single {
    padding: 0 0 13.33333vw;
  }
  .award2025c--profile-single__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .award2025c--profile-single-box {
    display: flex;
    justify-content: space-between;
    max-width: initial;
    align-items: flex-start;
  }
  .award2025c--profile-single-photo {
    width: 40vw;
    position: relative;
    padding: 2.66667vw;
  }
  .award2025c--profile-single-photo img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 4.26667vw;
  }
  .award2025c--profile-single-photo:before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/frame__c01__upper.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 220 / 38;
  }
  .award2025c--profile-single-photo:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/frame__c01__under.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 220 / 38;
  }
  .award2025c--profile-single-content {
    width: 44vw;
  }
  .award2025c--profile-primary {
    padding: 0 5.33333vw 2.66667vw;
  }
  .award2025c--profile-primary__inner {
    max-width: initial;
    display: block;
  }
  .award2025c--profile-primary-box {
    width: auto;
    margin: 0 0 10.66667vw;
  }
  .award2025c--profile-primary-photo {
    position: relative;
    padding: 2.66667vw;
    margin: 0 0 5.33333vw;
  }
  .award2025c--profile-primary-photo img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 4.26667vw;
  }
  .award2025c--profile-primary-photo:before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/profile__frame__primary__upper.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 430 / 38;
  }
  .award2025c--profile-primary-photo:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/profile__frame__primary__under.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 430 / 38;
  }
  .award2025c--profile-secondry {
    padding: 0 5.33333vw;
  }
  .award2025c--profile-secondry__inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .award2025c--profile-secondry-box {
    width: 40.53333vw;
    margin: 0 8.26667vw 10.66667vw 0;
  }
  .award2025c--profile-secondry-box:nth-child(4n) {
    margin: 0 8.26667vw 10.66667vw 0;
  }
  .award2025c--profile-secondry-box:nth-child(2n) {
    margin: 0 0 10.66667vw;
  }
  .award2025c--profile-secondry-box .award2025c--profile-numbing {
    top: 4vw;
  }
  .award2025c--profile-secondry-box .award2025c--profile-name {
    font-size: 4.8vw;
  }
  .award2025c--profile-secondry-box .award2025c--profile-text {
    font-size: 3.2vw;
  }
  .award2025c--profile-secondry-photo {
    position: relative;
    padding: 10px;
    margin: 0 0 8vw;
  }
  .award2025c--profile-secondry-photo img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 16px;
  }
  .award2025c--profile-secondry-photo:before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/profile__frame__secondry__upper.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 451 / 77;
  }
  .award2025c--profile-secondry-photo:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/profile__frame__secondry__under.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 451 / 77;
  }
}

/*  Common[Banner]
--------------------------------------------------------------*/
.award2025c--banner {
  padding: 150px 32px;
  background-color: #E5D8C1;
}

.award2025c--banner__inner {
  max-width: 800px;
  margin: 0 auto;
}

.award2025c--banner__inner img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .award2025c--banner {
    padding: 13.33333vw 5.33333vw;
    background-color: #E5D8C1;
  }
  .award2025c--banner__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .award2025c--banner__inner img {
    width: 100%;
    vertical-align: bottom;
  }
}

/*--------------------------------------------------------------
    # _detail.scss
--------------------------------------------------------------*/
/*  Config
--------------------------------------------------------------*/
.award2025article__wrap {
  position: relative;
  padding: 70px 32px 110px;
}

.award2025article__inner {
  max-width: 760px;
  margin: 0 auto;
}

.award2025article h2 {
  margin: 0 0 40px;
  text-align: center;
}

.award2025article h2 span {
  display: inline;
  background-color: #FFF;
  padding: 2.5px;
  letter-spacing: 0.1em;
  font-size: 32px;
  color: var(--main-color);
  font-weight: 400;
  line-height: 2.0;
}

.award2025article p {
  margin: 0 0 30px;
  color: var(--main-color);
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: 0.08em;
}

.award2025article img.normal__images {
  max-width: 100%;
  display: block;
  margin: 0 0 50px;
}

.award2025article--shotelblock {
  margin: 0 0 50px;
}

.award2025article--shotelblock__wrap {
  border: 2px solid var(--main-color);
  border-radius: 10px;
  background-color: #FFF;
}

.award2025article--shotelblock__inner {
  padding: 30px 30px 40px;
}

.award2025article--shotelblock p {
  font-size: 14px;
}

.award2025article--shotelblock p:last-child {
  margin: 0;
}

.award2025article--photelblock {
  margin: 0 0 100px;
}

.award2025article--photelblock__wrap {
  border: 2px solid var(--main-color);
  border-radius: 10px;
  background-color: #FFF;
}

.award2025article--photelblock__inner {
  padding: 30px 30px 40px;
  display: flex;
  justify-content: space-between;
}

.award2025article--photelblock-content {
  width: 65.71429%;
}

.award2025article--photelblock-photo {
  width: 28.57143%;
}

.award2025article--photelblock-photo img {
  width: 100%;
  vertical-align: bottom;
}

.award2025article--photelblock-photo figcaption {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #333;
  padding: 0px;
}

.award2025article--photelblock p {
  font-size: 14px;
}

.award2025article--photelblock p:last-child {
  margin: 0;
}

.award2025article .rhotel-box {
  display: flex;
  justify-content: space-between;
}

.award2025article .rhotel-box__wrap {
  margin: 0 0 70px;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(35, 63, 156, 0.25);
}

.award2025article .rhotel-box__wrap:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.award2025article .rhotel-box-content {
  width: 65.71429%;
}

.award2025article .rhotel-box-photo {
  width: 28.57143%;
}

.award2025article .rhotel-box-photo img {
  width: 100%;
  vertical-align: bottom;
}

.award2025article .rhotel-box-buttonlist {
  display: flex;
  justify-content: center;
}

.award2025article .rhotel-box-buttonlist > li {
  margin: 0 15px 0 0;
}

.award2025article .rhotel-box-buttonlist > li:last-child {
  margin: 0;
}

.award2025article .hotelblock-area {
  background-color: #000;
  display: inline-block;
  margin: 0 0 10px;
  color: #FFF;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding: 2.5px;
  font-weight: 400;
}

.award2025article .hotelblock-title {
  color: var(--main-color);
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.award2025article .hotelblock-title.big__title {
  font-size: 32px;
}

.award2025article .hotelblock-pref {
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}

.award2025article .hotel__detail,
.award2025article .hotel__recommend {
  margin: -15px auto 0;
  width: 280px;
}

.award2025article .rhotel__detail {
  width: 280px;
}

.award2025article .go__top {
  width: 290px;
  margin: 0 auto;
  background-color: var(--main-color);
}

.award2025article .go__top span {
  color: #FFF;
}

.award2025article .go__top i {
  background-image: url(../images/icon__arrow02.svg);
}

.award2025article .sp--recommend {
  margin: 0 0 5px;
  text-align: center;
}

.award2025article .sp--recommend span {
  color: #FFF;
  background-color: #000;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 2.5px;
}

.award2025article--rhotelblock {
  position: relative;
  margin: 0 0 60px;
  padding: 40px 30px;
}

.award2025article--rhotelblock:before {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/frame__c__upper.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 760 / 38;
}

.award2025article--rhotelblock:after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/frame__c__under.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 760 / 38;
}

.ex--images {
  margin: 0 0 50px;
}

.ex--images img {
  width: 100%;
  vertical-align: bottom;
}

.ex--images figcaption {
  display: block;
  text-align: right;
  font-size: 10px;
  color: #333;
  padding: 10px 0 0;
}

.award2025article__wrap.trend__style {
  background-color: #F8F8D0;
}

.award2025article__wrap.trend__style em {
  color: #F06249;
}

.award2025article__wrap.trend__style .hotelblock-pref {
  color: #F06249;
}

.award2025article__wrap.trend__style .hotelblock-area {
  background-color: #F06249;
}

.award2025article__wrap.trend__style .sp--recommend span {
  background-color: #F06249;
}

.award2025article__wrap.theme__style {
  background-color: #F3F4EC;
}

.award2025article__wrap.theme__style em {
  color: #00CBC3;
}

.award2025article__wrap.theme__style .hotelblock-pref {
  color: #00CBC3;
}

.award2025article__wrap.theme__style .hotelblock-area {
  background-color: #00CBC3;
}

.award2025article__wrap.theme__style .sp--recommend span {
  background-color: #00CBC3;
}

@media screen and (max-width: 768px) {
  .award2025article__wrap {
    padding: 16vw 5.33333vw 26.66667vw;
  }
  .award2025article__inner {
    max-width: initial;
  }
  .award2025article h2 {
    margin: 0 0 10.66667vw;
  }
  .award2025article h2 span {
    padding: 0.66667vw;
    font-size: 5.33333vw;
  }
  .award2025article p {
    margin: 0 0 6.66667vw;
    font-size: 3.46667vw;
  }
  .award2025article img.normal__images {
    margin: 0 0 10.66667vw;
  }
  .award2025article--shotelblock {
    margin: 0 0 10.66667vw;
  }
  .award2025article--shotelblock__wrap {
    border-radius: 2.66667vw;
  }
  .award2025article--shotelblock__inner {
    padding: 5.33333vw 5.33333vw 10.66667vw;
  }
  .award2025article--shotelblock p {
    font-size: 3.46667vw;
  }
  .award2025article--photelblock {
    margin: 0 0 24vw;
  }
  .award2025article--photelblock__wrap {
    border-radius: 2.66667vw;
  }
  .award2025article--photelblock__inner {
    padding: 5.33333vw 5.33333vw 10.66667vw;
    display: block;
  }
  .award2025article--photelblock-content {
    width: auto;
    margin: 0 0 5.33333vw;
  }
  .award2025article--photelblock-photo {
    width: auto;
  }
  .award2025article--photelblock-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .award2025article--photelblock-photo figcaption {
    font-size: 2.66667vw;
    padding: 2.66667vw;
  }
  .award2025article--photelblock p {
    font-size: 3.46667vw;
  }
  .award2025article--photelblock p:last-child {
    margin: 0;
  }
  .award2025article .rhotel-box {
    display: block;
    justify-content: space-between;
    margin: 0 0 5.33333vw;
  }
  .award2025article .rhotel-box__wrap {
    margin: 0 0 13.33333vw;
    padding: 0 0 8vw;
  }
  .award2025article .rhotel-box-content {
    width: auto;
  }
  .award2025article .rhotel-box-photo {
    width: auto;
  }
  .award2025article .rhotel-box-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .award2025article .rhotel-box-buttonlist {
    display: block;
  }
  .award2025article .rhotel-box-buttonlist > li {
    margin: 0 0 5.33333vw;
  }
  .award2025article .rhotel-box-buttonlist > li:last-child {
    margin: 0;
  }
  .award2025article .hotelblock-area {
    margin: 0 0 2.66667vw;
    font-size: 5.33333vw;
    padding: 0.66667vw;
  }
  .award2025article .hotelblock-title {
    font-size: 4.26667vw;
    margin: 0 0 5.33333vw;
  }
  .award2025article .hotelblock-title.big__title {
    font-size: 5.33333vw;
  }
  .award2025article .hotelblock-pref {
    font-weight: 400;
    display: block;
    font-size: 3.46667vw;
    margin: 2.66667vw 0;
  }
  .award2025article .hotel__detail,
  .award2025article .hotel__recommend {
    margin: -15px auto 0;
    width: 66.66667vw;
  }
  .award2025article .rhotel__detail {
    width: 66.66667vw;
    margin: 0 auto;
  }
  .award2025article .go__top {
    width: 290px;
    margin: 0 auto;
    background-color: var(--main-color);
  }
  .award2025article .go__top span {
    color: #FFF;
  }
  .award2025article .go__top i {
    background-image: url(../images/icon__arrow02.svg);
  }
  .award2025article .sp--recommend {
    margin: 0 0 5px;
    text-align: center;
  }
  .award2025article .sp--recommend span {
    color: #FFF;
    background-color: #000;
    font-size: 14px;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 2.5px;
  }
  .award2025article--rhotelblock {
    position: relative;
    margin: 0 0 13.33333vw;
    padding: 5.33333vw;
  }
  .award2025article--rhotelblock:before {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/profile__frame__primary__upper.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 430 / 38;
  }
  .award2025article--rhotelblock:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/profile__frame__primary__under.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 430 / 38;
  }
  .ex--images {
    margin: 0 0 10.66667vw;
  }
  .ex--images figcaption {
    font-size: 2.66667vw;
    padding: 2.66667vw 0 0;
  }
}

/*  Detail[MV]
--------------------------------------------------------------*/
.award2025td--mv {
  background-image: url(../images/trend__title__bg.png);
  background-color: #F9F8D4;
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
}

.award2025td--mv__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.award2025td--mv-content {
  width: 550px;
  position: relative;
}

.award2025td--mv-content figure {
  position: absolute;
}

.award2025td--mv-content figure img {
  width: 100%;
  vertical-align: bottom;
}

.award2025td--mv-content__inner {
  padding: 110px 0 0 120px;
}

.award2025td--mv-content-sub {
  display: block;
  margin: 0 0 5px;
}

.award2025td--mv-content-sub span {
  display: inline-block;
  font-size: 18px;
  background-color: #DF6B53;
  padding: 2.5px;
  color: #FFF;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.award2025td--mv-content-title {
  margin-top: 20px;
}

.award2025td--mv-content-title span {
  display: inline-block;
  font-size: 32px;
  background-color: #FFF;
  padding: 2.5px;
  color: var(--main-color);
  letter-spacing: 0.1em;
  font-weight: 400;
}

.award2025td--mv-figure01 {
  width: 85px;
  left: 485px;
  top: 15px;
}

.award2025td--mv-figure02 {
  width: 63px;
  left: 75px;
  bottom: 15px;
}

.award2025td--mv-photo {
  width: 660px;
}

.award2025td--mv-photo img {
  width: 100%;
  vertical-align: bottom;
}

.award2025th--mv {
  background-image: url(../images/theme__title__bg.png);
  background-color: #F3F4EC;
  background-repeat: repeat;
  background-position: center;
  min-height: 325px;
}

.award2025th--mv__inner {
  width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.award2025th--mv-content {
  width: 400px;
  position: relative;
}

.award2025th--mv-content figure {
  position: absolute;
}

.award2025th--mv-content figure img {
  width: 100%;
  vertical-align: bottom;
}

.award2025th--mv-content__inner {
  padding: 110px 0 0 0;
}

.award2025th--mv-content-sub {
  display: block;
  margin: 0 0 5px;
}

.award2025th--mv-content-sub span {
  display: inline-block;
  font-size: 18px;
  background-color: #00CCC3;
  padding: 2.5px;
  color: #FFF;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.award2025th--mv-content-title {
  margin-top: 20px;
}

.award2025th--mv-content-title span {
  display: inline;
  font-size: 30px;
  background-color: #FFF;
  padding: 2.5px;
  color: var(--main-color);
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.award2025th--mv-figure01 {
  width: 82px;
  right: -20px;
  top: 35px;
}

.award2025th--mv-figure02 {
  width: 93px;
  left: -103px;
  bottom: -15px;
}

.award2025th--mv-photo {
  width: 370px;
  position: relative;
}

.award2025th--mv-photo img {
  width: 370px;
  position: absolute;
  top:10px;
}

@media screen and (max-width: 768px) {
  .award2025td--mv__inner {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
  }
  .award2025td--mv-content {
    order: 2;
    width: auto;
    position: relative;
  }
  .award2025td--mv-content figure {
    position: absolute;
  }
  .award2025td--mv-content figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .award2025td--mv-content__inner {
    padding: 21.33333vw 5.33333vw;
  }
  .award2025td--mv-content-sub {
    display: block;
    text-align: center;
    margin: 0 0 2.66667vw;
    z-index: 20;
    position: relative;
  }
  .award2025td--mv-content-sub span {
    font-size: 4.26667vw;
    padding: 0.66667vw;
  }
  .award2025td--mv-content-title {
    margin-top: 5.33333vw;
    text-align: center;
  }
  .award2025td--mv-content-title span {
    display: inline-block;
    font-size: 6.4vw;
    background-color: #FFF;
    padding: 0.66667vw;
  }
  .award2025td--mv-figure01 {
    width: 17.33333vw;
    left: 80.66vw;
    top: 5.66vw;
    z-index: 10;
  }
  .award2025td--mv-figure02 {
    width: 13.33333vw;
    left: 6.46vw;
    bottom: 5.66vw;
  }
  .award2025td--mv-photo {
    order: 1;
    width: auto;
  }
  .award2025td--mv-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .award2025th--mv {
    background-image: url(../images/theme__title__bg.png);
    background-color: #F3F4EC;
    background-repeat: repeat;
    background-position: center;
    min-height: auto;
  }
  .award2025th--mv__inner {
    width: auto;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
  }
  .award2025th--mv-content {
    order: 2;
    width: auto;
    position: relative;
    height: 69.33333vw;
  }
  .award2025th--mv-content figure {
    position: absolute;
  }
  .award2025th--mv-content figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .award2025th--mv-content__inner {
    padding: 21.33333vw 5.33333vw 0;
  }
  .award2025th--mv-content-sub {
    display: block;
    margin: 0 0 2.66667vw;
    text-align: center;
  }
  .award2025th--mv-content-sub span {
    font-size: 4.26667vw;
    padding: 0.66667vw;
  }
  .award2025th--mv-content-title {
    margin-top: 5.33333vw;
    text-align: center;
  }
  .award2025th--mv-content-title span {
    display: inline;
    font-size: 6.4vw;
    background-color: #FFF;
    padding: 0.66667vw;
    line-height: 2.0;
  }
  .award2025th--mv-figure01 {
    width: 19.2vw;
    right: 1.66vw;
    top: 2.33vw;
  }
  .award2025th--mv-figure02 {
    width: 18.13333vw;
    left: 1.33vw;
    bottom: 4.86vw;
  }
  .award2025th--mv-photo {
    order: 1;
    width: auto;
    position: relative;
    height: 50.66667vw;
    background-color: #F3F4ED;
  }
  .award2025th--mv-photo img {
    width: 64vw;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
  }
}

/*  Trend
--------------------------------------------------------------*/
.award2025td--inro {
  background-color: #E8F97B;
  border-bottom: 2px solid var(--main-color);
  padding: 75px 32px 0;
}

.award2025td--inro-text {
  max-width: 780px;
  margin: 0 auto 100px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  .award2025td--inro {
    padding: 13.33333vw 5.33333vw 0;
  }
  .award2025td--inro-text {
    max-width: initial;
    margin: 0 auto 13.33333vw;
    font-size: 3.73333vw;
  }
  .award2025td--inro .award2025c--profile-primary {
    padding: 0;
  }
}

/**
 # Objects -  utility -
 */
/*========== utility.scss ==========*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}

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

.smp {
  display: none !important;
}

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

/*--------------------------------------------------------------
    # _print.scss
--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */
