@charset "UTF-8";

#sakanaContent {
}
#sakanaContent img {
    max-width: 100%;
	height: auto;
	vertical-align: top;
    line-height: 0;
}
#sakanaContent ul li {
	list-style-type: none;
}
#sakanaContent .wrapper {
    margin: 0 auto;
}

p {
    font-size: 18px;
}

a:hover {
    opacity: .7;
    transition: .3s;
}

.innerBlock {
    max-width: 750px;
	margin: 0 auto;
	padding: 0;
}
.cf:before,
.cf:after{
	content:"";
	display: table;
}
.cf:after{ clear:both;}
/*IE6,7対策 （haslayout対策）*/
.cf{ *zoom:1;}

.-fs15 {
	font-size: 15px;
}
.-mgt10 {
	margin-top: 10px;
}
.-mgb10 {
	margin-bottom: 10px;
}
.-mgt20 {
	margin-top: 20px;
}
.-mgb20 {
	margin-bottom: 20px;
}
.-mgt30 {
	margin-top: 30px;
}
.-mgb30 {
	margin-bottom: 30px;
}
.-pdt30 {
	padding-top: 30px;
}
.-pdb40 {
	padding-bottom: 40px;
}
.tR {
    text-align: right;
}
.inner {
	padding: 0 10px;
}



/*========================================

com parts

========================================*/

.pcOnly {
    display: none;
}
.spOnly {
    display: block;
}

.comment.-effect {
    padding: 0 30px;
    display: flex;
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
    font-weight: normal;
}
.comment.-effect:nth-of-type(n+2) {
    padding: 10px 30px 0;
}
.comment.-effect dt {
    color: #666;
}
.comment.-effect dd {
    padding-left: 5px;
    color: #666;
}
.adjustment {
    font-size: 12px;
    color: #666;
}
.comment.-effect li:nth-child(n+2) {
    margin-top: 10px;
}

.comment {
    font-size: 24px;
    font-weight: 500;
    padding-top: 70px;
    text-align: center;
}

.pic01.-link {
    position: relative;
}

.c-linkBtn  {
    position: absolute;
    bottom: -85px;
    margin-left: 25px;
    z-index: 10;
}

.c-linkBtn02 {
    width: 70%;
    margin: 0 auto;
    display: block;
}


/*----------------------------------------------*/
@media screen and (min-width: 480px) {
    .pcOnly {
        display: block;
    }
    .spOnly {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .comment.-effect {
        padding: 0 20px;
        font-size: 10px;
    }
    .c-linkBtn {
        bottom: -45px;
        margin-left: 10px;
    }
    .c-linkBtn02 {
        width: auto;
    }
    .comment {
        font-size: 14px;
        padding-top: 55px;
        line-height: 0;
    }

    p {
        font-size: 14px;
    }

}

/*----------------------------------------------*/



/*button*/


/*fixed_head*/

.fixed_head {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
	z-index: 1000;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.fixed_head ul {
    max-width: 750px;
    margin: 0 auto;
}
.fixed_head ul li a {
	display: block;
}
.fixed_head ul li:first-child {
	float: left;
    width: 166px;
}
.fixed_head ul li:last-child {
	float: right;
    width: 128px;
}


/*========================================

layout

========================================*/

#main {
    padding-top: 60px;
    position: relative;
}

.mainArea .innerBlock {
    position: relative;
}

#main .innerBlock .bgImg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    animation: anime 10s infinite; /* 2画像 × 各5s = 10s */
}

#main .innerBlock .src1 {
    background: url(../../otameshi/img/mv_bg01.jpg)no-repeat;
    background-size: contain;
}
#main .innerBlock .src2 {
    background: url(../../otameshi/img/mv_bg02.jpg)no-repeat;
    background-size: contain;
    animation-delay  : 5s;
}


.mainArea .mainvisual {
    height: 900px;
    background-position: 85%;
}

@-webkit-keyframes anime {
    0% { opacity: 0; }
    25% { opacity: 1; }
   50% { opacity: 1; }
   75% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes anime {
    0% { opacity: 0; }
    25% { opacity: 1; }
   50% { opacity: 1; }
   75% { opacity: 0; }
  100% { opacity: 0; }
}

.mainArea .effect01 {
    position: absolute;
    top: 0;
    left: 0;
}

.mainArea .effect_flexBox {
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.mainArea .effect_flexBox .effect02 {
    padding-left: 20px;
    padding-bottom: 60px;
    width: 70%;
}

.mainArea .effect_flexBox .effect03 {
    width: 29%;
    padding-right: 20px;
}

@media screen and (max-width: 480px) {
    .mainArea .mainvisual {
        background-position: top;
        background-size: contain;
        height: 520px;
    }
    .mainArea .effect01 {
        width: 50%;
    }
    .mainArea .effect_flexBox .effect02 {
        width: 100%;
    }
    .mainArea .effect_flexBox {
        bottom: -20px;
    }
    .mainArea .comment.-effect {
        padding: 0 0 0 20px;
        font-size: 10px;
    }
    .mainArea .comment.-effect:nth-of-type(n+2) {
        padding: 10px 0 0 20px;
    }
    .mainArea .effect_flexBox .effect02 {
        padding-left: 0;
    }
    .mainArea .effect_flexBox .effect03 {
        padding-right: 0;
    }
}



.scr {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-shadow:0px 0px 10px rgba(0,0,0,1);
}
.scr::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
}

#sec01 {
    margin-top: -100px;
}

#sec01 .pic02 {
    background: url(../../otameshi/img/sec01_img02.jpg)no-repeat;
    height: 164px;
    width: auto;
}

#sec01 .c-linkBtn  {
    bottom: -35px;
}

#sec01 .comment {
    padding-top: 20px;
}

#sec02 {
    margin-top: -60px;
}

#sec03 {
    margin-top: -1px;
}

#sec03 .pic02 {
    background: url(../../otameshi/img/sec03_img02.jpg)no-repeat;
    height: 160px;
    width: auto;
}


@media screen and (max-width: 480px) {
    #sec01 {
        margin-top: 10px;
    }

    #sec01 .pic02 {
        height: 134px;
    }

    #sec01 .c-linkBtn {
        bottom: -20px;
        margin-left: 10px;
    }
    #sec01 .comment {
        padding-top: 30px;
    }
    #sec03 .pic02 {
        height: 180px;
    }
}

#sec04 .innerBlock {
    background:  #e5f4ff;

}

.featureBlock {
    padding: 30px 30px 50px;
}

.featureBlock.-adjustment .featureBox:nth-of-type(n+2)  {
    margin-top: 30px;
}

.featureBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}

.featureBox img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.featureBlock .comment.-effect {
    padding: 0;
}

.blue_txt {
    text-align: center;
    color: #00357c;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.4;
}
.blue_txt.-adjustment {
    line-height: 1.4;
}

/* .blue_txt span {
    font-size: 20px;
} */

.blue_txt.-small {
    text-align: left;
    color: #1e8bdf;
    font-weight: 500;
    font-size: 26px;
}

#sec05 .pic02 {
    background: url(../../otameshi/img/sec05_img02.jpg)no-repeat;
    height: 160px;
    width: auto;
    opacity: .9;
}

#sec06 .txtBox {
    padding: 0 30px 10px;
}



.specArea {
    background: url(../../otameshi/img/sec07_img02.jpg) repeat-y left top;
    -webkit-background-size: 100%;
    padding: 40px 2.5% 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.specArea dl {
    position: relative;
}
.specArea dt , .specArea dd {
    padding: 15px 10px;
}
.specArea dt {
    display: block;
    background: #00357c;
    color: #fff;
    font-weight: bold;
    /* line-height: 1; */
}

.specArea .comment.-effect.-adjustment {
    border-top: 2px dotted #666;
    margin-top: 20px;
    padding: 40px 0 0;
}

.specArea .comment.-effect:nth-of-type(n+2) {
    padding: 10px 0 0;
}

.specArea .comment dt {
    display: block;
    background: none;
    padding: 0;
}

.specArea .comment dd {
    background: none;
    padding: 0 0 0 10px;
}

.specArea .comment dd:nth-of-type(n+2) {
    padding: 10px 0 0 10px;
}

.specArea dl:first-child::before {
    content: '';
    display: block;
    width: 70%;
    height: 370px;
    background: url(../../otameshi/img/sec07_sakanano_img01.png) no-repeat left top;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: -40px;
    right: -60px;
    z-index: 100;
}
.specArea dd {
    display: block;
    color: #000;
    font-weight: 500;
}
.specArea .note {
    color: #aaa;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}


@media screen and (max-width: 480px) {
    .comment.-effect:nth-of-type(n+2) {
        padding: 10px 20px 0;
    }
    .featureBlock {
        padding: 20px 20px 40px;
    }
    .featureBox {
        padding: 20px;
    }
    .featureBox img {
        width: 100%;
    }
    .blue_txt {
        font-size: 26px;
        line-height: 1;
    }
    .blue_txt span {
        font-size: 16px;
    }
    .blue_txt.-small {
        font-size: 20px;
    }
    .featureBlock.-adjustment .featureBox:nth-of-type(n+2)  {
        margin-top: 10px;
    }

    #sec05 .pic02 {
        height: 190px;
    }

    #sec06 .txtBox {
        padding: 0 20px 10px;
    }
    .specArea dl:first-child::before {
        width: 90%;
    }

}



.mv {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mv iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}



.otherAthlete {
    background: #d8f4fd;
    padding: 40px 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.AthleteList {
    padding-right: 20px;
}
.AthleteList li {
    float: left;
    width: 50%;
    margin-right: 20px;
}
.AthleteList li:nth-child(even) {
    margin-right: -20px;
}
.AthleteList li:nth-child(n+3) {
    margin-top: 20px;
}
.AthleteList li p {
    margin-top: 10px;
}
.AthleteList li p span {
    display: block;
    color: #00357C;
    font-weight: bold;
}



.orderCont {
    padding: 40px 10px;
}
.orderCont > ul > li:nth-child(n+2) {
    padding-top: 30px;
    margin-top: 35px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.orderCont > ul h3 {
    width: 400px;
    margin: 0 auto;
}
.orderCont > ul h3 + p {
    text-align: center;
    margin-top: 20px;
}
.orderCont .telNum {
    text-align: center;
    margin-top: 20px;
}
.orderCont .telNum_item {
    color: #00357C!important;
    font-weight: bold;
    font-size: 20px;
}
.orderBtn {
    display: block;
    background: #6db348;
    color: #fff!important;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 15px 0;
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .orderCont > ul h3 {
        width: 80%;
        margin: 0 auto;
    }
    .orderCont > ul h3 + p {
        margin-top: 10px;
    }
    .orderCont .telNum {
        margin-top: 10px;
    }
}

.borderTop {
  background: url("../../otameshi/img/skn_bgTop.jpg") no-repeat center top;
  padding-top: 33px;
  background-size: 100%;
  box-sizing: border-box;
}
.borderMid {
  background: url("../../otameshi/img/skn_bgMid.jpg") repeat-y;
  background-size: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
}
.borderBtm {
  background: url("../../otameshi/img/skn_bgBtm.jpg") no-repeat center bottom;
  padding: 0 0 17px;
  background-size: 100%;
  box-sizing: border-box;
}
.voiceBlock {
  background: url("../../otameshi/img/skn_voiceBg.jpg") repeat-y;
  background-size: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.voiceBlock p {
  padding: 0 20px;
}
.voice01 {
  padding: 0 20px;
}
.col2 {
  display: table;
}
.col2 .voice_pic,
.col2 .voice_tit {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
}
.col2 .voice_pic {
  width: 80px;
}
.col2 .voice_tit {
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #FDAE0A;
}

.sec05_btm {
  background: url("../../otameshi/img/skn_sec05_02.jpg") no-repeat;
  background-size: cover;
  position:relative;

}
.sec05_btm::before {
  content:"";
  padding-top:27.807%;
  display:block;
}
.sec05_btm p {
  text-align: center;
  width: 100%;
  position:absolute;
  left:50%;
  top:20px;
  transform:translateX(-50%);
  font-size: 12px;
}

footer > .innerBlock {
    width: 100%;
    max-width: inherit;
}
.ftLogoArea {
    display: block;
    background: #D7F3FC;
    text-align: center;
    position: relative;
    padding: 18px 18px 20px;
    margin-bottom: 20px;
}
.snsArea {
    padding: 0 10px 20px;
}
.snsArea ul {
    letter-spacing: -.4em;
    text-align: center;
}
.snsArea ul li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin-right: 10px;
    line-height: 1;
}
.snsArea ul li:last-child {
    margin-right: 0;
}
.ftTit {
    background: #d8f4fd;
    padding: 20px 37px;
    text-align: center;
}
.linkBtn {0
    display: block;
    background: #9ce2fb;
    text-align: center;
    color: #00357C;
    font-weight: bold;
    position: relative;
    padding: 18px 54px 18px 20px;
    font-size: 16px;
}
.linkBtn img {
	max-width: 300px
}
.accordionTarget {
    display: none;
}
.accordionTarget_inner {
    background: #d8f4fd;
    padding-bottom: 20px;
}
.linkList {
    padding: 0 20px;
    max-width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.linkList li {
    border-bottom: 1px solid #9ce2fb;
}
.linkList li:last-child {
    border-bottom: none;
}
.linkList a {
    color: #00357C;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    position: relative;
}
.linkList a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #00357C;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.underlayerTit {
    border-bottom: none!important;
    background-image: linear-gradient(to right, #9ce2fb, #9ce2fb 2px, transparent 2px, transparent 4px);
    background-size: 6px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.underlayer li {
    border-bottom: none;
    background-image: linear-gradient(to right, #9ce2fb, #9ce2fb 2px, transparent 2px, transparent 4px);
    background-size: 6px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
}
.underlayer li:last-child {
    background: none;
}
.underlayer li a {
    padding-left: 40px;
    position: relative;
}
.underlayer li a::before {
    display: none;
}
.underlayer li a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #00357C;
    border-right: 1px solid #00357C;
    -webkit-transform: rotate(45deg) translate(0,-50%);
    -ms-transform: rotate(45deg) translate(0,-50%);
    -o-transform: rotate(45deg) translate(0,-50%);
    transform: rotate(45deg) translate(0,-50%);
    position: absolute;
    left: 20px;
    top: 50%;
}
.accCloseBtn {
    display: block;
    background: #9ce2fb;
    text-align: center;
    color: #00357C;
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    border-radius: 100px;
    margin: 0 20px;
}
.-closeMark span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    border: 1px solid #00357C;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0,-50%) rotate(0deg);
    -ms-transform: translate(0,-50%) rotate(0deg);
    -o-transform: translate(0,-50%) rotate(0deg);
    transform: translate(0,-50%) rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.-active .-closeMark span {
    -webkit-transform: translate(0,-50%) rotate(225deg);
    -ms-transform: translate(0,-50%) rotate(225deg);
    -o-transform: translate(0,-50%) rotate(225deg);
    transform: translate(0,-50%) rotate(225deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.-closeMark span::before , .-closeMark span::after {
    content: '';
    display: block;
    background: #00357C;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.-closeMark span::before {
    width: 10px;
    height: 1px;
}
.-closeMark span::after {
    width: 1px;
    height: 10px;
}
.-closeMark span {

}

/*----------------------------------------------*/
@media screen and (min-width: 480px) {

.accCloseBtn {
    margin: 0 auto;
    max-width: 480px;
}

}
/*----------------------------------------------*/

/*----------------------------------------------*/
@media screen and (min-width: 769px) {
  .voiceWrap {
    letter-spacing: -.4em;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    background: #D7F3FC;
  }
  .voiceWrap .voice {
    width: 50%;
    vertical-align: top;
    letter-spacing: normal;
    display: inline-block;
  }
  .feature {
    text-align: center;
  }
  .sec05_btm p {
    top: 50px;
  }
}
/*----------------------------------------------*/



.groupsite {
    background: #00357C;
    text-align: center;
    padding: 30px 0;
}
.groupsite h3 {
    color: #fff;
    font-weight: bold;
}
.groupsite .brand {
    margin-top: 15px;
}
.groupsite .brand li:nth-child(n+2) {
    margin-top: 5px;
}
.groupsite .brand li a {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.groupsite h2 {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
}



/*
b_fix
========================================*/

.wrapper {
    position: relative;
}

footer {
    margin-top: 110px;
}

#pageTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 101;
}
#pageTop a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    position: relative;
    font-size: 1px;
    text-indent: -9999px;
    background: rgba(102, 102, 102,0.6);
    box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.1);
}
#pageTop a::before,
#pageTop a::after {
    content: '';
    position: absolute;
    left: 50%;
}
#pageTop a::before {
    width: 6px;
    height: 1px;
    background: #fff;
    margin-left: -3px;
    top: 15px;
}
#pageTop a::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #ffffff transparent;
    margin-left: -3px;
    top: 19px;
}

.bnrArea {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
    border-top: 10px solid #fff;
    box-shadow: 0 -10px 6px -5px rgb(0 0 0 / 15%);
}

@media screen and (max-width: 769px) {
    #pageTop {
        bottom: 29.333vw;
    }

    .bnrArea {
        border-top: 5px solid #fff;
    }
}