#blu-ray section h1 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    background: #dbf4fe;
    padding: 1em;
    margin-bottom: 2em;
    color: #57bbdf;
    line-height: 1.5;
    transform: rotate(-4deg);
}

#blu-ray p.text {
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.5;
}

#blu-ray p.text .bold {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#blu-ray section img {
    display: block;
    margin-bottom: 1em;
}

#blu-ray .common_wrapp_in section img {
    display: block;
    margin: 0 auto 1em;
    width: min(100%, 800px);
}

#blu-ray .item_wrap {
    margin-bottom: 60px;
    border-top: 4px dotted #ffd7ec;
    line-height: 1.5;
}

#blu-ray .item_wrap a {
    display: block;
    color: #fff;
    background: #ec6d8d;
    font-weight: 900;
    font-size: 20px;
    width: 240px;
    line-height: 60px;
    margin: 0.5em auto 0.5em;
    border-radius: 10px;
}

#blu-ray .item_wrap h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#blu-ray section h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 40px 0 20px 0;
    color: #ec6d8d;
}

#blu-ray section h2 small {
    display: block;
    font-size: 16px;
    padding: 0.5em;
    color: #333;
}

#blu-ray .common_wrapp_in section ul {
    background: #ec6d8d;
    padding: 2em 1em 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

#blu-ray .common_wrapp_in section ul strong {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2em;
    width: 100%;
    color: #fff;
}

#blu-ray .common_wrapp_in section ul strong small {
    font-size: 16px;
    display: block;
    line-height: 2;
}

#blu-ray .common_wrapp_in section ul li {
    width: 49%;
    margin-bottom: 1em;
    text-align: center;
}

#blu-ray .common_wrapp_in section ul li a {
    display: block;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    padding: 1em 0;
    width: 100%;
    border-radius: 10px;
}

#blu-ray .common_wrapp_in section dl{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

#blu-ray .common_wrapp_in section dl dt{
    width:30%;
}

#blu-ray .common_wrapp_in section dl dt img{
    width:100%;
    border-radius: 6px;
    margin-bottom: 4em;
}

#blu-ray .common_wrapp_in section dl dd{
    width:70%;
    padding:2em 2em;
}

#blu-ray .common_wrapp_in section dl dd h3{
    font-size:32px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #ec6d8d;
    color:#ec6d8d;
}

#blu-ray .common_wrapp_in section dl dd h3 small{
    font-size:20px;
    font-weight: 800;
}

#blu-ray .common_wrapp_in section dl dd p{
    line-height: 1.5;
}

/*
#blu-ray .common_wrapp_in section ul li:last-of-type ,#blu-ray .common_wrapp_in section ul li:nth-of-type(5) {
    width: 100%;
}
*/

#blu-ray .common_wrapp_in section iframe{
    width: 800px;
    aspect-ratio: 16 / 9;
}