@charset "UTF-8";

/*=================[すべてに適用]=================*/
@media all {

html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #000;
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 1.4rem;
  min-width: initial;
}

body::after {
  content:"";
  background: #c2eaff;
  position: fixed;
  z-index:-1;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
}

* {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
  font-weight: normal;
  list-style-type: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  font-size: 0px;
  vertical-align: bottom;
}

._pc {
  display: none!important;
}

._sp {
  display: inline-block!important;
}

._mb0 {
  margin-bottom: 0!important;
}

._notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: .15em;
}

a, a img {
  color: #e30e0e;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #be1111;
}

a:hover {
  color: #e27314;
  text-decoration: none;
}

a:active {
  color: #e27314;
}

a:hover img {
  opacity: 0.8;
}

.kv {
  margin-bottom: 4%;
  /* box-shadow: 0 0 2em rgba(0, 0, 0, 0.2); */
}

.kv__txt-pc {
  display: none;
}

.contents {
  padding: 0 4% 8%;
}

.contents__main {
  margin-bottom: 8%;
}

.contents__box {
  /* border-radius: 5px; */
  margin: 0 auto;
  /* background: #fff; */
  position: relative;
  /* box-shadow: 0 0 2em rgba(0, 0, 0, 0.05); */
}

.contents__box__inner {
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.contents__box__bar {
  position: relative;
}

.contents__box__present {
  margin-bottom: 8%;
}

.contents__box__present__txt {
  margin: 0 auto 6%;
}

.contents__box__present__list {
  display: grid;
  gap: 15px;
  margin-bottom: 3%;
  position: relative;
}

.contents__box__flow {
  margin-bottom: 3%;
}

.contents__box__flow__notice {
  /*padding-top: 4%; 終了処置①*/
  margin-bottom: 4%;
}

.contents__box__info {
  border: 3px solid #023894;
  border-radius: 4px;
  line-height: 1.5;
}

.contents__box__info-tit {
  background: #023894;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  padding: .3em 1em .5em 1em;
}

.contents__box__info-subtit {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .5em;
}

.contents__box__info-inner {
  padding: 10px;
}

.contents__box__info-link, .contents__box__info-link:visited {
  text-decoration: underline;
  color: #000;
}

.contents__box__info-link:hover {
  color: #023894;
}

.contents__box--outline {
  margin-top: 4%;
  font-size: 1.3rem;
}

.outline__contents {
  border: 1px solid #ddd;
  padding: 4%;
  overflow-y: scroll;
  height: 250px;
  margin-bottom: 4%;
}

.outline__box {
  margin-bottom: 30px;
}

.outline__box:last-child {
  margin-bottom: 0;
}

.outline__box p {
  margin-bottom: 1em;
  line-height: 1.6;
}

.outline__box p:last-child {
  margin-bottom: 0;
}

.outline__box__tit-l {
  font-size: 1.5rem;
  font-weight: bold;
  color: #e70017;
  margin-bottom: .6em;
  padding-bottom: .4em;
  border-bottom: 2px solid #e70017;
}

.outline__box__tit-m {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.outline__box__tit-s {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .3em;
  line-height: 1.5;
}

.outline__box__list {
  margin-bottom: 1em;
}

.outline__box__list__item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: .5em;
  list-style-type:none;
}

._notice--outline {
  font-size: 1.2rem;
  margin-bottom: .5em;
}


.back-cpidx {
  text-align: center;
}

.back-cpidx__link,
.back-cpidx__link:visited {
  color: #000;
  display: inline-block;
  background:#fff;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 100px;
}

.back-cpidx__link i, .back-cpidx__link a:visited i {
  color: #ff0000;
}

.back-cpidx__link:hover {
  color: #fff;
  background:#ff0000;
}

.back-cpidx__link:hover i {
  color: #fff;
}


/*========= footer (SP) =========*/
.footer {
  padding: 15px;
  background: #eee;
  color: #666;
  text-align: center;
  width: 100%;
}

.footer__logo__img {
  width: 60%;
}

.footer__copyright {
  font-size: 0.8rem;
}

/*clearfix*/
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  z-index: 99999;
}

#pagetop a {
  text-decoration: none;
  text-align: center;
  display: block;
  color: #e30e0e;
  background: #fff;
  border-radius: 1000px;
  padding: 15px;
}

#pagetop a:hover {
  background: #e30e0e;
  color: #fff;
  text-decoration: none;
}

.contents__box__end {
  position: relative;
}

.contents__box__end::after {
  position: absolute;
  content: '';
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background: rgba(1,1,1,.80);
  top: -15px;
  left: -15px;
  z-index: 5;
  border-radius: 0;
}

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

.contents__box__bar--end::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(1,1,1,.80);
  top:0;
  left:0;
  border-radius:5px 5px 0 0;
}
}

/*=================[PC向け適用]=================*/
@media all and (min-width: 769px) {
html {
  background: none;
}

body {
  font-size: 1.5rem;
  min-width:1000px;
}

._pc {
  display: inline-block!important;
}

._sp {
  display: none!important;
}

._notice {
  font-size: 1.3rem;
}

.kv {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
  background: url(/special/campaign/2025-0722-happysummer-present/img/kv_bg_pc.jpg) no-repeat center bottom;
  background-size: cover;
}

.kv__txt-pc {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  background: #023894;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 1px;
}

.kv__txt-pc img {
  width: 200px;
  height: auto;
}

.kv__img {
	width:920px;
	margin: 0 auto;
  position: relative;
  padding: 60px 0 30px;
  left:-20px;
}

.contents {
  padding: 0 0 50px;
  width: 900px;
  margin: 0 auto 0;
}

.contents__main {
  margin-bottom: 40px;
}

.contents__box {
  border-radius: 10px;
}

.contents__box__inner {
  padding: 27px;
}

.contents__box__bar {
  margin: auto 0;
}

.contents__box__present {
  margin-bottom: 45px;
}

.contents__box__present__txt {
  margin-bottom: 30px;
}

.contents__box__present__list {
  grid-template-columns: 1fr 1fr;
  gap: 25px 25px;
  margin-bottom: 15px;
}

.contents__box__flow {
  margin-bottom: 15px;
}

.contents__box__info-tit {
  font-size: 1.6rem;
}

.contents__box__info-subtit {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: .5em;
}

.contents__box__info-inner {
  padding: 15px;
}

.contents__box--outline {
  margin-top: 40px;
  font-size: 1.3rem;
}

.outline__contents {
  padding: 20px;
  margin-bottom: 20px;
}

.footer {
  padding: 25px;
  text-align: right;
}

.footer__inner {
  width: 900px;
  margin: 0 auto;
}

.footer__logo {
  float: left;
}

.footer__logo__img {
  width: 260px;
}

.footer__copyright {
  font-size: 1.2rem;
  display: inline-block;
  padding: 30px 0 0 0;
}

#pagetop a {
  padding: 20px;
}

/*終了処理（位置調整）*/
.contents__box__end::after {
  width: calc(100% + 54px);
  height: calc(100% + 54px);
  left: -27px;
  top:-27px;
}

}