@charset "UTF-8";
/* CSS Document */
.btoc{

}

.btoc01 {
    background: url(../images/btoc/img_btoc_01.jpg);
    height: 100vh;
    width: 100%;
    position: relative;
}
.btoc01 .box01 {
    background-color: #28283670;
    position: absolute;
    width: 30vw;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}
.btoc01 .box01 h1 {
    color: var(--white-color);
    font-size: 1vw;
    letter-spacing: .2vw;
    text-align: center;
}
.btoc01 .box01 h1 span{
    font-size: 2vw;
}
.btoc01 .box01 figure{
    width: 20vw;
    margin-bottom:  20px;
}
.btoc01 .box01 a{
    width: 20vw;
}


.btoc02{
    width: 100%;
    padding: 100px 0;
}
.btoc02 .box01{
    width: 70vw;
    margin: 0 auto;
}
.btoc02 h2 {
    background: var(--white-color);
    margin: -2px 0;
    font-size: 2vw;
    letter-spacing: .2vw;
}
.btoc02 p {
    background: var(--white-color);
    margin: -2px 0;
    padding: 50px;
    font-size: 1vw;
    letter-spacing: .1vw;
    line-height: 2vw;
}


.btoc03 {
    background: url(../images/btoc/img_btoc_05.jpg);
    height: 100vh;
    width: 100%;
    position: relative;
    color: var(--white-color);
}
.btoc03 .box01{
    position: absolute;
    width: 70vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btoc03 .tit {
    font-size: 4vw;
    letter-spacing: .2vw;
}
.btoc03 h2 {
    font-size: 3vw;
    letter-spacing: .2vw;
    font-weight: 100;
}
.btoc03 .txt {
    font-size: 20px;
    letter-spacing: 0.2vw;
    line-height: 3rem;
}



.btoc04 {
    background: url(../images/btoc/img_btoc_06.jpg);
    height: 100vh;
    width: 100%;
    position: relative;
    color: var(--white-color);
}
.btoc04 .box01{
    position: absolute;
    width: 70vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btoc04 .tit {
    font-size: 4vw;
    letter-spacing: .2vw;
    margin: 0;
}
.btoc04 h2 {
    font-size: 3vw;
    letter-spacing: .2vw;
    font-weight: 100;
}
.btoc04 ul {
    font-size: 1.5vw;
    letter-spacing: 0.2vw;
    line-height: 3rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.btoc04 li{
    width: 45%;
}
.btoc04 li h3 {
    font-size: 1.8vw;
}
.btoc04 li p {
    font-size: 1vw;
    line-height: 2rem;
}
.btoc04 .line{
    background-color: var(--white-color);
    width: 1px;
}



.btoc05 {
    background: url(../images/btoc/img_btoc_09.jpg);
    height: 100vh;
    width: 100%;
    position: relative;
    color: var(--white-color);
}
.btoc05 .box01{
    position: absolute;
    width: 70vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btoc05 .tit {
    font-size: 4vw;
    letter-spacing: .2vw;
}
.btoc05 h2 {
    font-size: 3vw;
    letter-spacing: .2vw;
    font-weight: 100;
}
.btoc05 .txt {
    font-size: 20px;
    letter-spacing: 0.2vw;
    line-height: 2rem;
}



.btoc06{
    padding: 100px 0;
}
.btoc06 h2{
    font-size: 2vw;
}
.btoc06 p{
    font-size: 1vw;
}
.btoc06 figure {
    width: 3vw;
    margin: 50px auto 0;
}


.btoc07{
    padding: 100px 0;
}
.btoc07 h2 {
    width: 40%;
    display: flex;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--brown-color);
    outline-offset: 10px;
    color: var(--navy-color);
    font-weight: 100;
    justify-content: center;
    align-items: center;
    height: 8vh;
    font-size: 2vw;
    letter-spacing: .2vw;
    margin: 0 auto 50px;
}
.btoc07 .txt01 {
    font-size: 1vw;
}
.btoc07 .txt01::before {
    content: '＼';
    font-size: 1.5vw;
    margin-right: 20px;
}
.btoc07 .txt01::after {
    content:'／';
    font-size: 1.5vw;
    margin-left: 20px;
}
.btoc07 .txt02{
    font-size: 1vw; 
}
.btoc07 .txt02 span{
    font-size: 1.5vw;
    font-weight: 900;
    position: relative;
}
.btoc07 .txt02 span::after {
    content: '';
    background: url(../images/btoc/brown_markup.svg);
    width: 100%;
    height: 7px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.btoc07 h3 {
    margin: 80px auto 0;
    font-size: 1.5vw;
    letter-spacing: .2vw;
}
.btoc07 .txt03 {
    font-size: 1.2vw;
    color: #707070;
    letter-spacing: .1vw;
}
.btoc07 .box01 {
    width: 70vw;
    margin: 50px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--white-color);
    padding: 0;
}
.btoc07 .box01 ul {
    background: var(--white-color);
    text-align: left;
    color: #707070;
    font-size: 1.2vw;
    margin-left: 3vw;
}
.btoc07 .box01 li {
    margin: 10px 0;
}
.btoc07 .box02 {
    background: var(--brown-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    width: 13vw;
    height: 13vw;
    font-size: 1vw;
}
.btoc07 .box02 figure {
    width: 6vw;
    padding-top: 2vw;
}


.btoc08{
    padding: 100px 0;
    background: url(../images/btoc/img_btoc_11.jpg);
}
.btoc08 h2 {
    width: 40%;
    display: flex;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--brown-color);
    outline-offset: 10px;
    color: var(--navy-color);
    font-weight: 100;
    justify-content: center;
    align-items: center;
    height: 8vh;
    font-size: 2vw;
    letter-spacing: .2vw;
    margin: 0 auto 50px;
}
.btoc08 .txt01 {
    font-size: 1.5vw;
    font-weight: 900;
    line-height: 70px;
    margin: 0;
}
.btoc08 .txt01 span{
    position: relative;
}
.btoc08 .txt01 span::after {
    content: '';
    background: url(../images/btoc/brown_markup.svg);
    width: 100%;
    height: 7px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.btoc08 h3 {
    margin: 80px auto 0;
    font-size: 1.5vw;
    letter-spacing: .2vw;
}
.btoc08 .txt02 {
    font-size: 1.2vw;
    color: #707070;
    letter-spacing: .1vw;
}
.btoc08 .box01 {
    width: 70vw;
    margin: 50px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--white-color);
    padding: 0;
}
.btoc08 .box01 ul {
    background: var(--white-color);
    text-align: left;
    color: #707070;
    font-size: 1.2vw;
    margin-left: 10px;
}
.btoc08 .box02 {
    background: var(--brown-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    width: 13vw;
    height: 13vw;
    font-size: 1vw;
}
.btoc08 .box02 figure {
    width: 6vw;
    padding-top: 2vw;
}



.btoc09{
    padding: 100px 0;
    background: var(--usu_beige-color);
}
.btoc09 h2 {
    width: 40%;
    display: flex;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--brown-color);
    outline-offset: 10px;
    color: var(--navy-color);
    font-weight: 100;
    justify-content: center;
    align-items: center;
    height: 8vh;
    font-size: 2vw;
    letter-spacing: .2vw;
    margin: 0 auto 50px;
}
.btoc09 .txt01 {
    font-size: 1vw;
    font-weight: 900;
    line-height: 2vw;
    margin: 0;
}
.btoc09 .txt01 span{
    position: relative;
    font-size: 1.5vw;
}
.btoc09 .txt01 span::after {
    content: '';
    background: url(../images/btoc/brown_markup.svg);
    width: 100%;
    height: 7px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.btoc09 h3 {
    margin: 80px auto 0;
    font-size: 1.5vw;
    letter-spacing: .2vw;
}
.btoc09 .txt02 {
    font-size: 1.2vw;
    color: #707070;
    letter-spacing: .1vw;
}
.btoc09 .list01{
    display: flex;
    width: 70vw;
    justify-content: space-between;
    margin: 50px auto;
    font-size: 1.5vw;
    font-weight: 900;
}
.btoc09 .box01 {
    width: 70vw;
    margin: 50px auto 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--white-color);
    padding: 0;
}
.btoc09 .box01 ul {
    background: var(--white-color);
    text-align: left;
    color: #707070;
    font-size: 1.2vw;
    margin-left: 3vw;
}
.btoc09 .box02 {
    background: var(--brown-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    width: 13vw;
    height: 13vw;
    font-size: 1vw;
}
.btoc09 .box02 figure {
    width: 6vw;
    padding-top: 2vw;
}



.btoc10{
    height: 100vh;
    background: url(../images/btoc/img_btoc_12.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    color:var(--white-color);
}
.btoc10 .box01 {
    width: 70vw;
    position: absolute;
    background: rgba(255, 255, 255, .5);
    outline-style: solid;
    outline-color: var(--white-color);
    outline-offset: 10px;
    height: 40vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btoc10 .box01 h2 {
    font-size: 2vw;
    line-height: 4vw;
    letter-spacing: .2vw;
}
.btoc10 .box01 p{
    font-size: 1vw;
}
.btoc10 .box01 p::before{
    content: '＼';
    font-size: 2vw;
    margin-right: 20px;
}
.btoc10 .box01 p::after{
    content: '／';
    font-size: 2vw;
    margin-left: 20px;
}
.btoc10 figure {
    width: 2vw;
    position: absolute;
    top: -3vw;
    left: 50%;
    transform: translateX(-50%);
}



.btoc11 {
    padding: 140px 0 100px;
    background-image: url(../images/btoc/img_btoc_19.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.btoc11 .wrap{
    width: 80vw;
    border: 1px solid var(--navy-color);
    margin: 0 auto;
    outline-style: solid;
    outline-color: var(--navy-color);
    outline-width:3px;
    outline-offset: 5px;
}
.btoc11 h2 {
    border: 1px solid var(--navy-color);
    font-size: 1.5vw;
    display: block;
    width: 15vw;
    padding: 1vw;
    margin: -40px auto 70px;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--white-color);
    outline-width: 60px;
    position: relative;
}
.btoc11 .review {
    width: 70vw;
    margin: 0 auto 150px;
    position: relative;
}
.btoc11 .review::after {
    content: '';
    background: url(../images/btoc/img_btoc_17.png);
    width: 100%;
    height: 1px;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -50px;
}
.btoc11 .box01 {
    display: flex;
    width: 70vw;
    justify-content: space-between;
    margin: 0 auto 150px;
    align-items: flex-start;
    position: relative;
}
.btoc11 .box01::after {
    content: '';
    background: url(../images/btoc/border_bottom.svg);
    position: absolute;
    width: 100%;
    height: 2.5vw;
    background-size: cover;
    bottom: -5vw;
}
.btoc11 .box01 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    font-size: 1.2vw;
    padding: 5px 50px;
    width: 21rem;
    margin: 10px auto;
}
.btoc11 .box01 figure {
    width: 10vw;
}
.btoc11 .box02 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btoc11 .box02 p{
    font-size: 1vw;
}
.btoc11 .box02 p::before{
    content: '＼';
    font-size: 1.5vw;
    margin-right: 20px;
}
.btoc11 .box02 p::after{
    content: '／';
    font-size: 1.5vw;
    margin-left: 20px;
}
.btoc11 .box03 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.btoc11 .box03 p {
    font-size: 1vw;
    position: relative;
    display: block;
    text-align: center;
}
.btoc11 .box03 p::before {
    content: '';
    background-image: url(../images/btoc/top_line.svg);
    width: 100%;
    height: 5px;
    position: absolute;
    background-size: contain;
    top: -10px;
    left: 0;
}
.btoc11 .box03 p::after {
    content: '';
    background-image: url(../images/btoc/bottom_line.svg);
    width: 100%;
    height: 5px;
    position: absolute;
    background-size: contain;
    bottom: 30px;
    left: 0;
}
.btoc11 .box03 ul{
    display: flex;
}
.btoc11 .box04{
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin: 1rem auto;
}
.btoc11 .box04 figure{
    width: 47%;
}
.btoc11 .box05 {
    background: rgba(36,35,47,.5);
    width: 70vw;
    margin: 100px auto;
    padding: 20px;
    color: var(--white-color);
    outline-style: solid;
    outline-color: var(--white-color);
    outline-width: 2px;
    outline-offset: 10px;
}
.btoc11 .box05 h3 {
    font-size: 2vw;
}
.btoc11 .box05 p {
    font-size: 1vw;
    letter-spacing: .1vw;
    font-weight: 100;
}
.btoc11 .box05 ul {
    display: flex;
    margin: 50px auto;
    justify-content: space-around;
}
.btoc11 .box05 .line{
    background: var(--white-color);
    width: 1px;
    height: auto;
}
.btoc11 .box06 {
    width: 100%;
    background: var(--usu_beige-color);
    height: 16vw;
    margin-top: -30px;
    padding-top: 2vw;
    position: relative;
}
.btoc11 .box06 p::before{
    content: '';
    background: none;
}
.btoc11 .box06 p::after{
    content: '';
    background: none;
}
.btoc11 .box07{
     width: 47%;
}
.btoc11 .box07 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    display: block;
    width: 50%;
    padding: 5px;
    letter-spacing: .1vw;
}
.btoc11 .box07 h4 {
    display: flex;
    justify-content: space-between;
    font-size: 1.2vw;
    border-bottom: 1px solid var(--navy-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.btoc11 .box07 h4 span{
    font-size: 1.1vw;
    font-weight: 100;
}
.btoc11 .box07 h5 {
    text-align: left;
    font-size: 1.1vw;
    margin: 0;
}
.btoc11 .box07 p {
    font-size: 14px;
    text-align: left;
}
.btoc11 .interviewer{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.btoc11 .interviewer p{
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: .1rem;
    display: flex;
    border: solid 2px var(--navy-color);
    border-radius: 10px;
    margin-left: -3px;
    padding: 2rem;
}
.btoc11 .interviewer::before{
    content: '';
    background: url(../images/btoc/img_btoc_22.png);
    width: 200px;
    height: 150px;
    background-size: cover;
    position: relative;
}
.btoc11 .groom{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.btoc11 .groom p {
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: .1rem;
    display: flex;
    border: solid 2px var(--navy-color);
    border-radius: 10px;
    margin-right: -3px;
    padding: 2rem;
}
.btoc11 .groom::after{
    content: '';
    background: url(../images/btoc/img_btoc_23.png);
    width: 200px;
    height: 150px;
    background-size: cover;
}
.btoc11 .bride{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.btoc11 .bride p{
    width: calc(100% - 200px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: .1rem;
    display: flex;
    border: solid 2px var(--navy-color);
    border-radius: 10px;
    margin-right: -3px;
    padding: 2rem;
}
.btoc11 .bride::after{
    content: '';
    background: url(../images/btoc/img_btoc_24.png);
    width: 200px;
    height: 150px;
    background-size: cover;
}
.btoc11 li{
    text-align: left;
}


.btoc12{
    background: url(../images/btoc/img_btoc_20.jpg);
    background-size: cover;
    padding: 100px 0;
    color: var(--white-color);
}
.btoc12 figure{
    width: 70vw;
    margin: 0 auto;
}

.btoc12 p {
    font-weight: 100;
    letter-spacing: .1vw;
    border-bottom: 1px solid;
    display: block;
    width: 70vw;
    margin: 0 auto;
    padding-bottom: 80px;
}


@media screen and (max-width: 767px){
.btoc{}

.btoc01 {
    background-position: 20% center;
}
.btoc01 .box01 {
    background-color: #28283670;
    position: absolute;
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}
.btoc01 .box01 h1 {
    color: var(--white-color);
    font-size: 1rem;
    letter-spacing: .2rem;
    text-align: center;
}
.btoc01 .box01 h1 span {
    font-size: 2rem;
}
.btoc01 .box01 figure {
    width: 80%;
    margin-bottom: 20px;
}
.btoc01 .box01 a {
    width: 80%;
    margin-top: 2rem;
}
.btoc02 .box01 {
    width: 90%;
    margin: 0 auto;
}
.btoc02 h2 {
    background: var(--white-color);
    margin: -2px 0;
    font-size: 1.4rem;
    letter-spacing: .2vw;
}
.btoc02 p {
    background: var(--white-color);
    margin: -2px 0;
    padding: 2rem;
    font-size: 1rem;
    line-height: 2rem;
}
.btoc03 .box01 {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btoc03 {
    background: url(../images/btoc/img_btoc_05.jpg);
    height: 100vh;
    width: 100%;
    position: relative;
    color: var(--white-color);
    background-position: center center;
    background-size: cover;
}
.btoc03 .tit {
    font-size: 2rem;
    letter-spacing: .2vw;
}
.btoc03 h2 {
    font-size: 1.7rem;
    letter-spacing: .2vw;
    font-weight: 100;
}
.btoc03 .txt {
    font-size: 1rem;
    letter-spacing: .2vw;
    line-height: 2rem;
}
.btoc04 .box01 {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btoc04 {
    background-size: cover;
    background-position: center center;
    height: 140vh;
}
.btoc04 .tit {
    font-size: 2rem;
    letter-spacing: .2vw;
}
.btoc04 h2 {
    font-size: 1.7rem;
    letter-spacing: .2vw;
    font-weight: 100;
}
.btoc04 .txt {
    font-size: 1rem;
    letter-spacing: .2vw;
    line-height: 2rem;
}
.btoc04 ul {
    font-size: 1rem;
    letter-spacing: 0.2vw;
    line-height: 1rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.btoc04 li {
    width: 100%;
    margin-bottom: 2rem;
}
.btoc04 li h3 {
    font-size: 1.4rem;
}
.btoc04 li p {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 1rem;
}
.btoc05 .box01 {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btoc05 .tit {
    font-size: 2rem;
    letter-spacing: .2vw;
}
.btoc05 h2 {
    font-size: 1.7rem;
    letter-spacing: .2vw;
    font-weight: 100;
}
.btoc05 .txt {
    font-size: 1rem;
    letter-spacing: .2vw;
    line-height: 2rem;
}
.btoc06 h2 {
    font-size: 1.8rem;
}
.btoc06 p {
    font-size: 1rem;
    margin-top: 1rem;
}
.btoc06 figure {
    width: 10vw;
    margin: 50px auto 0;
}
.btoc07 h2 {
    width: 70%;
    display: flex;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--brown-color);
    outline-offset: 5px;
    color: var(--navy-color);
    font-weight: 100;
    justify-content: center;
    align-items: center;
    height: 3rem;
    font-size: 2rem;
    letter-spacing: .2vw;
    margin: 0 auto 50px;
}
.btoc07 .txt01 {
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 2rem;
}
.btoc07 .txt02 {
    font-size: 1rem;
}
.btoc07 .txt02 span {
    font-size: 1rem;
    font-weight: 900;
    position: relative;
}
.btoc07 h3 {
    margin: 50px auto 20px;
    font-size: 1rem;
    letter-spacing: .2vw;
}
.btoc07 .txt03 {
    font-size: 1rem;
    color: #000;
    letter-spacing: .1vw;
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.btoc07 .box01 {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    background: var(--white-color);
    padding: 10px;
    flex-direction: column;
}
.btoc07 .box02 {
    background: var(--brown-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    width: 130px;
    height: 130px;
    font-size: 1vw;
}
.btoc07 .box02 figure {
    width: 70px;
    padding-top: 1rem;
}
.btoc07 .box01 ul {
    background: var(--white-color);
    text-align: left;
    color: #707070;
    font-size: 1rem;
    margin-left: 0;
}
.btoc07 .box01 li {
    margin-top: 20px;
}
.btoc08 h2 {
    width: 70%;
    display: flex;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--brown-color);
    outline-offset: 5px;
    color: var(--navy-color);
    font-weight: 100;
    justify-content: center;
    align-items: center;
    height: 3rem;
    font-size: 2rem;
    letter-spacing: .2vw;
    margin: 0 auto 50px;
}
.btoc08 .txt01 {
    font-size: 1rem;
    font-weight: 900;
    line-height: 2rem;
    margin: 0 0 1rem;
}
.btoc08 .txt02 {
    font-size: 1rem;
    color: #000;
    letter-spacing: .1vw;
    width: 90%;
    margin: 0 auto;
}
.btoc08 h3{
    font-size: 1rem;
    font-weight: 900;
    line-height: 2rem;
    margin: 80px auto 1rem;
}
.btoc08 .box01 {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    background: var(--white-color);
    padding: 10px;
    flex-direction: column;
}
.btoc08 .box02 {
    background: var(--brown-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    width: 130px;
    height: 130px;
    font-size: 1vw;
}
.btoc08 .box02 figure {
    width: 70px;
    padding-top: 1rem;
}
.btoc08 .box01 ul {
    background: var(--white-color);
    text-align: left;
    color: #707070;
    font-size: 1rem;
    margin-left: 0;
}
.btoc08 .box01 li {
    margin-top: 20px;
}
.btoc09 h2 {
    width: 70%;
    display: flex;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--brown-color);
    outline-offset: 5px;
    color: var(--navy-color);
    font-weight: 100;
    justify-content: center;
    align-items: center;
    height: 3rem;
    font-size: 2rem;
    letter-spacing: .2vw;
    margin: 0 auto 50px;
}
.btoc09 .txt01 {
    font-size: 1rem;
    font-weight: 900;
    line-height: 2rem;
    margin: 0 0 1rem;
}
.btoc09 .txt01 span {
    position: relative;
    font-size: 1rem;
}
.btoc09 .txt02 {
    font-size: 1rem;
    color: #000;
    letter-spacing: .1vw;
    width: 90%;
    margin: 0 auto;
}
.btoc09 h3{
    font-size: 1rem;
    font-weight: 900;
    line-height: 2rem;
    margin: 80px auto 1rem;
}
.btoc09 .box01 {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    background: var(--white-color);
    padding: 10px;
    flex-direction: column;
}
.btoc09 .box02 {
    background: var(--brown-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    width: 130px;
    height: 130px;
    font-size: 1vw;
}
.btoc09 .box02 figure {
    width: 70px;
    padding-top: 1rem;
}
.btoc09 .box01 ul {
    background: var(--white-color);
    text-align: left;
    color: #707070;
    font-size: 1rem;
    margin-left: 0;
}
.btoc09 .box01 li {
    margin-top: 20px;
}
.btoc10 {
    height: 100vh;
    background: url(../images/btoc/img_btoc_12.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    color: var(--white-color);
    background-position: center center;
}
.btoc10 figure {
    width: 3vw;
    position: absolute;
    top: -3vw;
    left: 50%;
    transform: translateX(-50%);
}
.btoc10 .box01 {
    width: 90%;
    position: absolute;
    background: rgba(255, 255, 255, .3);
    outline-style: solid;
    outline-color: var(--white-color);
    outline-offset: 5px;
    height: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btoc10 .box01 h2 {
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: .2vw;
}
.btoc10 a{
    width: 70%;
}
.btoc10 .box01 p {
    font-size: 1rem;
}
.btoc11 .wrap {
    width: 90%;
    border: 1px solid var(--navy-color);
    margin: 0 auto;
    outline-style: solid;
    outline-color: var(--navy-color);
    outline-width: 3px;
    outline-offset: 5px;
}
.btoc11 h2 {
    border: 1px solid var(--navy-color);
    font-size: 1rem;
    display: block;
    width: 50%;
    padding: 1rem;
    margin: -40px auto 40px;
    background: var(--white-color);
    outline-style: solid;
    outline-color: var(--white-color);
    outline-width: 60px;
    position: relative;
}
.btoc11 .box01 {
    display: flex;
    width: 95%;
    justify-content: center;
    margin: 0 auto 60px;
    align-items: center;
    position: relative;
    flex-direction: column;
}
.btoc11 .box01 figure {
    width: 130px;
    margin: 0 10px;
}
.btoc11 .box02 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btoc11 .box02 p {
    font-size: .9rem;
}
.btoc11 .box03 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.btoc11 .box01 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    font-size: 1rem;
    padding: 15px 50px;
    width: 100%;
    margin: 10px auto;
}
.btoc11 .box03 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3rem;
}
.btoc11 .box03 p {
    font-size: 1rem;
    position: relative;
    display: block;
    text-align: center;
}
.btoc11 .box01::after {
    content: '';
    background: url(../images/btoc/border_bottom.svg);
    position: absolute;
    width: 100%;
    height: .65rem;
    background-size: cover;
    bottom: -30px;
}
.btoc11 .box06 {
    width: 100%;
    background: var(--usu_beige-color);
    height: 200px;
    margin-top: -30px;
    padding-top: 2vw;
    position: relative;
}
.btoc11 .review {
    width: 90%;
    margin: 0 auto 150px;
    position: relative;
}
.btoc11 .interviewer::before {
    content: '';
    background: url(../images/btoc/img_btoc_22.png);
    width: 70px;
    height: 53px;
    background-size: cover;
    position: relative;
}
.btoc11 .interviewer p {
    width: calc(100% - 70px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: 0;
    display: flex;
    border: solid 1px var(--navy-color);
    border-radius: 10px;
    margin-left: -1px;
    padding: 1rem;
}
.btoc11 .groom::after {
    content: '';
    background: url(../images/btoc/img_btoc_23.png);
    width: 70px;
    height: 53px;
    background-size: cover;
    position: relative;
}
.btoc11 .groom p {
    width: calc(100% - 70px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing:0;
    display: flex;
    border: solid 1px var(--navy-color);
    border-radius: 10px;
    margin-right: -1px;
    padding: 1rem;
}
.btoc11 .bride::after {
    content: '';
    background: url(../images/btoc/img_btoc_24.png);
    width: 70px;
    height: 53px;
    background-size: cover;
    position: relative;
}
.btoc11 .bride p {
    width: calc(100% - 70px);
    font-size: 16px;
    line-height: 2rem;
    letter-spacing:0;
    display: flex;
    border: solid 1px var(--navy-color);
    border-radius: 10px;
    margin-right: -1px;
    padding: 1rem;
}
.btoc11 .box04 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 1rem auto;
    flex-direction: column-reverse;
}
.btoc11 .box04 figure {
    width: 100%;
}
.btoc11 .box07 {
    width: 100%;
}
.btoc11 .box07 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    display: block;
    width: 100%;
    padding: 5px;
    letter-spacing: .1vw;
}
.btoc11 .box07 h4 {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    border-bottom: 1px solid var(--navy-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}
.btoc11 .box07 h4 span {
    font-size: 1rem;
    font-weight: 100;
}
.btoc11 .box07 h5 {
    text-align: left;
    font-size: 1rem;
    margin: 0;
}
.btoc11 .box05 {
    background: rgba(36,35,47,.5);
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    color: var(--white-color);
    outline-style: solid;
    outline-color: var(--white-color);
    outline-width: 1px;
    outline-offset: 5px;
}
.btoc11 .box05 h3 {
    font-size: 1.7rem;
}
.btoc11 .box05 p {
    font-size: 1rem;
    letter-spacing: .1vw;
    font-weight: 100;
}
.btoc11 .box05 ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 70%;
    margin: 50px auto;
}
.btoc11 li {
    text-align: left;
    margin-bottom: 1rem;
}
.btoc11 li  a{
    width: 100%;
}
.btoc12 {
    background: url(../images/btoc/img_btoc_20.jpg);
    background-size: cover;
    padding: 100px 0;
    color: var(--white-color);
    background-position: center center;
}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
.btoc11 .box01 {
    display: flex;
    width: 70vw;
    justify-content: space-between;
    margin: 0 auto 80px;
    align-items: flex-start;
    position: relative;
}
.btoc11 .box01 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    font-size: 1.8vw;
    padding: 5px 50px;
    width: 100%;
    margin: 10px auto;
}
.btoc11 .box06 {
    width: 100%;
    background: var(--usu_beige-color);
    height: 170px;
    margin-top: -30px;
    padding-top: 2vw;
    position: relative;
}
.btoc11 .box02 p {
    font-size: 1rem;
}
.btoc11 .box03 p {
    font-size: 1rem;
    position: relative;
    display: block;
    text-align: center;
}
.btoc11 .interviewer p {
    padding: 1rem;
    width: calc(100% - 132px);
    font-size: 2vw;
    line-height: 2rem;
    letter-spacing: .1vw;
}
.btoc11 .groom p {
    padding: 1rem;
    width: calc(100% - 132px);
    font-size: 2vw;
    line-height: 2rem;
    letter-spacing: .1vw;
}
.btoc11 .bride p {
    padding: 1rem;
    width: calc(100% - 132px);
    font-size: 2vw;
    line-height: 2rem;
    letter-spacing: .1vw;
}
.btoc11 .interviewer::before {
    width: 132px;
    height: 100px;
}
.btoc11 .groom::after {
    width: 132px;
    height: 100px;
}
.btoc11 .bride::after {
    width: 132px;
    height: 100px;
}
.btoc11 .box04 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 1rem auto;
    flex-direction: column-reverse;
}
.btoc11 .box07 {
    width: 100%;
    margin-top: 1rem;
}
.btoc11 .box04 figure {
    width: 70%;
    margin: 0 auto;
}
.btoc11 .box05 ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 70%;
    margin: 50px auto;
}
.btoc11 li {
    text-align: left;
    margin-bottom: 1rem;
}
.btoc11 li  a{
    width: 100%;
}
}