@charset "utf-8";
/*
@import url("https://fonts.googleapis.com/css?family=Oswald");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
*/

/*================================================
　汎用
================================================ */

/* body.fixed #lp-yametoma {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
} */
#lp-yametoma ul, #lp-yametoma li {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  -webkit-box-sizing:border-box;
  -moz-box-sizing   :border-box;
  -o-box-sizing     :border-box;
  -ms-box-sizing    :border-box;
  box-sizing        :border-box;
}



#lp-yametoma img {
    width: 100%;
}



#lp-yametoma * {
    position: relative;
    font-weight: 100;
}

#lp-yametoma *, #lp-yametoma *:before, #lp-yametoma *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}



#lp-yametoma ul {
    list-style: none;
}



#lp-yametoma a {
    z-index: 100;
    transition: all 0.3s;
}
#lp-yametoma a:link {
    color: white;
    text-decoration: none;
}
#lp-yametoma a:visited {
    color: white;
    text-decoration: none;
}
#lp-yametoma a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* #lp-yametoma a img:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.5s;
} */

.s #lp-yametoma a:link {opacity: 1;}
.s #lp-yametoma a:visited {opacity: 1;}
.s #lp-yametoma a:hover {opacity: 1;}



#lp-yametoma br.pc {display: block;}
#lp-yametoma br.sp {display: none;}
.s #lp-yametoma br.pc {display: none;}
.s #lp-yametoma br.sp {display: block;}


#lp-yametoma .pc {display: block;}
#lp-yametoma .sp {display: none;}
.s #lp-yametoma .pc {display: none;}
.s #lp-yametoma .sp {display: block;}





/*================================================
　個別
================================================ */

/*------------------------------------------------------------------
 body ------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma {
    background: white;
    font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    letter-spacing: 0;
    line-height: 1.4em;
    margin: 0;
}



/*------------------------------------------------------------------
 header/footer ------------------------------------------------------
------------------------------------------------------------------*/
/* #lp-yametoma .header,
#lp-yametoma .footer {
    width: 100%;
    background: white;
    overflow: hidden;
}

#lp-yametoma .header img {
    width: auto;
    height: 64px;
}
#lp-yametoma .footer img {
    width: auto;
    height: 80px;
}

.s #lp-yametoma .header img,
.s #lp-yametoma .footer img {
    width: 100%;
    height: auto;
}

#lp-yametoma .header img.pc, #lp-yametoma .footer img.pc { display: block; margin: auto; }
.s #lp-yametoma .header img.pc, .s #lp-yametoma .footer img.pc { display: none; }
#lp-yametoma .header img.sp, #lp-yametoma .footer img.sp { display: none; }
.s #lp-yametoma .header img.sp, .s #lp-yametoma .footer img.sp { display: block; } */



/*------------------------------------------------------------------
 container ------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .container {
    position: relative;
    width: 100%;
}



/*------------------------------------------------------------------
 mv --------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .mv {
    width: 100%;
    background: #fed900;
}

#lp-yametoma .mv_bg {
    background: url('../img/mv_loop.jpg');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
}

#lp-yametoma .mv__content {
    width: 100%;
    max-width: 980px;
    margin: auto;
}
.s #lp-yametoma .mv__content {
    max-width: initial;
}

#lp-yametoma .mv__content img {
    width: 100%;
}

#lp-yametoma .mv__content img.pc { display: block; }
#lp-yametoma .mv__content img.sp { display: none; }
.s #lp-yametoma .mv__content img.pc { display: none; }
.s #lp-yametoma .mv__content img.sp { display: block; }

#lp-yametoma .mv__content__link {
    display: block;
    width: 37.2%;
    position: absolute;
    bottom: 3.8%;
    right: 6.8%;
}
.s #lp-yametoma .mv__content__link {
    width: 46.6%;
    right: 0.8%;
}
#lp-yametoma .mv__content__link img {
    display: block;
    transition: all 150ms ease-in-out;
}
#lp-yametoma .mv__content__link img:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
}
.s #lp-yametoma .mv__content__link img:hover {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}



#lp-yametoma .mv__sns {
    width: 100%;
    background: #e60012;
}

#lp-yametoma .mv__sns__list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;      
}
#lp-yametoma .mv__sns__list li {
    height: 80px;
    padding: 10px 0;
    margin: 0 20px;
}
.s #lp-yametoma .mv__sns__list li {
    height: 46px;
    padding: 7px 0;
    margin: 0 8px;
}
#lp-yametoma .mv__sns__list li img {
    height: 100%;
    width: auto;
}



/*------------------------------------------------------------------
 top__anchor --------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .top__anchor {
    background: #fed900;
}

#lp-yametoma .top__anchor--inner {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;   
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 40px 25px 40px; 
}
.s #lp-yametoma .top__anchor--inner {
    max-width: initial;
    padding: 15px 10px 5px; 
}

#lp-yametoma .top__anchor--inner li {
    width: 25%;
    padding: 0 15px;
}
.s #lp-yametoma .top__anchor--inner li {
    width: 50%;
    padding: 5px 5px 0;
}

#lp-yametoma .top__anchor--inner a {
    display: block;
    transition: all 150ms ease-in-out;
}
#lp-yametoma .top__anchor--inner a:hover {
    transform: translate(0, 5px);
    -webkit-transform: translate(0, 5px);
}
.s #lp-yametoma .top__anchor--inner a:hover {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

#lp-yametoma .top__anchor--inner li img {
    width: 100%;
}





/*------------------------------------------------------------------
 content01 --------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .content01 {
    width: 100%;
    padding: 40px 15px 100px;
    background: url('../img/content01_bg.jpg');
    background-repeat: repeat;
    background-size: 69px;
    background-position: top 0 left 50%;
    overflow: hidden;
}
.s #lp-yametoma .content01 {
    width: 100%;
    padding: 40px 15px 40px;
    background: url('../img/content01_bg.jpg');
    background-repeat: repeat;
    background-size: 69px;
    background-position: top 0 left 50%;
}

#lp-yametoma .content01__inner {
    max-width: 980px;
    width: 100%;
    margin: auto;
}
.s #lp-yametoma .content01__inner {
    width: 100%;
}



#lp-yametoma .content01__ttl {
    margin: 0 0 30px;
}
.s #lp-yametoma .content01__ttl {
    margin: 0 0 30px;
}

#lp-yametoma .content01__ttl img {
    display: block;
    width: 50%;
    margin: auto;
    
}
.s #lp-yametoma .content01__ttl img {
    display: block;
    width: 72.4637%;
    margin: auto;
    
}



#lp-yametoma .content01__content {
    padding: 0 3px;
}

#lp-yametoma .content01__content__inner {
    width: 100%;
    background: url('../img/content01_inner_bg.jpg');
    background-repeat: repeat;
    background-size: 16px;
    background-position: center;
    border: 8px white solid;
    border-radius: 15px;
    box-shadow: 3px 3px 5px 2px rgba(59,0,0,0.3)
}
.s #lp-yametoma .content01__content__inner {
    width: 100%;
    background: url('../img/content01_inner_bg.jpg');
    background-repeat: repeat;
    background-size: 8px;
    background-position: center;
    border: 4px white solid;
    border-radius: 15px;
    box-shadow: 3px 3px 5px 2px rgba(59,0,0,0.3)
}

#lp-yametoma .content01__child {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 0 ;
    text-align: center;
    color: #e60012;
    padding: 0 20px;
}
.s #lp-yametoma .content01__child {
    display: block;
    padding: 20px 0;
    text-align: center;
    color: #e60012;
    padding: 0 2px;
}
#lp-yametoma .content01__child + li {
    border-top: 8px white solid;
}
.s #lp-yametoma .content01__child + li {
    border-top: 4px white solid;
}



#lp-yametoma .child--01 .content01__child--left { max-width: 10000px; width: 40%; }
#lp-yametoma .child--01 .content01__child--right { -webkit-box-flex:1; -ms-flex:1 1 10%; flex:1 1 10%; padding: 30px 20px 20px 20px; }
#lp-yametoma .child--02 .content01__child--left { -webkit-box-flex:1; -ms-flex:1 1 10%; flex:1 1 10%; padding: 40px 20px 20px 20px; }
#lp-yametoma .child--02 .content01__child--right { max-width: 10000px; width: 40%; }

#lp-yametoma .content01__child.child--01 h3 {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0.2em;
}
#lp-yametoma .content01__child.child--01 h3 img {
    display: block;
    width: 92.6586%;
    margin: auto;
}
#lp-yametoma .content01__child.child--02 h3 img {
    display: block;
    width: 98.6586%;
    margin: auto;
}
#lp-yametoma .content01__child.child--02 h3 {
    /* background: url('../img/content01_head02.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
    display: block;
    width:100% ;
    /* height: 105px; */
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 8px;
}
.s #lp-yametoma .content01__child h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 8px;
}

#lp-yametoma .content01__child img {
}

#lp-yametoma .content01__child.child--01 p {
    font-size: 28px;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 20px 0 5px;
    letter-spacing: -1px;
    line-height: 1.8em;
}
#lp-yametoma .content01__child.child--02 p {
    font-size: 26px;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 5px 0 20px;
    letter-spacing: 0px;
    line-height: 1.8em;
}
.s #lp-yametoma .content01__child p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 5px;
    letter-spacing: -1px;
}
#lp-yametoma .cp_box{
    background-color: #fff2a9;
    padding: 40px 0 60px;
}
#lp-yametoma .w740{
    max-width: 740px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
#lp-yametoma .mt20{
    margin-top: 20px;
}
#lp-yametoma .ac{
    text-align: center;
}

@media screen and (min-width:721px) and (max-width: 979px) {
    #lp-yametoma .content01__child.child--01 h3 { font-size: 3.5vw; }
    #lp-yametoma .content01__child.child--02 h3 { font-size: 3.5vw; }
    #lp-yametoma .content01__child.child--01  p { font-size: 2.3vw; }
    #lp-yametoma .content01__child.child--02  p { font-size: 2.3vw; }
}
@media screen and (max-width:721px) { 
    #lp-yametoma .cp_box{
        background-color: #fff2a9;
        padding:5% 0;
    }
    #lp-yametoma .btn_CP_size{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:374px) { 
    #lp-yametoma .content01__child p br.smaller--break {
        display: none;
    }
}






/*------------------------------------------------------------------
 content02 --------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .content02 {
    width: 100%;
    padding: 40px 15px 100px;
    background: url('../img/content02_bg.jpg');
    background-repeat: repeat;
    background-size: 69px;
    background-position: top 0 left 50%;
    overflow: hidden;
}
.s #lp-yametoma .content02 {
    width: 100%;
    padding: 40px 0 40px;
    background: url('../img/content02_bg.jpg');
    background-repeat: repeat;
    background-size: 69px;
    background-position: top 0 left 50%;
}

#lp-yametoma .content02__inner {
    width: 100%;
    margin: auto;
    padding: 0 20px;
}
.s #lp-yametoma .content02__inner {
    width: 100%;
    padding: 0;
}



#lp-yametoma .content02__ttl {
    margin: 0 0 30px;
}
.s #lp-yametoma .content02__ttl {
    margin: 0 0 30px;
}

#lp-yametoma .content02__ttl img.pc {
    display: block;
    width: 100%;
    max-width: 770px;
    margin: auto;
}
#lp-yametoma .content02__ttl img.sp {
    display: none;
}
.s #lp-yametoma .content02__ttl img.pc {
    display: none;
    
}
.s #lp-yametoma .content02__ttl img.sp {
    display: block;
    width: 100%;
    margin: auto;
    
}



#lp-yametoma .content02__content {
    padding: 0 3px;
}

#lp-yametoma .content02__content__inner {
    width: 100%;
    background: url('../img/content02_inner_bg.jpg');
    background-repeat: repeat;
    background-size: 16px;
    background-position: top 0 left 50%;
    border: 8px white solid;
    border-radius: 15px;
    box-shadow: 3px 3px 5px 2px rgba(59,0,0,0.3)
}
.s #lp-yametoma .content02__content__inner {
    width: 100%;
    background: url('../img/content02_inner_bg.jpg');
    background-repeat: repeat;
    background-size: 16px;
    background-position: top 0 left 50%;
    border: 4px white solid;
    border-radius: 15px;
    box-shadow: 3px 3px 5px 2px rgba(59,0,0,0.3)
}


#lp-yametoma .content02__img01 {
    max-width: 770px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.s #lp-yametoma .content02__img01 {
    max-width: initial;
    margin: 15px auto 0;
    padding: 0 15px;
}
#lp-yametoma .content02__img01 img {
    width: 85%;
    margin: auto;
}
.s #lp-yametoma .content02__img01 img {
    width: 100%;
    margin: auto;
}


#lp-yametoma .content02__img02 {
    max-width: 620px;
    width: 100%;
    margin: 40px auto;
}
.s #lp-yametoma .content02__img02 {
    max-width: initial;
    margin: 20px auto 0;
    padding: 0 5px;
}
#lp-yametoma .content02__imgadd {
    max-width: 620px;
    width: 100%;
    margin: 10px auto;
    position: relative;
}
.s #lp-yametoma .content02__imgadd {
    max-width: initial;
    margin: 15px auto 0;
    padding: 0 5px;
    position: relative;
}
#lp-yametoma .btn_entry{
    width: 90%;
    position: absolute;
    bottom:3%;
    left: 50%;
    transform: translateX(-50%);
}
#lp-yametoma .content02__img02__main {
    width: 100%;
    margin: auto;
}
.s #lp-yametoma .content02__img02__main {
    width: 100%;
    margin: auto;
}

#lp-yametoma .content02__img02 a {
    display: block;
    max-width: 420px;
    width: 100%;
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
}
.s #lp-yametoma .content02__img02 a {
    max-width: initial;
    width: 80%;
}
#lp-yametoma .content02__img02 a:hover {
    transform: translateY(0%) translateX(-48%);
    -webkit- transform: translateY(0%) translateX(-48%);
}
.s #lp-yametoma .content02__img02 a:hover {
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
}
#lp-yametoma .content02__img02__btn {
    display: block;
}


#lp-yametoma .content02__img03 {
    max-width: 620px;
    width: 100%;
    margin: 50px auto 0;
}
.s #lp-yametoma .content02__img03 {
    max-width: initial;
    margin: 30px auto 0;
    padding: 0 10px;
}
#lp-yametoma .content02__img03 img {
    display: block;
    width: 100%;
    margin: auto;
}
.s #lp-yametoma .content02__img03 img {
    display: block;
    width: 100%;
    margin: auto;
}



#lp-yametoma .content02__innerimg02 a {
    display :block;
    width: 50%;
    position: absolute;
    bottom: 16.5%;
    right: 13.2%;
}
.s #lp-yametoma .content02__innerimg02 a {
    display :block;
    color: black;
    width: 50%;
    position: absolute;
    bottom: 16.5%;
    right: 13.2%;
}
#lp-yametoma .content02__innerimg02 a:link,
#lp-yametoma .content02__innerimg02 a:hover,
#lp-yametoma .content02__innerimg02 a:visited,
#lp-yametoma .content02__innerimg02 a:active {
    color: black;
    text-decoration: underline;
}



#lp-yametoma .content02__innerimg05 a {
    display :block;
    width: 90%;
    position: absolute;
    bottom: 9%;
    right: 50%;
    transform: translateX(50%);
    -webkit- transform: translateX(50%);
}
.s #lp-yametoma .content02__innerimg05 a {
}
#lp-yametoma .content02__innerimg05 a:link,
#lp-yametoma .content02__innerimg05 a:hover,
#lp-yametoma .content02__innerimg05 a:visited,
#lp-yametoma .content02__innerimg05 a:active {
    color: black;
    text-decoration: underline;
}



#lp-yametoma .content02__img06 {
    max-width: 620px;
    width: 100%;
    margin: 0 auto 0;
}
.s #lp-yametoma .content02__img06 {
    max-width: initial;
    width: 100%;
    padding: 0 10px;
}

#lp-yametoma .content02__innerimg06 img {
    display :block;
}
#lp-yametoma .content02__innerimg06 a {
    display :block;
    width: 90%;
    position: absolute;
    bottom: 15%;
    right: 50%;
    transform: translateX(50%);
    -webkit- transform: translateX(50%);
}
#lp-yametoma .content02__innerimg06.content02__innerimg06--vCenter .btn01 {
    display: block;
    width: 60%;
    position: absolute;
    bottom: 67%;
    right: 36%;
    transform: translateY(50%) translateX(50%);
    -webkit- transform: translateY(50%) translateX(50%);
}
#lp-yametoma .content02__innerimg06.content02__innerimg06--vCenter .btn02 {
    display: block;
    width: 60%;
    position: absolute;
    bottom: 22%;
    right: 36%;
    transform: translateY(50%) translateX(50%);
    -webkit- transform: translateY(50%) translateX(50%);
}
.s #lp-yametoma .content02__innerimg06 a {
}
#lp-yametoma .content02__innerimg06 a:link,
#lp-yametoma .content02__innerimg06 a:hover,
#lp-yametoma .content02__innerimg06 a:visited,
#lp-yametoma .content02__innerimg06 a:active {
    color: black;
    text-decoration: underline;
}



#lp-yametoma .content02__innerimg03 .content02__innerimg03--link {
    display :block;
    font-size: 22px;
    width: 85%;
    height: 3em;
    position: absolute;
    bottom: 19.2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.s #lp-yametoma .content02__innerimg03 .content02__innerimg03--link {
    display :inline-block;
    color: black;
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
    word-break: break-all;
    bottom: 18%;
}
#lp-yametoma .content02__innerimg03 .content02__innerimg03--link a {
    display :block;
    color: black;
    font-size: 100%;
    text-align: left;
    line-height: 1.4em;
    word-break: break-all;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#lp-yametoma .content02__innerimg03 .content02__innerimg03--link a:link {
    color: black;
    text-decoration: underline;
}



#lp-yametoma .content02__img04 {
    max-width: 620px;
    width: 100%;
    margin: auto;
}
.s #lp-yametoma .content02__img04 {
    max-width: initial;
    padding: 0 10px;
}
#lp-yametoma .content02__img04 a {
    display: block;
}
#lp-yametoma .content02__img04 img {
    width: 100%;
    margin: auto;
}
.s #lp-yametoma .content02__img04 img {
    display: block;
    width: 100%;
    margin: auto;
}



#lp-yametoma .content02__roulette {
    max-width: 660px;
    width: 100%;
    margin: 80px auto 0;
}
.s #lp-yametoma .content02__roulette {
    max-width: initial;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 15px;
}

#lp-yametoma .content02__roulette--ttl {
    margin: 0 0 5px;
}

#lp-yametoma .content02__roulette--wrap {
}

#lp-yametoma .content02__roulette--base {
    display: block;
}
#lp-yametoma .content02__roulette--saucer {
    width: 65%;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#lp-yametoma .content02__roulette--cover {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
#lp-yametoma .content02__roulette--btn {
    width: 85%;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    cursor: pointer;
    transition: all 0.3s;
}
#lp-yametoma .content02__roulette--btn:hover {
    opacity: 0.7;
}
.s #lp-yametoma .content02__roulette--btn:hover {
    opacity: 1;
}



#lp-yametoma .content02__attention {
    max-width: 660px;
    width: 100%;
    font-size: 18px;
    color: 666666;
    margin: 20px auto 0;
}
.s #lp-yametoma .content02__attention {
    max-width: initial;
    width: 100%;
    margin: 40px auto 0;
    padding: 0 15px;
    margin: 20px auto 0;
    font-size: 14px;
}
#lp-yametoma .content02__attention li + li {
    margin-top: 10px;
}





/*------------------------------------------------------------------
 content03 --------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .content03 {
    width: 100%;
    padding: 40px 0 0;
    background: url('../img/content03_bg.jpg');
    background-repeat: repeat;
    background-size: 69px;
    background-position: top 0 left 50%;
    line-height: 0;
    overflow: hidden;
}
.s #lp-yametoma .content03 {
    width: 100%;
    padding: 40px 0 0;
    background: url('../img/content03_bg.jpg');
    background-repeat: repeat;
    background-size: 69px;
    background-position: top 0 left 50%;
}

#lp-yametoma .content03__inner {
    max-width: 980px;
    width: 100%;
    margin: auto;
    padding: 0 15px 100px;
}
.s #lp-yametoma .content03__inner {
    width: 100%;
    padding: 0 5px;
}



#lp-yametoma .content03__ttl {
    margin: 0 0 30px;
}
.s #lp-yametoma .content03__ttl {
    margin: 10px 0 30px;
    padding: 0 10px;
}

#lp-yametoma .content03__ttl img {
    display: block;
    width: 50%;
    margin: auto;
}
.s #lp-yametoma .content03__ttl img {
    display: block;
    width: 70%;
    margin: auto;   
}



#lp-yametoma .content03__content {
    max-width: 780px;
    width: 100%;
    margin: auto;
}
.s #lp-yametoma .content03__content {
    max-width: initial;

}

#lp-yametoma .content03__movie {
    background: url('../img/content03_moviettl.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 0 left 50%;
    width: 100%;
    margin: auto;
    padding-top: 23%;
}
.s #lp-yametoma .content03__movie {
    max-width: initial;
    padding: 23% 20px 0;
}

#lp-yametoma .content03__movie--ttl {
    width: 75%;
    display: block;
    margin: auto;
}
.s #lp-yametoma .content03__movie--ttl {
    width: 100%;
}



#lp-yametoma .content03__movie--wrap {
    width: 88%;
    margin: auto;
    border: 4px solid #f9bb1a;
    background: #f9bb1a;
    border-radius: 5px;
}
.s #lp-yametoma .content03__movie--wrap {
    width: 100%;
}
#lp-yametoma .content03__movie--wrap img {
    width: 100%;
    display: block;
    margin: auto;
    border: 4px solid white;
    border-radius: 5px;
}
#lp-yametoma .content03__movie--wrap iframe {
    width: 100%;
    display: block;
    margin: auto;
    border: 4px solid white;
    border-radius: 5px;
}



#lp-yametoma .content03__sns__list {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
    margin: 20px 0 0;     
}
.s #lp-yametoma .content03__sns__list {
    margin: 20px 0 0;     
    padding: 0 10px;
}
#lp-yametoma .content03__sns__list li {
    height: 80px;
    padding: 10px 0;
    margin: 0 20px;
}
.s #lp-yametoma .content03__sns__list li {
    height: 50px;
    padding: 0;
    margin: 0 8px;
}
#lp-yametoma .content03__sns__list li a {
    height: 60px;
    display: block;
}
.s #lp-yametoma .content03__sns__list li a {
    height: 50px;
    display: block;
}
#lp-yametoma .content03__sns__list li img {
    height: 100%;
    width: auto;
}

#lp-yametoma .content03__img01 {
    display: block;
    max-width: 70%;
    width: 100%;
    margin: 20px auto 0;
}
.s #lp-yametoma .content03__img01 {
    max-width: initial;
    width: 80%;
    margin: 20px auto 0;
}



#lp-yametoma .content03__border {
    width: 100%;
    margin: auto;
    overflow: hidden;
    display: inline-block;
}
#lp-yametoma .content03__arrow {
    height: 1px;
    width: 100%;
    border-top: 10vw solid transparent ;
    border-bottom: 10vw solid black ;
    border-right: 50vw solid black ;
    border-left: 50vw solid black ;
    opacity: 0.1;
}
.s #lp-yametoma .content03__arrow {
    border-top: 16vw solid transparent ;
    border-bottom: 16vw solid black ;
}
#lp-yametoma .content03__arrow--head {
    max-width: 860px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}
.s #lp-yametoma .content03__arrow--head {
    max-width: initial;
    width: 80%;
    bottom: 15px;
}



#lp-yametoma .content03__introduction {
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.1);
    padding-bottom: 100px;
}
.s #lp-yametoma .content03__introduction {
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.1);
    padding: 0 15px 40px;
}

#lp-yametoma .content03__introduction--inner {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto 0;
    padding: 10px 0px 0;
}
#lp-yametoma .content03__introduction--inner a {
    display: block;
    /* transition: all 150ms ease-in-out; */
}
/* .content03__introduction--inner a:hover {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
} */

#lp-yametoma .content03__introduction--main {
    display: block;
    margin: 0 auto 0;
}

#lp-yametoma .content03__introduction--btn {
    display: block;
    max-width: 90%;
    width: 100%;
    margin: 20px auto 0;
}
.s #lp-yametoma .content03__introduction--btn {
    max-width: initial;
}





/*------------------------------------------------------------------
 content04 --------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .content04 {
    width: 100%;
    overflow: hidden;
}
.s #lp-yametoma .content04 {
    width: 100%;
}

#lp-yametoma .content04__inner {
    width: 100%;
    margin: auto;
    padding: 40px 15px 40px;
    background: url('../img/content04_bg.jpg');
    background-repeat: repeat;
    background-size: 69px;
    background-position: top 0 left 50%;
}
.s #lp-yametoma .content04__inner {
    max-width: initial;
    width: 100%;
    padding: 40px 15px 10px;
    background: url('../img/content04_bg.jpg');
    background-repeat: repeat;
    background-size: 69px;
    background-position: top 0 left 50%;
}

#lp-yametoma .content04__content {
    max-width: 680px;
    width: 100%;
    margin: auto;
}
.s #lp-yametoma .content04__content {
    max-width: initial;
    width: 100%;
}

#lp-yametoma .content04__ttl {
    margin: 0 0 30px;
}
.s #lp-yametoma .content04__ttl {
    margin: 0 0 30px;
}

#lp-yametoma .content04__ttl img {
    display: block;
    width: 100%;
    margin: auto;
    
}
.s #lp-yametoma .content04__ttl img {
    display: block;
    width: 100%;
    margin: auto;
    
}



#lp-yametoma .content04__content a {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    transition: all 150ms ease-in-out;
}
.s #lp-yametoma .content04__content a {
    width: 100%;
    margin: 10px auto 0;
}
#lp-yametoma .content04__content a:hover {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
}
.s #lp-yametoma .content04__content a:hover {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

#lp-yametoma .content04__btn {
    display: block;
    width: 100%;
}



#lp-yametoma .content04__footer {
    width: 100%;
    padding: 0 0 0;
    background: #1da1f2;
    text-align: center;
    overflow: hidden;
}

#lp-yametoma .content04__fukidashi--full {
    display: block;
    width: 3000px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    margin: 0 auto;
}
#lp-yametoma .content04__fukidashi--min {
    display: none;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 979px) {
    #lp-yametoma .content04__fukidashi--full {
        display: none;
    }
    #lp-yametoma .content04__fukidashi--min {
        display: block;
    }
}

#lp-yametoma .content04__footer--container {
    max-width: 480px;
    width: 100%;
    margin: 40px auto 0;
}
.s #lp-yametoma .content04__footer--container {
    max-width: initial;
    padding: 0 15px;
}
#lp-yametoma .content04__twitter {
    height: 60vh;
    overflow-y: scroll;
    border-radius: 5px;
    background: white;
}
#lp-yametoma .twitter-timeline {
    max-width: 480px!important;
    width: 100%!important;
    margin: 0 auto!important;
}

#lp-yametoma .content04__footer--container p {
    font-size: 16px;
    padding: 10px 0;
    text-align: right;
}
.s #lp-yametoma .content04__footer--container p {
    font-size: 12px;
}



#lp-yametoma .twitter__ie__btn {
    display: none; 
}
@media all and (-ms-high-contrast: none){
    #lp-yametoma .twitter__content {
        overflow: hidden;
    }
    #lp-yametoma .twitter__ie__btn {
        display: block;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        overflow: hidden;
    }
    #lp-yametoma .twitter__ie__btn p {
    text-align: center;
        color: #1F8DEF;
        font-size: 1.2em;
        letter-spacing: 0px;
        font-weight: bold;
        margin-top: 0.5em;
        font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    }
}





/*------------------------------------------------------------------
 for__top --------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .for__top {
    max-width: 120px;
    width: 20vw;
    position: fixed;
    bottom: 20px;
    right: -25vw;
    z-index: 10000;
    transition: opacity 0.5s, transform 100ms ease-in-out, right 400ms ease-in-out;
}
.s #lp-yametoma .for__top {
    transition: opacity 0.5s, transform 100ms ease-in-out, right 400ms ease-in-out;
}

#lp-yametoma .for__top:hover {
    opacity: 0.7;
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
}
.s #lp-yametoma .for__top:hover {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}





/*------------------------------------------------------------------
 result --------------------------------------------------------------
------------------------------------------------------------------*/
#lp-yametoma .content02__roulette--result {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

#lp-yametoma #result_01,
#lp-yametoma #result_02,
#lp-yametoma #result_03,
#lp-yametoma #result_04,
#lp-yametoma #result_05,
#lp-yametoma #result_06 {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}





/*------------------------------------------------------------------
 quiz/stop --------------------------------------------------------------1
------------------------------------------------------------------*/

#lp-yametoma .stop--page,
#lp-yametoma .quiz--page {
    width: 100%;
    overflow: hidden;
    padding: 0 10%;
}
.s #lp-yametoma .stop--page,
.s #lp-yametoma .quiz--page {
    width: 100%;
    padding: 0;
}

#lp-yametoma #stop--inner iframe,
#lp-yametoma #quiz--inner iframe {
    width: 100%;
    padding: 0 10%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.s #lp-yametoma #stop--inner iframe,
.s #lp-yametoma #quiz--inner iframe {
    padding: 0;
}
























