@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
.animate {
  opacity: 0;
}

/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background-image: url(../../images/base_bg.png);
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

h3 {
  font-family: "Noto Serif JP", sans-serif;
}

/* -- LAYOUT -- */
.main_d1 {
  width: 25.14286%;
  position: absolute;
  left: -10%;
  top: 25px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .main_d1 {
    width: 30%;
    left: -10%;
  }
}

@media (max-width: 767px) {
  .main_d1 {
    width: 30%;
    left: -10%;
  }
}

.main_d2 {
  width: 21.42857%;
  position: absolute;
  right: -5%;
  top: 25px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .main_d2 {
    width: 30%;
    right: -10%;
  }
}

@media (max-width: 767px) {
  .main_d2 {
    width: 30%;
    right: -10%;
  }
}

.main_d3 {
  width: 13.35714%;
  position: absolute;
  left: -5%;
  top: 400px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .main_d3 {
    width: 15%;
    left: -7%;
    top: 40%;
  }
}

@media (max-width: 767px) {
  .main_d3 {
    width: 15%;
    left: -7%;
    top: 27%;
  }
}

.main_d4 {
  width: 19%;
  position: absolute;
  right: -10%;
  top: 400px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .main_d4 {
    width: 21%;
    right: -12%;
    top: 40%;
  }
}

@media (max-width: 767px) {
  .main_d4 {
    width: 21%;
    right: -12%;
    top: 27%;
  }
}

.header_sp {
  display: none !important;
  width: 100%;
  background: url(../../images/dance_main_bg.png) center center repeat;
  padding: 0 0 10px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .header_sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .header_sp {
    display: block !important;
  }
}

.header_sp_main {
  width: 90%;
  margin: 10px auto;
}

.header {
  width: 100%;
  background: url(../../images/dance_main_bg.png) center center repeat;
  padding: 0 0 10px;
}

@media (max-width: 767px) {
  .header {
    display: none !important;
  }
}

.header_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
}

.header_logo {
  position: relative;
  width: 78%;
  margin: 0 auto;
  padding: 130px 0 0;
}

.header_logo h1 {
  width: 78%;
  margin: 0 auto 35px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 999px) {
  .header_logo h1 {
    width: 100%;
    margin: 20% auto 35px;
  }
}

@media (max-width: 767px) {
  .header_logo h1 {
    width: 100%;
    margin: 20% auto 35px;
  }
}

.header_logo_hokto {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 12;
  display: block;
  width: 141px;
  height: 62px;
}

.header_gnav {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.header_gnav_logo {
  width: 31.25%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 999px) {
  .header_gnav_logo {
    width: 37.33333%;
  }
}

@media (max-width: 767px) {
  .header_gnav_logo {
    width: 53.33333%;
  }
}

.header_gnav_tfm {
  width: 122px;
  margin: 0 40px;
}

.header_gnav_hokto {
  width: 107px;
  padding-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .header_gnav {
    height: 80px;
  }
  .header_gnav_tfm {
    width: 200px;
    margin: 0 20px;
  }
  .header_gnav_hokto {
    width: 180px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .header_gnav {
    height: 60px;
  }
  .header_gnav_tfm {
    width: 200px;
    margin: 0 20px;
  }
  .header_gnav_hokto {
    width: 180px;
    padding-bottom: 8px;
  }
}

.header_menu {
  width: auto;
  margin-right: 2%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_menu_current {
  color: #2c79c0;
  border-bottom: #2c79c0 2px solid;
  font-weight: bold;
}

.header_menu li {
  margin-right: 30px;
}

.header_menu li a {
  font-size: 1.6rem;
  transition: 0.5s;
}

.header_menu li a:hover {
  background: linear-gradient(transparent 70%, #f8ef97 70%);
}

.header .hd_nav {
  display: none;
  width: 5.14286%;
}

@media (min-width: 768px) and (max-width: 1160px) {
  .header .hd_nav {
    display: block;
    width: 5.14286%;
  }
  .header_inner {
    width: 100%;
    height: auto;
    padding: 22px 0;
  }
  .header_menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .hd_nav {
    display: block;
    width: 5.14286%;
  }
  .header_inner {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .header_menu {
    display: none;
  }
  .header_logo {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header_logo_tfm {
    width: 33.33333%;
    margin: 0 20px;
  }
  .header_logo_bo {
    width: 48.8%;
  }
}

.king_comic {
  margin: 0 auto;
  width: 100%;
  max-width: 1143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}

.king_comic_01 {
  width: 18.3727%;
}

.king_comic_02 {
  width: 77.69029%;
}

@media (max-width: 767px) {
  .king_comic {
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .king_comic li {
    width: 100%;
  }
  .king_comic li:nth-child(1) {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
  }
  .king_comic li:nth-child(1) img {
    width: 45%;
    max-width: 310px;
  }
  .king_comic li:nth-child(2) {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .king_comic li:nth-child(2) img {
    width: 95%;
    max-width: 647px;
  }
}

.ham {
  display: none;
  position: absolute;
  top: 10px;
  right: 3%;
  z-index: 100;
}

.ham_wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.ham_icon {
  display: flex;
  align-items: center;
  width: 31px;
  cursor: pointer;
}

.ham_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(44, 121, 192, 0.97);
  left: 0;
  top: 0;
  z-index: 2;
}

.ham_menu .hide {
  color: #fff;
}

.ham_menu .hideIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 3%;
  cursor: pointer;
}

.ham_contents {
  margin-top: 100px;
  text-align: center;
}

.ham_contents > li {
  margin-bottom: 30px;
}

.ham_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.ham_sns > li {
  margin: 0 20px;
}

.ham_sns > li > a > img {
  width: 30px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1160px) {
  .ham {
    display: block;
  }
}

@media (max-width: 767px) {
  .ham {
    display: block;
  }
  .ham_icon {
    width: 26px;
  }
}

#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.model_ttl {
  width: 447px;
  margin: 70px auto 70px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .model_ttl {
    width: 59.6%;
    margin: 35px auto 35px;
  }
}

@media (max-width: 767px) {
  .model_ttl {
    width: 59.6%;
    margin: 35px auto 35px;
  }
}

.model_bt {
  width: 46%;
  display: block;
  border-radius: 6px;
  border: 4px solid #000;
  margin: 0px auto 0px;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #ffee00;
  padding: 25px 0;
  background: #ffee00 url(../../images/model_bt_arrow.png) 95% 50% no-repeat;
  background-size: 10px;
  box-shadow: 6px 6px #000;
}

.model_bt_close {
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 4px solid #000;
  margin: 0px auto 0px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 25px 0;
  background: #ddd;
  background-size: 10px;
  box-shadow: 6px 6px #000;
}

.model_bt_close_2 {
  width: 46% !important;
}

@media (min-width: 768px) and (max-width: 999px) {
  .model_bt_close_2 {
    width: 90% !important;
    margin-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .model_bt_close_2 {
    width: 90% !important;
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .model_bt_close {
    width: 100%;
    margin: 0px auto 20px;
  }
}

@media (max-width: 767px) {
  .model_bt_close {
    width: 100%;
    margin: 0px auto 20px;
    padding: 15px 10px !important;
    font-size: 1.2rem !important;
    text-align: left;
    box-sizing: border-box;
  }
  .model_bt_close br {
    display: none;
  }
}

.model_bt_close:hover {
  background: #ddd;
}

.model_bt_wrap {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 999px) {
  .model_bt_wrap {
    width: 90%;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .model_bt_wrap {
    width: 96%;
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .model_bt {
    width: 100%;
    margin: 0px auto 20px;
  }
}

@media (max-width: 767px) {
  .model_bt {
    width: 100%;
    margin: 0px auto 20px;
    padding: 15px 10px !important;
    font-size: 1.4rem !important;
    text-align: left;
    box-sizing: border-box;
  }
}

.model_bt:hover {
  background: #ff2100 url(../../images/model_bt_arrow_wht.png) 95% 50% no-repeat;
  background-size: 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .model_bt {
    width: 90%;
    font-size: 1.6rem;
    margin: 20px auto 0px;
    padding: 15px 0;
  }
}

.model .king_youtube {
  position: relative;
  margin: 0 auto 50px;
  width: 1200px;
  text-align: center;
}

.model .king_youtube li {
  padding: 20px 20px 22px 16px;
  background: url(../../img/king_youtube.png) no-repeat center center;
}

.model .king_youtube iframe {
  width: 620px;
  height: 340px;
}

@media screen and (max-width: 899px) {
  .model .king_youtube {
    border-top: 0;
    margin-bottom: 20px;
    height: 0;
    padding: 30px 0 40%;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    border: 3px solid #000;
  }
  .model .king_youtube li {
    background: none;
  }
  .model .king_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.model .king_youtube:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 232px;
  height: 305px;
  display: block;
  background: url(../../img/king_illust01.png) no-repeat right 0;
}

@media screen and (max-width: 899px) {
  .model .king_youtube:before {
    position: absolute;
    top: 0;
    right: 0;
    display: initial;
    width: 0px;
    height: 0px;
    background: none;
  }
}

.model .king_youtube:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 216px;
  height: 327px;
  display: block;
  background: url(../../img/king_illust02.png) no-repeat left bottom;
}

@media screen and (max-width: 899px) {
  .model .king_youtube:after {
    position: absolute;
    top: 0;
    right: 0;
    display: initial;
    width: 0px;
    height: 0px;
    background: none;
  }
}

.award {
  margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .award {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .award {
    margin-top: 50px;
  }
}

.award_bnr {
  width: 80%;
  display: block;
  border-radius: 6px;
  border: 4px solid #000;
  margin: 0px auto 50px;
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  background: #ffee00;
  padding: 25px 0;
  background: #ffee00 url(../../images/model_bt_arrow.png) 95% 50% no-repeat;
  background-size: 10px;
  box-shadow: 6px 6px #000;
}

@media (min-width: 768px) and (max-width: 999px) {
  .award_bnr {
    width: 100%;
    font-size: 3.0rem !important;
    margin: 0px auto 20px;
  }
}

@media (max-width: 767px) {
  .award_bnr {
    width: 90%;
    margin: 0px auto 30px;
    padding: 15px 10px !important;
    font-size: 2.0rem !important;
    text-align: left;
    box-sizing: border-box;
  }
}

.award_ttl {
  width: 737px;
  margin: 20px auto 50px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .award_ttl {
    width: 80%;
    margin: 20px auto 50px;
  }
}

@media (max-width: 767px) {
  .award_ttl {
    width: 86.66667%;
    margin: 20px auto 50px;
  }
}

.award_inner {
  width: 1200px;
  margin: 0 auto;
  background: #5cd3ff;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 999px) {
  .award_inner {
    width: 100%;
    border-radius: 0px;
  }
}

@media (max-width: 767px) {
  .award_inner {
    width: 100%;
    padding: 20px;
    border-radius: 0px;
  }
}

.award_movie {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 999px) {
  .award_movie {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .award_movie {
    flex-direction: column;
  }
}

.award_movie li {
  width: 48%;
  margin-bottom: 50px;
  border-radius: 20px;
  border: 4px solid #000;
  padding: 20px;
  box-sizing: border-box;
  background: #FFF;
}

@media (min-width: 768px) and (max-width: 999px) {
  .award_movie li {
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .award_movie li {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.award_movie li:nth-child(odd) {
  margin-right: 4%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .award_movie li:nth-child(odd) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .award_movie li:nth-child(odd) {
    margin-right: 0;
  }
}

.award_movie li:nth-child(even) {
  margin-right: 0;
}

.award_movie li div {
  width: 100%;
}

.award_movie li div span {
  display: block;
  margin-bottom: 15px;
}

.award_movie li div p {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 10px;
}

.award_movie li video {
  width: 100%;
  max-height: 276px;
  background: #000;
}

@media (min-width: 768px) and (max-width: 999px) {
  .award_movie li video {
    max-height: 400px;
  }
}

@media (max-width: 767px) {
  .award_movie li video {
    max-height: 400px;
  }
}

.award_join {
  background: none !important;
  border: none !important;
  align-self: center;
  padding: 0 !important;
}

.step_ttl {
  width: 489px;
  margin: 110px auto 70px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step_ttl {
    width: 65.2%;
    margin: 50px auto 70px;
  }
}

@media (max-width: 767px) {
  .step_ttl {
    width: 65.2%;
    margin: 50px auto 50px;
  }
}

.step_inner {
  width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .step_inner {
    width: 90%;
  }
}

.step_box {
  position: relative;
  width: 100%;
  padding: 50px;
  margin-bottom: 100px;
  box-sizing: border-box;
  border-radius: 20px;
  background: url(../../images/step_bg.png) repeat;
}

@media (max-width: 767px) {
  .step_box {
    padding: 25px;
    margin-bottom: 50px;
  }
}

.step_box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step_box_wrap {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .step_box_wrap {
    flex-direction: column;
  }
}

.step_box_ttl {
  position: absolute;
  left: 27px;
  top: -40px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step_box_ttl {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .step_box_ttl {
    width: 60%;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.step1_left {
  width: 56.66667%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step1_left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .step1_left {
    width: 100%;
  }
}

.step1_right {
  position: absolute;
  width: 31.66667%;
  top: -20px;
  right: 40px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step1_right {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .step1_right {
    position: static;
    width: 50%;
    text-align: center;
    margin: 20px auto 0;
  }
}

.step1_txt {
  margin: 20px 0 25px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  display: inline-block;
  color: #ffffff;
  /* 文字の色 */
  letter-spacing: 6px;
  /* 文字間 */
  text-shadow: 2px 2px 1px #003586, -2px 2px 1px #003586, 2px -2px 1px #003586, -2px -2px 1px #003586, 2px 0px 1px #003586, 0px 2px 1px #003586, -2px 0px 1px #003586, 0px -2px 1px #003586;
}

@media (max-width: 767px) {
  .step1_txt {
    letter-spacing: 3px;
    /* 文字間 */
    font-size: 1.8rem;
  }
}

.step1_fig {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.step1_fig li {
  width: 25%;
  text-align: center;
}

@media (max-width: 767px) {
  .step1_fig li {
    width: 18%;
  }
}

.step2_left {
  width: 45%;
}

.step2_left .model_bt {
  width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step2_left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .step2_left {
    margin-bottom: 25px;
    width: 100%;
  }
}

.step2_right {
  width: 48.33333%;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
}

.step2_right li {
  padding-bottom: 15px;
}

.step2_right li a {
  color: #ff2100;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step2_right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .step2_right {
    width: 100%;
    font-size: 1.2rem;
    padding: 15px;
  }
}

.step2_txt {
  margin: 20px 0 25px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  display: inline-block;
  color: #ffffff;
  /* 文字の色 */
  letter-spacing: 6px;
  /* 文字間 */
  text-shadow: 2px 2px 1px #003586, -2px 2px 1px #003586, 2px -2px 1px #003586, -2px -2px 1px #003586, 2px 0px 1px #003586, 0px 2px 1px #003586, -2px 0px 1px #003586, 0px -2px 1px #003586;
}

@media (max-width: 767px) {
  .step2_txt {
    letter-spacing: 3px;
    /* 文字間 */
    font-size: 1.8rem;
  }
  .step2_txt br {
    display: none;
  }
}

.step3_left {
  width: 41.66667%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step3_left {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .step3_left {
    width: 100%;
  }
}

.step3_right {
  width: 51.66667%;
}

.step3_right .model_bt {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .step3_right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .step3_right {
    width: 100%;
  }
}

.step3_txt {
  margin: 20px 0 25px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  display: inline-block;
  color: #ffffff;
  /* 文字の色 */
  letter-spacing: 6px;
  /* 文字間 */
  text-shadow: 2px 2px 1px #003586, -2px 2px 1px #003586, 2px -2px 1px #003586, -2px -2px 1px #003586, 2px 0px 1px #003586, 0px 2px 1px #003586, -2px 0px 1px #003586, 0px -2px 1px #003586;
}

@media (max-width: 767px) {
  .step3_txt {
    letter-spacing: 3px;
    /* 文字間 */
    font-size: 1.8rem;
  }
  .step3_txt br {
    display: none;
  }
}

.after_ttl {
  width: 232px;
  margin: 110px auto 40px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .after_ttl {
    width: 30.93333%;
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .after_ttl {
    width: 40%;
    margin: 0 auto 25px;
  }
}

.after_inner {
  width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 999px) {
  .after_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .after_inner {
    width: 90%;
  }
}

.after_txt {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.after_txt strong {
  color: #ff2100;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

@media (min-width: 768px) and (max-width: 999px) {
  .after_txt {
    text-align: left;
  }
  .after_txt br {
    display: none;
  }
}

@media (max-width: 767px) {
  .after_txt {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 25px;
  }
}

.after_prize {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .after_prize {
    margin-bottom: 25px;
  }
}

.after_btn {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .after_btn {
    margin-bottom: 50px;
  }
}

.after_bnr {
  margin-top: 50px;
  text-align: center;
}

.after_bnr a {
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .after_bnr a {
    margin-bottom: 25px;
  }
}

.main {
  width: 100%;
  margin: 0 auto 0px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .main {
    width: 100%;
    margin: 0 auto 25px;
  }
}

@media (max-width: 767px) {
  .main {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.what {
  width: 100%;
  background: url(../../images/cont_bg1.jpg) center top repeat;
  padding: 0 0 30px;
}

@media (max-width: 767px) {
  .what {
    padding: 0 0 5px;
  }
}

.what_wide {
  width: 100%;
  min-height: 528px;
  margin: 0 auto 30px;
}

.what_inner {
  width: 1200px;
  margin: 0 auto;
}

.what_read {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.what_read_ttl {
  width: 77.5%;
  margin: 0 auto;
}

.what_read_wrap {
  width: 100%;
  padding-top: 10px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.what_read_wrap_left {
  margin-right: 50px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .what_read_wrap_left {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .what_read_wrap_left {
    display: none;
  }
}

.what_read_wrap_right {
  margin-left: 50px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .what_read_wrap_right {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  .what_read_wrap_right {
    display: none;
  }
}

.what_read_wrap_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  color: #574c43;
}

.what_read_wrap_txt a {
  color: #d83177;
  font-weight: bold;
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 999px) {
  .what_read_wrap_txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .what_read_wrap_txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .what_read_wrap_txt br {
    display: none;
  }
  .what_read_wrap_txt a {
    display: block;
    text-align: center;
  }
}

.what_read_ttl2 {
  width: 77.5%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .what_read_ttl2 {
    width: 100%;
  }
}

.what_read_ttl2_left {
  margin-right: 50px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .what_read_ttl2_left {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .what_read_ttl2_left {
    width: 40px;
    margin-right: 20px;
  }
}

.what_read_ttl2_right {
  margin-left: 50px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .what_read_ttl2_right {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .what_read_ttl2_right {
    width: 60px;
    margin-left: 20px;
  }
}

.what_read_ttl2_txt {
  color: #574c43;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

@media (max-width: 767px) {
  .what_read_ttl2_txt {
    width: 60%;
    font-size: 1.8rem;
  }
}

.what_icon {
  width: 72.5%;
  display: flex;
  justify-content: space-between;
  margin: 45px auto 50px;
  padding: 0 10px;
}

.what_icon li {
  width: 121px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .what_wide {
    width: 96%;
    margin: 0 auto;
    min-height: auto;
  }
  .what_inner {
    width: 96%;
  }
  .what_read {
    background: none;
    background-size: 25%;
  }
  .what_read_ttl {
    width: 100%;
  }
  .what_read_txt {
    width: 66%;
    padding-top: 0px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .what_read_txt a {
    display: block;
    color: #066cbb;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 5px;
  }
  .what_icon {
    width: 96%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 20px auto 25px;
    padding: 0 10px;
  }
  .what_icon li {
    width: 30%;
    margin: 2% 1%;
  }
}

@media (max-width: 767px) {
  .what_wide {
    width: 96%;
    margin: 0 auto;
    min-height: auto;
  }
  .what_inner {
    width: 96%;
  }
  .what_read {
    flex-direction: column;
    padding-top: 30px;
  }
  .what_read_ttl {
    width: 80%;
  }
  .what_read_txt {
    width: 100%;
    padding-top: 30px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .what_read_txt a {
    display: block;
    color: #066cbb;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 5px;
  }
  .what_icon {
    width: 96%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto 25px;
    padding: 0 10px;
  }
  .what_icon li {
    width: 30%;
    margin: 2% 1%;
  }
}

.info_ttl {
  margin: 60px 0 45px;
  background: url(../../images/info_ttl_pc_bg.png) center 30% repeat-x;
}

.info_ttl_inner {
  width: 664px;
  margin: 0 auto;
}

.info_wide {
  margin: 30px auto;
  background: url(../../images/info_bg_pc.png) center top no-repeat;
}

.info_inner {
  width: 1000px;
  margin: 0 auto;
}

.info_read {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}

.info_read_time {
  width: 67.8%;
}

.info_read_time_1 {
  margin-bottom: 18px;
}

.info_read_time_2 {
  margin-left: 10px;
}

.info_read_mc {
  width: 30.4%;
}

.info_txt {
  display: block;
  width: 100%;
  padding: 26px 10px 45px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.8;
}

.info_txt_sp {
  display: none;
}

@media (min-width: 768px) and (max-width: 999px) {
  .info_ttl_inner {
    width: 66.4%;
  }
  .info_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .info_inner {
    width: 96%;
    margin: 0 auto;
  }
  .info_txt {
    display: block;
    width: 100%;
    padding: 26px 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .info_ttl {
    margin: 35px auto 20px;
  }
  .info_ttl_inner {
    width: 88.53333%;
  }
  .info_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .info_inner {
    width: 96%;
    margin: 0 auto;
  }
  .info_read {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    margin: 0 0 35px;
  }
  .info_read_time {
    width: 94.16667%;
    margin: 0 auto;
  }
  .info_read_time_1 {
    margin-bottom: 0;
  }
  .info_read_time_2 {
    width: 100%;
    margin: 10px 0 15px 0;
  }
  .info_read_mc {
    width: 77.77778%;
    margin: 0 auto;
  }
  .info_txt {
    display: none;
  }
  .info_txt_sp {
    display: block;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.report {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.report_wrap {
  display: flex;
  flex-wrap: wrap;
}

.report_article {
  width: 30.8%;
  box-sizing: border-box;
  padding: 8px;
  margin: 0 3.8% 50px 0;
}

.report_article:nth-child(3n) {
  margin: 0 0 50px 0;
}

.report_article_img {
  margin-bottom: 6px;
  border: 4px #fff solid;
  background: #fff;
  box-shadow: 0px 0px 5px 1px #dbdbdb;
  box-sizing: border-box;
}

.report_article_date {
  padding-left: 22px;
  padding-bottom: 2px;
  color: #2c79c0;
  font-size: 1.6rem;
  font-weight: bold;
  background: url(../../images/info_icon.png) center left no-repeat;
}

.report_article_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 6px;
}

.report_article_ttl:hover {
  text-decoration: underline;
}

.report_article_ttl a {
  color: #2c79c0;
}

.report_article_txt {
  padding-bottom: 6px;
  font-size: 1.4rem;
}

.report_more {
  width: 312px;
  padding-top: 5.5%;
  display: block;
  margin: 0 auto;
  background: url(../../images/more_pc.png) no-repeat;
  background-size: contain;
}

.report_more:hover {
  opacity: 1;
  background: url(../../images/more_hover_pc.png) no-repeat;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 999px) {
  .report {
    width: 100%;
    margin: 0 auto 50px;
  }
  .report_article {
    width: 32%;
    margin: 0 1% 25px 0;
  }
  .report_article:nth-child(3n) {
    margin: 0 0 0px 0;
  }
  .report_article_ttl {
    font-size: 1.6rem;
  }
  .report_article_date {
    padding-left: 15px;
    padding-bottom: 1px;
    color: #2c79c0;
    font-size: 1.3rem;
    font-weight: bold;
    background: url(../../images/info_icon.png) center left no-repeat;
    background-size: 14px;
  }
  .report_article_txt {
    line-height: 1.3;
  }
  .report_more {
    width: 40.8%;
    padding-top: 7.2%;
    display: block;
    margin: 0px auto 40px;
    background: url(../../images/more_sp.png) no-repeat;
    background-size: contain;
  }
  .report_more:hover {
    opacity: 1;
    background: url(../../images/more_hover_sp.png) no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .report {
    width: 100%;
    margin: 0 auto 50px;
  }
  .report_wrap {
    align-items: center;
    flex-wrap: wrap;
  }
  .report_article {
    width: 50%;
    margin: 0 0 0 0;
  }
  .report_article:nth-child(3n) {
    margin: 0 0 0 0;
  }
  .report_article_img {
    margin-bottom: 18px;
    text-align: center;
  }
  .report_article_ttl {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .report_article_txt {
    padding-bottom: 6px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .report_article_date {
    padding-left: 15px;
    padding-bottom: 1px;
    color: #2c79c0;
    font-size: 1.2rem;
    font-weight: bold;
    background: url(../../images/info_icon.png) center left no-repeat;
    background-size: 12px;
  }
  .report_more {
    width: 54.4%;
    padding-top: 9.6%;
    display: block;
    margin: 20px auto 0;
    background: url(../../images/more_sp.png) no-repeat;
    background-size: contain;
  }
  .report_more:hover {
    opacity: 1;
    background: url(../../images/more_hover_sp.png) no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .regist {
    padding: 30px 0 0px;
  }
}

.regist_wide {
  min-height: 910px;
  margin: 30px auto 0;
}

.regist_inner {
  position: relative;
  width: 965px;
  max-width: 1000px;
  margin: 0 auto;
  background: url(../../images/entry_bg.png);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .regist_inner {
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
  }
}

.regist_inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 69px;
  background: url(../../images/entry_bg1_pc.png) center top no-repeat;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 999px) {
  .regist_inner::before {
    height: 49px;
  }
}

@media (max-width: 767px) {
  .regist_inner::before {
    height: 30px;
  }
}

.regist_date {
  position: absolute;
  left: -30px;
  top: -50px;
  width: 149px;
}

.regist_cont {
  position: relative;
  width: 100%;
  background: url(../../images/entry_bg2_pc.png) repeat-y;
  background-size: contain;
  box-sizing: border-box;
}

.regist_cont_ttl {
  width: 46.93333%;
  margin: -25px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .regist_cont_ttl {
    width: 60%;
    margin: -10px auto 0;
  }
}

.regist_cont_img_1 {
  width: 85%;
  margin: -55px auto 40px;
}

@media (max-width: 767px) {
  .regist_cont_img_1 {
    width: 90%;
    margin: 25px auto 20px;
  }
}

.regist_cont_img_2 {
  width: 74%;
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: #000 4px solid;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .regist_cont_img_2 {
    width: 90%;
    margin: 0 auto 15px;
    padding: 7px 0;
    font-size: 1.6rem;
  }
}

.regist_cont_img_3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .regist_cont_img_3 {
    font-size: 1.6rem;
  }
}

.regist_cont_img_4 {
  margin: 0 auto 20px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #ffee00;
}

.regist_cont_img_4 span {
  font-size: 6rem;
}

@media (max-width: 767px) {
  .regist_cont_img_4 {
    font-size: 2rem;
  }
  .regist_cont_img_4 span {
    font-size: 3.6rem;
  }
}

.regist_cont_img_4s {
  color: #FFF;
  margin: 0 auto 80px;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.regist_cont_img_4s span {
  color: #ffee00;
  font-size: 6rem;
}

@media (max-width: 767px) {
  .regist_cont_img_4s {
    font-size: 2rem;
  }
  .regist_cont_img_4s span {
    font-size: 3.6rem;
  }
}

.regist_cont_img_5 {
  width: 86%;
  margin: 0 auto 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.regist_cont_img_5 div {
  width: 48%;
}

@media (max-width: 767px) {
  .regist_cont_img_5 {
    flex-direction: column;
  }
  .regist_cont_img_5 div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.regist_cont_bt {
  display: block;
  width: 68.5%;
  border-radius: 100px;
  margin: 50px auto 0px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #003586;
  text-align: center;
  background: #ffee00;
  padding: 30px 0;
  background: #ffee00 url(../../images/regist_bt_arrow.png) 95% 50% no-repeat;
  background-size: 10px;
  box-shadow: 6px 6px #003586;
}

@media (max-width: 767px) {
  .regist_cont_bt {
    width: 90%;
    font-size: 1.6rem;
    margin: 20px auto 0px;
    padding: 15px 0;
  }
}

.regist_cont_txt {
  line-height: 1.8;
  margin-top: 20px;
}

.regist_cont_guest {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 60px auto;
}

.regist_cont_guest li {
  width: 25%;
}

.regist_cont_guest li p {
  color: #2c79c0;
  font-weight: bold;
  text-align: center;
}

.regist_cont_bt a {
  display: block;
  width: 400px;
  padding-top: 8.44893%;
  margin: 0 auto;
  background: url(../../images/msg_bt_pc.png) no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.regist_cont_bt a:hover {
  opacity: 1;
  background: url(../../images/msg_bt_hover_pc.png) no-repeat;
  background-size: contain;
}

.regist_bottom {
  width: 100%;
  height: 68px;
  background: url(../../images/entry_bg3_pc.png) center top no-repeat;
  background-size: contain;
}

@media (min-width: 768px) and (max-width: 999px) {
  .regist_bottom {
    height: 48px;
  }
}

@media (max-width: 767px) {
  .regist_bottom {
    height: 25px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .regist_ttl_inner {
    width: 58.8%;
  }
  .regist_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .regist_inner {
    width: 96%;
    margin: 0 auto;
  }
  .regist_cont_ttl {
    font-size: 2.2rem;
  }
  .regist_cont_txt {
    line-height: 1.6;
    margin-top: 0px;
  }
  .regist_cont_guest {
    margin: 30px auto;
  }
  .regist_cont_guest li p {
    font-size: 1.3rem;
  }
  .regist_cont_bt a {
    display: block;
    width: 48.9%;
    padding-top: 8.2%;
    margin: 0 auto;
    background: url(../../images/msg_bt_sp.png) no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
  .regist_cont_bt a:hover {
    opacity: 1;
    background: url(../../images/msg_bt_hover_sp.png) no-repeat;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .regist_ttl_inner {
    width: 58.8%;
  }
  .regist_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .regist_inner {
    width: 96%;
    margin: 0 auto;
  }
  .regist_cont_ttl {
    font-size: 2.2rem;
  }
  .regist_cont_txt {
    line-height: 1.6;
    margin-top: 0px;
  }
  .regist_cont_guest {
    margin: 30px auto;
  }
  .regist_cont_guest li p {
    font-size: 1.3rem;
  }
  .regist_cont_bt a {
    display: block;
    width: 48.9%;
    padding-top: 8.2%;
    margin: 0 auto;
    background: url(../../images/msg_bt_sp.png) no-repeat;
    background-size: contain;
    transition: 0.3s;
  }
  .regist_cont_bt a:hover {
    opacity: 1;
    background: url(../../images/msg_bt_hover_sp.png) no-repeat;
    background-size: contain;
  }
}

.recipe {
  /*slick setting--------------------------------------------------------*/
  /*slick setting--------------------------------------------------------*/
}

.recipe_ttl {
  margin: 60px 0 45px;
  background: url(../../images/info_ttl_pc_bg.png) center 30% repeat-x;
}

.recipe_ttl_inner {
  width: 588px;
  margin: 0 auto;
}

.recipe_wide {
  min-height: 400px;
  margin: 30px auto 70px;
  background: url(../../images/recipe_bg_pc.png) center bottom no-repeat;
}

.recipe_inner {
  position: relative;
  width: 965px;
  max-width: 1000px;
  margin: 0 auto;
  /*slick setting*/
}

.recipe_inner .slider {
  width: 100%;
  margin: 60px auto;
  display: flex;
  align-items: center;
}

.recipe_inner .slider div {
  margin: 0 7px 0 3px;
}

.recipe_inner .slider img {
  height: auto;
  width: 100%;
  border: 4px #fff solid;
  background: #fff;
  box-shadow: 0px 0px 5px 1px #dbdbdb;
  box-sizing: border-box;
}

.recipe_inner .slider p {
  margin: 5px 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.recipe_inner .slider p br {
  display: none;
}

.recipe_prev, .recipe_next {
  flex: 1 0 auto;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: -30px !important;
}

.recipe_prev:after, .recipe_next:after {
  overflow: hidden;
  font-family: sans-serif;
  font-size: 1.6rem;
  text-indent: 100%;
  white-space: nowrap;
}

.recipe_prev {
  background: url(../../images/ft_prev.png) no-repeat center center/cover;
}

.recipe_next {
  background: url(../../images/ft_next.png) no-repeat center center/cover;
}

.recipe .fmlogo {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}

.recipe .fmlogo div {
  height: 40px;
  margin: 0 20px;
}

.recipe .fmlogo div img {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .recipe_ttl_inner {
    width: 58.4%;
  }
  .recipe_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .recipe_inner {
    width: 96%;
    margin: 0 auto;
  }
  .recipe .fmlogo {
    width: 80%;
    margin: 50px auto;
    padding: 40px 0 20px;
  }
}

@media (max-width: 767px) {
  .recipe_ttl {
    margin: 35px auto 20px;
  }
  .recipe_ttl_inner {
    width: 77.86667%;
  }
  .recipe_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .recipe_inner {
    width: 100%;
    margin: 0 auto;
  }
  .recipe_inner .slider {
    margin: 0 auto 60px;
  }
  .recipe_inner .slider p {
    margin: 5px 0;
    font-size: 1rem;
  }
  .recipe_inner .slider p br {
    display: block;
  }
  .recipe .slick-dots {
    bottom: -25px;
  }
  .recipe .fmlogo {
    width: 80%;
    margin: 50px auto;
  }
}

.ft_tfm {
  width: 162px;
  margin: 40px auto 30px;
}

.ft_logo {
  width: 151px;
  margin: 0 auto 50px;
}

.footer {
  margin-top: 0px;
}

.footer_wide {
  background: #2c79c0 url(../../images/news_bg.png);
}

.footer_inner {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}

.footer_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto 0;
  padding-top: 25px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .footer_sns {
    width: 100%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .footer_sns {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.footer_sns > a {
  display: block;
  width: 3%;
  margin: 0 4px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .footer_sns > a {
    width: 4.66667%;
  }
}

@media (max-width: 767px) {
  .footer_sns > a {
    width: 8.66667%;
  }
}

.footer_sns_txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 999px) {
  .footer_inner {
    width: 96%;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer_inner {
    width: 96%;
    flex-direction: column;
  }
}

.copyright {
  padding: 2rem 0px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .copyright {
    padding: 1rem 0px;
    margin-top: 0px;
    font-size: 0.8rem;
  }
}

.ft_bar {
  width: 100%;
  height: 10px;
  overflow: hidden;
}

.ft_bar img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .ft_bar {
    margin-top: -12px;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .ft_bar {
    margin-top: -20px;
    overflow: visible;
  }
}

.pagetop {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}

.pagetop > img {
  width: 83px;
  min-height: 0;
}

@media (max-width: 767px) {
  .pagetop {
    width: 13.33333%;
    padding: 0;
    bottom: 10px;
    right: 10px;
  }
  .pagetop > img {
    width: 100%;
    min-height: 0;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 980px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .pcDetail {
    display: none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block !important;
  }
}

.entry_ttl {
  margin: 60px 0 45px;
  background: url(../../images/info_ttl_pc_bg.png) center 30% repeat-x;
}

.entry_ttl_inner {
  width: 664px;
  margin: 0 auto;
}

.entry_wide {
  min-height: 1076px;
  margin: 30px auto;
  background: url(../../images/entry_bg_pc.png) center top no-repeat;
}

.entry_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #176eae;
}

.entry_wrap {
  width: 100%;
  padding: 30px 40px;
  border: 1px dotted #176eae;
  box-sizing: border-box;
}

.entry_box {
  margin-bottom: 20px;
}

.entry_box::after {
  content: "";
  display: block;
  clear: both;
}

.entry_box_ttl {
  padding: 20px 0;
  color: #176eae;
  font-size: 2.4rem;
}

.entry_box_ttl a {
  color: #2c79c0;
  transition: 0.3s;
}

.entry_box_ttl a:hover {
  text-decoration: underline;
}

.entry_box_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  margin-top: 20px;
  background: url(../../images/entry_border.png) top left no-repeat;
}

.entry_box_date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
  color: #2c79c0;
  font-size: 1.4rem;
  font-weight: bold;
}

.entry_box_date::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 3px;
  background: url(../../images/info_icon.png) center left no-repeat;
}

.entry_box_body {
  font-size: 1.4rem;
  line-height: 1.8;
}

.entry_box_body::after {
  content: "";
  display: block;
  clear: both;
}

.entry_box_body .photo {
  max-width: 314px;
  float: right;
  padding: 0 0 10px 10px;
}

.entry_box_body .photo img {
  height: auto;
  padding: 7px;
  border: 1px solid #ccc;
}

.entry_box_sns {
  display: flex;
  justify-content: space-between;
  width: 135px;
  margin-top: 15px;
}

.entry_box_sns_wrap {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.entry_box_sns li {
  list-style: none;
  width: 22%;
  margin: 0 5px;
}

.entry_list_bt {
  width: 257px;
  margin: 0 auto;
  padding: 35px 0;
}

.entry_pickup {
  padding: 35px 0 0;
  border-top: 1px solid #176eae;
}

.entry_pickup_ttl {
  width: 121px;
  margin: 0 auto 35px;
}

.entry_pickup .report {
  margin: 0 auto 30px;
}

.entry_pickup .report_wrap {
  flex-wrap: nowrap;
}

.entry_pickup .report_article {
  margin: 0 1.5% 0 0;
}

.entry_pickup .report_article_ttl a {
  font-size: 1.5rem;
  line-height: 1.3;
}

.entry_pickup .report_article_date {
  padding-left: 15px;
  padding-bottom: 1px;
  color: #2c79c0;
  font-size: 1.2rem;
  font-weight: bold;
  background: url(../../images/info_icon.png) center left no-repeat;
  background-size: 12px;
}

.entry_link {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: top;
  flex-wrap: wrap;
}

.entry_link li {
  width: 45%;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 95%;
  color: #09c;
  line-height: 1.6em;
  background: url(../../images/blog_icon.png) no-repeat 0 18px;
  text-align: left;
}

.entry_link li br {
  display: none;
}

.entry_link li a {
  font-size: 1.4rem;
}

.entry_home {
  width: 142px;
  margin: 60px auto;
}

.entry .fmlogo {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.entry .fmlogo div {
  height: 40px;
  margin: 0 20px;
}

.entry .fmlogo div img {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 999px) {
  .entry_ttl_inner {
    width: 66.4%;
  }
  .entry_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .entry_inner {
    width: 96%;
    margin: 0 auto;
  }
  .entry_box_body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .entry_box_body .photo {
    width: 30%;
    max-width: 314px;
    float: right;
    padding: 0 0 50px 20px;
  }
  .entry_box_body .photo img {
    width: 100%;
    height: auto;
    padding: 7px;
    border: 1px solid #ccc;
  }
  .entry_list_bt {
    width: 257px;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  .entry_home {
    width: 142px;
    margin: 30px auto;
  }
  .entry .fmlogo {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .entry_ttl {
    margin: 35px auto 20px;
  }
  .entry_ttl_inner {
    width: 88.53333%;
  }
  .entry_wide {
    width: 96%;
    min-height: auto;
    margin: 0 auto 30px;
  }
  .entry_inner {
    width: 96%;
    margin: 0 auto;
    padding: 5px;
  }
  .entry_wrap {
    width: 100%;
    padding: 10px;
    border: 1px dotted #176eae;
    box-sizing: border-box;
  }
  .entry_box {
    margin-bottom: 0px;
  }
  .entry_box_ttl {
    padding: 10px 0;
    font-size: 1.8rem;
  }
  .entry_box_ttl a {
    color: #2c79c0;
    transition: 0.3s;
  }
  .entry_box_ttl a:hover {
    text-decoration: underline;
  }
  .entry_box_ttl::after {
    content: "";
    height: 8px;
    margin-top: 10px;
    background: url(../../images/entry_border.png) top left no-repeat;
    background-size: contain;
  }
  .entry_box_body {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .entry_box_body .photo {
    width: 80%;
    max-width: 314px;
    float: none;
    margin: 0 auto 25px;
    padding: 0;
    box-sizing: border-box;
  }
  .entry_box_body .photo img {
    padding: 7px;
    border: 1px solid #ccc;
    height: auto;
  }
  .entry_box_sns {
    display: flex;
    justify-content: space-between;
    width: 126px;
    margin-top: 15px;
  }
  .entry_box_sns_wrap {
    display: flex;
    justify-content: center;
  }
  .entry_box_sns li {
    list-style: none;
    width: 23.80952%;
    margin: 0 5px;
  }
  .entry_pickup {
    padding: 35px 0 0;
    border-top: 1px solid #176eae;
  }
  .entry_pickup_ttl {
    width: 37.34568%;
    margin: 0 auto 35px;
  }
  .entry_pickup .report {
    margin: 0 auto 30px;
  }
  .entry_pickup .report_wrap {
    flex-wrap: wrap;
  }
  .entry_pickup .report_article {
    width: 48%;
    margin: 0 1.5% 0 0;
  }
  .entry_pickup .report_article_img {
    margin-bottom: 8px;
  }
  .entry_pickup .report_article_ttl a {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .entry_pickup .report_article_date {
    font-size: 1.2rem;
  }
  .entry_link {
    width: 100%;
    margin: 0 auto;
  }
  .entry_link li {
    width: 80%;
    padding: 6px 10px 6px 20px;
    line-height: 1.6em;
    background: url(../../images/blog_icon.png) no-repeat 0 15px;
    text-align: left;
  }
  .entry_link li a {
    font-size: 1.2rem;
  }
  .entry_home {
    width: 142px;
    margin: 30px auto;
  }
  .entry .fmlogo {
    width: 80%;
    margin: 50px auto;
  }
}

.pageswitch {
  width: 500px;
  height: 20px;
  text-align: center;
  color: #176eae;
  padding: 0;
  margin: 60px auto 30px;
  font-size: 1.4rem;
}

.pageswitch a {
  background-color: #c6ddf2;
  color: #176eae;
  border: 1px solid #176eae;
  text-decoration: none;
  padding: 3px 5px;
  margin: 3px;
}

.pageswitch a:hover {
  background-color: #c6ddf2;
  border: 1px solid #176eae;
  color: #176eae;
}

.pageswitch .active {
  border: 1px solid #176eae;
  color: #fff;
  padding: 3px 5px;
  margin: 3px;
}

.pageswitch strong {
  background-color: #2c79c0;
  border: 1px solid #176eae;
  color: #fff;
  padding: 3px 5px;
  margin: 3px;
}

@media (max-width: 767px) {
  .pageswitch {
    width: 100%;
  }
}
