@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;
  background: #ffffff;
  color: #172a88;
  font-size: 18px;
}
.body-bg {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
.jp {}
img {
  width: 100%;
}
p {
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.site-copy {
  font-size: 14px;
  padding: 20px 36px;
}
/* ハンバーガーメニュー */

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: 40px;
    padding-top: 40px;
}
.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;
  }


.logo {
  width: 450px;
  margin: 0 auto;
  border-radius: 250px;
  background: #fff;
  padding: 50px;
  margin-top: 64px;
}
.hero-copy {
  font-size: 116px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  padding-top: 60px;
  font-feature-settings: "palt";
}
.hero-p {
  text-align: center;
  width: 60%;
  margin: 0 auto 160px;
  font-weight: 600;
  padding-top: 36px;
}
.inner {
  width: 78%;
  margin: 0 auto;
}
#pre .inner {
    width: 52%;
    margin: 0 auto;
}
#pre.page .inner {
    width: 68%;
    margin: 0 auto;
}
#pre .pre-logo {
    position: absolute;
    z-index: 2;
    width: 10vw;
    left: 40px;
    top: 40px;
    margin: 0;
}
#pre .hero-img {
    width: 70%;
    margin: 0 auto;
    padding: 7vw 0 20vw;
}
.pre-item {
    padding-bottom: 11vw;
}
#pre .content {
    background: #23C3FF;
    position: relative;
    z-index: 2;
    padding-top: 20vw;
}
#pre .hero {
    background: #fffbef;
}

#pre .campaign {
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: -15vw;
    z-index: 3;
}
#pre .campaign img {
    border-radius: 20px;
    border: #fff solid 6px;
}


.pre-items {
    position: relative;
    z-index: 2;
}
.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: #fff;
    font-size: 1.5em;
    padding-bottom: 0px;
}
#pre .souma-logo {
    padding-bottom: 80px;
}

#pre .souma-logo a {
	transform: .4s;
}
#pre .souma-logo a:hover {
	opacity: .5;
	transform: .4s;
}
.content-head-bg {
    height: 50px;
    position: absolute;
    z-index: 2;
    top: -50px;
	width: 100%;
	background: url("../images/pre2025/bg.png") repeat;
}
.content-bg {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.inner-wide {
  width: 84%;
  margin: 0 auto;
}
.l-sec {
  padding-top: 160px;
}
.sec-wrap {
  width: 80%;
  margin: 0 auto;
  border: #172a88 solid 5px;
  padding: 100px;
  border-radius: 30px;
  background: #fff;
}
#about .item-body {
  padding-bottom: 120px;
}
.campaign {
  width: 78%;
  margin: 0 auto 120px;
  position: relative;
  text-align: center;
}
.cp-time {
  width: 200px;
  position: absolute;
  top: -80px;
  right: -60px;
}
.campaign .bnr img {
  border-radius: 30px;
  margin-bottom: 30px;
}
.campaign a {
  text-decoration: underline;
  font-size: 16px;
}
.sec-title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 68px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
.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;
}
@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";
}
#about .item-title {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.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: 22px;
  line-height: 1.4;
  padding-bottom: 1.2em;
  letter-spacing: 0.04em;
  font-weight: 900;
}

.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: 18px;
  left: 0;
  display: inline-block;
  padding: 7px 9px;
  background: #333;
  font-size: 11px;
  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;
  font-weight: 600;
}
.flex-col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-col4 .item {
  width: calc(25% - 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: 17px;
  line-height: 1.3;
  padding-bottom: 4px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 24px;
  font-weight: 600;
}
.flex-col4 p {
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 13px;
  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: 60px;
  position: relative;
  height: 60px;
  margin: 0 auto 2em;
  padding: 0;
  text-align: center;
  color: #172a88;
  background: #ffea11;
  width: 240px;
  font-size: 18px;
  font-weight: 900;
}
.sec-subtitle:before, .sec-subtitle:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #ffea11;
}
.sec-subtitle:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.sec-subtitle:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.sec-subtitle span {
  position: relative;
  display: block;
}
.bg-fff {
  background: #fff;
}
.page-title-wrap {
  display: flex;
}
.page-lead {
  width: 60%;
}
.page-title-jp {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 25px;
}
.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-wrap {
  width: 40%;
  text-align: right;
}
.page-title-en {
  font-size: 36px;
  color: #ddae4e;
}
.page-title-no {
  color: #ddae4e;
  font-size: 80px;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.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 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: 0 auto;
}
  .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;
}

.page-hero {
    width: 64%;
    padding: 150px 0;
    align-items: center;
    margin: 0 auto;
    background: #fffbef;
}
.campaign-detail {
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2;
}
.lead {
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    padding-bottom: 1em;
    line-height: 1.4;
}
.outline-table {
    padding: 4em 0;
}
.outline-table table {
    width: 100%;
}
.outline-table th {
    padding: 1.4em;
    line-height: 1.6;
    border-top: #fff solid 2px;
}
.outline-table td {
    padding: 1.4em;
    border-top: #fff solid 2px;
	 line-height: 1.6;
}
#pre.page .content {
    padding: 8vw 0;
}
.page .content-bg {
    opacity: 0.6;
}
.page {
    background: #fffbef;
}
#pre.page .content {
	    background: #3582f5;
}
.page .content-head-bg {
    height: 50px;
    position: absolute;
    z-index: 2;
    top: -50px;
    width: 100%;
    background: url("../images/pre2025/bg2.png") repeat;
}
.btn-home {
    padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
}
.btn-home a {
    display: block;
    width: 10em;
    margin: 0 auto;
    border: #fff solid 2px;
    border-radius: 99px;
    font-size: 1.1em;
    font-weight: 900;
    color: #fff;
    padding: 0.6em 0;
    transition: .4s;
}
.btn-home a:hover {
    background: #fff;
    color: #3582f5;
    transition: .4s;
}


@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;
}
}

@media screen and (max-width:1000px) {
.hero-copy {
    font-size: 80px;
  }
  .campaign {
    width: 85%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.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;
    font-weight: 600;
}.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;
}

}

@media screen and (max-width:900px) {
 
  .entry-body p {
    line-height: 2.2;
    padding: 0 0 2em;
    font-size: 16px;
}.caption {
    font-size: 13px;
    line-height: 1.8;
}.entry-archive-items .item {
    width: calc(33.333% - 10px);
    text-align: center;
}.entry-archive-items .name strong {
    font-weight: 600;
    font-size: 15px;
    display: block;
    padding-top: 6px;
    margin: 0;padding-left: 0;
}.entry-archive-items .item p {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    padding: 0;
}.entry-archive {
    padding-top: 60px;
}.entry-archive-title {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 30px;
}.entry-body-title {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    padding: 50px 0 0px;
    font-weight: 900;
}
  #shop-list {
    margin-top: 100px;
}
 .sec-subtitle {
    line-height: 50px;
    position: relative;
    height: 50px;
    margin: 0 auto 2em;
    padding: 0;
    text-align: center;
    color: #172a88;
    background: #ffea11;
    width: 190px;
    font-size: 16px;
    font-weight: 900;
} 
.sec-subtitle:before, .sec-subtitle:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 25px solid #ffea11;
}
  .sec-subtitle:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.sec-subtitle:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.sec-subtitle span {
  position: relative;
  display: block;
}
  .cm {
    width: 90%;
    margin: 0 auto 40px;
}
	
	#pre .pre-logo {
    position: absolute;
    z-index: 2;
    width: 120px;
    left: 20px;
    top: 20px;
    margin: 0;
}
	#pre .hero-img {
    width: 92%;
    margin: 0 auto;
    padding: 60px 0 120px;
}
	#pre .content {
    padding-top: 20px;
}
	#pre .campaign {
    width: 80%;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    z-index: 3;
		padding-bottom: 60px;
}
	#pre .inner {
    width: 80%;
    margin: 0 auto;
}.content-bg {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}.bnr-link-img {
    width: 200px;
    margin: 0 auto;
    padding: 20px 0 40px;
}.bnr-link-copy {
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-size: 24px;
    padding-bottom: 0px;
}
}
@media screen and (max-width:800px) {
.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%;
}
  .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;
}
}

@media screen and (max-width:650px) {
.logo {
    width: 80%;
    margin: 0 auto;
    border-radius: 250px;
    background: #fff;
    padding: 50px;
    margin-top: 64px;
}.hero-copy {
    font-size: 40px;
}
.hero-p {
    text-align: center;
    width: 84%;
    margin: 0 auto 80px;
    font-weight: 600;
    padding-top: 36px;
    font-size: 13px;
}
.body-bg img {
    height: 100vh;
    object-fit: cover;
}
.campaign .bnr img {
    border-radius: 14px;
    margin-bottom: 30px;
}
.cp-time {
    width: 120px;
    position: absolute;
    top: -80px;
    right: -30px;
}.sec-wrap {
    width: 85%;
    margin: 0 auto;
    border: #172a88 solid 5px;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
}.sec-title-en {
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
}#about .item-title {
    font-size: 22px;
}.flex-col2 .item-summary p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
}.btn {
    text-align: center;
}.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;
}
  .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;
}
	header {
    background: #fffbef;
}
	#pre .pre-logo {
    position: relative;
    z-index: 2;
    width: 100px;
    left: 0;
    top: 20px;
    margin: 0;
    margin: 0 auto;
}
	#pre .hero-img {
    width: 100%;
    margin: 0 auto;
           padding: 40px 0 80px;
}
	#pre .campaign img {
    border-radius: 15px;
    border: #fff solid 3px;
}#pre .campaign {
    width: 88%;
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    z-index: 3;
    padding-bottom: 60px;
}#pre .inner {
    width: 88%;
    margin: 0 auto;
}.pre-item {
    padding-bottom: 60px;
}.bnr-link-copy {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    padding-bottom: 0px;
}.souma-logo {
    width: 120px;
    margin: 0 auto;
}
.page-hero {
    width: 84%;
    padding: 0px 0 100px;
    align-items: center;
    margin: 0 auto;
    background: #fffbef;
}#pre.page .inner {
    width: 85%;
    margin: 0 auto;
}.lead {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 1em;
    line-height: 1.4;
}.outline-table th {
    padding: 12px 4px;
    line-height: 1.4;
    border-top: #fff solid 1px;
    font-weight: 500;
    font-size: 13px;
    width: 6em;
}.outline-table td {
    padding: 12px 4px;
    border-top: #fff solid 1px;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 500;
}.outline-table {
    padding: 30px 0;
}.btn-home {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}.btn-home a {
    font-size: 15px;
}
}
@media screen and (max-width:450px) {
.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: 30px;
    padding-top: 40px;
}.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: 84%;
    margin: 0 auto 80px;
    font-weight: 600;
    padding-top: 36px;
    font-size: 15px;
}
  body {
    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;
}#about .item-body {
    padding-bottom: 80px;
}.flex-col2 .item-image img {
    border-radius: 10px;
}#about .item-title {
    font-size: 18px;
}.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;
}#interview .page-hero p {
    padding: 30px 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.9;
}#interview .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;
}.logo {
    width: 82%;
    margin: 0 auto;
    border-radius: 250px;
    background: #fff;
    padding: 30px;
    margin-top: 64px;
}.cp-time {
    width: 100px;
    position: absolute;
    top: -80px;
    right: -20px;
}
}


