@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */

header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

a,
input,
select,
textarea,
button {
  outline: none;
}

abbr,
acronym {
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */

.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Inline Align ------------------------------------------------------------ */

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

/* !Layout
---------------------------------------------------------- */

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.pc {
  display: none !important;
}

@font-face {
  font-family: "Alternate Gothic No3 D";
  src: url("../fonts/AlternateGotNo3D.eot");
  src: url("../fonts/AlternateGotNo3D.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AlternateGotNo3D.woff2") format("woff2"),
    url("../fonts/AlternateGotNo3D.woff") format("woff"),
    url("../fonts/AlternateGotNo3D.ttf") format("truetype"),
    url("../fonts/AlternateGotNo3D.svg#AlternateGotNo3D") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DIN Condensed";
  src: url("../fonts/DINCondensed-Bold.eot");
  src: url("../fonts/DINCondensed-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DINCondensed-Bold.woff2") format("woff2"),
    url("../fonts/DINCondensed-Bold.woff") format("woff"),
    url("../fonts/DINCondensed-Bold.ttf") format("truetype"),
    url("../fonts/DINCondensed-Bold.svg#DINCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

.enFt {
  /*font-family: 'Alternate Gothic No3 D';*/
  font-family: "DIN Condensed";
}

/* !wrapper
---------------------------------------------------------- */

#cerezo_partner_lp_wrapper {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  padding: 64px 0 60px;
}

.cerezo_partner_lp_inner {
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

/* !header
---------------------------------------------------------- */

#cerezo_partner_lp_header {
  position: fixed;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  height: 64px;
}

.cerezo_partner_lp_header_inner {
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cerezo_partner_lp_header_left {
  display: flex;
  align-items: center;
}

#cerezo_partner_lp_logo a {
  display: flex;
  align-items: center;
}

#cerezo_partner_lp_logo img {
  height: 37px;
}

/* !navi
---------------------------------------------------------- */

.cerezo_partner_lp_btn_menu {
  position: absolute;
  position: fixed;
  right: -6px;
  top: 50%;
  top: 16px;
  width: 64px;
  height: 48px;
  z-index: 4;
  background: url("../image/icon_menu.svg") center center no-repeat;
  background-size: auto 100%;
  cursor: pointer;
}

.cerezo_partner_lp_btn_menu.active {
  right: 0;
  width: 64px;
  height: 64px;
  background: url("../image/icon_menu_close.svg") bottom 10px center no-repeat;
  background-size: 25px auto;
}

.cerezo_partner_lp_header_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
}

.cerezo_partner_lp_header_btn a {
  width: 50%;
  display: block;
  text-align: center;
  position: relative;
  background: #161e82;
}

.cerezo_partner_lp_header_btn a + a {
  background: #bf9c46;
}

.cerezo_partner_lp_header_btn a img {
  max-height: 64px;
}

#cerezo_partner_lp_navi {
  position: absolute;
  position: fixed;
  top: 16px;
  right: -250px;
  width: 250px;
  background: #fff;
  z-index: 2;
  box-sizing: border-box;
  padding: 90px 15px 40px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*opacity: 0;*/
  pointer-events: none;
  transition: opacity, right 0.3s;
  text-align: center;
  border-radius: 7px 0 7px 10px;
}

#cerezo_partner_lp_navi.open {
  opacity: 1;
  pointer-events: auto;
  right: 0;
}

#cerezo_partner_lp_navi ul {
}

#cerezo_partner_lp_navi li + li {
  margin-top: 33px;
}

/*#cerezo_partner_lp_navi li + li{margin-top: 28px}*/

#cerezo_partner_lp_navi li a {
  padding: 0 20px;
  display: block;
  text-align: right;
  font-size: 1rem;
  color: #808080;
  text-decoration: none;
  background: url(../image/arrow_nav_sp.svg) no-repeat right center;
  background-size: 15px auto;
}

#cerezo_partner_lp_navi li a .en {
  color: #0b104b;
  font-size: 3rem;
  line-height: 0.9;
}

#cerezo_partner_lp_navi li a .jp {
  font-weight: bold;
}

/* !cerezo_partner_lp_mainVisual
---------------------------------------------------------- */

#cerezo_partner_lp_mainVisual {
  position: relative;
}

.cerezo_partner_lp_mainVisual,
.cerezo_partner_lp_mainVisual img {
  width: 100%;
}

#cerezo_partner_lp_mainVisual img {
  width: 100%;
}

.cerezo_partner_lp_mainVisual_cont {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.cerezo_partner_lp_mainVisual_inner {
  padding: 0 20px;
  max-width: 920px;
}

.cerezo_partner_lp_mainVisual_en {
  font-size: 6.4rem;
  line-height: 1;
}

.cerezo_partner_lp_mainVisual_jp {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 8px;
}

/* !title
---------------------------------------------------------- */

.cerezo_partner_lp_sec_title {
  text-align: center;
  margin-bottom: 30px;
}

.cerezo_partner_lp_sec_title_en {
  font-size: 6rem;
  line-height: 1;
  color: #da065c;
}

.cerezo_partner_lp_sec_title_jp span {
  margin-top: 8px;
  display: inline-block;
  padding: 0 50px;
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: bold;
  background: url(../image/span_jp.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

/* !content
---------------------------------------------------------- */

/*.cerezo_partner_lp_scroll*/

.cerezo_partner_lp_scroll {
  position: relative;
  height: 160px;
}

.cerezo_partner_lp_scroll_img {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent url(../image/img_scroll02.png) repeat-x center center;
  background-size: auto 100%;
  width: 100%;
  height: 160px;
  -webkit-animation: slide 48s linear infinite;
  animation: slide 48s linear infinite;
  -moz-animation: slide 48s linear infinite;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  will-change: background-position;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1123.5px 0;
  }
}

@-moz-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1123.5px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1123.5px 0;
  }
}

.cerezo_partner_lp_scroll_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 200px;
}

@keyframes scroller {
  0% {
    top: 30px;
    height: 0;
  }
  20% {
    top: 30px;
    height: 26px;
  }
  20.1% {
    top: 30px;
    height: 26px;
  }
  50% {
    top: 56px;
    height: 0;
  }
  100% {
    top: 56px;
    height: 0;
  }
}

.cerezo_partner_lp_scroll_line {
  position: absolute;
  top: 30px;
  top: -60px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.8rem;
}

.cerezo_partner_lp_scroll_line:before {
  content: "";
  position: absolute;
  left: 50%;
  border-right: 1px solid #fff;
  height: 26px;
  -webkit-animation: scroller 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s infinite;
  animation: scroller 2s cubic-bezier(0.65, 0.05, 0.36, 1) 0s infinite;
}

/*.cerezo_partner_lp_stadium*/

.cerezo_partner_lp_stadium {
  padding: 36px 0 36px;
}

.cerezo_partner_lp_stadium_box {
  background: url(../image/bg_stadium_sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 180px 12px 15px;
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #000000;
}

.cerezo_partner_lp_stadium_p01 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.cerezo_partner_lp_stadium_p02 {
  font-size: 2rem;
  font-weight: 900;
  color: #bf9c46;
  margin-bottom: 8px;
}

.cerezo_partner_lp_stadium_p03 {
  font-size: 1.4rem;
  margin-bottom: 22px;
}

.cerezo_partner_lp_stadium_btn {
  text-align: center;
}

.cerezo_partner_lp_stadium h3 {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin: 40px auto 0;
  max-width: 600px;
}
.cerezo_partner_lp_stadium h3 .en {
  font-size: 38px;
  color: #967a33;
  line-height: 1;
}
.cerezo_partner_lp_stadium h3 .ja {
  font-size: 16px;
  font-weight: bold;
  color: #000645;
  line-height: 1;
  padding-bottom: 12px;
}
.cerezo_partner_lp_stadium .time-table {
  margin: 10px auto 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cerezo_partner_lp_stadium .time-table li {
  display: flex;
  background: #000645;
  color: #fff;
  gap: 0;
  height: 68px;
}
.cerezo_partner_lp_stadium .time-table li .left {
  width: 35%;
  position: relative;
  background: #917633;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 32px) 100%, 0% 100%);
  display: flex;
  align-items: center;
  height: 100%;
}
.cerezo_partner_lp_stadium .time-table li p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  padding-left: 10px;
}
.cerezo_partner_lp_stadium .time-table li .right p {
  font-size: 18px;
  padding-left: 0;
}
.cerezo_partner_lp_stadium .time-table li .left::before {
  content: "";
  width: 76px;
  height: 100%;
  clip-path: polygon(32px 0%, 100% 0%, calc(100% - 32px) 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  background: #b2852f;
}
.cerezo_partner_lp_stadium .time-table li .right {
  width: 65%;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.cerezo_partner_lp_stadium .caution {
  text-align: center;
  font-size: 12px;
  margin-top: 24px;
}

.cerezo_partner_lp_stadium .img-flex {
  margin: 20px auto 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cerezo_partner_lp_stadium .img-flex img {
  width: 100%;
}

.new-fixed {
  position: fixed;
  bottom: 74px;
  right: 10px;
  width: 112px;
  z-index: 100;
}

/*cerezo_partner_lp_partnership*/

#cerezo_partner_lp_partnership {
  padding: 64px 0 30px;
  background: url(../image/bg_partnership.jpg) no-repeat center center;
  background-size: cover;
}

.cerezo_partner_lp_partnership_p01 {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 30px;
}

.cerezo_partner_lp_partnership_p02 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.cerezo_partner_lp_partnership_box {
  background: #fff;
  border: 1px solid #da065c;
  padding: 24px 10px 32px;
  position: relative;
}

.cerezo_partner_lp_partnership_box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 30px;
  background: url(../image/arrow_partner.png) no-repeat;
  background-size: 100% 100%;
}

.cerezo_partner_lp_partnership_p03 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #da065c;
  margin-bottom: 18px;
}

.cerezo_partner_lp_partnership_dl {
  font-size: 1.4rem;
  width: 308px;
  margin: 0 auto;
}

.cerezo_partner_lp_partnership_dl dt,
.cerezo_partner_lp_partnership_dl dd {
  width: 308px;
  height: 308px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url(../image/bg_round.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 43px;
}

.cerezo_partner_lp_partnership_dl dt {
  margin-bottom: -32px;
}

.cerezo_partner_lp_partnership_dl dd {
  /*margin-top: -32px;*/
}

.cerezo_partner_lp_partnership_dl_title {
  font-weight: 900;
  color: #e2cc96;
  margin-bottom: 17px;
  font-size: 1.8rem;
}

.cerezo_partner_lp_partnership_dl_title font {
  font-size: 2.4rem;
  line-height: 27px;
}

.cerezo_partner_lp_partnership_dl_txt {
  color: #fff;
  font-weight: bold;
}

.cerezo_partner_lp_partnership_p04 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #da065c;
  margin-top: 24px;
  padding: 0 10px;
}

.cerezo_partner_lp_partnership_p05 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #da065c;
  margin-top: 44px;
}

/*cerezo_partner_lp_program*/

.cerezo_partner_lp_program {
  background: #da065c;
  padding: 24px 0 32px;
  color: #fff;
}

.cerezo_partner_lp_program .cerezo_partner_lp_inner {
  max-width: 920px;
  padding: 0 25px;
}

.cerezo_partner_lp_program_p01 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0px 33px;
}

.cerezo_partner_lp_program_dl {
}

.cerezo_partner_lp_program_dl dt,
.cerezo_partner_lp_program_dl dd {
  position: relative;
}

.cerezo_partner_lp_program_dl dt {
  margin-bottom: 90px;
}

.cerezo_partner_lp_program_dl dt:before {
  content: "";
  position: absolute;
  top: calc(100% + 45px);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: url(../image/arrow_program.png) no-repeat;
  background-size: 100% auto;
}

.cerezo_partner_lp_program_dl_title {
  background: #fff;
  border: 3px solid #ba9c54;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 132px;
  color: #ba9c54;
  font-weight: 900;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.cerezo_partner_lp_program_ul li {
  padding-left: 24px;
  background: url(../image/li_program.png) no-repeat left top 8px;
  background-size: 16px auto;
  font-size: 1.4rem;
}

.cerezo_partner_lp_program_ul li + li {
  margin-top: 8px;
}

/*cerezo_partner_lp_contact*/

.cerezo_partner_lp_contact {
  padding: 64px 0 65px;
  background: url(../image/bg_contact.jpg) no-repeat center center;
  background-size: cover;
}

.cerezo_partner_lp_contact .cerezo_partner_lp_sec_title_en {
  color: #fff;
  font-size: 8rem;
  margin-bottom: 40px;
}

.cerezo_partner_lp_contact .cerezo_partner_lp_inner {
  max-width: 700px;
}

.cerezo_partner_lp_contact_dl dt {
  margin-bottom: 40px;
}

.cerezo_partner_lp_contact_dl dt,
.cerezo_partner_lp_contact_dl dd {
  width: 100%;
  text-align: center;
}

.cerezo_partner_lp_contact_txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 11px;
}

/*cerezo_partner_lp_message*/

#cerezo_partner_lp_message {
  padding: 64px 0 70px;
  background: url(../image/bg_message_sp.jpg) no-repeat center center;
  background-size: cover;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-close {
  top: -24px;
  right: 0px;
  transform: translateY(-100%);
  width: 24px;
  height: 24px;
  background: url(../image/close_fb.png) no-repeat;
  background-size: 100% auto;
}

.fancybox-skin {
  border-radius: 0;
}

.cerezo_partner_lp_message_dl dt {
  margin-bottom: 25px;
  text-align: center;
}

.cerezo_partner_lp_message_dl dd {
}

.cerezo_partner_lp_message_txt {
  font-size: 1.4rem;
}

.cerezo_partner_lp_message_name {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 25px;
}

.cerezo_partner_lp_video {
  margin-top: 32px;
  text-align: center;
}

.cerezo_partner_lp_iframe iframe {
  display: block;
  height: 50vw;
  max-width: 100%;
}

.cerezo_partner_lp_message_pic img {
  width: 290px;
}

/*cerezo_partner_lp_menu*/

#cerezo_partner_lp_menu {
  padding: 64px 0 56px;
  background: url(../image/bg_menu_sp.jpg) no-repeat center center #0b104b;
  background-size: cover;
}

.cerezo_partner_lp_menu_p01 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.cerezo_partner_lp_menu_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
}

.cerezo_partner_lp_menu_ul li {
  margin: 0 8px 16px;
  width: calc(50% - 16px);
}

.cerezo_partner_lp_menu_dl {
  background: #da065c;
}

.cerezo_partner_lp_menu_dl.hlg01 {
  height: auto !important;
  max-width: 300px;
}

.cerezo_partner_lp_menu_dl dt {
  position: relative;
}

.cerezo_partner_lp_menu_dl dt span {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 10px 0 15px;
  font-size: 1rem;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  background: url(../image/bg_target.png) no-repeat left center;
  background-size: 100% 100%;
}

.cerezo_partner_lp_menu_dl dd {
  padding: 15px;
  min-height: 184px;
}

.cerezo_partner_lp_menu_dl_title {
  font-size: 2rem;
  line-height: 20px;
  color: #e0b856;
  font-weight: bold;
}

.cerezo_partner_lp_menu_dl_title font {
  font-size: 1.6rem;
}

.cerezo_partner_lp_menu_dl_txt {
  font-size: 1.4rem;
  color: #fff;
  margin-top: 5px;
}

.cerezo_partner_lp_menu_fancybox {
  display: block !important;
}

.cerezo_partner_lp_menu_ul .cerezo_partner_lp_menu_dl {
  position: relative;
}

.cerezo_partner_lp_menu_ul .cerezo_partner_lp_menu_dl:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 64px;
  height: 19px;
  background: url(../image/more_menu.svg) no-repeat right bottom;
  background-size: 100% 100%;
}

.cerezo_partner_lp_menu_ul .cerezo_partner_lp_menu_dl dt span {
  line-height: 18px;
  padding: 0 6px 0 10px;
}

.cerezo_partner_lp_menu_ul .cerezo_partner_lp_menu_dl dd {
  min-height: 56px;
  padding: 8px 12px 27px;
}

.cerezo_partner_lp_menu_ul .cerezo_partner_lp_menu_dl_title,
.cerezo_partner_lp_menu_ul .cerezo_partner_lp_menu_dl_title font {
  font-size: 1.4rem;
}

.fancybox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  z-index: 8040;
}

.fancybox-prev {
  left: -26px;
  background: url(../image/prev_fb.svg) no-repeat left center;
  background-size: 100% auto;
}

.fancybox-next {
  background: url(../image/next_fb.svg) no-repeat right center;
  background-size: 100% auto;
  right: -26px;
}

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
}

.cerezo_partner_lp_menu_dl dt img {
  width: 100%;
}

/*0607*/

#links {
  position: fixed;
  top: calc(50% + 182px);
  width: 100%;
  padding-top: 64px;
  list-style: none;
  text-align: center;
  z-index: 99999;
}

#links li {
  display: inline;
  padding: 0 5px;
}

#links li label {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  background-color: #808080;
  cursor: pointer;
}

#links li.active label {
  background-color: white;
}

/*cerezo_partner_lp_benefits*/

#cerezo_partner_lp_benefits {
  padding: 64px 0 56px;
  background: #e9e9e9;
}

.cerezo_partner_lp_benefits_p01 {
  margin-bottom: 24px;
  font-size: 1.4rem;
}

.cerezo_partner_lp_benefits_ul .biggerlink {
  margin: 0 15px 40px;
  width: 330px !important;
  background: #fff;
}

.cerezo_partner_lp_benefits_ul .slick-prev {
  left: -14px;
}

.cerezo_partner_lp_benefits_ul .slick-next {
  right: -14px;
}

.cerezo_partner_lp_benefits_ul .slick-dots {
  bottom: -15px;
}

.cerezo_partner_lp_benefits_ul li {
  background: #fff;
  margin-bottom: 24px;
}

.cerezo_partner_lp_benefits_ul_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 9px 0 20px;
  color: #000645;
  font-size: 1.4rem;
  font-weight: bold;
}

.cerezo_partner_lp_benefits_ul_name img {
  max-width: 100px;
}

.cerezo_partner_lp_benefits_ul_img img {
  width: 100%;
}

.cerezo_partner_lp_benefits_ul_cont {
  padding: 20px 27px 16px;
  height: 325px;
  position: relative;
}

.cerezo_partner_lp_benefits_ul_cont .more {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
}

.cerezo_partner_lp_benefits_ul_categ span {
  display: inline-block;
  margin: 0 7px 15px 0;
  background: #da065c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  width: 120px;
}

.cerezo_partner_lp_benefits_ul_title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.cerezo_partner_lp_benefits_ul_txt {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.cerezo_partner_lp_benefits_ul_btn {
  text-align: center;
}

.cerezo_partner_lp_benefits_other {
  padding-top: 8px;
  text-align: center;
}

/*cerezo_partner_lp_cv*/

.cerezo_partner_lp_cv {
  background: url(../image/bg_cv_sp.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 56px;
}

.cerezo_partner_lp_cv_hd {
  position: relative;
  text-align: center;
  background: url(../image/title_cv_sp.png) no-repeat center center;
  background-size: auto 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 36px;
}

.cerezo_partner_lp_cv_hd span {
  position: relative;
  z-index: 3;
}

.cerezo_partner_lp_cv_hd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  background: #bf9c46;
}

.cerezo_partner_lp_cv_ul {
  text-align: center;
}

.cerezo_partner_lp_cv_ul li + li {
  margin-top: 32px;
}

.cerezo_partner_lp_cv_txt {
  font-size: 1.4rem;
  color: #fff;
  padding: 0px 0 4px;
}

/*cerezo_partner_lp_data*/

#cerezo_partner_lp_data {
  padding: 64px 0;
  background: #000645;
  color: #fff;
}

#cerezo_partner_lp_data .cerezo_partner_lp_inner {
  max-width: 920px;
}

.cerezo_partner_lp_data_p01 {
  font-size: 1.4rem;
  margin-bottom: 32px;
}

.cerezo_partner_lp_data_item {
  position: relative;
  z-index: 2;
}

.cerezo_partner_lp_data_item + .cerezo_partner_lp_data_item {
  margin-top: 50px;
}

.cerezo_partner_lp_data_item_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 584px;
  overflow: hidden;
}

.cerezo_partner_lp_data_item_bg.bg02 img {
  height: 100%;
  object-fit: cover;
}

.cerezo_partner_lp_data_item_bg.bg03 {
  width: 100vw;
  height: calc(100% + 50px);
  background: url(../image/bg_item03.png) no-repeat center center;
  background-size: cover;
}

.cerezo_partner_lp_data_item_bg.bg04 {
  background: url(../image/bg_item04_sp.png) no-repeat bottom center;
  background-size: cover;
  width: 100vw;
  height: 212px;
  top: -1px;
}

.cerezo_partner_lp_data_item_inner {
}

.cerezo_partner_lp_data_hd {
  position: relative;
  z-index: 5;
  background: url(../image/hd_data.svg) no-repeat left center;
  background-size: cover;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 40px;
  padding-right: 15px;
  margin-right: -15px;
  margin-bottom: 32px;
  color: #fff;
}

.cerezo_partner_lp_data_hd font {
  font-size: 1rem;
}

.cerezo_partner_lp_data_p02 {
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.cerezo_partner_lp_data_ul01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cerezo_partner_lp_data_ul01 li {
  width: 157px;
  margin: 0 5px 10px;
}

.cerezo_partner_lp_data_date {
  font-size: 1rem;
  margin-top: 0px;
}
.cerezo_partner_lp_data_date02 {
  text-align: right;
  font-size: 1rem;
  margin-top: 16px;
}

.cerezo_partner_lp_data_datecen {
  font-size: 1rem;
  margin-top: 9px;
}

.cerezo_partner_lp_data_date.tr {
  text-align: right;
  margin-top: 0;
}

.cerezo_partner_lp_data_dl01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cerezo_partner_lp_data_dl01 dt {
  margin: 0 auto 28px;
}

.cerezo_partner_lp_data_dl01 dd {
  text-align: center;
}

.cerezo_partner_lp_data_dl02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cerezo_partner_lp_data_dl02 dd {
  padding: 32px 0 24px;
}

.cerezo_partner_lp_data_p03 {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.cerezo_partner_lp_data_p03 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.cerezo_partner_lp_data_p03 span:before,
.cerezo_partner_lp_data_p03 span:after {
  /*content: '';*/
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #fff;
}

.cerezo_partner_lp_data_p03 span:after {
  left: auto;
  right: 100%;
}

.cerezo_partner_lp_data_p04 span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 24px;
  background: #fff;
  color: #ac8640;
  border: 1px solid #ac8640;
  width: 345px;
  max-width: 100%;
  height: 52px;
  font-size: 1.6rem;
  font-weight: bold;
}

.cerezo_partner_lp_data_p05 {
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: bold;
  color: #bf9c46;
  margin-bottom: 16px;
}

.cerezo_partner_lp_data_p05 span {
  position: relative;
  display: inline-block;
}

.cerezo_partner_lp_data_p05 span:before,
.cerezo_partner_lp_data_p05 span:after {
  /*content: '';*/
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #bf9c46;
}

.cerezo_partner_lp_data_p05 span:after {
  left: auto;
  right: 100%;
}

.cerezo_partner_lp_data_p06 {
  /*padding-left: 35px*/
}

.cerezo_partner_lp_data_ul02 {
  /*padding: 0 35px;*/
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.cerezo_partner_lp_data_ul02 li {
  width: 50%;
  padding: 0 12px;
  text-align: center;
}

.cerezo_partner_lp_data_ul02 li.sp {
  padding-bottom: 90px;
}

.cerezo_partner_lp_data_slider {
  margin: 150px -15px 0;
  padding-left: 15px;
}

.cerezo_partner_lp_data_slist {
  margin: 0 10px;
  background: #fff;
  width: 250px !important;
}

.cerezo_partner_lp_data_slider_dl dt img {
  width: 100%;
}

.cerezo_partner_lp_data_slider_dl dd {
  padding: 15px;
}

.cerezo_partner_lp_data_slider_title {
  font-size: 2rem;
  font-weight: bold;
  color: #000645;
}

.cerezo_partner_lp_data_slider_txt {
  font-size: 1.4rem;
  color: #000;
}

.cerezo_partner_lp_data_p07 {
  text-align: center;
}

/*cerezo_partner_lp_voices*/

#cerezo_partner_lp_voices {
  background: url(../image/bg_voices_sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 64px 0 50px;
}

.cerezo_partner_lp_voices_p01 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  /*display: none;*/
}

.cerezo_partner_lp_voices_ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cerezo_partner_lp_voices_ul li {
  width: calc(50% - 10px);
  margin: 0 5px 24px;
  background: #fff;
  border-bottom: 8px solid #333;
}

.cerezo_partner_lp_voices_dl dt {
  background: #333;
  padding-bottom: 8px;
}

.cerezo_partner_lp_voices_dl dd {
  padding: 12px 12px 16px;
}

.cerezo_partner_lp_voices_dl_title {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  font-size: 1.4rem;
}

.cerezo_partner_lp_voices_dl_logo {
  text-align: center;
  margin-bottom: 20px;
}

.cerezo_partner_lp_voices_dl_txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.cerezo_partner_lp_voices_dl_btn {
  text-align: center;
}

.cerezo_partner_lp_voices_dl_img.movie {
  position: relative;
}

.cerezo_partner_lp_voices_dl_img.movie:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 60px;
  height: 24px;
  background: url(../image/icon_movie.svg) no-repeat right center;
  background-size: auto 100%;
}

/*cerezo_partner_lp_movies*/

#cerezo_partner_lp_movies {
  padding: 64px 0 75px;
  background: #000645;
}

#cerezo_partner_lp_movies .cerezo_partner_lp_data_hd {
  margin-bottom: 40px;
}

/*cerezo_partner_lp_vision*/

.cerezo_partner_lp_vision {
  padding: 60px 0 60px;
}

.cerezo_partner_lp_vision .cerezo_partner_lp_inner {
  max-width: 960px;
}

.cerezo_partner_lp_vision_dl {
  text-align: center;
}

.cerezo_partner_lp_vision_dl dd {
  margin-top: 32px;
}

.cerezo_partner_lp_vision_dl a {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 343px;
  max-width: 100%;
  color: #fff;
}

.cerezo_partner_lp_vision_dl_cont {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cerezo_partner_lp_vision_dl_title {
  font-size: 4rem;
  line-height: 1;
}

.cerezo_partner_lp_vision_dl_title:after {
  content: "";
  display: block;
  margin: 0 auto 13px;
  height: 8px;
  background: url(../image/line_vision.png) no-repeat bottom center;
  background-size: auto 100%;
}

.cerezo_partner_lp_vision_dl_txt {
  font-size: 1.4rem;
  line-height: 24px;
  padding-right: 30px;
  background: url(../image/arrow_vision.svg) no-repeat right center;
  background-size: auto 100%;
}

/*cerezo_partner_lp_partner*/

#cerezo_partner_lp_partner {
  padding: 64px 0 48px;
}

.cerezo_partner_lp_partner_item {
  margin-bottom: 32px;
}

.cerezo_partner_lp_partner_item_title {
  overflow: hidden;
}

.cerezo_partner_lp_partner_item_title span {
  display: inline-block;
  /*min-width: 135px;*/
  padding-right: 10px;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.cerezo_partner_lp_partner_item_title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  width: 10000%;
  height: 1px;
  background: #000;
}

.cerezo_partner_lp_partner_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}

.cerezo_partner_lp_partner_ul li {
  width: calc(50% - 8px);
  margin: 0 4px 16px;
}

.cerezo_partner_lp_partner_ul.four li {
  width: calc(33.33% - 8px);
  margin-bottom: 8px;
}

.cerezo_partner_lp_partner_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  background: #da065c;
  color: #fff;
  font-size: 2rem;
}

/* !footer
---------------------------------------------------------- */

.cerezo_partner_lp_page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: url(../image/bg_pagetop_sp.jpg) no-repeat center center;
  background-size: cover;
}

.cerezo_partner_lp_page_top img {
  width: 22px;
}

#cerezo_partner_lp_footer {
  text-align: center;
  padding: 64px 0 110px;
  color: #fff;
  background-image: linear-gradient(to bottom, #ef1c57, #960c33);
}

.cerezo_partner_lp_sns ul {
}

.cerezo_partner_lp_sns ul li {
  display: inline-block;
}

.cerezo_partner_lp_sns ul li a {
  font-size: 1rem;
  line-height: 1.15;
  color: #fff;
  text-decoration: none;
}

#cerezo_partner_lp_footer .cerezo_partner_lp_sns {
  padding: 0 0 20px;
}

.cerezo_partner_lp_footer_p {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

#cerezo_partner_lp_footer .cerezo_partner_lp_sns li {
  margin: 0 28px 50px;
  position: relative;
}

#cerezo_partner_lp_footer .cerezo_partner_lp_sns li img {
  width: 40px;
}

#cerezo_partner_lp_footer .cerezo_partner_lp_sns li span {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 1;
  font-weight: bold;
  white-space: nowrap;
  transform: translateX(-50%);
}

.cerezo_partner_lp_logo {
  margin-bottom: 50px;
  text-align: center;
}

.cerezo_partner_lp_logo img {
  height: 125px;
}

#cerezo_partner_lp_footer a {
  color: #fff;
  text-decoration: none;
}

#cerezo_partner_lp_copyright {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
}

#cerezo_partner_lp_copyright a {
  font-size: 0.9rem;
}

.hide {
  display: none;
}

a {
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.exam-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.exam-item img {
  width: 120px;
  display: inline-block;
  margin-right: 15px;
}

.exam-cont .tx {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

/*タブ切り替え*/

.tabs {
  margin-top: 50px;
  background-color: #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.exam-item {
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}

.more_article {
  color: #d70765;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 85%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 1px solid #d70765;
  position: relative;
}

.more_article a {
  color: #d70765;
}

.more_article img {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}

.exam-item.exam-item03 {
  flex-wrap: wrap;
}

.exam-item03 img {
  order: 2;
  /* width: 45%; */
}

.exam-item03 .info {
  order: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.exam-item03 .info img {
  width: 122px;
  height: 43px;
}

.exam-item03 .tx {
  order: 3;
  width: calc(100% - 120px - 15px);
}

.exam-item03 .tx img,
.exam-item02 .tx img,
.exam-item .tx img {
  width: 16px;
  height: 16px;
  display: block;
  margin-top: auto;
  margin-right: 0;
}
a.exam-item {
  color: #333333;
}

.tabBox {
  height: 206px;
  width: 100%;
}

.tabBox::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 100%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  background: url(../image/tab-backimg01_sp.png) 50% bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 206px;
}

.tabBox_btm {
  display: block;
}

.tabBox_btm::before {
  bottom: 0;
  top: auto;
  transform: translate(-50%, 0) rotate(180deg);
}

.tabBox .text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 24px;
}

.tabBox .tabArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tabBox .tabArea .one_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  width: 29%;
  margin-right: 7px;
}
.tabBox .tabArea .one_tab:hover {
  /* opacity: 0.7; */
  text-decoration: none;
}

.tabBox .tabArea .one_tab:last-child {
  margin-right: 0;
}

.tabBox .tabArea .one_tab a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  transition-duration: 0.3s;
  color: #fff;
  background: #161e82;
  font-size: 14px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 3px solid #d70765;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}
.tabBox .tabArea .one_tab a.select {
  background-color: #d70765;
  padding-top: 35px;
  margin-top: -16px;
}
.tabBox .tabArea .one_tab a img {
  height: 24px;
  margin-bottom: 5px;
}
.tabBox .tabArea .one_tab a span {
  text-align: center;
  line-height: 1.7;
  display: inline-block;
  font-size: 14px;
}

.tabBox .tabArea.bottom .one_tab a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: none;
  border-top: 3px solid #d70765;
  padding-top: 20px;
  padding-bottom: 22px;
  position: relative;
  top: 2px;
}
.tabBox .tabArea.bottom .one_tab a.select {
  padding-bottom: 40px;
  margin-bottom: -32px;
}

.tab_contents .tab_main {
  display: none;
  padding: 50px 25px;
  min-height: 280px;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}

a#icv_1,
a#cv_follow2 {
  display: block;
}
