@charset "utf-8";
/* CSS Document */

body {
  font-family: "Rounded Mplus 1c";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #e64a74;
	text-decoration: none;
}
a:visited {
	color: #e64a74;
	text-decoration: none;
}
a:hover {
	color: #e64a74;
	text-decoration: none;
}
a:active {
	color: #e64a74;
	text-decoration: none;
}
p {
  line-height: 1.75;
}

#wrap {  
}
.container {
  width: 900px;
  margin: 0 auto;
  transform: rotate(0.05deg);
}
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    font-size: 12px;
  }
  .container {
    width: 92%;
    transform: rotate(0deg);
  }
}

header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  padding: 10px 0 6px;
  transform: rotate(0.05deg);
  z-index: 1;
}
.header .logo {
  float: left;
  margin-right: 126px;
}
.header .gnavi {
  padding-top: 5px;
}
.header .gnavi li {
  float: left;
  margin-right: 40px;
}
.header .gnavi li a {
  display: block;
  color: #000;
  font-size: 20px;
}
.header .gnavi li a:hover {
  color: #e64a74;
}
.header .gnavi li:last-child {
  display: none;
}
.navToggle {
  display: none;
}

.snsList {
  position: fixed;
  left: 45px;
  bottom: 60px;
  z-index: 2;
}
.snsList li {
  margin-bottom: 20px;
}

footer {
  background: rgba(230,74,116,0.2);
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
  color: #e64a74;
}
footer .f_kizuna_logo {
  padding: 35px 0 30px;
}

@media only screen and (max-width: 767px) {
  header {
    transform: rotate(0deg);
  }
  .header .logo {
    margin-right:0;
  }
  .header .gnavi {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-120%);
    transition: all 0.6s;
    width: 100%;
  }
  .header .gnav ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .header .gnavi li {
    float: none;
    margin-right: 0;
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
  }
  .header .gnavi li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    display: block;
  }
  .header .gnavi li a img {
    float: left;
  }
  .header .gnavi li a {
    display: block;
    color: #000;
    padding: 1em 0;
    font-size: 20px;
  }
  .header .gnavi li:last-child a {
    display: inline-block;
    padding: 1.0em 0.5em;
    
  }
  .header .gnavi.active {
    transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 10px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
  .navToggle span {
      display: block;
      position: absolute;    /* .navToggleに対して */
      width: 30px;
      border-bottom: solid 3px #eee;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 6px;
  }

  .navToggle span:nth-child(1) {
      top: 9px;
  }

  .navToggle span:nth-child(2) {
      top: 18px;
  }

  .navToggle span:nth-child(3) {
      top: 27px;
  }

  .navToggle span:nth-child(4) {
      border: none;
      color: #eee;
      font-size: 9px;
      font-weight: bold;
      top: 34px;
  }
    /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
      top: 18px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  .snsList {
    display: none;
  }
  
  footer {
    text-align: center;
    padding: 20px 0;
    font-size: 10px;
  }
  footer .f_kizuna_logo {
    padding: 15px 0 15px;
  }
  footer .f_logo img {
    width: 30%;
  }
  footer .f_kizuna_logo img {
    width: 70%;
  }
}



.c_title01 {
  position: relative;
  text-align: center;
  font-size: 40px;
  margin-bottom: 80px;
  color: #e64a74;
}
.c_title01:before {
  content: "";
  position: absolute;
  background: url(../img/common/title_u01.png) no-repeat 0 0;
  width: 124px;
  height: 24px;
  bottom: -24px;
  left: 50%;
  margin-left: -62px;
}
.c_title01 span {
  display: block;
  font-size: 18px;
}

.c_title02 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
}
.c_title03 {
  position: relative;
  text-align: center;
  font-size: 30px;
  margin-bottom: 80px;
  color: #e64a74;
}
.c_title03:before {
  content: "";
  position: absolute;
  background: url(../img/common/title_u01.png) no-repeat 0 0;
  width: 124px;
  height: 24px;
  bottom: -24px;
  left: 50%;
  margin-left: -62px;
}
.c_btn01 {
  text-align: center;
}
.c_btn01 a {
  display: inline-block;
  color: #fff;
  padding: 10px 30px 10px 45px;
  font-size: 20px;
  background: url(../img/common/ico_arrow01.png) no-repeat 18px 50% #e74a74;
}
.c_btn01 a:hover {
  background-color: #ef95b1;
}

@media only screen and (max-width: 767px) {
  .c_title01 {
    position: relative;
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
  }
  .c_title01:before {
    background: url(../img/common/title_u01.png) no-repeat 0 0;
    background-size: 90px auto;
    width: 90px;
    margin-left: -45px;
  }
  .c_title01 span {
    display: block;
    font-size: 14px;
  }

  .c_title02 {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .c_title03 {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .c_title03:before {
    background: url(../img/common/title_u01.png) no-repeat 0 0;
    background-size: 90px auto;
    width: 90px;
    margin-left: -45px;
  }

  .c_btn01 a {
    display: inline-block;
    color: #fff;
    padding: 13px 40px 13px 55px;
    font-size: 16px;
    background: url(../img/common/ico_arrow01.png) no-repeat 28px 50% #e74a74;
  }
  .c_btn01 a:hover {
    background-color: #ef95b1;
  }
}



/* pc,tb,sp表示非表示
------------------------------------------------------------ */
.only_pc {	display: block;}
.only_pc_tb {	display: block;}
.only_tb {	display: none;}
.only_sp {	display: none;}

@media only screen and (max-width: 767px) {
.only_pc {	display: none;}
.only_pc_tb {	display: none;}
.only_tb {	display: none;}
.only_sp {	display: block;}
}