@charset "UTF-8";
/* fl175 フルート&ピアノコンビネーションを考える */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');




#magazine_Pspace{
	background-image: url('../../../images/flute/article/1042/3897/bg_01.gif');
	background-position: left;
	background-repeat: repeat-y;
}

#main_left #magazine_main hr{
	height: initial;
}

.item .name{
	font-size: 2em;
	letter-spacing: 2px;
}

.item .title{
	font-size: 0.75em;
	line-height: 2em;
}

.item .al{
	font-size: 4rem;
	line-height: 1em;
	letter-spacing: 4px;
	color: #c1e0ff;
	font-family: 'DM Serif Text', serif;
}


h3.title1,h3.title2{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
	padding: 1em;
	height: 0;
	padding-top: 66.666667%;
}

h3.title1{
	background-image: url('../../../images/flute/article/1042/3897/bg_photo01.jpg');
}

h3.title2{
	background-image: url('../../../images/flute/article/1042/3897/bg_photo02.jpg');
}

h3.title1 span.text,
h3.title2 span.text{
	position: absolute;
	bottom:30px;
	left: 30px;
	font-size: 1.4rem;
	line-height: 1.8rem;
	letter-spacing: 2px;
	font-weight: 100;
}

.q1 {
font-family: 'DM Serif Text', serif;
  position: relative;
  display: inline-block;
  margin: 0.6em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 48px;
  font-weight: bold;
  background: #fa6699;
  border-radius: 50%;
  box-sizing: border-box;
}

.q1:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fa6699;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.a1 {
font-family: 'DM Serif Text', serif;
  position: relative;
  display: inline-block;
  margin: 0.6em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 48px;
  font-weight: bold;
  background: #6699fa;
  border-radius: 50%;
  box-sizing: border-box;
}

.a1:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #6699fa;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* PC */
@media (min-width:1000px){ 

	.box2_rs{
		display: flex;
		justify-content:space-between;
	}

	/* box2_rs */
	.box2_rs .item{
		width: 47%;
	}
	.box2_rs .item img{
		max-width: 100%;
	}

	/* box2_1_4 */
	.box2_1_4{
		display: flex;
		justify-content:space-between;
	}

	.box2_1_4 .item:nth-child(1){
		width: 18%;
	}
	.box2_1_4 .item:nth-child(2){
		width: 78%;
	}

	.box2_1_4 .item img{
		max-width: 100%;
	}

	.scroll {
        height: auto;
        margin:0.5em auto;
	    padding: 5px;
	    overflow: scroll;
	    -webkit-overflow-scrolling: touch;
	}
}
/* SP */
@media (max-width:999px){

	/* box2_rs */
	.box2_rs .item{
		width: 100%;
	}

	.box2_rs .item img{
		max-width: 100%;
	}

	.box2_rs .caption{
		font-size: 0.8em;
	}

	/* box2_1_4 */
	.box2_1_4{
		display: flex;
		justify-content:space-between;
	}

	.box2_1_4 .item:nth-child(1){
		width: 30%;
	}
	.box2_1_4 .item:nth-child(2){
		width: 70%;
	}

	.box2_1_4 .item img{
		max-width: 100%;
	}

	.scroll {
        height:auto;
		margin:1em auto;
	    padding: 5px;
	    overflow: scroll;
	    -webkit-overflow-scrolling: touch;
	}


	#magazine_main #magazine_Pspace .scroll img{
		width: 800px;
		height: auto;
	}

}