@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  font-weight: 500;
  color: #172a88;
  font-size: 1.15vw;
  background: #f7ead1;
}
.body-bg {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
font-family: "Poppins", sans-serif;
  font-weight: 900;
}
.jp {}
img {
  width: 100%;
}
p {
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.site-copy {
  position: absolute;
  font-size: 14px;
  padding: 20px 36px;
  z-index: 2;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
}
.header-area{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.hamburger {
    width: 94px;
    height: 94px;
    position: fixed;
    top: 24px;
    right: 40px;
    background: #172a88;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
}
.hamburger span{
  position: absolute;
  width: 56%;
  height: 2px;
  background-color: #fff;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type{
  top: 44px;
}
.hamburger span:nth-of-type(2){
  top: 52px;
}
.slide-menu {
    background-color: rgb(23 42 136);
    position: fixed;
    top: 0;
    width: 40%;
    right: -40%;
    transition: .4s;
    height: 100%;
    z-index: 3;
}
.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
padding: 100px 50px 0;
}
.slide-menu li{
  color: #fff;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: underline;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 15px;
}
.slide-menu li.en {
    font-size: 46px;
    padding-top: 0px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);
}

.menu-active .slide-menu {
 right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .4s;
}
 .sp {
    display: none;
  }


.hero {
    background: #72cdff;
	padding-bottom: 14em;
	position: relative;
}
.hero-p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 0em;
    padding-bottom: 5em;
	font-size: 1.05em;
}
.hero-p strong {
display: block;
	font-size: 1.4em;
}
.hero-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.inner-min {
  width: 50%;
  margin: 0 auto;
}
.inner {
  width: 68%;
  margin: 0 auto;
}
.inner-wide {
  width: 85%;
  margin: 0 auto;
}
.l-sec {
  padding-top: 160px;
}
article {
  position: relative;
}

article .bg {

}
article .bgol {
    width: 100%;
    position: absolute;
    z-index: 0;
}
.sec-wrap {
    width: 84%;
    margin: 0 auto;
    border: #172a88 solid 5px;
    padding: 6vw;
    border-radius: 30px;
    background: #fff;
}
#about .item-body {
  padding-bottom: 120px;
}
.campaign {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.cp-time {
  width: 200px;
  position: absolute;
  top: -80px;
  right: -60px;
}
.campaign .bnr img {
    border-radius: 1em;
    margin-bottom: 3em;
}
.campaign a {
  text-decoration: underline;
  font-size: 16px;
}
.bnr-report {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.bnr-report a {
transition: .4s;
}
.bnr-report a:hover {
	opacity: 0.5;
transition: .4s;
}
.bnr-report .bnr img {
    border-radius: 1em;
    margin-bottom: 3em;
}
.sec-title {
  font-size: 3.6em;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 0.5em;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
.reserve-wrap {
    text-align: center;
    padding-bottom: 3em;
}
.reserve-wrap-title {
    font-weight: 700;
    padding-bottom: 1.5em;
    color: #ffea11;
    font-size: 1.2em;
}
.reserve-items.flex {
    display: flex;
    justify-content: center;
    gap: 1em;
}
.reserve-item a {
    display: block;
    width: 12em;
    text-align: center;
    padding: 0.8em 1em;
    color: #172a88;
    border-radius: 99px;
    line-height: 1em;
    background: #ffea11;
    font-weight: 700;
  transition: .4s;
}
.reserve-item a:hover {
    color: #172a88;
    background: #ff9e11;
  transition: .4s;
}

.reverse {
  flex-direction: row-reverse;
}
.hero-logo {
  position: absolute;
  width: 10%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 28%;
  z-index: 2;
  animation: fadeInlogo 1s ease forwards;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  opacity: 0;
}
.hero {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.logo {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.page-title-wrap {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flex-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-col2 .item-summary {
  width: calc(55% - 24px);
}
.flex-col2 .item-image {
  width: calc(45% - 36px);
}
.flex-col2 .item-image img {
  border-radius: 20px;
}
.flex-col2 .item-summary p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
}
.content {
	position: relative;
}
.name {
  font-size: 13px;
  padding-bottom: 20px;
}
.name strong {
  font-weight: 400;
  font-size: 17px;
  padding-left: 10px;
}
.item-title-en {
  font-size: 48px;
  color: #CFC0AC;
  line-height: 0.7;
  padding-bottom: 0.6em;
}
.item-title {
    font-size: 1.8em;
    line-height: 1.4;
    padding-bottom: 0.8em;
    letter-spacing: 0.04em;
    font-weight: 900;
}
.page-hero {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  padding: 30px 40px;
  align-items: center;
}
.page-hero-logo {
  width: 24%;
}
.page-hero-title {
  margin-left: 20px;
}
.page-hero-title .title-jp {
  font-size: 42px;
}
.page-hero-title .title-jp span {
  display: block;
  font-size: 16px;
}
.title-en {
  font-size: 11px;
  padding-top: 4px;
}
.lead-image {
  width: 85%;
}
.lead-image img {
  border-radius: 0 30px 30px 0;
  opacity: 0.95;
}
.item-summary.inner {
  text-align: center;
  width: 56%;
  margin: -50px auto 0;
  z-index: 2;
  position: relative;
}
.item-summary.inner p {
  text-align: left;
  font-size: 18px;
}
.footer {
  position: relative;
  padding: 80px 0 80px;
  color: #ffffff;
  z-index: 2;
}
.souma-logo {
  width: 160px;
  margin: 0 auto;
}
.footer p {
    text-align: center;
    font-size: 13px;
    padding-top: 4px;
    line-height: 1.6;
    padding-top: 20px;
}
.footer .project-name {
  text-align: center;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 600;
}
footer p a {
  text-decoration: underline;
}
.news-bnr a {
  width: 80%;
  margin: 160px auto 0;
  padding: 60px 180px;
  background: #683250;
  display: block;
}
.btn a {
  display: inline-block;
  padding: 10px 0 8px;
  margin-top: 24px;
  border: #172a88 solid 2px;
  border-radius: 40px;
  width: 120px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.btn a:hover {
  transition: .4s;
  color: #fff;
  background: #172a88;
}
.item-tmb {
  overflow: hidden;
}
a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}
.item-image {
  overflow: hidden;
}
.cat {
    position: absolute;
    top: 1.3em;
    left: 0;
    display: inline-block;
    padding: 7px 9px;
    background: #333;
    font-size: 0.76em;
    line-height: 1;
    font-weight: 600;
    z-index: 3;
}
.hotel .cat {
  background: #804f97;
}
.restaurant .cat {
  background: #ed722d;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2.5);
}
.scroll-infinity__item > img {
  width: 100%;
}
.sec-title-en {
  font-size: 60px;
  text-align: center;
  padding-bottom: 60px;
}
.flex-col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-col4 .item {
  width: calc(20% - 2%);
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.flex-col4 .item-tmb {
  border-radius: 10px;
  overflow: hidden;
  transition: .4s;
}
.flex-col4 .item-title {
font-size: 0.9em;
    line-height: 1.3;
    padding-bottom: 4px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 1.1em;
    font-weight: 600;
}
.flex-col4 p {
    line-height: 1.8;
    letter-spacing: 0;
    font-size: 0.8em;
    text-align: center;
}
.modaal-content-container {
  padding: 0;
}
.modaal-container {
  width: 48%;
  color: #172a88;
  border-radius: 20px;
  overflow: hidden;
}
.modaal-container .item-title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px 0;
}
.modaal-container p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}
.modaal-container table {
  width: 80%;
  margin: 40px auto;
}
.modaal-overlay {
  background: #172a88 !important;
  opacity: 0.8;
}
.modaal-container th {
  padding: 18px 10px;
  width: 10em;
  border-top: #172a88 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td {
  padding: 18px 10px;
  border-top: #172a88 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td a {
  text-decoration: underline;
}
.modaal-content-container .item-tmb {
  margin-bottom: 60px;
}
.map {
  width: 80%;
  margin: 0 auto 36px;
}
.map iframe {
  border: 0;
  width: 100%;
}
.modaal-container .item-cat {
  font-size: 14px;
  text-align: center;
}
.close {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-bottom: 60px;
  cursor: pointer;
}
.modaal-wrapper .modaal-close {
  display: none;
}
#shop-list {
  margin-top: 160px;
}
#shop-list .sec-wrap {
  background: #172a88;
  color: #fff;
  padding: 64px 0px 0;
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0px;
}
.sec-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.sec-subtitle {
    line-height: 3em;
    position: relative;
    height: 3em;
    margin: 0 auto 2em;
    padding: 0;
    text-align: center;
    color: #172a88;
    background: #fff;
    width: 13em;
    font-size: 1.2em;
    font-weight: 900;
}


.sec-subtitle:before, .sec-subtitle:after {
  position: absolute;
  top: 0;
  display: block;
     height: 3em;
  content: '';
  border: 1.5em solid #fff;
}
.sec-subtitle:before {
  left: -2em;
  border-left-width: 1.5em;
  border-left-color: transparent;
}
.sec-subtitle:after {
  right: -2em;
  border-right-width: 1.5em;
  border-right-color: transparent;
}
.sec-subtitle span {
  position: relative;
  display: block;
}
.bg-fff {
  background: #fff;
}

.page-lead {
  width: 60%;
}
.page-title-wrap {
padding-bottom: 2em;
}
.page-title-wrap p {
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
.page-title-jp {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1em;
    color: #d6aa4e;
    font-weight: 900;
}
.page-title-wrap .name {
  font-size: 15px;
  padding-bottom: 42px;
  font-weight: 600;
}
.page-title-wrap .name strong {
  font-size: 18px;
  padding-left: 10px;
  font-weight: 600;
}

.page-title-en {
    font-size: 3.5em;
    color: #172a88;
    text-align: center;
    display: block;
}

.page .logo {
    width: 13vw;
    margin: 0 auto;
    margin-top: 0;
    padding: 4vw 0 2vw;
}
.page .page-hero {
  width: 100%;
  display: block;
  padding: 0;
}
.page .page-hero img {
  border-radius: 24px;
}
.page .page-hero p {
  padding: 36px;
  font-weight: 600;
}
.entry-body-title {
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  padding: 80px 0 0px;
  font-weight: 900;
}
.entry-body {
  width: 80%;
  margin: 0 auto;
}
.entry-pic img {
  border-radius: 20px;
  margin-bottom: 24px;
}
.entry-pic {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 30px;
}
.caption {
  font-size: 15px;
  line-height: 1.8;
}
.entry-body p {
  line-height: 2.2;
  padding: 0 24px 2em;
}
.entry-archive {
  padding-top: 120px;
}
.entry-archive-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 60px;
}
.entry-archive-items {
  display: flex;
  justify-content: space-between;
}
.entry-archive-items .item {
  width: calc(33.333% - 18px);
  text-align: center;
}
.entry-archive-items .item-image {
  border-radius: 8px;
}
.entry-archive-items .name {
  margin-top: 24px;
  font-size: 14px;
  padding-bottom: 16px;
  font-weight: 600;
}
.entry-archive-items .name strong {
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding-top: 6px;
  margin: 0;
}
.entry-archive-items .item p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  padding: 0 1em;
}
.entry-pic-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry-pic-flex img {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 15px;
}
.galery {
    width: 80%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
  flex-wrap: wrap;
}
.galery-item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
}
.galery-item img{
   border-radius: 6px;
}
.btn-plan {
    padding: 10px 0 0;
}
.btn-plan a {
    display: block;
    width: 13em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    line-height: 1em;
    border-radius: 40px;
    color: #172a88;
    font-weight: 900;
}
.btn-plan a:hover {
 background: #0e1c66;
color: #ffea11;
  transition: .4s;
}
.modaal-content-container .btn-plan a {
    display: block;
    width: 9em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    line-height: 1em;
    border-radius: 40px;
    color: #172a88;
    font-weight: 900;
}
.cm {
    width: 60%;
    margin:90px auto 120px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube {
    margin-bottom: 3em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
border-radius: 10px;
}

div.vid_contents {
width: 100%;
text-align: center;
margin: auto;

}
video.vid_main {
width: 100%;
}
  .footer {
    padding: 0px 0 80px;
}
  .cp-btn {
    position: absolute;
    bottom: 5vw;
    left: 0;
    right: 0;
    width: 280px;
    margin: 0 auto;
}
  .campaign .cp-btn a {
    background: #ffca5e;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-radius: 99px;
    font-size: 20px;
    font-weight: 900;
    transition: .3s;
}
  .campaign .cp-btn a:hover {
    background: #ea5414;
color: #fff;
    transition: .3s;
}
  .cp-btn2 {
    position: absolute;
    bottom: 3.2vw;
    left: 0;
    right: 0;
    width: 280px;
    margin: 0 auto;
}
.campaign2 .cp-btn2 a {
    background: #132b88;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-radius: 99px;
    font-size: 20px;
    font-weight: 900;
    transition: .3s;
    color: #f7ee96;
}
  .campaign2 .cp-btn2 a:hover {
    background: #ea5414;
color: #fff;
    transition: .3s;
}
  .campaign {
    margin: -14em auto 0;
}
  .campaign2 {
    width: 78%;
    margin: 0 auto 150px;
    position: relative;
    text-align: center;
}
  .campaign2 .bnr img {
    border-radius: 30px;
}
  .modaal-content-container .btn-plan a {
    transition: .3s;
}
  .modaal-content-container .btn-plan a:hover {
    background: #ea5414;
    color: #fff;
    transition: .3s;
}.language {
    position: absolute;
    top: 52px;
    right: 160px;
}
      .language-switcher {
      position: relative;
      display: inline-block;
    }

.language-button {
    background-color: #ffffff;
    color: #172a88;
    padding: 12px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    border-bottom: #172a88 solid 2px;
  transition: .4s;
}
    .language-button:hover {
      background-color: #172a88; color: #fff; transition: .4s;
    }

    .language-menu {
      display: none;
      position: absolute;
          width: 100%;
      top: 100%;
      left: 0;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      overflow: hidden;
      z-index: 10;
    }

    .language-menu a {
      display: block;
      padding: 10px 20px;
      text-decoration: none;
      color: #172a88;
      font-size: 14px;
      transition: background-color 0.2s;
    }

    .language-menu a:hover {
      background-color: #f0f0f0;
    }

    .language-switcher:hover .language-menu {
      display: block;
    }
.head-logo {
    width: 13vw;
    position: absolute;
    left: 2vw;
    z-index: 2;
    top: 4em;
}
h2.hero-img {
    width: 66%;
    margin: 0 auto;
    padding-top: 3vw;
}
.report-title-jp.jp {
    font-size: 3.6em;
    font-weight: 900;
    text-align: center;
    line-height: 1.3em;
}
.report-data {
    text-align: center;
    padding: 1em;
    font-size: 1.1em;
    font-weight: 700;
    width: 15em;
    margin: 1.4em auto 3em;
    border-top: #172a88 solid 2px;
}
.report-pic-cv img{
    border-radius: 1.5em;
}

.report-pic-cv {
padding-bottom: 3.4em;
}
.timeline-item-detail.flex {
    display: flex;
    justify-content: space-between;
}
.timeline-item-detail.flex.row-reverse {
flex-direction: row-reverse;
  margin: 0 auto;
}
.report-pic {
    width: 47%;
}
.report-txt {
    width: 47%;
}
.report-pic img {
margin-bottom: 1em;
  border-radius: 1em;
}
.report-pic.nb img {
margin-bottom:0;
}
.report-item-title.jp {
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 0.8em;
    padding-top: 1em;
}
.report-txt p {
 
}

.time.en {
    font-size: 1.8em;
    text-align: center;
    color: #fff;
    padding: 0.3em 0 0.2em;
    width: 5em;
    margin: 0 auto;
    border-radius: 99px;
    line-height: 1em;
    background: #d6aa4e;
	font-weight: 700;
}
.line {
    width: 5px;
    margin: 12px auto;
}
.pd4 {
    padding-bottom: 4em;
}

.interview-title-jp {
    font-size: 3.6em;
    font-weight: 900;
    text-align: center;
    line-height: 1.3em;
}
.interview-data {
    text-align: center;
    padding: 1em 0;
    font-size: 1.1em;
    font-weight: 400;
    width: 15em;
    margin: 1.4em auto 3em;
    border-top: #172a88 solid 2px;
    line-height: 1.5;
}
.interview-data strong{
display: block;
}
.bg {

}
.back {
    text-align: center;
    padding-top: 4em;
}
.back a {
    font-size: 1.2em;
    font-weight: 900;
    width: 6em;
    display: block;
    margin: 0 auto;
    border: #172a88 solid 2px;
    border-radius: 99px;
    padding: 0.5em 1em;
    text-align: center;
    line-height: 1em;
	transition: .4s;
}
.back a:hover {
background: #172a88;
	color: #fff;
	transition: .4s;
}
.pre-item {
    padding-bottom: 3em;
}
.pre-items {
    margin: 0 auto;
	padding: 8em 0 0;
}
.bnr-link-img {
    width: 20vw;
    margin: 0 auto;
    padding: 20px 0 40px;
}
.bnr-link-img a {
display: block;
	transition: .4s;
}
.bnr-link-img a:hover {
opacity: .5;
	transition: .4s;
}
.bnr-link-copy {
text-align: center;
    font-weight: 900;
    color: #1c2f8b;
    font-size: 1.5em;
    padding-bottom: 0px;
}

.bnr-link {
    padding-bottom: 100px;
}
.cat.restaurant2 {
    left: 4.72em;
    background: #ed722d;
}
@media screen and (max-width:2000px) {
.cat.restaurant2 {
    left: 5.2em;
    background: #ed722d;
}

}
@media screen and (max-width:1300px) {
.page-lead {
    width: 70%;
}
  
}
@media screen and (max-width:1200px) {
  .hero-copy {
    font-size: 96px;
}
  .sec-wrap {
    width: 85%;
    padding: 80px;
    border-radius: 30px;
}
  #about .item-title {
    font-size: 24px;
}
  .page-title-jp {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 25px;
}.entry-body {
    width: 90%;
    margin: 0 auto;
}
}

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

.sec-wrap {
    width: 85%;
    margin: 0 auto;
    border: #172a88 solid 5px;
    padding: 60px;
    border-radius: 30px;
    background: #fff;
}
  #about .item-title {
    font-size: 24px;
}.sec-title-en {
    font-size: 46px;
    text-align: center;
    padding-bottom: 50px;

}.flex-col2 .item-image {
    width: calc(45% - 16px);
}.flex-col2 .item-summary {
    width: calc(55% - 16px);
}.sec-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: 68px;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.05em;
}#shop-list .sec-wrap {
    background: #172a88;
    color: #fff;
    padding: 50px 0px 0;
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0px;
}.flex-col4 .item {
    width: calc(33.333% - 2%);
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
}.cp-time {
    width: 160px;
    position: absolute;
    top: -80px;
    right: -30px;
}.hero-p {
    text-align: center;
    width: 80%;
    margin: 0 auto 160px;
    font-weight: 600;
    padding-top: 36px;
}
  .page-title-jp {
    font-size: 38px;
}
  .campaign2 {
    width: 85%;
    margin: 0 auto 80px;
    position: relative;
    text-align: center;
}
h2.hero-img {
    width: 86%;
    margin: 0 auto;
    padding-top: 200px;
}.head-logo {
    width: 100px;
    position: absolute;
    left: 30px;
    z-index: 2;
    top: 60px;
}

.hero-copy {
    font-size: 60px;
}
.flex-col2 {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}.flex-col2 .item-image {
    width: 100%;
    margin-bottom: 36px;
}.flex-col2 .item-summary {
    width: 100%;
}.page-lead {
    width: 80%;
}.page-title-jp {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1.5em;
    color: #d6aa4e;
    font-weight: 900;
}
  .campaign .cp-btn a {
    background: #ffca5e;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 900;
    transition: .3s;
}
  .cp-btn {
    position: absolute;
    bottom: 6vw;
    left: 0;
    right: 0;
    width: 280px;
    margin: 0 auto;
}
  .campaign2 .cp-btn2 a {
    background: #132b88;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 900;
    transition: .3s;
    color: #f7ee96;
}
  .cp-btn2 {
    position: absolute;
    bottom: 2vw;
}  .language {
    position: absolute;
    top: 28px;
    right: 90px;
}.language-button {
    background-color: #ffffff;
    color: #172a88;
    padding: 8px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    border-bottom: #172a88 solid 2px;
    transition: .4s;
}.language-menu a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 12px;
    transition: background-color 0.2s;
}.hero-p {
    margin: 0 auto 100px;
}body {
    font-size: 16px;
}h2.hero-img {
    width: 88%;
    margin: 0 auto;
    padding-top: 40px;
}
  
  .hero-p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 36px;
}.hero {
    background: #72cdff;
    padding-bottom: 160px;
    position: relative;
}.campaign {
    margin: -150px auto 0;
}.inner {
    width: 88%;
    margin: 0 auto;
}.pre-items {
    margin: 0 auto;
    padding: 40px 0 0;
}.campaign .bnr img {
    border-radius: 1em;
    margin-bottom: 30px;
}.bnr-report .bnr img {
    border-radius: 1em;
  margin-bottom: 30px;
}.youtube {
 margin-bottom: 30px;
}.inner-min {
    width: 88%;
    margin: 0 auto;
}.bnr-link-img {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 40px;
}.report-item-title.jp {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 0.8em;
    padding-top: 1em;
}.report-txt p {
    font-size: 14px;
}.report-title-jp.jp {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 1.3em;
}.interview-title-jp {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 1.3em;
}.page-title-en {
    font-size: 30px;
    color: #172a88;
    text-align: center;
    display: block;
}.page-title-wrap p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
}

@media screen and (max-width:650px) {
.flex-col2 .item-summary p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
}.flex-col2 .item-image img {
    border-radius: 15px;
}.sec-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: 38px;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.05em;
}.flex-col4 .item {
    width: calc(50% - 8px);
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}.flex-col4 .item-title {
    font-size: 15px;
    line-height: 1.3;
    padding-bottom: 4px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 14px;
    font-weight: 600;
}.flex-col4 p {
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 12px;
    text-align: center;
}.modaal-container {
    width: 100%;
    color: #172a88;
    border-radius: 20px;
    overflow: hidden;
}.flex-col4 .item-tmb {
    border-radius: 8px;
    overflow: hidden;
    transition: .4s;
}.page-lead {
    width: 80%;
}.page-title-jp {
    font-size: 26px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 15px;
}.page-title-wrap .name {
    font-size: 13px;
    padding-bottom: 26px;
    font-weight: 600;
}.page .page-hero img {
    border-radius: 14px;
}.page .page-hero p {
    padding: 30px 10px;
    font-weight: 600;
    font-size: 14px;
}.entry-body-title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    padding: 20px 0 0px;
    font-weight: 900;
}.entry-pic {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
}.entry-pic img {
    border-radius: 14px;
    margin-bottom: 20px;
}.caption {
    font-size: 11px;
    line-height: 1.8;
}.entry-body p {
    line-height: 2.2;
    padding: 0 0 2em;
    font-size: 15px;
}.entry-archive-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.entry-archive-items .item {
    width: calc(50% - 10px);
    text-align: center;
}.entry-archive-items .name {
    margin-top: 18px;
    font-size: 12px;
    padding-bottom: 16px;
    font-weight: 600;
}.entry-archive-items .name strong {
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding-top: 6px;
    margin: 0;
    padding-left: 0;
}.entry-archive-items .item p {
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
    padding: 0;
  margin-bottom: 24px;
}
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .campaign2 .bnr img {
    border-radius: 14px;
    margin-bottom: 30px;
}.campaign .cp-btn a {
    background: #ffca5e;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 99px;
    font-size: 15px;
    font-weight: 900;
    transition: .3s;
}
  .cp-btn {
    position: absolute;
    bottom: 14vw;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
}
.cp-btn2 {
    position: absolute;
    bottom: 14vw;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
}
  .campaign2 .cp-btn2 a {
    background: #132b88;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 900;
    transition: .3s;
    color: #f7ee96;
}.campaign2 .cp-btn2 a {
    background: #132b88;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 99px;
    font-size: 15px;
    font-weight: 900;
    transition: .3s;
    color: #f7ee96;
}.hero-p strong {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 24px;
}
.site-copy {
    font-size: 11px;
    padding: 15px 15px;
}
.hamburger {
    width: 64px;
    height: 64px;
    position: fixed;
    top: 14px;
    right: 14px;
    background: #172a88;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
}.hamburger span:first-of-type {
    top: 28px;
}.hamburger span:nth-of-type(2) {
    top: 35px;
}.slide-menu {
    background-color: rgb(23 42 136);
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    transition: .4s;
    height: 100%;
    z-index: 3;
}.slide-menu li.en {
    font-size: 3em;
    padding-top: 0.1em;
}.slide-menu li.sub {
    font-size: 13px;
}.slide-menu ul {
    padding: 100px 30px 0;
}.hero-copy {
    font-size: 30px;
    padding-top: 0;

}.hero-p {
    text-align: left;
    width: 88%;
    margin: 0 auto;
    font-weight: 600;
    padding-top: 36px;
    font-size: 14px;
}
.sec-wrap {
    width: 88%;
    margin: 0 auto;
    border: #172a88 solid 3px;
    padding: 26px;
    border-radius: 15px;
    background: #fff;
}.sec-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    padding-bottom: 38px;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.05em;
}.flex-col4 .item-title {
    font-size: 13px;
    line-height: 1.3;
    padding-bottom: 4px;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 14px;
    font-weight: 600;
}.flex-col4 p {
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 11px;
    text-align: center;
}.souma-logo {
    width: 120px;
    margin: 0 auto;
}.flex-col2 .item-image img {
    border-radius: 10px;
}.name strong {
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
}.name {
    font-size: 12px;
    padding-bottom: 20px;
}.footer {
    position: relative;
    padding: 20px 0 40px;
    color: #ffffff;
    z-index: 2;
}.cat {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    padding: 7px 9px;
    background: #333;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
    z-index: 3;
}.campaign a {
    text-decoration: underline;
    font-size: 14px;
}.page-title-no {
    color: #ddae4e;
    font-size: 30px;
    letter-spacing: -0.06em;
    line-height: 0.9;
}.page-title-jp {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 15px;
}.page-title-wrap .name {
    font-size: 12px;
    padding-bottom: 26px;
    font-weight: 600;
}.page-title-wrap .name {
    font-size: 12px;
    padding-bottom: 26px;
    font-weight: 600;
    line-height: 1.4;
}.page .page-hero p {
    padding: 30px 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.9;
}.page .page-hero img {
    border-radius: 10px;
}.entry-pic img {
    border-radius: 10px;
    margin-bottom: 20px;
}.sec-wrap {
    width: 90%;
    margin: 0 auto;
    border: #172a88 solid 3px;
    padding: 24px;
    border-radius: 15px;
    background: #fff;
}.caption {
    font-size: 11px;
    line-height: 1.8;
    text-align: left;
}
  .caption br {
  display: none;
}
  .entry-body p {
    line-height: 2;
    padding: 0 0 2em;
    font-size: 14px;
}
  .entry-archive-items .item {
    width: calc(50% - 6px);
    text-align: center;
}
  .page-title-wrap .name strong {
    font-size: 13px;
    padding-left: 0;
    font-weight: 600;
    display: block;
}.entry-archive-items .name {
    margin-top: 18px;
    font-size: 11px;
    padding-bottom: 6px;
    font-weight: 600;
}.flex-col4 .item {
    width: calc(50% - 6px);
    margin-bottom: 36px;
    position: relative;
    z-index: 2;
}.inner {
    width: 86%;
    margin: 0 auto;
}.modaal-content-container .item-tmb {
    margin-bottom: 30px;
}.modaal-container .item-title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 8px 0;
}.modaal-container th {
    padding: 12px 5px;
    width: 10em;
    border-top: #172a88 solid 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}.modaal-container th {
    padding: 12px 5px;
    width: 6em;
    border-top: #172a88 solid 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}.modaal-container td {
    padding: 14px 5px;
    border-top: #172a88 solid 1px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}.galery-item {
    width: calc(50% - 4px);
    margin-bottom: 8px;
}.galery-item img {
    border-radius: 4px;
}.cp-time {
    width: 100px;
    position: absolute;
    top: -80px;
    right: -20px;
}.site-copy {
display: none;
}.head-logo {
    display: none;
}.hero {
    background: #72cdff;
    padding-bottom: 100px;
    position: relative;
}.campaign {
    margin: -90px auto 0;
}.campaign .bnr img {
    border-radius: 10px;
    margin-bottom: 24px;
}.bnr-report .bnr img {
    border-radius: 10px;
    margin-bottom: 24px;
}.youtube {
    margin-bottom: 24px;
}.pre-item {
    padding-bottom: 24px;
}.bnr-link-copy {
    text-align: center;
    font-weight: 900;
    color: #1c2f8b;
    font-size: 16px;
    padding-bottom: 0px;
}.bnr-link-img {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0px;
}.sec-title-en {
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
}#about .item-title {
    font-size: 20px;
}.flex-col2 .item-image {
    width: 100%;
    margin-bottom: 24px;
}.sec-wrap {
    width: 94%;
    margin: 0 auto;
    border: #172a88 solid 3px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
}.btn.en {
    text-align: center;
}#about .item-body {
    padding-bottom: 40px;
}.reserve-items.flex {
    display: block;
}.reserve-wrap-title {
    font-weight: 700;
    padding-bottom: 1.5em;
    color: #ffea11;
    font-size: 16px;
}.sec-subtitle {
    font-size: 16px;
    font-weight: 900;
}.reserve-item a {
    display: block;
    width: 12em;
    text-align: center;
    padding: 0.8em 1em;
    color: #172a88;
    border-radius: 99px;
    line-height: 1em;
    background: #ffea11;
    font-weight: 700;
    transition: .4s;
    margin: 0 auto 10px;
    font-size: 15px;
}.modaal-container table {
    width: 90%;
    margin: 20px auto;
}.map {
    width: 90%;
    margin: 0 auto 24px;
}.modaal-inner-wrapper {
    padding: 60px 10px;
}.page .logo {
    width: 120px;
    margin: 0 auto;
    margin-top: 0;
    padding: 40px 0 10px;
}.page-title-wrap {
    padding-bottom: 20px;
}.interview-title-jp {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    line-height: 1.3em;
}.interview-data {
    text-align: center;
    padding: 1em 0;
    font-size: 14px;
    font-weight: 400;
    width: 15em;
    margin: 1.4em auto 3em;
    border-top: #172a88 solid 2px;
    line-height: 1.5;
}.interview-data strong {
    display: block;
    font-size: 16px;
}.page .page-hero p {
    padding: 20px 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.9;
}.entry-body {
    width: 100%;
    margin: 0 auto;
}.back {
    text-align: center;
    padding-top: 24px;
}.entry-archive-title {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 30px;
}.entry-archive {
    padding-top: 80px;
}.slide-menu li.en {
    font-size: 40px;
    padding-top: 0.1em;
}.page-title-wrap p {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
    padding-top: 10px;
}.report-title-jp.jp {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 1.3em;
}.report-data {
    text-align: center;
    padding: 1em;
    font-size: 14px;
    font-weight: 700;
    width: 15em;
    margin: 1.4em auto 3em;
    border-top: #172a88 solid 2px;
}.time.en {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 0.3em 0 0.2em;
    width: 5em;
    margin: 0 auto;
    border-radius: 99px;
    line-height: 1em;
    background: #d6aa4e;
    font-weight: 700;
}.report-pic-cv img {
    border-radius: 10px;
}.report-pic-cv {
    padding-bottom: 10px;
}.timeline-item-detail.flex {
    display: block;
    justify-content: space-between;
}.report-pic {
    width: 100%;
}.report-pic img {
    border-radius: 10px;
}.report-txt {
    width: 100%;
}.report-item-title.jp {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 0.8em;
    padding-top: 1em;
    text-align: center;
}.back {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}#shop-list {
    margin-top: 30px;
}#shop-list .sec-wrap {
    background: #172a88;
    color: #fff;
    padding: 30px 0px 0;
    position: relative;
    width: 100%;
    border: none;
    border-radius: 0px;
}.sec-wrap {
    width: 94%;
    margin: 0 auto;
    border: #172a88 solid 3px;
    padding: 40px 20px;
    border-radius: 12px;
    background: #fff;
}
	.cat {
    top: 0;
    padding: 5px 6px;;
}
	.cat.restaurant2 {
    left: 52px;
    background: #ed722d;
}
}

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

}
