@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- 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;
  position: relative;
}

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

/* -- LAYOUT -- */
.header {
  width: 100%;
  border-bottom: #e60012 15px solid;
}

@media (max-width: 767px) {
  .header {
    border-bottom: #e60012 8px solid;
  }
}

.header .container {
  width: 100%;
}

.header_container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1000px;
  height: 72px;
  margin: 0 auto;
}

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

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

.header_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

.header .hd_topix {
  width: 110%;
  margin-left: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .hd_topix_ttl {
  width: 100px;
}

.header .hd_logo_left {
  width: 270px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 35px;
}

.header .hd_logo_tfm {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .hd_logo_tfm > img {
  width: 100%;
  height: auto;
}

.header .hd_logo_glico {
  width: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.header .hd_logo_glico > img {
  width: 100%;
  height: auto;
}

.header .hd_menu ul {
  display: flex;
  justify-content: flex-start;
}

.header .hd_menu ul li {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 30px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .header {
    background-size: 8px;
  }
  .header_inner {
    width: 100%;
  }
  .header .hd_logo {
    width: 73.33333%;
  }
  .header .hd_logo_left {
    margin-left: 17px;
  }
  .header .hd_logo_tfm {
    width: 33.33333%;
  }
  .header .hd_logo_airg {
    width: 30.66667%;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .header {
    background-size: 8px;
  }
  .header_container {
    height: 40px;
    padding-top: 0px;
  }
  .header_inner {
    width: 100%;
  }
  .header .hd_logo {
    width: 35.80729%;
  }
  .header .hd_logo_left {
    margin-left: 17px;
    margin-top: 0px;
  }
  .header .hd_logo_tfm {
    width: 23.4375%;
  }
  .header .hd_logo_glico {
    width: 18.75%;
    margin-left: 15px;
  }
}

#nav_open {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: 101;
}

#nav_toggle {
  background: #000;
  display: block;
  width: 72px;
  height: 72px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
}

#nav_toggle div {
  position: relative;
}

#nav_toggle span {
  display: block;
  height: 3px;
  background: #fff;
  position: absolute;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
  top: 28px;
  left: 20px;
  width: 44.44444%;
}

#nav_toggle span:nth-child(2) {
  top: 36px;
  left: 20px;
  width: 44.44444%;
}

#nav_toggle span:nth-child(3) {
  top: 44px;
  left: 20px;
  width: 44.44444%;
}

@media (max-width: 767px) {
  #nav_toggle {
    width: 54px;
    height: 54px;
  }
  #nav_toggle span {
    height: 2px;
  }
  #nav_toggle span:nth-child(1) {
    top: 19px;
    left: 15px;
    width: 44.44444%;
  }
  #nav_toggle span:nth-child(2) {
    top: 25px;
    left: 15px;
    width: 44.44444%;
  }
  #nav_toggle span:nth-child(3) {
    top: 31px;
    left: 15px;
    width: 44.44444%;
  }
}

.open #nav_toggle span {
  background: #fff;
}

.open #nav_toggle span:nth-child(1) {
  top: 36px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav_toggle span:nth-child(3) {
  top: 36px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 767px) {
  .open #nav_toggle span:nth-child(1) {
    top: 25px;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 25px;
  }
}

#global-nav {
  padding-top: 90px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 110%;
}

#global-nav.active {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

#global-nav li {
  font-weight: bold;
  padding-bottom: 40px;
}

#global-nav li a {
  color: #fff;
  text-decoration: none;
}

#global-nav .menuLogo img {
  max-width: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.menu_sns {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 180px;
  display: flex;
  justify-content: center;
}

.menu_sns li {
  padding: 0 2%;
}

.menu_sns li img {
  width: 25px;
}

.bn_Area {
  text-align: center;
  padding: 0 10px;
}

.bn_Area li {
  padding: 0 10px 30px 10px;
}

.bn_Area li:nth-of-type(1) {
  max-width: 300px;
  margin: 0 auto;
  height: auto;
}

.bn_Area li:last-of-type {
  max-width: 640px;
  margin: 0 auto;
  height: auto;
}

.kv {
  width: 100%;
  height: 755px;
  margin: 0 auto;
  background: url(../../images/main_bg.jpg) center top repeat-x;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.kv .container {
  width: 100%;
  height: 95%;
}

.kv_inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.kv_logo {
  width: 52%;
  padding-top: 36px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv_bt {
  position: absolute;
  width: 21%;
  left: 0%;
  bottom: 50px;
}

.kv_bt_present {
  position: absolute;
  width: 24.1%;
  right: -3%;
  top: 5%;
}

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

@media (min-width: 768px) and (max-width: 1000px) {
  .kv {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url(../../images/main_bg.jpg) center top repeat-x;
    background-size: cover;
  }
  .kv_inner {
    width: 100%;
    padding: 40px 0;
  }
  .kv_logo {
    width: 42%;
    padding-top: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kv_bt {
    position: absolute;
    width: 19.53125%;
    right: 10px;
    bottom: 25px;
  }
  .kv_bt_present {
    position: absolute;
    width: 24.1%;
    right: 10px;
    top: 5%;
  }
}

@media (min-width: 768px) and (max-width: 1000px) and (max-width: 767px) {
  .kv_bt_present {
    display: none;
  }
}

@media (max-width: 767px) {
  .kv {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url(../../images/main_bg.jpg) center top repeat-x;
    background-size: cover;
  }
  .kv_inner {
    width: 100%;
    padding: 20px 0 100px;
  }
  .kv_logo {
    width: 70%;
    padding-top: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kv_bt {
    display: none;
  }
}

.sp_btn {
  display: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .sp_btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp_btn {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
  .sp_btn a {
    display: block;
    margin-bottom: 10px;
  }
  .sp_btn a:last-child {
    margin-bottom: 0px;
  }
}

.about {
  width: 100%;
  padding: 70px 0 90px;
  margin: 0 auto;
  background: url(../../images/cont_bg.jpg) repeat;
}

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

.about .ttl {
  width: 100%;
  position: relative;
}

.about .ttl_img {
  display: block;
  width: 16.4%;
  margin: 0px auto 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .about .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .about .ttl_img {
    margin: 10px auto 25px;
  }
}

.about .ttl::before {
  content: "";
  width: 36.34783%;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(../../images/rb_left.svg) top left no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .about .ttl::before {
    top: 10%;
  }
}

.about .ttl::after {
  content: "";
  width: 36.34783%;
  position: absolute;
  right: 0;
  top: 5%;
  background: url(../../images/rb_right.svg) top right no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .about .ttl::after {
    top: 10%;
  }
}

.about_ttl {
  margin: 0 auto 50px;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_photo {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.about_photo_box {
  width: 30.2%;
  margin-bottom: 60px;
}

.about_photo_name {
  text-align: center;
  margin-top: 18px;
}

.about_txt {
  width: 100%;
  height: 535px;
  background: url(../../images/lead_bg.jpg) left top no-repeat;
  background-size: contain;
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.25;
  padding-top: 35px;
  box-sizing: border-box;
}

.about_txt_hd {
  display: none;
}

.about_txt_ft {
  display: none;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .about {
    padding: 35px 0 45px;
  }
  .about_inner {
    width: 90%;
  }
  .about_photo_box {
    margin-bottom: 30px;
  }
  .about_txt {
    height: 52.50245%;
    font-size: 1.65vw;
    padding: 3.4% 0 6%;
  }
  .about_txt_hd {
    display: none;
  }
  .about_txt_ft {
    display: none;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 20px 0 45px;
  }
  .about_inner {
    width: 90%;
  }
  .about .ttl {
    width: 100%;
    position: relative;
  }
  .about .ttl_img {
    display: block;
    width: 24.6%;
    margin: 0px auto 50px;
  }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 1000px) {
  .about .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .about .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .about .ttl::before {
    content: "";
    width: 32.78261%;
    position: absolute;
    left: 0;
    top: 5%;
    background: url(../../images/rb_left.svg) top left no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .about .ttl::before {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .about .ttl::after {
    content: "";
    width: 32.78261%;
    position: absolute;
    right: 0;
    top: 5%;
    background: url(../../images/rb_right.svg) top right no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .about .ttl::after {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .about_photo {
    flex-direction: column;
  }
  .about_photo_box {
    margin: 0 auto 30px;
    width: 50%;
  }
  .about_photo_name {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 6px;
  }
  .about_txt {
    width: 100%;
    height: auto;
    background: url(../../images/lead_sp2.png) repeat-y;
    background-size: contain;
    color: #333;
    font-size: 1.65vw;
    text-align: center;
    line-height: 2.25;
    padding: 3.4% 0;
    box-sizing: border-box;
  }
  .about_txt span {
    display: block;
    width: 80%;
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: center;
    margin: 20px auto;
    background: linear-gradient(#ccc 1px, transparent 1px);
    background-size: auto 2.2em;
    box-sizing: border-box;
    padding-bottom: 2px;
  }
  .about_txt span br {
    display: none;
  }
  .about_txt_wrap {
    position: relative;
    width: 100%;
  }
  .about_txt_wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 58.85167%;
    background: url(../../images/lead_sp_rb1.png) left top no-repeat;
    background-size: 28%;
    top: 2.5%;
    left: 0.5%;
  }
  .about_txt_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 58.85167%;
    background: url(../../images/lead_sp_rb2.png) right bottom no-repeat;
    background-size: 28%;
    bottom: 0%;
    right: 0%;
  }
  .about_txt_hd {
    display: block;
  }
  .about_txt_ft {
    display: block;
    margin-top: -2.6%;
  }
}

.present {
  width: 100%;
  padding: 70px 0 90px;
  margin: 0 auto;
}

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

.present .ttl {
  width: 100%;
  position: relative;
}

.present .ttl_img {
  display: block;
  width: 21.2%;
  margin: 0px auto 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .present .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .present .ttl_img {
    margin: 10px auto 25px;
  }
}

.present .ttl::before {
  content: "";
  width: 34.26087%;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(../../images/rb_left.svg) top left no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .present .ttl::before {
    top: 10%;
  }
}

.present .ttl::after {
  content: "";
  width: 34.26087%;
  position: absolute;
  right: 0;
  top: 5%;
  background: url(../../images/rb_right.svg) top right no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .present .ttl::after {
    top: 10%;
  }
}

.present_ttl {
  margin: 0 auto 50px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.present_txt {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.present_txt span {
  background: linear-gradient(transparent 60%, #f8ef97 60%);
}

.present_bnr {
  margin: 50px 0 65px;
}

.present_btn {
  width: 80.1%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .present {
    padding: 35px 0 45px;
  }
  .present_inner {
    width: 90%;
  }
  .present_txt {
    font-size: 1.8rem;
  }
  .present_bnr {
    margin: 25px 0 40px;
  }
}

@media (max-width: 767px) {
  .present {
    padding: 35px 0 45px;
  }
  .present_inner {
    width: 90%;
  }
  .present .ttl {
    width: 100%;
    position: relative;
  }
  .present .ttl_img {
    display: block;
    width: 31.8%;
    margin: 0px auto 50px;
  }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 1000px) {
  .present .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .present .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .present .ttl::before {
    content: "";
    width: 29.65217%;
    position: absolute;
    left: 0;
    top: 5%;
    background: url(../../images/rb_left.svg) top left no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .present .ttl::before {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .present .ttl::after {
    content: "";
    width: 29.65217%;
    position: absolute;
    right: 0;
    top: 5%;
    background: url(../../images/rb_right.svg) top right no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .present .ttl::after {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .present_txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .present_txt br {
    display: none;
  }
  .present_bnr {
    width: 80%;
    margin: 25px auto 40px;
  }
  .present_btn {
    width: 100%;
  }
}

.campaign {
  width: 100%;
  padding: 70px 0 90px;
  margin: 0 auto;
  background: url(../../images/cont_bg.jpg) repeat;
}

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

.campaign .ttl {
  width: 100%;
  position: relative;
}

.campaign .ttl_img {
  display: block;
  width: 40.4%;
  margin: 0px auto 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .campaign .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .campaign .ttl_img {
    margin: 10px auto 25px;
  }
}

.campaign .ttl::before {
  content: "";
  width: 25.91304%;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(../../images/rb_left.svg) top left no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .campaign .ttl::before {
    top: 10%;
  }
}

.campaign .ttl::after {
  content: "";
  width: 25.91304%;
  position: absolute;
  right: 0;
  top: 5%;
  background: url(../../images/rb_right.svg) top right no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .campaign .ttl::after {
    top: 10%;
  }
}

.campaign_ttl {
  width: 100%;
  position: relative;
}

.campaign_ttl_img {
  display: block;
  width: 40.4%;
  margin: 0px auto 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .campaign_ttl_img {
    margin: 0px auto 25px;
  }
}

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

.campaign_ttl::before {
  content: "";
  width: 25.91304%;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(../../images/rb_left_camp.png) top left no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .campaign_ttl::before {
    top: 10%;
    width: 22%;
  }
}

.campaign_ttl::after {
  content: "";
  width: 25.91304%;
  position: absolute;
  right: 0;
  top: 5%;
  background: url(../../images/rb_right_camp.png) top right no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .campaign_ttl::after {
    top: 10%;
    width: 22%;
  }
}

.campaign_mg {
  margin: 70px 0 50pxf;
}

.campaign_txt {
  margin-top: 100px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.campaign_txt span {
  background: linear-gradient(transparent 60%, #f8ef97 60%);
}

.campaign_txt_mg {
  margin-top: 50px;
}

.campaign_notes {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 15px;
  color: #e60012;
}

.campaign_notes a {
  color: #e60012;
}

.campaign_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.campaign_btn a,
.campaign_btn div {
  width: 48%;
  display: block;
}

.campaign_ct {
  justify-content: center;
}

.campaign #hashtag {
  margin: 60px 0 0;
}

.campaign .tweet {
  width: 1000px;
}

.campaign .tweet_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.campaign .tweet_thumb {
  display: flex;
  margin: 0 auto;
}

.campaign .tweet_thumb li {
  width: 250px;
  padding: 30px;
  margin: 7px;
  background-color: #fff;
  border-radius: 30px;
  border: 3px solid #28a7e1;
}

.campaign .prof {
  display: flex;
  border-top: 1px dashed #28a7e1;
  margin-top: 15px;
  padding-top: 15px;
}

.campaign .prof span {
  padding-top: 8px;
  padding-left: 10px;
  font-size: 1.4rem;
}

.campaign .prof img {
  width: 40px;
}

.campaign .tweet_tag {
  width: 60%;
  margin: 50px auto 0;
  text-align: center;
}

.campaign .tweet_tag a {
  position: relative;
  padding: 15px 0 20px;
  background-color: #28a7e1;
  border-radius: 55px;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  color: #fff;
}

@media (max-width: 767px) {
  .campaign .tweet_tag a {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .campaign {
    padding: 35px 0 45px;
  }
  .campaign_inner {
    width: 90%;
  }
  .campaign_txt {
    margin-top: 50px;
    font-size: 1.8rem;
  }
  .campaign_notes {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 15px;
  }
  .campaign_btn {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .campaign {
    padding: 35px 0 45px;
  }
  .campaign_inner {
    width: 90%;
  }
  .campaign_ttl_img {
    width: 46.61458%;
  }
  .campaign_txt {
    margin-top: 50px;
    font-size: 1.4rem;
    text-align: left;
  }
  .campaign_txt br {
    display: none;
  }
  .campaign_txt_mg {
    margin-top: 25px;
  }
  .campaign #hashtag {
    margin: 30px 0 0;
  }
  .campaign_notes {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 15px;
  }
  .campaign_btn {
    flex-direction: column;
    margin-top: 30px;
  }
  .campaign_btn a,
  .campaign_btn div {
    width: 70%;
    display: block;
    margin: 0 auto 20px;
  }
  .campaign_btn a:last-child,
  .campaign_btn div:last-child {
    margin: 0 auto;
  }
}

.episode {
  width: 100%;
  padding: 70px 0 90px;
  margin: 0 auto;
  background: url(../../images/cont_bg.jpg) repeat;
}

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

.episode .ttl {
  width: 100%;
  position: relative;
}

.episode .ttl_img {
  display: block;
  width: 21.9%;
  margin: 0px auto 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .episode .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .episode .ttl_img {
    margin: 10px auto 25px;
  }
}

.episode .ttl::before {
  content: "";
  width: 33.95652%;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(../../images/rb_left.svg) top left no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .episode .ttl::before {
    top: 10%;
  }
}

.episode .ttl::after {
  content: "";
  width: 33.95652%;
  position: absolute;
  right: 0;
  top: 5%;
  background: url(../../images/rb_right.svg) top right no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .episode .ttl::after {
    top: 10%;
  }
}

.episode_ttl {
  margin: 0 auto 50px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.episode_wrap_left {
  width: 48%;
  margin-right: 4%;
}

.episode_wrap_right {
  width: 48%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .episode_wrap_left {
    width: 100%;
    margin-right: 0%;
  }
  .episode_wrap_right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .episode_wrap_left {
    width: 100%;
    margin-right: 0%;
  }
  .episode_wrap_right {
    width: 100%;
  }
}

.episode article {
  width: 100%;
  margin-bottom: 50px;
}

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

.episode_txt {
  width: 100%;
  max-width: 1000px;
  height: auto;
  background: url(../../images/lead_sp2.png) repeat-y;
  background-size: contain;
  color: #333;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 0 20px;
  box-sizing: border-box;
}

.episode_txt_hd img, .episode_txt_ft img {
  width: 100% !important;
}

.episode_txt_to {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  background: linear-gradient(transparent 60%, #f8ef97 60%);
  padding: 0 5px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .episode_txt_to {
    font-size: 1.6rem;
  }
  .episode_txt_to br {
    display: none;
  }
}

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

.episode_txt_from {
  display: block;
  width: 84%;
  margin: 10px auto;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .episode_txt_from {
    font-size: 1.2rem;
  }
}

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

.episode_txt span {
  display: block;
  width: 84%;
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: left;
  margin: 10px auto 20px;
  background: linear-gradient(#ccc 1px, transparent 1px);
  background-size: auto 2.2em;
  box-sizing: border-box;
  padding-bottom: 2px;
}

.episode_txt_wrap {
  position: relative;
  width: 100%;
}

.episode_txt_wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 58.85167%;
  background: url(../../images/lead_sp_rb1.png) left top no-repeat;
  background-size: 17%;
  top: 6px;
  left: 0.5%;
}

.episode_txt_wrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 58.85167%;
  background: url(../../images/lead_sp_rb2.png) right bottom no-repeat;
  background-size: 17%;
  bottom: 6px;
  right: 1%;
}

.episode_txt_hd {
  display: block;
}

.episode_txt_ft {
  display: block;
  margin-top: -2.6%;
}

.episode_bnr {
  margin: 50px 0 65px;
}

.episode_btn {
  width: 80.1%;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .episode {
    padding: 35px 0 45px;
  }
  .episode_inner {
    width: 90%;
  }
  .episode_txt {
    width: 100%;
    height: auto;
    background: url(../../images/lead_sp2.png) repeat-y;
    background-size: contain;
    color: #333;
    font-size: 1.65vw;
    text-align: center;
    padding: 1% 0;
    box-sizing: border-box;
  }
  .episode_txt span {
    display: block;
    width: 80%;
    font-size: 1.2rem;
    line-height: 2.2;
    text-align: left;
    margin: 20px auto;
    background: linear-gradient(#ccc 1px, transparent 1px);
    background-size: auto 2.2em;
    box-sizing: border-box;
    padding-bottom: 2px;
  }
  .episode_txt_wrap {
    position: relative;
    width: 100%;
  }
  .episode_txt_wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 58.85167%;
    background: url(../../images/lead_sp_rb1.png) left top no-repeat;
    background-size: 18%;
    top: 5px;
    left: 0.5%;
  }
  .episode_txt_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 58.85167%;
    background: url(../../images/lead_sp_rb2.png) right bottom no-repeat;
    background-size: 18%;
    bottom: 2.2%;
    right: 0.5%;
  }
  .episode_txt_hd {
    display: block;
  }
  .episode_txt_ft {
    display: block;
    margin-top: -2.6%;
  }
  .episode_bnr {
    margin: 25px 0 40px;
  }
}

@media (max-width: 767px) {
  .episode {
    padding: 20px 0;
  }
  .episode_inner {
    width: 90%;
  }
  .episode .ttl {
    width: 100%;
    position: relative;
  }
  .episode .ttl_img {
    display: block;
    width: 32.8%;
    margin: 0px auto 50px;
  }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 1000px) {
  .episode .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .episode .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .episode .ttl::before {
    content: "";
    width: 29.21739%;
    position: absolute;
    left: 0;
    top: 5%;
    background: url(../../images/rb_left.svg) top left no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .episode .ttl::before {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .episode .ttl::after {
    content: "";
    width: 29.21739%;
    position: absolute;
    right: 0;
    top: 5%;
    background: url(../../images/rb_right.svg) top right no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .episode .ttl::after {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .episode .ttl_img {
    margin: 10px auto 15px;
  }
  .episode_txt {
    width: 100%;
    height: auto;
    background: url(../../images/lead_sp2.png) repeat-y;
    background-size: contain;
    color: #333;
    font-size: 1.65vw;
    text-align: center;
    padding: 3.4% 0;
    box-sizing: border-box;
  }
  .episode_txt span {
    display: block;
    width: 80%;
    font-size: 1rem;
    line-height: 2.2;
    text-align: left;
    margin: 10px auto;
    background: linear-gradient(#ccc 1px, transparent 1px);
    background-size: auto 2.2em;
    box-sizing: border-box;
    padding-bottom: 2px;
  }
  .episode_txt_wrap {
    position: relative;
    width: 100%;
  }
  .episode_txt_wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 58.85167%;
    background: url(../../images/lead_sp_rb1.png) left top no-repeat;
    background-size: 28%;
    top: 9px;
    left: 0.5%;
  }
  .episode_txt_wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 58.85167%;
    background: url(../../images/lead_sp_rb2.png) right bottom no-repeat;
    background-size: 28%;
    bottom: 0%;
    right: 0%;
  }
  .episode_txt_hd {
    display: block;
  }
  .episode_txt_ft {
    display: block;
    margin-top: -2.8%;
  }
  .episode_bnr {
    width: 80%;
    margin: 25px auto 40px;
  }
  .episode_btn {
    width: 100%;
  }
}

.playlist {
  width: 100%;
  padding: 70px 0 90px;
  margin: 0 auto;
}

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

.playlist .ttl {
  width: 100%;
  position: relative;
}

.playlist .ttl_img {
  display: block;
  width: 22.4%;
  margin: 0px auto 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .playlist .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .playlist .ttl_img {
    margin: 10px auto 25px;
  }
}

.playlist .ttl::before {
  content: "";
  width: 33.73913%;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(../../images/rb_left.svg) top left no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .playlist .ttl::before {
    top: 10%;
  }
}

.playlist .ttl::after {
  content: "";
  width: 33.73913%;
  position: absolute;
  right: 0;
  top: 5%;
  background: url(../../images/rb_right.svg) top right no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .playlist .ttl::after {
    top: 10%;
  }
}

.playlist_ttl {
  margin: 0 auto 50px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.playlist_soon {
  background: #fafafa;
  text-align: center;
  font-size: 3rem;
  color: #c0c0c0;
  padding: 80px 0;
  border: 1px #e4e4e4 solid;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .playlist {
    padding: 35px 0 45px;
  }
  .playlist_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .playlist {
    padding: 35px 0 45px;
  }
  .playlist_inner {
    width: 90%;
  }
  .playlist .ttl {
    width: 100%;
    position: relative;
  }
  .playlist .ttl_img {
    display: block;
    width: 33.6%;
    margin: 0px auto 50px;
  }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 1000px) {
  .playlist .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .playlist .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .playlist .ttl::before {
    content: "";
    width: 28.86957%;
    position: absolute;
    left: 0;
    top: 5%;
    background: url(../../images/rb_left.svg) top left no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .playlist .ttl::before {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .playlist .ttl::after {
    content: "";
    width: 28.86957%;
    position: absolute;
    right: 0;
    top: 5%;
    background: url(../../images/rb_right.svg) top right no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .playlist .ttl::after {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .playlist_soon {
    font-size: 2rem;
    padding: 40px 0;
  }
}

.movie {
  width: 100%;
  padding: 70px 0 90px;
  margin: 0 auto;
  background: url(../../images/cont_bg.jpg) repeat;
}

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

.movie .ttl {
  width: 100%;
  position: relative;
}

.movie .ttl_img {
  display: block;
  width: 16.5%;
  margin: 0px auto 50px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .movie .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .movie .ttl_img {
    margin: 10px auto 25px;
  }
}

.movie .ttl::before {
  content: "";
  width: 36.30435%;
  position: absolute;
  left: 0;
  top: 5%;
  background: url(../../images/rb_left.svg) top left no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .movie .ttl::before {
    top: 10%;
  }
}

.movie .ttl::after {
  content: "";
  width: 36.30435%;
  position: absolute;
  right: 0;
  top: 5%;
  background: url(../../images/rb_right.svg) top right no-repeat;
  background-size: contain;
  height: 45px;
}

@media (max-width: 767px) {
  .movie .ttl::after {
    top: 10%;
  }
}

.movie_ttl {
  margin: 0 auto 50px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie_txt {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

.movie_txt span {
  background: linear-gradient(transparent 60%, #f8ef97 60%);
}

.movie_youtube {
  width: 100%;
  max-width: 1000px;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin: 60px auto 0;
}

.movie_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .movie {
    padding: 35px 0 45px;
  }
  .movie_inner {
    width: 90%;
  }
  .movie_txt {
    font-size: 1.8rem;
  }
  .movie_youtube {
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .movie {
    padding: 35px 0 45px;
  }
  .movie_inner {
    width: 90%;
  }
  .movie .ttl {
    width: 100%;
    position: relative;
  }
  .movie .ttl_img {
    display: block;
    width: 24.7%;
    margin: 0px auto 50px;
  }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 1000px) {
  .movie .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .movie .ttl_img {
    margin: 10px auto 25px;
  }
}

@media (max-width: 767px) {
  .movie .ttl::before {
    content: "";
    width: 32.73913%;
    position: absolute;
    left: 0;
    top: 5%;
    background: url(../../images/rb_left.svg) top left no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .movie .ttl::before {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .movie .ttl::after {
    content: "";
    width: 32.73913%;
    position: absolute;
    right: 0;
    top: 5%;
    background: url(../../images/rb_right.svg) top right no-repeat;
    background-size: contain;
    height: 45px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .movie .ttl::after {
    top: 10%;
  }
}

@media (max-width: 767px) {
  .movie_txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .movie_txt br {
    display: none;
  }
  .movie_youtube {
    margin: 30px auto 0;
  }
}

.glico a {
  display: block;
  width: 300px;
  margin: 50px auto;
  border: #ccc 1px solid;
}

@media (max-width: 767px) {
  .glico a {
    width: 40%;
    max-width: 300px;
    margin: 25px auto;
  }
}

aside {
  width: 100%;
  background: #fff;
}

.footer {
  margin-top: 0px;
  padding: 30px 0;
  background: #e60012;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .footer {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 0px;
    padding: 15px 0;
  }
}

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

@media (min-width: 768px) and (max-width: 1000px) {
  .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 (max-width: 767px) {
  .footer_sns > a {
    width: 8.46354%;
  }
}

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

.footer .copyright_txt {
  color: #fff;
  letter-spacing: 0.05rem;
  font-size: 1.1rem;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 767px) {
  .footer .copyright_txt {
    font-size: 0.9rem;
  }
}

.pagetop {
  position: fixed;
  display: flex;
  align-items: center;
  padding: 20px 15px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: black;
  border-radius: 50%;
  z-index: 100;
}

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

.fixed_pc {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: #fae500;
  border-top: 1px solid #fff;
  padding: 28px 0;
  box-sizing: border-box;
  z-index: 200;
}

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

.fixed_pc_wrap {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_pc_wrap {
    width: 94%;
  }
}

.fixed_pc_1 {
  width: 40%;
  margin: 0 30px 0 0;
}

.fixed_pc_2 {
  width: 25%;
  margin: 0 30px 0 0;
}

.fixed_pc_2 a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #118eb2 url(../../img/arrow_wht.png) 93% center no-repeat;
  background-size: 6px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_pc_2 a {
    font-size: 1.1rem;
    background: #118eb2 url(../../img/arrow_wht.png) 95% center no-repeat;
    background-size: 5px;
  }
}

.fixed_pc_3 {
  width: 25%;
  margin: 0 auto 0px;
}

.fixed_pc_3 a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #231815 url(../../img/arrow_wht.png) 93% center no-repeat;
  background-size: 6px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_pc_3 a {
    font-size: 1.1rem;
    background: #231815 url(../../img/arrow_wht.png) 95% center no-repeat;
    background-size: 5px;
  }
}

.fixed_sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../img/sp_fixed_bg.png) center top no-repeat;
  background-size: cover;
  box-sizing: border-box;
  z-index: 200;
}

@media (min-width: 1001px) {
  .fixed_sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_sp {
    display: none;
  }
}

.fixed_sp_wrap {
  display: flex;
  justify-content: space-between;
  width: 94.13333%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 12.8% 0 4.26667%;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_sp_wrap {
    padding: 12.8% 0 3.2%;
  }
}

.fixed_sp_wrap_1 {
  width: 47.14715%;
  display: block;
  background: #118eb2 url(../../img/arrow_wht.png) 95% center no-repeat;
  background-size: 3%;
  box-sizing: border-box;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_sp_wrap_1 {
    font-size: 1.6rem;
  }
}

.fixed_sp_wrap_2 {
  width: 47.14715%;
  display: block;
  background: #231815 url(../../img/arrow_wht.png) 97% center no-repeat;
  background-size: 3%;
  box-sizing: border-box;
  padding: 6px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .fixed_sp_wrap_2 {
    font-size: 1.6rem;
  }
}

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

.spDetail {
  display: none;
}

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

@media (min-width: 768px) and (max-width: 1000px) {
  .pcDetail {
    display: none;
  }
}

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