@charset "UTF-8";

body {
	font-size: 1rem;
    font-family: "Noto Sans JP",sans-serif;
	min-width: 1200px;
}
.header_logo {
    width: 220px;
    position: fixed;
    z-index: 99999;
}

.disp_pc {
	display: block;
}
.disp_sp {
	display: none;
}
.mv {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  text-align: center;
  background-size: cover;
  background-position: center;
	background-attachment: fixed;
  overflow: hidden;
  background-repeat: no-repeat;
  border: 12px solid #fff;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-image: url("../img/ambassador/home/sample_bg3.jpg");
}
.mv:before {
    top: 0;
    content: "WANTED! WANTED! WANTED! WANTED!";
    display: block;
    position: absolute;
    padding: 10px 0 6px;
    background: #fff;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #005292;
    transform: rotate(-35deg);
    font-family: 'Overpass', sans-serif;
    left: -50px;
}
.mv:after {
    bottom: 0;
    content: "WANTED! WANTED! WANTED! WANTED!";
    display: block;
    position: absolute;
    padding: 10px 0 6px;
    background: #fff;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: bold;
    color: #005292;
    transform: rotate(-35deg);
    font-family: 'Overpass', sans-serif;
    right: -50px;
}
.ambassador {
  position: absolute;
  bottom: -50px;
  right: 60px;
  width: 600px;
}
.ambassador img {
    width: 100%;
    height: auto;
}
.mv_cap {
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 50px;
    letter-spacing: 6px;
    line-height: 36px;
}
.mv h1 {
    color: #fff;
    font-family: 'Montserrat',"Noto Sans JP",sans-serif;
    max-width: 540px;
    margin: 0 auto;
}
.mv h1 span {
    color: #fff;
    font-size: 5rem;
    background: linear-gradient(rgba(0,0,0,0) 70%, #eeb900 50%);
}
.target {
  text-align: center;
  padding: 100px 0;
}
.target_list li span {
    display: block;
    font-family: 'Overpass', sans-serif;
    font-size: 3rem;
    letter-spacing: -1px;
    line-height: 26px;
    width: max-content;
    margin: 0 auto 15px;
    border-bottom: 1px solid;
    padding-bottom: 6px;
}
.target h2 {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 54px;
  margin-bottom: 40px;
}
.target_list {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 40px auto;
}
.target_list li {
  width: 23%;
  margin: 0;
  padding: 30px 0;
  font-weight: bold;
  border-top: 1px solid;
  letter-spacing: 1px;
  font-size: 1.6rem;
  border-bottom: 1px solid;
}
.target_list li:nth-child(even) {
}
.target p {
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 34px;
}
.concept_main {
    display: flex;
    max-width: 1100px;
    margin: 0 auto 100px;
    background: #f9f9f9;
    padding: 100px;
    align-items: center;
}
.concept_map {
  width: 50%;
  margin-right: 8%;
}

.concept_map iframe {
}

.concept_cap {
  width: 52%;
}
.concept_cap h2 {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 60px;
}
.concept_main h3 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: 1px;
}

/* loopslider */
#loopslider li img {
    width: 100%;
    height: auto;
	margin: 0 20px;
}
#loopslider {
    margin: 40px auto 0;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: linear-gradient(#ffffff 50%, #005292 50%);
}

#loopslider ul {
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul li {
    width: 320px;
    float: left;
    display: inline;
    overflow: hidden;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


.fuse {
  text-align: center;
  background-color: #005292;
  background-image: url(../img/ambassador/home/fusemap.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 280px;
  background-attachment: fixed;
  padding: 100px 0 120px;
}
.fuse p {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 30px;
}
.fuse h2 {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 2px;
}
.gourmet {
	background: url(../img/home/bg_gourmet.png);
    background-size: 900px;
    background-position: top 280px left 100px;
    background-repeat: no-repeat;
}
.gourmet_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 150px 0 0;
  display: flex;
  justify-content: space-between;
}
.gourmet_cap h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 62px;
  letter-spacing: 3px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
}
.gourmet_cap p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-left: 11%;
}
.gourmet_cap {
    width: 46%;
    margin-left: 0;
    display: flex;
}
.gourmet_gallery li {
  margin: 1%;
  width: 40%;
}
.gourmet_gallery li img {
  width: 100%;
  height: auto;
}
.gourmet_gallery {
  width: 79%;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.gourmet_gallery_list {
    display: flex;
    max-width: 1100px;
    margin: 60px auto;
    justify-content: center;
}
.gourmet_gallery_list li {
    margin: 0 1%;
    width: 27%;
}

.gourmet_gallery:after {
  left: 0;
  top: 0;
  content: "";
  background: #fff;
  width: 62px;
  height: 210px;
  position: absolute;
}
.retro_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0;
  display: flex;
	flex-direction: row-reverse;
  justify-content: space-between;
}
.retro {
	background-image: url(../img/home/bg_retro.png);
    background-size: 600px;
    background-position: top 280px right 100px;
    background-repeat: no-repeat;
}
.retro_cap h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 58px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  margin: 0 auto;
}
.retro_cap p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-right: 11%;
}
.retro_cap {
    width: 46%;
    margin-right: 0;
    display: flex;
	flex-direction: row-reverse;
}
.retro_gallery li {
  width: 50%;
}
.retro_gallery li img {
  width: 100%;
  height: auto;
}
.retro_gallery {
  width: 79%;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.retro_gallery_list {
    display: flex;
    max-width: 1100px;
    margin: 60px auto;
    justify-content: center;
}
.retro_gallery_list li {
    margin: 0 1%;
    width: 27%;
}

.retro_gallery:after {
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  width: 62px;
  height: 190px;
  position: absolute;
}
.joren {
	background: url(../img/home/bg_pass.png);
    background-size: 1000px;
    background-position: top 200px left 100px;
    background-repeat: no-repeat;
}
.joren_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0;
  display: flex;
  justify-content: space-between;
}
.joren_cap h2 {
  font-size: 4rem;
  line-height: 58px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  margin: 0 auto;
}
.joren_cap p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-left: 11%;
}
.joren_cap {
    width: 46%;
    margin-left: 0;
    display: flex;
}
.joren_gallery li {
  margin: 1%;
  width: 40%;
}
.joren_gallery li img {
  width: 100%;
  height: auto;
}
.joren_gallery {
  width: 79%;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.joren_gallery_list {
    display: flex;
    max-width: 1100px;
    margin: 60px auto;
    justify-content: center;
}
.joren_gallery_list li {
    margin: 0 1%;
    width: 27%;
}

.joren_gallery:after {
  left: 0;
  top: 0;
  content: "";
  background: #fff;
  width: 62px;
  height: 210px;
  position: absolute;
}

.pass_image {
}
.sekaipass {
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  background: #f5f5f5;
  display: flex;
  padding: 60px;
}
.pass_image {
    width: 88%;
    margin-right: 3%;
    display: flex;
}
.sekaipass p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 30px;
    width: 48%;
    letter-spacing: 0.5px;
}
.pass_image img {
    width: 90%;
    height: auto;
}

.award {
  max-width: 1100px;
  margin: 120px auto 0;
  padding: 60px 0;
  border-top: 1px solid #333;
}
.award h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 60px;
  letter-spacing: 1px;
}

.award_list li img {
  padding: 20px 50px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 5px;
}
.media {
  padding: 60px 0;
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #333;
}
.media h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.media_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.media_list img {
  background: #fff;
}
.media_list li {
  margin: 1%;
  width: 10%;
}
.award_list p {
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    margin-top: 10px;
}
.award_list {
  display: flex;
	justify-content: center;
}
.award_list li {
    width: 28%;
    margin: 0 2%;
}
.event {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 60px 0;
}
.event h2 {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 1px;
}
.event_list {
  display: flex;
  justify-content: center;
}
.event_list li {
  width: 25%;
  margin: 0 2%;
  text-align: center;
  color: #fff;
}
.event_list p {
  font-weight: 500;
  font-size: 1.3rem;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0.5px;
}
.event_list li img {
    padding: 30px 50px;
    background: #fff;
    height: auto;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px;
}
.howto {
  padding: 100px 0;
  text-align: center;
}

.howto_pc {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.howto_pc li {
    width: 49.8%;
    margin: 0.1%;
}
.howto_pc li a:hover h3 {
  background: rgba(0,0,0,0.15);
}
.howto_pc li h4 {
  font-size: 1.2;
}
.howto h2 {
    font-size: 4rem;
    font-weight: bold;
    font-family: 'Overpass', sans-serif;
    margin-bottom: 40px;
}
.howto_image {
  position: relative;
  overflow: hidden;
}
.howto_image h3 {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem;
  height: 100%;
  background: rgba(0,0,0,0.3);
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.slick h4 {
  text-align: left;
  font-weight: 600;
  line-height: 24px;
  margin-top: 18px;
}
.slick h4 a {
    display: block;
    background: #005292;
    text-align: center;
    color: #fff;
    width: 105px;
    padding: 6px 10px;
    border-radius: 100px;
    margin: 20px auto 0;
}
.prev.slick-arrow {
    position: absolute;
    left: 0;
    background: #000;
    color: #fff;
    padding: 30px 20px;
    z-index: 999;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 2px;
    top: 50%;
    margin-top: -80px;
}
.next.slick-arrow {
    position: absolute;
    right: 0;
    background: #000;
    color: #fff;
    padding: 30px 20px;
    z-index: 999;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 2px;
    top: 50%;
    margin-top: -80px;
}
.outline {
  background: #f5f5f5;
  padding: 100px 0;
}
.outline h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 1px;
}
.outline_inner {
  max-width: 1100px;
  background: #fff;
  padding: 80px;
  margin: 40px auto;
}
.outline_inner table th {
  background: #f5f5f5;
  padding: 20px;
  border-bottom: 2px solid #fff;
}
.outline_inner table td {
  padding: 20px;
  font-weight: 500;
}
.outline_inner h3 {
    border-left: 3px solid #333;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 10px 0 10px 15px;
    background: #f5f5f5;
    letter-spacing: 1px;
}
.outline_inner table {
  margin-bottom: 50px;
}
.please li {
  font-weight: 600;
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #ddd;
}
.please li i {
    font-size: 1.5rem;
    margin-right: 8px;
    color: #005292;
}
.outline_inner p {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.please li span {
  display: block;
  font-size: 1.2rem;
  color: #999;
  font-weight: 500;
  margin-top: 5px;
}
.outline_inner table td span {
  display: block;
  color: #005292;
  font-weight: 600;
  margin-top: 10px;
}
.entry {
  padding: 100px 0;
  background: #005292;
  text-align: center;
	position: relative;
}
.entry:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 70px 0 70px;
	border-color: #f5f5f5 transparent transparent transparent;
	top: 0;
	left: 50%;
	margin-left: -70px;
}
.entry h2 {
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.entry p {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.entry_list {
  max-width: 1100px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.en_insta {
  padding: 40px;
  background: #fff;
  width: 44%;
  margin: 0 2%;
}
.en_twitter {
  padding: 40px;
  background: #fff;
  width: 44%;
  margin: 0 2%;
}

.entry_list h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.en_step li {
    font-weight: 600;
    padding: 15px 0;
    background: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 6px;
	position: relative;
}
.en_step li:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	border-color: #f5f5f5 transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}
.en_step li:last-child:after {
	display: none;
}
.en_step li:last-child {
	margin-bottom: 0;
}
.en_step li a {
    font-weight: 600;
	color: #005292;
	text-decoration: underline;
}
.entry_list h3 i {
    color: #005292;
    font-size: 2rem;
    margin-right: 10px;
}
.h_title {
    font-size: 2rem;
    font-weight: 600;
    margin: 30px 0 12px;
}
.cta {
    padding: 18px;
    background: #fff;
    display: block;
    width: 400px;
    text-align: center;
    font-weight: 600;
    margin: 80px auto 0;
    border-radius: 100px;
    font-size: 1.8rem;
    color: #005292;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.cta_middle {
    padding: 18px;
    background: #005292;
    display: block;
    width: 400px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    margin: 80px auto 0;
    border-radius: 100px;
    font-size: 1.8rem;
    color: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.cta:hover,
.cta_middle:hover {
	opacity: 0.5;
}
.h_text a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 100px;
    max-width: 100px;
    margin: 20px auto 0;
    font-weight: 600;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.h_text a:hover {
	opacity: 0.5;
}

footer {
  background: #005292;
  padding: 0 0 100px;
  text-align: center;
}
small {
  color: #fff;
  font-size: 1.1rem;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 1px;
}
small a {
    display: block;
    width: 80px;
    margin: 0 auto 30px;
}
/*---
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
body {
	min-width: 100%;
}
.header_logo {
    width: 100px;
    position: fixed;
    z-index: 99999;
}
.disp_pc {
	display: none;
}
.disp_sp {
	display: block;
}
.mv {
  width: 100%;
  height: 60vh;
  min-height: auto;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  border: 10px solid #fff;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #005292;
}
.ambassador {
  position: absolute;
  bottom: -20px;
  right: 10px;
  width: 60%;
}
.ambassador img {
    width: 100%;
    height: auto;
}
.mv_cap {
    color: #fff;
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
    line-height: 25px;
}
.mv h1 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    width: 90%;
    line-height: 38px;
    margin-bottom: 0;
    font-family: 'Montserrat',"Noto Sans JP",sans-serif;
}
.mv h1 span {
    color: #fff;
    font-weight: 500;
    font-size: 2.5rem;
    background: linear-gradient(rgba(0,0,0,0) 70%, #eeb900 50%);
}
.mv:before {
    font-size: 1.5rem;
    padding: 5px 0 2px;
}
.mv:after {
    font-size: 1.5rem;
    padding: 5px 0 2px;
}
.target {
  text-align: center;
  padding: 30px 0;
}
.target_list li span {
    display: block;
    font-size: 2rem;
    line-height: 16px;
    width: max-content;
    margin: 0 auto 12px;
    padding-bottom: 6px;
}
.target h2 {
  font-size: 1.8rem;
  padding: 0 5%;
  line-height: 30px;
  color: #005292;
  margin-bottom: 25px;
}
.target_list {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 30px auto;
  width: 96%;
  flex-wrap: wrap;
}
.target_list li {
  width: 48%;
  margin: 1%;
  padding: 5%;
  background: #f9f9f9;
  border: none;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.target_list li:nth-child(2),.target_list li:nth-child(3) {
}
	
.target_list li:nth-child(4) {
}
.target p {
    font-size: 1.2rem;
    padding: 0 10%;
    text-align: left;
    line-height: 22px;
}
.concept_main {
    display: block;
    max-width: 1100px;
    margin: 0 auto 0;
    padding: 30px 0;
    align-items: center;
    border-top: none;
}
.concept_map {
  width: 90%;
  margin: 0 auto 30px;
}

.concept_cap {
  width: 90%;
  margin: 0 auto;
}
.concept_cap h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}
.concept_main h3 {
  font-size: 1.2rem;
  line-height: 24px;
  border-left: none;
  text-align: center;
  padding: 0 5%;
}

/* loopslider */
#loopslider li img {
    width: 100%;
    height: auto;
    margin: 0 5px;
}
#loopslider {
    margin: 40px auto 0;
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: linear-gradient(#ffffff 50%, #005292 50%);
}

#loopslider ul {
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul li {
    width: 140px;
    float: left;
    display: inline;
    overflow: hidden;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


.fuse {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: inherit;
  background-size: 50%;
  padding: 20px 0 32px 0;
}
.fuse p {
  color: #fff;
  font-weight: 500;
  padding: 0 8% 20px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 25px;
}
.fuse h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.gourmet {
	background: url(../img/home/bg_gourmet.png);
    background-size: 900px;
    background-position: top 280px left 100px;
    background-repeat: no-repeat;
}
.gourmet_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: block;
  justify-content: space-between;
}
.gourmet_cap h2 {
  font-size: 2rem;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: tb-rl;
  writing-mode: inherit;
  margin: 0 auto;
}
.gourmet_cap p {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 23px;
    letter-spacing: 0px;
    width: 84%;
    margin: 20px auto;
}
.gourmet_cap {
    width: 100%;
    margin-left: 0;
    display: block;
}
.gourmet_gallery li {
  margin: 1%;
  width: 40%;
}
.gourmet_gallery li img {
  width: 100%;
  height: auto;
}
.gourmet_gallery {
  width: 85%;
  margin: 0 auto;
  display: block;
  flex-wrap: inherit;
  position: relative;
}
.gourmet_gallery_list {
    display: flex;
    max-width: 1100px;
    margin: 10px auto;
    justify-content: center;
}
.gourmet_gallery_list li {
    margin: 0 1%;
    width: 27%;
}

.gourmet_gallery:after {
  left: 0;
  top: 0;
  content: "";
  background: #fff;
  width: 42px;
  height: 160px;
  display: none;
  position: absolute;
}
.retro_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: block;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.retro {
	background-image: url(../img/home/bg_retro.png);
    background-size: 600px;
    background-position: top 280px right 100px;
    background-repeat: no-repeat;
}
.retro_cap h2 {
  font-size: 2rem;
  text-align: center;
  line-height: 31px;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  margin: 0 auto;
  letter-spacing: 1px;
}
.retro_cap p {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 23px;
    letter-spacing: 0px;
    margin: 20px auto;
    width: 84%;
}
.retro_cap {
    width: 100%;
    margin-right: 0;
    display: block;
    flex-direction: row-reverse;
}
.retro_gallery li {
  width: 50%;
}
.retro_gallery li img {
  width: 100%;
  height: auto;
}
.retro_gallery {
  width: 85%;
  margin: 0 auto;
  display: block;
  flex-wrap: wrap;
  position: relative;
}
.retro_gallery_list {
    display: flex;
    max-width: 1100px;
    margin: 10px auto;
    justify-content: center;
}
.retro_gallery_list li {
    margin: 0 1%;
    width: 27%;
}

.retro_gallery:after {
  right: 0;
  top: 0;
  content: "";
  background: #fff;
  width: 42px;
  height: 160px;
  display: none;
  position: absolute;
}
.joren {
	background: url(../img/home/bg_pass.png);
    background-size: 1000px;
    background-position: top 200px left 100px;
    background-repeat: no-repeat;
}
.joren_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: block;
  justify-content: space-between;
}
.joren_cap h2 {
  font-size: 2rem;
  line-height: 31px;
  -webkit-writing-mode: inherit;
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  margin: 0 auto;
  letter-spacing: 1px;
  text-align: center;
}
.joren_cap p {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 23px;
    width: 84%;
    letter-spacing: 0px;
    margin: 20px auto;
}
.joren_cap {
    width: 100%;
    margin-left: 0;
    display: block;
}
.joren_gallery li {
  margin: 1%;
  width: 40%;
}
.joren_gallery li img {
  width: 100%;
  height: auto;
}
.joren_gallery {
  width: 84%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.joren_gallery_list {
    display: flex;
    max-width: 1100px;
    margin: 10px auto;
    justify-content: center;
}
.joren_gallery_list li {
    margin: 0 1%;
    width: 27%;
}

.joren_gallery:after {
  left: 0;
  top: 0;
  content: "";
  background: #fff;
  width: 42px;
  height: 160px;
  position: absolute;
  display: none;
}

.pass_image {
}
.sekaipass {
  max-width: 1100px;
  margin: 30px auto 0;
  display: block;
  padding: 30px;
  width: 90%;
}
.pass_image {
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
}
.sekaipass p {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 23px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 0px;
}
.pass_image img {
    width: 100%;
    height: auto;
    margin: 0;
}

.award {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 30px 6% 20px;
}
.award h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.award_list li img {
  padding: 10px;
  background: #fff;
}
.media {
  padding: 30px 6%;
  max-width: 1100px;
  margin: 0 auto;
}
.media h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0;
}

.media_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.media_list img {
  padding: 0;
  background: #fff;
}
.media_list li {
  margin: 1%;
  width: 23%;
}
.award_list p {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 8px;
}
.award_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.award_list li {
    width: 42%;
    margin: 0 4% 6%;
}
.event {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 6%;
}
.event h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.event_list {
  display: flex;
  justify-content: center;
}
.event_list li {
  width: 44%;
  margin: 0 3%;
  text-align: center;
  color: #fff;
}
.event_list p {
  font-size: 1rem;
  margin-top: 7px;
  text-align: left;
}
.event_list li img {
    padding: 10px;
    background: #fff;
    height: auto;
    width: 100%;
}
.howto {
  padding: 40px 0;
  text-align: center;
}

.howto_pc {
  max-width: 1100px;
  margin: 0 auto;
  display: none;
  flex-wrap: wrap;
}
.howto_pc li {
    width: 49.8%;
    margin: 0.1%;
}
.howto_pc li a:hover h3 {
  background: rgba(0,0,0,0.15);
}
.howto_pc li h4 {
  font-size: 1.2;
}
.howto h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}
.howto_image {
  position: relative;
  overflow: hidden;
}
.howto_image h3 {
  position: absolute;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  height: 100%;
  background: rgba(0,0,0,0.3);
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.slick h4 {
  text-align: left;
  font-weight: 600;
  line-height: 20px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.slick h4 a {
    display: block;
    background: #005292;
    text-align: center;
    color: #fff;
    width: 105px;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 100px;
    margin: 10px auto 0;
}
.prev.slick-arrow {
    position: absolute;
    left: 0;
    background: #000;
    color: #fff;
    padding: 15px 10px 12px;
    z-index: 999;
    font-family: 'Overpass', sans-serif;
    letter-spacing: 0px;
    top: 50%;
    letter-spacing: 1px;
    margin-top: -50px;
    font-size: 1rem;
}
.next.slick-arrow {
    position: absolute;
    right: 0;
    background: #000;
    color: #fff;
    padding: 15px 10px 12px;
    z-index: 999;
    font-family: 'Overpass', sans-serif;
    letter-spacing: 0px;
    top: 50%;
    letter-spacing: 1px;
    margin-top: -50px;
    font-size: 1rem;
}
.outline {
  background: #f5f5f5;
  padding: 40px 0 20px;
}
.outline h2 {
  text-align: center;
  font-size: 2rem;
}
.outline_inner {
  max-width: 1100px;
  background: #fff;
  padding: 5%;
  width: 90%;
  margin: 30px auto 10px;
}
.outline_inner table th {
  background: #f5f5f5;
  width: 90px;
  padding: 10px;
  border-bottom: 2px solid #fff;
  font-size: 1.2rem;
}
.outline_inner table td {
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}
.outline_inner h3 {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 15px;
    padding: 6px 0 6px 10px;
}
.outline_inner table {
  margin-bottom: 30px;
}
.please li {
  font-weight: 600;
  margin: 10px 0;
  font-size: 1.2rem;
  padding: 15px;
  border: 1px solid #ddd;
}
.please li i {
    font-size: 1.5rem;
    margin-right: 8px;
    color: #005292;
}
.outline_inner p {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.please li span {
  display: block;
  font-size: 1rem;
  color: #999;
  font-weight: 500;
  margin-top: 5px;
}
.outline_inner table td span {
  display: block;
  color: #005292;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 10px;
}
.entry {
  padding: 50px 0;
  background: #005292;
  text-align: center;
  position: relative;
}
.entry:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 50px 0 50px;
	border-color: #f5f5f5 transparent transparent transparent;
	top: 0;
	left: 50%;
	margin-left: -50px;
}
.entry h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}
.entry p {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 8%;
}
.entry_list {
  max-width: 1100px;
  display: block;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}
.en_insta {
  padding: 5%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px;
  border-radius: 8px;
}
.en_twitter {
  padding: 5%;
  background: #fff;
  width: 100%;
  margin: 0;
  border-radius: 8px;
}

.entry_list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.en_step li {
    font-weight: 600;
    padding: 15px 0;
    background: #f5f5f5;
    margin-bottom: 10px;
    font-size: 1.2rem;
    border-radius: 6px;
    position: relative;
}
.en_step li:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 0 10px;
	border-color: #f5f5f5 transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}
.en_step li:last-child:after {
	display: none;
}
.en_step li:last-child {
	margin-bottom: 0;
}
.en_step li a {
    font-weight: 600;
    font-size: 1.2rem;
    color: #005292;
    text-decoration: underline;
}
.entry_list h3 i {
    font-size: 2rem;
    margin-right: 10px;
}
.h_title {
    font-size: 2rem;
    font-weight: 600;
    margin: 30px 0 12px;
}
.cta {
    padding: 12px 0;
    background: #fff;
    display: block;
    width: 80%;
    text-align: center;
    font-weight: 600;
    margin: 20px auto 0;
    border-radius: 100px;
    font-size: 1.3rem;
    color: #005292;
}
.cta_middle {
    padding: 13px 0;
    background: #005292;
    display: block;
    width: 80%;
    text-align: center;
    font-weight: 600;
    margin: 30px auto 0;
    border-radius: 100px;
    font-size: 1.3rem;
    color: #fff;
}
	footer {
  background: #005292;
  padding: 0 0 60px;
  text-align: center;
}
small {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0px;
}
small a {
    display: block;
    width: 70px;
    margin: 0 auto 20px;
}
}

/*---------------------------------------------------------------*\
	$320px - iPhone SE, 5s, 5 and 4s
\*---------------------------------------------------------------*/
@media screen and (max-width: 320px) {
}
