@charset "utf-8";
/* ===================================================================
 style info : 個別キャンペーン用CSS
=================================================================== */

/*add*/
.toku_pre {
  text-align: justify;
  text-justify: inter-ideograph;
  text-align: center;
}
h3.toku_pre {
  font-weight: bold;
  padding-bottom: 1em;
}

#main p.txt-right {
  text-align: right;
  padding-right: 20px;
}
.txt-center {
  text-align: center;
}
.b-center {
  margin: auto;
}

.small {
  font-size:.75em;
}
.em1 {
  font-size: 1.25
}

img.manga {
  margin-left: 20px;
  margin-bottom: 8px;
}
.p_img {
  width: 238px;
}
.p_img.p_img_small  {
  width: 150px;
}
.p_img,.manga {
     box-shadow: 0 2px 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}

.p_img:hover,.manga:hover {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.toku_pre ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}

.toku_pre li {
  display: inline-block;
  font-size: .75em;
}

/* #main
----------------------------------------------------*/
#main {
  width: 700px;
}

section {
/*  
background-image: url("../images/bg.jpg");
 */ 
 background-color:#97ddff;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}

.sec-top__img{
  width:100%;
}

.sec-top__img img{
  width:100%;
  vertical-align: bottom;
}

div.toku_txt {
  padding:10px 20px 0px;
  padding-bottom: .75em;
  font-size: .9em;
  line-height: 1.4;
}

.clear {
  clear:both;
}
small {font-size:80%;}

/* 応募方法 */
#main .entry_box {
  background:#FFF;
    border: 2px solid #2674CC;
  padding: 20px;
  margin:20px;
  border-radius: 6px; /* 角丸 */
  -webkit-border-radius: 6px; /* Safari,Google Chrome用 */
  -moz-border-radius: 6px; /* Firefox用 */ 
}

  .toku_btn_base {
    position: relative;
    }

a.toku_btn {
  position: relative;
    bottom: 151px;
    left: 360px;
    display: inline-block;
    padding: 0.25em 1em;
    font-size: 0.75em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: yellow;
    border-bottom: solid 4px #5375bd;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
a.toku_btn:hover {/*ボタンを押したとき*/
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);(0, 0, 0, 0.30);
}

#main .entry_btn.spring{
  background: #004aad;
  color: #e5e5e5;
  border-color: #004aad;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);

  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
}

#main .entry_btn.spring::after{
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
#main .entry_btn.spring:hover{
  color: #004aad;
}
#main .entry_btn.spring:hover::after{
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

